Old computer fonts are fascinating. Making a consistent-looking font is a remarkable achievement in its own right, but designing a monospaced font...
This is the second post in the series. See the previous post, ECMAScript Embedded Bitmap Encoding for context. My friend Roman pointed out that I...
I propose the following bitmap format, suitable for embedding small images in TypeScript or JavaScript source code: // ECMAScript Embedded Bitmap...
This is how you define the PositiveInteger dependent type in TypeScript without using type predicate functions or branded (tagged) types: type...
My preferred system font stacks are as follows: html, button, input { font-family: -apple-system, 'Segoe UI', 'DejaVu Sans', system-ui,...
Before version 0.1, natlib had examples in the main repo, and they were built together with the library. (This is no longer the case, as the examples...