- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
swab(1): fixes not using strerror(3)
swab(1): fixes not using strerror(3)
dj(1) segfault fix
$ uname -a
Linux noire-carnation 6.9.7-artix1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 18:11:28 +0000 x86_64 GNU/Linux
$ build/bin/dj -Ho /dev/full
meow meowm oew
build/bin/d…
dj(1) segfault fix
$ build/bin/dj -o /dev/full
meow meow meow
build/bin/dj: Partial read:
0100150010015-2
No error message to alert the user that the device has no storage left. Please handle the…
WIP: Generate Rust sysexits bindings without bindgen
I take issue with this. There are rustc
flags which can be used to compile things using less jobs and less optimization, sacrificing some build time for less memory usage. Having bindgen(1)
as…