Dirk

joined 1 year ago
[–] Dirk@lemmy.ml 5 points 6 months ago (1 children)

This is the kind of crap that makes me …

… not use Debian.

[–] Dirk@lemmy.ml 1 points 6 months ago

The old age of the Docker image is a bit of a red flag to me.

I settled with SWS since the Docker image and a locally installable version are actively maintained by the creator. It just serves static files and optionally directory listing as JSON (which comes in quite handy).

[–] Dirk@lemmy.ml 1 points 6 months ago

It's so fetchy!

[–] Dirk@lemmy.ml 5 points 6 months ago

On first sight yes, in reality: no.

[–] Dirk@lemmy.ml 53 points 6 months ago

Based on the commit messages the last REAL update was 5 years ago.

[–] Dirk@lemmy.ml 14 points 6 months ago (10 children)

It's the same drama as with the home directory replacement they announced and that no-one ever used.

[–] Dirk@lemmy.ml 47 points 6 months ago (1 children)

When does systemd stop?

"systemd announces a repleacement module for the kernel"

[–] Dirk@lemmy.ml 2 points 7 months ago
[–] Dirk@lemmy.ml 3 points 7 months ago (3 children)

People love using flatpaks instead (yes I know of all the shortcomings, but you can always choose another install method for that broken package).

Not on Ubuntu nor Fedora, but yes: If a "larger" package breaks on update and there is no fix available and I use that application on a pretty much daily basis, then I remove it and install the Flatpak variant.

Flatpaks are slower, do not work super well with Wayland (especially scaling, some applications have GIANT text, some have 5 pixels large text, but fortunately I was able to circumvent those issues for most applications I use via Flatpak), and you need to run another system for updates and updates are friggin slow.


There is also this monstrosity ...

It is not fault-proof and it throws an error if there no older drivers, but this prevents accumulation of outdated Nvidia driver packages (at one point I had nearly 30 different variants installed, resulting of a couple of gigabytes of unused drivers that are "updated" every time I ran flatpak update).

flatpak-update () { 
    LATEST_NVIDIA=$(flatpak list | grep "GL.nvidia" | cut -f2 | cut -d '.' -f5)
    flatpak update
    flatpak remove --unused --delete-data
    flatpak list | grep org.freedesktop.Platform.GL32.nvidia- | cut -f2 | grep -v "$LATEST_NVIDIA" | xargs -o flatpak uninstall
    flatpak repair
    flatpak update
}

On the other hand, the applications provided via Flatpak just work.

And messing with 32 bits multilib dependency hell for Steam or installing pretty much half of Kde just for Kdenlive simply isn't something I want.

[–] Dirk@lemmy.ml 16 points 7 months ago* (last edited 7 months ago)

Disteowatch is an unreliable source since it's basically just a giant tracker for its own sites.

[–] Dirk@lemmy.ml 1 points 7 months ago

I still don't get what you're trying to say.

Do not let people use your OS account if you don't want them to have access to all of your data, including all of your browser profiles.

Browser profiles are not a security feature.

[–] Dirk@lemmy.ml 2 points 7 months ago (2 children)

Yes, they do. I use 4 different browser profiles for various things. But everyone who uses my computer while I cannot control what they do, gets their own user account or can use a guest account.

view more: ‹ prev next ›