wfh

joined 1 year ago
[–] wfh@lemm.ee 19 points 2 months ago

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
[–] wfh@lemm.ee 11 points 2 months ago (2 children)

Just tried 100% + large text on Gnome, it feels much better than 125% scaling, thanks for letting us know it's a possibility!

[–] wfh@lemm.ee 11 points 2 months ago

After spending a few months on the FW16, going back to a 16:9 laptop feels... wrong. Like there's a ton of vertical space missing. Everything except watching movies benefits from a little bit more vertical space.

[–] wfh@lemm.ee 12 points 3 months ago

I've never heard of Linux destroying a Windows partition unless there's a blatant user error.

[–] wfh@lemm.ee 16 points 3 months ago (2 children)

Windows randomly nuking the EFI partition is very much more a reality.

[–] wfh@lemm.ee 12 points 3 months ago* (last edited 3 months ago)

"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.ee 7 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] wfh@lemm.ee 48 points 3 months ago (6 children)

Tuxedo, Framework, Slimbook, System76, Starlabs are Linux-first vendors with an excellent track record.

[–] wfh@lemm.ee 1 points 3 months ago

Hardware acceleration mostly.

[–] wfh@lemm.ee 50 points 3 months ago

It's like buying an electric sports car and immediately converting it to diesel.

[–] wfh@lemm.ee 3 points 3 months ago

Oh yeah thanks I forgot about brew. TBH the only uBlue machine I'm currently playing with is destined to be my dad's new computer, so he's not expected to get anywhere near the command line :D

view more: ‹ prev next ›