Anaminus
Some tricks with Go's iota syntax.

anaminus.github.io/blog/posts/i...
September 26, 2025 at 6:13 PM
Minimally compliant contrast ratios. Good for preventing afterimages. #CSS
August 18, 2025 at 2:36 AM
Swapping two parts of a slice in-place.
August 14, 2025 at 10:33 PM
Text is rendered by placing the left-most blue pixel of a glyph over the right-most blue pixel of the previous glyph. Using a baseline instead of boundaries for glyph placement allows glyphs to be spaced arbitrarily, and even drawn over each other.
August 12, 2025 at 7:22 PM
Method for producing proportional bitmap fonts. The red component defines the drawable area for each glyph. Green defines the actual appearance. Blue defines the origin and spacing. Blank glyphs are skipped.
August 12, 2025 at 7:22 PM
July 30, 2025 at 2:42 AM