He/him

Formerly on .world.

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

help-circle




  • Ok, opposite take.

    Somebody with business knowledge with just enough technical Excel knowledge to cobble together a 5000 lines monstrosity of unreadable, unmaintainable python+pandas workbook that needs 2 painful hours of single-threaded processing time each run, with zero understanding of general development best practices, technical or organizational constraints, who asks us tu put their shitstain straight in production today because our fucking moron of a manager told them so.

    Said shitstain could have been replaced by a 2h workshop and a couple of sql queries.

    Said shitstain crashed almost daily in production. The running costs alone would have been offset in a month by a 1 week refacto.

    Fuck this place. I’m glad I left before becoming insane.






  • 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 in the long term 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.



  • WFH@lemm.eetoLinux@lemmy.mlUpdating BIOS via Linux ?
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    6 months ago

    Yes. Tuxedo is German, Slimbook Spanish, Starlabs British, NovaCustom Dutch… Framework is US/Taiwanese but sells within select EU countries and the UK. AFAIK S76 is US/Canada only.

    Edit: most of these actually ship worldwide but won’t collect VAT and probably won’t honor warranty claims outside their territory.