He/him

Formerly on .world.

  • 7 Posts
  • 48 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle


  • Seconded, I moved my gaming rig is on Bazzite and has been trouble free and maintenance free ever since.

    I installed Bluefin on the laptop I gave my father, and it’s been happily running trouble-free every single day since August without a single intervention. And my father is the kind of man who can conjure up unknown bugs, weird failures and random crashes by simple hand contact.










  • Thanks for the lead! That might be it, I saw a big blob of goop leaking from it the first time I heated it. I’ll rebuild the hotend when I have time. There an extra nozzle in the kit.

    Edit:

    Four benchies

    Here is a comparison between an old benchy done with my Ender-3 and three with the SV-08. The surface finish with the Ender 3 is much more consistent and the PETG is a lot shinier. Maybe speed is a factor too. Shoud I try and slow the SV08 down a notch?





  • As this is for a HTPC, I would rather go for uBlue Bazzite instead of Nobara. Same Fedora base, super gaming oriented too, but atomic/immutable so 0 maintenance.

    Plus, uBlue projects are not distros but an alternative build pipeline system for Fedora Atomic projects. That means that the projects scope is tiny and much easier to maintain, and that the real distro maintainers are still the Fedora team. From a user perspective, it’s much better than a single-person effort like Nobara.





  • On my previous laptop, the trackpad had a bug that made it spam interrupts after waking up from sleep. It ruined battery life and basically kept one core at 100% permanently.

    So I duct-taped a systemd script that unbound and bound the trackpad after each wake up.

    #!/bin/sh
    case "$1" in
            post)
                    echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/unbind
                    echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/bind
            ;;
    esac
    

  • “Cloud Native” means uBlue’s OS images are basically Docker images, but meant tu run on bare metal instead of inside virtualization, that are built automatically with GitHub actions.

    The project itself is super interesting. It’s not a distro, it’s an alternative automated build pipeline toolkit for Silverblue/CoreOS that lets anyone build their perfect atomic image. It’s still 100% Fedora+rpmfusion under the hood.

    UBlue’s official images have massive quality of life improvements over Silverblue.