"Mimsy Were the Borogroves," by Lewis Padgett, is short and excellent.
HN user
roninhacker
Disgraced.
"The Road Not Taken," by Harry Turtledove
https://en.m.wikipedia.org/wiki/The_Road_Not_Taken_(short_st...
not grandparent, but this topic is oft-discussed (but with no clear resolution!) on r/realtimestrategy
imo, the biggest obstacle is the combination of
a) RTS not being well-understood
b) sweaty streamers broadcasting the idea that the games are "solved"...but only enough to criticize you for not being "optimal," not enough to actually help you approach the game.
These add up to a very intimidating picture, unwelcoming for newcomers.
It's not overinvesting if you couldn't have married a doctor otherwise.
This makes me want to stay far, far away from FAANG.
What is Facebook's moral responsibility here? Hell if I know. It's just too big. Too much verbal ability, not enough cohesion.
The reason those don't command respect is because they don't pay well in the main.
Wow, this is totally cool, thank you!
Depends what you're into. I basically only use Clojure and can't remember the last time I had to know anything about Java. Admittedly I mostly use Clojurescript...
But seriously, I wouldn't worry. You'll have to install Java, and then you won't have to think about Java ever again if you don't want to.
And because "concise" should be measure in the number of tokens needed to achieve certain functionality, not by excessive use of single character tokens.
I am totally nitpicking here, but as a longtime Clojure programmer, I do have a bit of APL envy. Aaron Hsu (noted APL guy) made the point that brevity (in the linear, #-of-characters sense) let's you decrease complexity by avoiding indirection---when the body of a function is shorter than any name you might give it, you can just...write it...rather than writing it somewhere else and calling it.
I don't plan to switch away from Clojure any time soon, but I definitely want to play around with the APLs.
Erik Dietrich had a section on this in "Developer Hegemony." He immediately followed it with, "You won't have a soul at the end of this," and then another section on alternatives.
Yes, apparently not.
The analogy doesn't apply. If you want to judge software by metrics, judge the code, not developers. The code does the same thing, over and over. Auto workers did/do the same thing, overr and over. Developers don't.
Four jobs.
Er...what was there in the law?
I mean, forgive me for being obtuse, but...why do we even pay taxes at all? Like, I understand the "prole logic" of a balance between income and expenditures, but if the government doesn't seem to care, why should I?
It's not just saving keystrokes. It eliminates a whole class of errors. I recently did ~4-500 lines of Clojure in CodeMirror and wanted to kill myself by the end of it.