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
  • 551 Comments
Joined 1 year ago
cake
Cake day: August 13th, 2024

help-circle




  • Well, there was a period in the 90s through to the early 2000s where we had a centre-left party (New Labour) running the show and mostly improving things, but then 9/11 and the Iraq war happened and the country went scurrying back to the Conservatives again.

    The conspiracy nut that lives in my brain is convinced Putin’s taking control of Russia in 2000 has everything to do with every single bit of the above after “but then”.

    We currently have New Labour (now just “Labour”) in charge again, but politically they smell an awful lot like the pre-Thatcherite Conservatives.



  • They’ll find a way to launch it. They’ll go back into the old Soviet mindset of throwing blini at a wall until something sticks sending cosmonaut after cosmonaut until they have a success and then pretend the others didn’t exist.

    And they’ll fill the minds of young would-be cosmonauts full of propaganda and tell them that there was definitely no-one before them who died up there, especially not in pain or terror. Those were unmanned test missions. Strap yourself in, you’re going to space!




  • I can’t say they improved my mood much, so there wasn’t a great deal to notice, but I have noticed a distinct lack in extreme lows since I started taking it.

    The trouble with mood-altering and mood-stabilising medications (and behaviours if you count things like exercise) is that they can affect perception not only in the present, but about past thoughts and behaviours too, so spotting any obvious change might require some effort.

    Case in point, it took me a long while to notice that I haven’t been having the crushing lows, and part of me still believes that it’s not the Vitamin D that’s responsible.




  • The on-board sound died on my old PC a while back. There was a free slot on the motherboard that looked like it might take an old sound card, so I found one for cheap online.

    Installed it. Fingers crossed. Linux (Mint in this case) didn’t bat an eye. It worked fine.

    My newer PC is budget and has barely any slots on the motherboard (pretty sure there isn’t one that supports the same card), so I’m hoping I won’t need to pull that trick a second time.

    Other potential solutions:

    Sound via USB or Bluetooth.

    HDMI and DisplayPort carry sound as well as video, and there are ways to tap into that.





  • qed was also a line editor but pre-dated and inspired ed, so that’s pico to nano or ed to ex again, just even further back in time.

    sed and grep grew out of commands within ed (or equivalent) so I guess you could say they’re each kind of a knight’s move two to the side and once backward from the direction of ex to vi. Backwards because they’re simpler, but two to the side because they’re not interactive.

    As to what would be “backward but one to the side” in that analogy, that’d be something like a tool that asked questions about every line in a file and made changes accordingly. I don’t think there’s any such standard tool, but I can think of at least a couple of ways to write one.


  • Comparison time!

    ex is to ed as nano is to pico

    That is, it’s an editor that works in almost exactly the same way as the original, but it’s by somebody else.

    ex is to vi as vi is to vim, or C to C++.

    That is, the latter grew out of and improved upon the former, but you can still use them like their forerunners if you really want, which is why vi has an ex mode and why you can still use pointers in C++ if you’re sufficiently warped.