d3Xt3r

joined 1 year ago
[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

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.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

As a retro enthusiast, I've been following this project for a while and it's been great seeing all the improvements over the years. I recommend checking out this video on its current state: https://youtube.com/watch?v=nWjAxNHXd_8

Equally, or possibly more interesting, is their Ladybird browser, which is cross-platform. Its been making great progress as well, and I sincerely hope that it can compete with the big two some day - would be nice to have a major browser/engine that's not based on Webkit or Gecko.

I wish 90s interfaces would make a comeback, I really miss the aesthetics of that era. Luckily there are some excellent themes out there that scratch that itch, like Chicago95 for XFCE - and here's bonus a screenshot of it running on my Galaxy Fold 4:

:)

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

You could make yours a Geocaching app with fog-of-war. They've got an API for third-party apps too, so it should be easy enough to develop, and actually fun to play.

If you're feeling ambitious, add some RTS elements like from Age of Empires - eg if you add someone as your ally, you can share their line of sight. Finding certain types of caches, or POIs, increases your resources (gold/stone/food/wood - maybe visiting Pizza Hut gives you extra food lol). And with these resources, you could build virtual structures like castles etc. Other players could spend resources to take it down (but they need to be physically at that location), and you could spend resources to defend your building.

Kinda like Ingress basically, but with medieval/RTS elements and geocaching thrown into the mix. How's that for a challenge? :)

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (1 children)

You should check out Pinta then, I find it easier to use than Paint.net, yet reasonably feature-packed (obviously nowhere near GIMP/Photoshop).

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

I game on my bed too, and use a flat right-angled USB adapter. Basically, something like this: https://www.amazon.com/Duttek-Degree-Adapter-Extender-Support/dp/B0C244K2HC/

I use a similar but magnetic version with my phone and other USB-C devices, and it's been a game-changer.

[–] [email protected] 6 points 4 months ago* (last edited 4 months ago)

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.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

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.

[–] [email protected] 18 points 4 months ago* (last edited 4 months ago) (1 children)
  • 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.

 

Linux 6.5 has many great features from the AMD P-State EPP driver default rather than ACPI CPUFreq for Zen 2 and newer supported AMD Ryzen systems, initial USB4 v2 enablement, initial MIDI 2.0 kernel driver work, more Intel hybrid CPU tuning, and a whole lot more.

 

Researchers have found that the enzyme polyphenol oxidase (PPO) in certain fruits like bananas can reduce the absorption of heart-healthy flavanols, especially when combined with flavanol-rich ingredients like berries. The study suggests choosing ingredients with low PPO activity, such as pineapple or oranges, when making smoothies to optimize flavanol absorption.

 

If you're looking for what might well be the most polished and user-friendly Linux distribution on the market, Zorin OS has a new release for you that covers all the bases.

[–] [email protected] 0 points 1 year ago (1 children)

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.

 

Nitrux uses OpenRC instead of systemd, unlike most mainstream distros. It also features the Liquorix kernel, described as "an enthusiast Linux kernel designed for uncompromised responsiveness in interactive systems, enabling low latency in A/V production, and reduced frame time deviations in games."

New in this release is kboot, a utility to switch kernels on-the-fly without needing a reboot, and VMetal, which allows users to run Windows in parallel to Nitrux to provide users of access to Windows software.