aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2020-02-13 09:41 #
2020-02-12 11:24 #

Emacs doom-themes with updated screenshots. Also: Emacs org-mode for Developers Feb. 8, 2020 (via Sacha Chua) #emacs

2020-02-12 11:20 #

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

2020-02-12 09:41 #

Growing Neural Cellular Automata: Differentiable Model of Morphogenesis.

2020-02-10 11:13 #

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

2020-02-10 11:06 #
2020-02-10 10:56 #

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