https://c9x.me/compile/
https://ishadeed.com/article/threads-app-css/ · A few interesting CSS findings from the threads app by Meta.
https://counterexamples.org/
https://ianthehenry.com/posts/my-kind-of-repl/ · I want to tell you about an idea that has had a huge influence on the way that I write software. And I mean that in the literal sense: it’s changed the way that I write software; it’s re-shaped my development workflow. The idea is this: you can write programs that modify themselves. And I don’t mean macros or metaprogramming or anything fancy like that. I mean that you can write programs that edit their own source code.
https://avestura.dev/blog/what-is-the-type-of-type · Should type of `Type` be also `Type`? Or is there an alternative?
https://benhoyt.com/writings/short-names/ · Short, meaningful names that take context into account are better than long, verbose names that don't.
https://www.mcmillen.dev/language_checklist.html
https://blog.yoshuawuyts.com/tree-structured-concurrency/ · Yoshua Wuyts's blog