He/him

Formerly on .world.

  • 5 Posts
  • 126 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • WFH@lemm.eeOPtoMechanical Keyboards@lemmy.mlRIP beloved XD64
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    I’ve watched videos and ordered the right type of connector. It doesn’t seem so hard with flood soldering techniques.

    Fortunately the break is clean and happened on the connector’s legs, so the traces are unharmed. I think the hardest part will be to remove the remnants left on the traces.











  • WFH@lemm.eetomemes@lemmy.worldPost-apocalyptic jobs
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    There are two types of scrum masters. Those who are true believers in agility, and those who think it’s just a fancy bullshit name for “project manager”. The latter tend to be the the fucking worst, unfortunately they’re the most common breed.

    Truth is, a real “scrum master” (or “agile coach” for SAFe 6 people) is at best a part time job, and has only two purposes. With experience and knowledge, help the team towards making their job easier/faster/more interesting/more predictable/more serene through continuous improvement using agile methods as a toolbox (and NOT a fucking dogma), and tell idiotic managers who can’t fucking anticipate a fucking deadline more than 3 days in advance to fuck off and stop being fucking morons teach managers to respect agile principles and have a clear short- and medium-term vision so their needs can comfortably fit the team’s backlog without jeopardizing the team, other priorities or the deadlines.

    The other breed are fucking corporate yes-men who shove work over capacity onto the team and play make-believe-scrum by focusing exclusively on bullshit rituals that serve no actual fucking purpose.



  • 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
    2 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.