Some middle-aged guy on the Internet. Seen a lot of it, occasionally regurgitating it, trying to be amusing and informative.

Lurked Digg until v4. Commented on Reddit (same username) until it went full Musk.

Was on kbin.social (dying/dead) and kbin.run (mysteriously vanished). Now here on fedia.io.

Really hoping he hasn’t brought the jinx with him.

Other Adjectives: Neurodivergent; Nerd; Broken; British; Ally; Leftish

  • 0 Posts
  • 40 Comments
Joined 11 months ago
cake
Cake day: August 13th, 2024

help-circle


  • It’s the machine language monitor on the 40-column screen of the Commodore 128 (or, more likely, an emulator of the same). I had a whole part about that, BASIC DATA statements full of numbers, and about how anyone with any sense actually used an assembler even back then in an original draft of my comment, but decided to keep it brief.






  • How about cultivating a world that is less depressing before jamming wires into people’s skulls to “fix” a problem that might not originate there?

    Oh no, that won’t do, the people who have low tolerance for depressing reality have to be turned into drones for the corporate machine just like everyone else. If we can turn off the emotions that derive from a sense of self-preservation, they’ll be more willing workers for the constant grind.

    In before employers require that their applicants must have one of these implants. People without will not be hired.

    By the 24th century we won’t be Star Trek’s Federation, we’ll be an unholy hybrid of the Ferengi and the Borg.



  • Updating databases to support anything other than that which would run on a 1970s mainframe costs the sort of money that eats into C-level’s yacht funds, so it won’t happen. These are the people who when faced with the “pick two from done right, done quick and done cheap” will never pick the first one.

    Or in other words, if your name contains something outside the English alphabet’s A-Z, you’re out of luck. They’ll give you an approximation you don’t want and you’ll like it. Lower case? What’s that? You’re Irish and your surname has an apostrophe? F**k you, that’s in the bin, you’re OBRIEN now.

    I was about to suggest SHXWMATHKWAYAMASAM as something that would be bound to work, but it’s 18 characters, and, being two more than a power of two, that all but guarantees that someone will truncate it at 16. Sigh.






  • Wait until you learn that postfix conditionals are syntactic sugar and the compiler* turns that line into the equivalent of $debug and print(debug message), putting the conditional in first place, a lot like the ternary operator.

    * Perl compiles to bytecode before running.

    The ternary operator itself isn’t implemented in terms of and (and or) but it could be.