• 7 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle

  • I’m with you. In fact I’ll say even retro operating systems were better (no bloat, no spyware, easy to understand/configure/mod/hack around), as well as retro Internet (no Javascript crap, no browser fingerprinting/tracking, simpler HTML, super easy webdev) and retro computing (no soldered-on components, PCs were more modular and easy to repair)… heck, planet earth in general was better back then. We’ve been on a downwards spiral since the 2000s. Everything sucks now.





  • That’s incredible. Your son has far, far, more patience than I ever did. I still haven’t managed to clock most of the games I grew up with, such as Dangerous Dave, Prince of Persia 1 & 2, Wolf3D, Doom 1 & 2, Crystal Caves, Aladdin, Lion King, Jazz Jackrabbit, Mario (NES), Pokemon Red (GBA), Crash Bandicoot (PS1)…

    Every now and then I try to clock one of those old games, but then I get stuck and/or lose interest, and move on to something else. Even among recent games, I spent over 400 hours playing BotW and only managed to do two of the divine beasts. I also have over 200 hours in TotK and still haven’t gotten to the first major spirit quest. Similarly, got several hundreds of hours in Morrowind, Oblivion and Skyrim, but never actually completed any of those games.

    I think the only game that I recall beating would be the Bio Menace trilogy - which I finally managed to complete as an adult, and that too thanks to DOSBox’s save states. Oh, and Diablo II too, it someone had the perfect mix of action + story + game length, to keep me interested till the end.

    Honestly I’ve no idea how people manage to stick to one thing for so long and see it thru till the end, without losing interest or getting distracted by something else.


  • That’s going to change in the future with NPUs (neural processing units). They’re already being bundled with both regular CPUs (such as the Ryzen 8000 series) and mobile SoCs (such as the Snapdragon 8 Gen 3). The NPU included with the the SD8Gen3 for instance can run models like Llama 2 - something an average desktop would normally struggle with. Now this is only the 7B model mind you, so it’s a far cry from more powerful models like the 70B, but this will only improve in the future. Over the next few years, NPUs - and applications that take advantage of them - will be a completely normal thing, and it won’t require a household’s worth of energy. I mean, we’re already seeing various applications of it, eg in smartphone cameras, photo editing apps, digital assistants etc. The next would be I guess autocorrect and word prediction, and I for one can’t wait to ditch our current, crappy markov keyboards.


    • Summarising articles / extracting information / transforming it according to my needs. Everyone knows LLM-bssed summaries are great, but not many folks utilise them to their full extent. For instance, yesterday, Sony published a blog piece on how a bunch of games were discounted on the PlayStation store. This was like a really long list that I couldn’t be bothered reading, so I asked ChatGPT to display just the genres that I’m interested in, and sort them according to popularity. Another example is parsing changelogs for software releases, sometimes some of them are really long (and not sorted properly - maybe just a dump of commit messages), so I’d ask it to summarise the changes, maybe only show me new feature additions, or any breaking changes etc.

    • Translations. I find ChatGPT excellent at translating Asian languages - expecially all the esoteric terms used in badly-translated Chinese webcomics. I feed in the pinyin word and provide context, and ChatGPT tells me what it means in that context, and also provides alternate translations. This is a 100 times better than just using Google Translate or whatever dumb dictionary-based translator, because context is everything in Asian languages.












  • Technically speaking, OpenRC doesn’t really have any benefits in the real world, some people may claim faster boot times, but that’s debatable on modern hardware. In fact objectively, it’s inferior to systemd in many ways.

    The real advantage though is that it’s pretty simple and easy to use, understand and maintain. It follows the Unix philosophy of “do one thing, and do it right”. People who like to have full understanding and fine control over their systems would prefer using OpenRC or similar init systems (with a mix-and-match of other utilities and daemons as per their need), instead of relying on a giant monolothic package like systemd which keeps getting bloated with more and more “unnecessary” features with each release.

    Basically, you can say that it’s a difference of ideology.



  • I’m curious what “basic settings” require you to touch the command line. My elderly mum and dad - who aren’t very tech savvy btw - have been running Linux for nearly a decade now (Xubuntu previously, now Zorin) and haven’t had any major issues in all this time. Admittedly their requirements are pretty basic, but they do all your tasks a typical basic PC user would - surf the web, check emails, work on documents, print and scan stuff, backup files from their phones/USB drives, video chat etc. In fact, the entire reason why I got them onto Linux in the first place was because Windows wasn’t really stable for them - I got tired of having to troubleshoot or reinstall Windows for them all the time. They’d complain about how an update broke something, or how the system was becoming slower etc. But no such issues with Linux. Occasionally I might get a call asking “how do I do this”, but after a few years, these support calls have all but vanished. Linux “just works” for them, it’s rock solid, the GUI is intuitive (at least for Xububtu/Zorin) and they never had to touch the command line.