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.

2026-06-05 20:51 #

TIL about universal database CLI tools, like usql or databow. I usually rely on DuckDB core extensions. #database

2026-06-04 08:57 #

A useful asymptotic approximation for the expected range of n samples drawn from a N(0, 1) random variable:

$$ d_n = 2\Phi^{-1}\left(\frac{n - 0.375}{n + 0.25}\right). $$

2026-06-04 08:51 #

Screenshots like these always make me feel a bit wistful. I must have grown older without really realising it over the last few years: macOS Needs Its Grid Back. #apple

2026-06-04 08:44 #
2026-06-04 08:44 #

The message you’re sending is that you think I’m not capable of reading and writing my own emails. That the people I’m exchanging messages with don’t deserve my time and energy. That I’m doing something wrong by not outsourcing my communication skills to a token prediction machine. — Gmail Thinks I’m Stupid, So I Left

2026-06-04 08:41 #

90 % of the t distribution: Another enlightning article by Christoffer Stjernlöf on Entropic Thoughts.

2026-05-26 09:55 #

img

2026-05-26 09:51 #

the key point is that matrix transpose serves as a prime example of the problem which appears trivial but nevertheless requires tremendous effort to be solved efficiently for CPU. Root causes of this unpleasant surprise can be traced to high memory latency and limited parallelization capabilities of CPUs. Neither of these issues is going to be alleviated in the future. — What it takes to transpose a matrix

2026-05-26 09:51 #
2026-05-26 09:50 #

Over the past few years, it seems like the rate at which new CLI tools are being written has picked back up again, accelerating after seeing relatively little activity between ~1995 and ~2015. — The Modern CLI Renaissance