You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Emacs doom-themes with updated screenshots. Also: Emacs org-mode for Developers
Feb. 8, 2020 (via Sacha Chua) #emacs
Literate programming is all well and good for code written to appear in a book that the author hopes will be read for many years, but this is a tiny sliver of the source code ecosystem. The majority of code is never modified, once written, and does not hang around for very long; an investment is source code futures will make a loss unless the returns are spectacular. — Source code has a brief and lonely existence
Growing Neural Cellular Automata: Differentiable Model of Morphogenesis.
If you are doing some financial math that does not need to be accurate to the penny, just use floating point numbers. If it is good enough for Excel, it will be good enough for most applications. — You can use floating-point numbers for money
sys.getsizeof is not what you want. #python
Four basic ways to use macros in Common Lisp: to circumvent the regular call-by-value semantics, to introduce new syntax to the language, to implement tiny languages within CL, and to run code in a special context. #lisp