[-] wfh@lemm.ee 18 points 1 week ago

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)

[-] wfh@lemm.ee 19 points 1 month 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 16 points 2 months ago

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

[-] wfh@lemm.ee 15 points 2 months ago

Regular Linux distros have 30+ years of history. It's what most of us are used to. Immutable/atomic/transactional OSes are relatively recent hence the relatively low adoption rate.

Also, atomic OSes are, by nature, much harder to tinker with. After all, the goal is to provide the exact same image for all users. As a power user, it's a bit frustrating. As a new user, having a virtually unborkable system is excellent.

If you plan on installing an atomic variant of Fedora, may I suggest uBlue Aurora instead of Fedora Kinoite? It is based on Silverblue/Kinoite but includes by default, among other QOL improvements, the restricted-licence codecs that must be manually installed in official Fedora products.

[-] wfh@lemm.ee 15 points 2 months ago* (last edited 2 months ago)

This is REAL Linux, done by REAL Linuxians.

"Hello I would like sudo pacman -Syyu apples please"

They have played us for absolute fools.

[-] wfh@lemm.ee 18 points 2 months ago* (last edited 2 months ago)

Fuck I wasted 30000 characters when I should've posted this instead :D

[-] wfh@lemm.ee 16 points 3 months ago

Is it really worse tho? A single build, against a single runtime, free from distro specificities, packaged by the devs themselves instead of offloading the work on distro maintainers?

[-] wfh@lemm.ee 16 points 3 months ago

A curl piped into a shell or some unofficial packages from various distros.

At this point I don't get why these projects are not Flatpak-first.

[-] wfh@lemm.ee 20 points 5 months ago* (last edited 5 months ago)

Man I love my Firefox/Gnome/Wayland/GNU/systemd/Linux/GRUB operating system!

[-] wfh@lemm.ee 17 points 9 months ago

Adjusted for inflation, Lewis' 2007 season would have been worth 249 points. Which is even more insane.

[-] wfh@lemm.ee 13 points 10 months ago* (last edited 10 months ago)

X is not going to die, X is already dead.

(great write-up btw ;) )

[-] wfh@lemm.ee 14 points 10 months ago* (last edited 10 months ago)

May I ask why you, as a beginner, specifically chose one of those distros instead of more "mainstream" ones?

Puppy Linux's main use-case is to be a live ISO, that doesn't need to be installed to run. It doesn't mean it's not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most "universal" documentation like the Arch wiki would be at best partially relevant, at worst useless.

view more: ‹ prev next ›

wfh

joined 1 year ago