lobste_rs 

feeds.twtxt.net

No description provided.

Recent twts from lobste_rs

Oscura Vim Colorscheme – New Variant & Improvements
Hey fellow Vim/Neovim enthusiasts! 👋

We’ve got another exciting update to the Oscura colorscheme! This time, we’re bringing you:

✅ A new variant – Oscura Dusk 🌆 for a fresh, refined look
✅ Better TypeScript support 🏗️
✅ Further improvements to keep it in sync with the VS Code theme

If you love a sleek, well-balanced colorscheme, give Oscura a try! Let us know your thoughts, and feel free to drop suggestions or feedback. 🚀

[https://github.com/vinitkuma … ⌘ Read more

⤋ Read More

prepare()-ing for execution: a new API for process creation
UNIX famously uses fork+exec to create processes, a simple API that is nevertheless quite tricky to use correctly and that comes with a bunch of problems. The alternative, spawn, as used by VMS, Windows NT and recently POSIX, fixes many of these issues but it overly complex and makes it hard to add new features.

prepare() is a proposed API to simplify process creation. When calling prepare(), the current thread enters “preparation state.” T … ⌘ Read more

⤋ Read More