@Coki91@lemmy.world
member since 5 Jul 2025 02:01
comments
- on An image taken moment before disaster in c/linuxmemes@lemmy.world · 16 Aug 2026
-
on it's been a while since i made one (or even thought about this) but here is my latest PrivacyPack list! in c/privacy@lemmy.ml · 15 Aug 2026
Heard about Obtanium too but I’m good with my current pick, still thanks for the info
-
on it's been a while since i made one (or even thought about this) but here is my latest PrivacyPack list! in c/privacy@lemmy.ml · 15 Aug 2026
Thanks for the information
-
on it's been a while since i made one (or even thought about this) but here is my latest PrivacyPack list! in c/privacy@lemmy.ml · 15 Aug 2026
Thanks for the info
-
on it's been a while since i made one (or even thought about this) but here is my latest PrivacyPack list! in c/privacy@lemmy.ml · 14 Aug 2026
So what’s that App Lounge all about? I can find the GitLab and it’s related projects but nowhere how to install it, the APK file is on the releases (with 9 stars that’s not a great sale already) but they all have null pointers to files missing and can’t be downloaded
-
on In a universe of enshitification, Linux is one of the few things that consistently gets better. in c/linuxmemes@lemmy.world · 12 Aug 2026
That would be “snap-pac” for anyone wondering, thanks for the tip but my system is not on btrfs yet, I did try all of it on a VM though so that’s my next reinstallation for sure
-
on In a universe of enshitification, Linux is one of the few things that consistently gets better. in c/linuxmemes@lemmy.world · 12 Aug 2026
I unironically pacman -Syu’d today and it broke 3 applications that depended on ffmpeg (yes it did update ffmpeg correctly) all from official repos
Tried to build them all from source for like an hour but the compilation also fails, ended up symlinking the libavcodec.so into it’s previous’ version name and everything works again with zero issues (who designed this shit?)
-
on intimidating in c/linuxmemes@lemmy.world · 9 Aug 2026
sudo sed -i
It’s the opposite actually, in terms of implementation Zram is a hack, but it does have it’s use case when your system load doesn’t far exceed your total RAM, on the other hand swap is tightly integrated into the system and it’s on it’s way to implement “Virtual Swap” which is effectively Zram but not a hack, making it like a hundred times better, see This blogpost for a detailed explanation