• 4 Posts
  • 61 Comments
Joined 4 months ago
cake
Cake day: March 4th, 2024

help-circle
  • A “hbox” in TeX is a horizontal box. In 99% cases when laying out text, it’s a line of text. “Underfull hbox” means “I couldn’t stretch the content of this line far enough, so it will look janky as f due to the increased spacing”. “Overfull hbox” means “Well, I tried my best to hyphenate and line-terminate, but this word will stick out of the margin and will look stupid as f.”

    Most of the time this is caused by a word that auto hyphenation can’t deal with. You need to add a manual hyphenation exception. I can’t remember how to do that, sorry, because it’s been a while and also I’m mildly drunk, sorry.



  • Back in 1997 I was like “Ooh, Debian is mildly easy to install (compared to Slackware). Just need to engage my brain a few times maybe.”

    (The first Slackware guide I read in 1996 had an ominous warning about getting the ModeLines right in XFree86 or the monitor will catch fire. This, fortunately, was a little bit of exaggeration. Over/under refresh frequency protection was already a thing.)

    Now? “Oh no I fucked up my password shit and can’t login. I’ll need 5 more minutes to completely reinstall this Raspberry Pi image. I should have engaged my brain!”

    Shit, we’ve gotten to the point that your average desk jockey can probably install freaking FreeBSD on the first try. If that’s not a good sign I don’t know what is.


  • Not exactly boned but it probably doesn’t make practical difference to store “local time + tzinfo timezone” than just UTC time.

    • You record an event occurring at local time
    • You store it as UTC
    • Local time zone definition changes
    • Well whoop de loo, now you need to go through tzinfo to make sense of the past data anyway rather than relying on a known offset

    Even if you store everything in UTC, you may be safe… but figuring out the local time is still convoluted and involves a trip through tzinfo.


  • DAM as in digital asset management. Fancy word for “image library organiser”.

    Oh, everything works with Affinity. Thing is, Adobe is pretty much the only software ecosystem that is subtly (or not so subtly) making people think inwards. “I’d love to try that piece of software, but if it’s not running as a Photoshop/Lightroom plug in, is it even worth trying?” Whereas when people who use other software are more likely to go “Well my favourite software package doesn’t do thing X, but I have this other piece of software that does that, it’s not even a hassle.”

    Also, when I switched from digiKam to ACDSee, at no point did I have to go “but what about my Adobe-locked-in catalogue, oh no!”…






  • Might as well share my weirdest proto social media thing.

    9/11.

    (I’m in Finland. This happened in the afternoon.)

    I was leaving work. I distinctly remember a coworker being alarmed about news.

    I turned to the usual news source. Slashdot. Massive bloody thread about airplanes hitting the World Trade Center.

    OK, that’s pretty bad.

    I finally turn to TV news. …OK, stuff is far more in flames than I expected. I think I caught one of the towers collapsing in live TV.

    But the following days, my primary news source about 9/11 was, actually, IRC! There was a channel on Freenode where a bot posted headlines about 9/11 investigations. Because the actual news websites were bloody dead under the massive traffic.



  • Up to 2.x, GNOME used what was basically the MacOS philosophy: make things easy and simple and intuitive, but if the user wants finer control and power features, make sure it’s still possible somehow. GNOME 3 and later pretty much adopted the philosophy that there’s the GNOME path of simplicity and streamlining, and power user functionality is going to be removed from the core and relegated to extensions. And, of course, GNOME started requiring boatloads of memory to run, which to me didn’t go hand in hand with “simplicity”.

    I eventually settled on using XFCE, because it didn’t have the bloat and still had enough customisability. Really good environment for old and underperforming systems. If I’m using a modern high performance system, I’m actually pretty impressed by what KDE Plasma is doing these days.



  • I miss my SoundBlaster Live! card. Excellent sound quality. Last used with the last computer I built, in the late-mid-2000s. That was the second computer I had that had on-board audio, and I just didn’t bother with on-board audio because I just straight up assumed it was going to be shit. Unfortunately it stopped working at some point, along with the GPU (I suspect a static electricity fuck-up on my part, or something) which didn’t matter all that much because I was mostly using the system as a server at that point.

    (I’m going to build a new NAS server from ground up later this year, and I’m contemplating getting an external DAC for it for use with musicpd. Wonder if there’s still SoundBlaster branded DACs, or are they gone? …Oh they’re still around!? Good.)







  • Oh no. You know shit is really terrible when they cannot even afford to communicate at 8 bits. It’s 5 bits Baudot code. Capital letters only. They actually had to pay extra for @, #, and $. Thankfully, by 1870s, % was part of the character set. My heart’s with anyone who can’t just blast UTF-8 out wherever they can.

    (Edit: In case you’re wondering why it has a weird gif attached to it: The Memelord, Musky Elon, has decreed that you can actually attach a shitty random gif FOR FREE. So of course any cash strapped institution will do so.)


  • When I was learning about GIMP key shortcuts I was like “Ctrl+A selects everything, Ctrl+Shift+A deselects everything. Makes sense.”

    And then I went to most of the other apps. “Ctrl+D? Well it’s one less keypress, but… WHY?”

    To be fair, I get it now, I’ve used plenty of image editors and I remember the keybinds wherever I am. Just that I sometimes find it annoying that The Other Software hasn’t adopted logical keybindings.

    (I find it particularly annoying that a lot of image editors try to be fancy and sophisticated and Photoshop-compatible and think it’s at all appropriate to use Ctrl+NumpadPlus and Ctrl+NumpadMinus for zooming. Just use what GIMP uses! NumpadPlus and NumpadMinus. It’s not hard! What are you using the plain plus and minus for, anyway? Absolutely nothing! I just checked, I need to use Ctrl in Affinity Photo. Plain plus and minus are useless. I see you. …oh I can just rebind these. Done.)