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

help-circle
  • 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.








  • 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.)


  • I’ve been using GIMP since the very dawn, I use plenty of other image editors for variety of reasons (Affinity Photo, DxO PhotoLab, ArtRage, Clip Studio), and I have no problems with the UIs in any of them.

    Yet every time I use Adobe software I’m like “why is it doing this? Why is it designed this way? Who thought that was a good idea? This is stupid.”










  • When I was taking my introductory courses in computer science over 20 years ago, they told me to not use Excel if you can avoid it, because it’s not very, you know, precise. So I’m well aware that this is an ancient joke. Excel will fuck your data up - AI is just another way to do it.

    But it is a potential scifi plot point.

    However, I will concede that it’s probably not a scifi plot point for too long. Worse things have already happened.



  • You’ve not understood to Existence until you’ve gone “oh good. foo-ood.”

    Source: Been a student, subsidised, unsubsidised, employed also, then left alone too. Unemployed, Also an intern, and not as much.

    Foo-ooood is goo-ood. Just grab it. If you can. Tacos are better than death.


  • Actually this reminds me, what is the deal with tar command recommendations to use or not use dash? I know GNU tar accepts both (e.g.) tar xvf file.tar and tar -xvf file.tar, but at some points people were like “NO! Don’t use the dash! It’s going to maybe cause issues somewhere, who knows!” and I was like “OK”. Something to do with people up designing the Unix specs?