Switch language한국어
Back to the list

Bitmap fonts make computers feel like computers again | Hacker News

TL;DR AI

Key summary

2 min read
  1. The commenter says early real terminals used hardwired optically etched fonts.

  2. Blurry DOS screens and odd aspect ratios pushed them toward Linux and better terminal fonts.

  3. Their coding font is a modified, pixel-perfect Terminus with antialiasing turned off.

  4. They use a 38-inch non-retina, non-4K display at 3840x1600, split into three columns.

  5. For an Invaders-like game, Canvas fillText() was too blurry, so they drew text from integer bitmap arrays with fillRect().

Read the original