Mniot

joined 4 days ago
[–] Mniot 8 points 11 hours ago (1 children)

As an undergraduate, I wondered how it was possible to write code professionally, because I could only barely fit the semester-long programming assignment in my head. When I asked my professor about it, I got an independent study credit to learn about UML.

UML (as a representative example of thoughtful documentation) is a partial answer. But actually a much larger part is that with practice I can hold a lot more code in my head. Today, that semester project seems trivial and if I see a stack trace I can tell you how to fix the bug that caused that exception to get thrown.

As a senior dev, I'd answer "how do you remember what your code does?" with

  1. As you work, you get better at just remembering
  2. As you find patterns and follow them, you'll have less to remember (I bet I know what the downloadUnpackUpdate() method does!)
  3. As you do the first two, you'll learn to recognize when comments are helpful
[–] Mniot 2 points 12 hours ago

When Democrats are in power, the Republicans can stall things because they only have a slim majority and the extreme measures that they'd need to take are unpalatable to 5-30 of the most regressive Democrats. So their majority doesn't count for a lot.

Overall, I think this is partially just that Americans are pretty regressive (possibly because of all the propaganda, possibly because of our poor education). And partially the successful efforts by Republicans to control local government, which allows them to do things like gerrymander federal districts.

12
Interpassivity (en.wikipedia.org)
 

As opposed to "interactivity". I saw this in a post from [email protected]: https://programming.dev/post/26779367/15573661

[–] Mniot 1 points 1 day ago

Dead plants from before there were decomposers who could properly devour the corpses. Oil is lich-ferns

[–] Mniot 12 points 1 day ago

Weirdly, I haven't seen a lot of people who think The Gang in It's Always Sunny In Philadelphia are cool role models. I guess the difference might be that Rick is canonically a genius where The Gang are canonically morons.

[–] Mniot 3 points 1 day ago

It'd be way less offensive if it was just present as an option, instead of dancing around flashing at me

[–] Mniot 16 points 1 day ago

You should be suspicious of American-owned media, but it's not the case they they are running state-issued propaganda at all times.

Rather, the media is following the interests of its owners: American oligarchs. One of their primary interests is "get more money" and any headline that draws eyeballs serves that end.

[–] Mniot 21 points 4 days ago (4 children)

So: at least 4 years, probably longer :/

[–] Mniot 3 points 4 days ago

Purescript looks pretty cool, but the author was definitely positive on TypeScript warts. Like, I think the article's main take was, "it's easy to transition to TypeScript gradually, which is why it's a great language. But watch out: that capability also means you can never get to some 'pure' TypeScript."