• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • All Operating systems get more complex release by release, including the applications and all the different hardware platforms and peripherals. So there will be problems.

    The “It just works” catchphrase came from Steve Jobs back in 2003. It didn’t exactly mean things were perfect but that regular people/non experts should not have to struggle with technical mumbo jumbo to use a computer.


  • While I like tinkering, I do want it to be relatively stable, not suprising me with issues when I need it.

    I would suggest avoidig pure rolling distros then. Also bear in mind that usually the performance difference between distros is not really big enough to make a difference for most things.

    I would consider something like Mint. But what I did on my new laptop was that I installed PopOS 24.04 Alpha and used gnome-session (“sudo apt install gnome-session”) on it, though I’ve switched over to COSMIC now as I’m writing apps for it and it works for my games. It’ll get regular kernel+mesa updates but the base os will remain “LTS stable”.

    You could also go the Fedora (KDE or GNOME spins) route, it has a regular update schedule, this might be a great option for you.


  • ProtonBadger@lemmy.catoLinux@lemmy.mlGIMP 3.0 RC3 Released
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    30 days ago

    They have shape tools on the roadmap for this free image manipulation app, until then we’ll have to use the two-step method of stroking a circular selection or use a more dedicated drawing app.

    In any case GIMP 3.0 is a huge rewrite under the hood and seems to be attracting more contributors now, which is a good sign.



  • He didn’t step down from Asahi, just from the Linux kernel maintainers. Another person took over the Linux kernel Maintainer role for Asahi. It gives Hector one thing less to worry about.

    EDIT: As of Feb 13th he has resigned from Asahi. No mention of his alter ego Asahi Lina, she’s still listed as a member? As Hector is an incredibly talented and productive individual it’ll be a big blow to the project.








  • ProtonBadger@lemmy.catoLinux@lemmy.mlFish 4.0: The Fish Of Theseus
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    2 months ago

    Yes, it’s because it keeps track on object lifetimes and data access when sharing objects, even across threads. It means that once things compiles a whole category of common and often difficult to debug errors are gone. It means much less time debugging and fewer issues once in the hands of the end user. There can still be bugs but it’s more about logical errors than difficult memory issues.

    As a C++ dev for 20 years, I love Rust. Humans are fallible, even if endeavouring to use safe patterns. Might as well just let the compiler use some CPU cycles on that.





  • It’s a temporary thing and it’s likly Kent will just spend the time too continue development and prepare patches for next cycle instead. The ambition is to take it out of Experimental status sometime in the next year so there’s at least motivation to figure out these things. During the delay testers of this FS can still submit bug reports.




  • I started with Slackware in the late nineties. Have been through Redhat, Suse, Ubuntu, Arch, Tumbleweed. These days I just can’t be bothered, I just want to game and code and I prefer an out of the box well configured Ubuntu derivative, they also upgrade easily and have lots of application compatibility - mostly everyone provides .deb packages. I could also choose Fedora for these reasons.

    So now on Pop!_OS 24.04. Pop is has a stable/lts base but still gets Mesa/Nvidia/Kernel updates on a regular basis. I use it mainly for gaming and Rust dev, writing some COSMIC applets as well.

    COSMIC Alpha does still have problems with some games but not the games I play.