Jonathan Slenders
jonathan-slenders.bsky.social
Jonathan Slenders
@jonathan-slenders.bsky.social
Software engineer at Cisco. Python, Rust, prompt_toolkit, databases, concurrency, parsers, Linux, algorithms ...
Tmux should soon support automatic light/dark mode (following the system theme) when used in Ghostty. If you're a Ghostty+tmux+neovim user, please reach out or try this PR: github.com/tmux/tmux/pu...
Add mode 2031 support (automatic dark/light mode) by jonathanslenders · Pull Request #4353 · tmux/tmux
See: #4269 This PR implements: Enable mode 2031 when the terminal is Vt100-like to subscribe to theme updates from the terminal. Handle mode 2031 for applications running within tmux. Adds a clien...
github.com
February 28, 2025 at 8:47 AM
This is worth a read. I can see a future where CPython has an event loop within the interpreter, and where structured concurrency and cancellation become available for normal Python threads making the async/await keywords redundant.
“I'm now convinced that async/await is, in fact, a bad abstraction for most languages, and we should be aiming for something better instead and that I believe to be thread.”

lucumr.pocoo.org/2024/11/18/t...
Playground Wisdom: Threads Beat Async/Await
Musings about async await again and why I think virtual threads are a better model.
lucumr.pocoo.org
November 20, 2024 at 9:57 PM