• 0 Posts
  • 42 Comments
Joined 3 months ago
cake
Cake day: February 7th, 2025

help-circle



  • Debian gets feature updates significantly slower than other distros, instead it focuses on insuring stability and security. It’s rock solid.

    Linux Mint is actually based on Ubuntu (which itself is derived from Debian), so for the most part the two are fairly similar. There are a few key differences but for someone learning Linux you don’t need to worry about them. Pick one of them, get your feet wet, and then google the differences to see if you want to switch.

    After all, endless Distro hopping is a right of passage for all fledgling Linux users! :)


  • I want to learn a Distro for fun.

    Are you just using this laptop to dip your toes into Linux and see if you like it? I would recommend Debian + XFCE. It’s lightweight, it prioritizes stability over new features, and it’s a fairly easy UI for a newbie to understand. Alternatively Linux Mint MATE Edition might be worth a try. It’s also lightweight but is a bit more “up to date” than Debian feature wise.












  • It’s about reducing variable costs.

    You build phones, watches, tvs, washers, dryers, fridges? Why use separate hardware and software? That’s just expensive. Just build a common platform that can be easily modified for everything and take advantage of production scale to reduce costs everywhere.

    Slap in all those smart phone features too because why the fuck not. It’s cheap, someone might be convinced to buy it because of it, and few people will avoid it because you can use your phone. Bonus points! We can collect use information.

    Everyone wins! Except the customer. Because fuck them.


  • As long as you’re cool being a bit more restricted in multiplayer games (a lot work great! But some developers are blocking linux), and you’re okay with AMD (nvidia is improving though), gaming is basically on par with Windows at this point.

    In some cases it’s even better. I have a few games that require weird tricks to get it to work under Windows, but work fine in proton. Even Elden Ring at launch ran better on linux because it didn’t have the micro-stutter issue.


  • I say “easily” because it wouldn’t require a major effort on the scale of coreutils. It could just be a series of fancy automation scripts. It’ll take effort, but not the most intense of exercises.

    I made a handful of them at an old job because we had a few specific tasks that we would regularly do, but not enough to commit it to memory. I just spent an afternoon here and there slapping together python scripts with just the options we would need and tossed it into /bin



  • The great thing about the core philosophy of unix is that you could easily do what you suggest and maintain compatibility with applications that rely on the traditional coreutils (Which is the major reason why no one will really suggest changing the traditional syntax. It’ll break way too much.).

    Just build a series of applications that actively translates your “less ambiguous” commands into traditional syntax. I’ve done it for a number of things where the syntax is long and hard to remember.

    In fact I think a “nuutilus” would actually be fairly well received for distributions that are more new user focused and a pretty worthwhile endeavor.