the link doesn’t work anymore
she/her
the link doesn’t work anymore
to see whether your code has executed a certain path (like printf(“here”) but as a crash)
some reasons that I can think of:
dd if=/dev/zero of=/dev/sda status=progress
hmm why is it so fast
OH
CTRL-C
and then a kernel panic yeah my fs was gone
Android apps are sandboxed by default while packages on Linux run with the users permission.
There is already something like this with Flatpak since it also sandboxes every installed program and only grants requested permissions.
Guix uses shepherd so yeah
GNU Guix
peak hackability while also having binary downloads
wait until you hear about collisions (missing more bits than your hash output length guarantees a collision on average)
It’s like Nix but has some extra features and uses Scheme instead of a custom language.
yeah it uses /gnu instead of /nix
laughs in guix
working with highly sensitive data uses windows
that sounds like it’s going to blow up at some point
scriptable configuration makes sense if you want to be able to extend or modify the program like with vim while data based configuration makes sense if your program is already extendable/configurable enough like with i3
btw funny story since many comments mention NFS/CIFS:
I have a share mounted at /smb and the server sometimes just dies so when I want to unmount it I run umount /smb but my shell (zsh) hangs after typing umount /sm and the b doesn’t even show
I guess zsh does a kind of stat() on everything you type but bash came to save the day