• 0 Posts
  • 107 Comments
Joined 9 months ago
cake
Cake day: October 5th, 2023

help-circle
  • I used Ubuntu for a long while, then Debian for a new PC because the video card or display just wasn’t working on Ubuntu.

    Couple of weeks ago I finally tried this distro hopping thing people have been on about. I’d stuck with Ubuntu for so long due to an apparently misguided belief that it was stable.

    I’m now using Project Bluefin from Universal Blue, a derivative of Fedora Silverblue and I’m blown away by how good it is. It uses Gnome and the maintainer has packaged a few tweaks to keep it similar in user experience to Ubuntu, along with a fantastic array of great software I never knew existed.

    I’d highly recommend it to anyone historically loyal to Debian or Ubuntu.

    For gaming you can easily install Bazzite as a container to access Steam. I can’t say I fully follow the tech stack that makes it work, but it just does. Whereas my boilerplate Steam install on Debian was completely botched.

    Universal Blue really is the future…


















  • Rogue@feddit.uktoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    Blazor WebAssembly ticks the boxes that @treechicken@lemmy.world described.

    I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.

    You write the app once and it can be compiled to WebAssembly that works across web, desktop, and mobile.

    In reality to take full advantage of Blazor you’re probably going to use Blazor Server/hybrid for desktop and mobile but the principle is the same, you’ve only written your app once but it works in every environment.



  • Rogue@feddit.uktoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    You’re completely right. The deeper I get into bash the more absurd it is. Trying to iterate through text delimited by line breaks is ridiculously complex. And the sheer number of options for find and replace style operations is confusing sed, awk, printf, why?!