Avatar

WFH

wfh@lemm.ee
Joined
12 posts • 42 comments

He/him

Formerly on .world.

Direct message

Installing Fedora. I had almost nothing to configure, it worked out of the box. How frustrating! I had the whole day planned and now what? Enjoy my free time like a pleb !?!

(/s just in case anyone was wondering)

permalink
report
reply

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
permalink
report
reply

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.

permalink
report
parent
reply

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

permalink
report
parent
reply

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

permalink
report
parent
reply

I think Ubuntu was relevant 15 years ago, when Linux was scary. Nowadays, it’s neither easier to install nor to use than, say, Fedora for example. I’d even say any current distro with a live CD and a graphical installer is easier to install than Ubuntu 15 years ago.

The fact that Canonical has successfully commercialised Linux doesn’t always sit well with some people in the spirit of FOSS Linux, but they have also done a great deal to widen the distribution and appeal of Linux.

I agree with the second part but not the first. Linux would be nowhere near what it is today without some serious corporate investments, so commercial Linux is a good thing (or a necessary evil depending on your POV). The largest kernel contributors are large IT and hardware companies, after all.

What’s bad about Ubuntu is that the “free” version is an inferior product, like a shareware of old. The biggest commercial competitors like SLES or RHEL are downstream from excellent community distros (OpenSuse and Fedora, respectively).

The community support, forums and official documentation are most useful. I don’t currently use Ubuntu, but use their resources frequently.

Fortunately that knowledge can be used downstream and often upstream too. After all, most Ubuntu issues are Debian Sid issues.

permalink
report
parent
reply

This is REAL Linux, done by REAL Linuxians.

“Hello I would like sudo pacman -Syyu apples please”

They have played us for absolute fools.

permalink
report
parent
reply

Haha got it thanks 🙏

permalink
report
parent
reply

There is something going on with mentions, but otherwise awesome work!

permalink
report
reply