"a lock-free application won’t lock up even with thread scheduling decisions being made by your worst enemy" https://morestina.net/blog/749/exploring-lock-free-rust-2-atomics
miniblog.
Related Posts
I'm experimenting with Hammerspoon on macOS as an application switcher. `Option-Space F` is Firefox, `Option-Space E` is Emacs, etc.
The problem with `Alt-Tab` is that the order changes based on recency. I'm hoping that a repeatable command will be nicer to use.
Amazon is using LLMs to summarise product reviews!
Seems like a great application of the tool, but I haven't seen many deployments of AI summaries in the wild yet.
@RenewedRebecca That's correct, but I was thinking that offering threading to a user might make them more tolerant of a slow interpreter.
For example, if I have an AST walker but provide Clojure semantics, users can hopefully get a big speedup by using all the cores in their application.
