@rklm@lemmy.dbzer0.com
member since 2 Aug 2023 15:28
comments
- on it's time in c/programmer_humor@programming.dev · 1d ago
-
on YOLO in c/linuxmemes@lemmy.world · 22 Aug 2026
On my PC and all my home servers I keep my root partition at 10GB and haven’t had any issues (although I keep everything that isn’t hardware related or a system utility in home).
On my PC I crammed arch, all of KDE (+extra KDE utilities), and some other system stuff like LACT and distrobox in the 10GB root partition and run almost everything else as a flatpak installed to home.
On my servers I do the same thing but all my services are in podman containers in /opt.
Having all the software needed to make the machine work be isolated from my custom home junk makes me feel better, and I like that I can mount root as read-only to make it immutable
-
on YOLO in c/linuxmemes@lemmy.world · 22 Aug 2026
Yeah and it’s awesome. I have it making backup snapshots automatically and I copied the steamos-readonly script from valve to automatically lock everything except my home/root/var/opt etc (I realize you can remount ext4 as ro too, but still btrfs handles this well).
I recently swapped the contents of two drives of different sizes (one was a server and the other was a PC) and btrfs made the filesystem resize and expansion parts easy.
-
on After Hong Kong, Taiwan has also taken down Chainsmoker Cat for violating the Tobacco Hazards Prevention Act. in c/anime@ani.social · 21 Aug 2026
In episode 1, the main character is so addicted to cigarettes she smokes a few that had fallen into feces on the street…
-
on After Hong Kong, Taiwan has also taken down Chainsmoker Cat for violating the Tobacco Hazards Prevention Act. in c/anime@ani.social · 21 Aug 2026
I only saw a couple episodes, but it seems that making you feel gross is the point…
I’ve seen a lot of media that glorifies smoking, but little that makes cigarettes look as disgusting as chainsmoker cat.
For that reason, I kinda feel like banning it on the basis that it encourages smoking is misguided.
Idk I haven’t seen an AI that writes acceptable C/C++ yet (to be honest I haven’t looked that hard)… So as long as my projects focus is low level, thin, maintainable code, I can still do things AI won’t be able to for a long time.
I recognize that being free to write code however I want makes me privileged, and others don’t have that freedom.
Despite that, I am afraid of what will happen to the open source tools I depend on. None of us write our code alone.