emma

emma wrote

Getting rid of the master/slave dichotomy in software is worth pursuing. I can't think of any other pairs of terms with the same kind of hurtful baggage being used to describe other things in tech.

Anyway, GitHub sells services to a government agency that puts children in cages.

6

emma wrote (edited )

Haven't tried it yet, but apparently you can write DOS programs in JS. I honestly had a hard time wrapping my head around this when I first heard about it, because "JS interpreter" and "16-bit OS" don't mix in my brain.

As for why JS isn't more popular, Python has been around a hell of a lot longer, and JS has only caught up to other languages in the past few years.

4

emma wrote

I, the experienced web dev, would do this in PHP. My reasoning is:

  • It sounds like the big frameworks are completely overkill for this use case. PHP makes it super easy to make applications like these without a framework.

  • PHP runs as a daemon/is integrated into the web server, so there's no application server you have to manage yourself. Single .php file, drop in www directory, it's ready to go.

3