Jenna Magius is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse.
If you don't, you can sign up here.
Excessively specific linux programming minutiae Show more
Even if it just did the naive thing of "disk files are always readable and writable, always", my code would work, and it'd unregister the disk file from the epoll when the work was done.
But NOOO. Now I have to spawn a fucking thread. And because I have to spawn a thread I have to only use async-signal-safe functions after a fork because the memory manager might be locked up. Nice
Excessively specific linux programming minutiae Show more
Even if it just did the naive thing of "disk files are always readable and writable, always", my code would work, and it'd unregister the disk file from the epoll when the work was done.
But NOOO. Now I have to spawn a fucking thread. And because I have to spawn a thread I have to only use async-signal-safe functions after a fork because the memory manager might be locked up. Nice