I use Terminus TTF for my terminal and text editor. I fully agree with their description of it as a workhorse font. The Gohu font they mention also seem interesting. In general bitmap fonts avoid the blurryness of modern font rendering made for high DPI monitors, which fails spectacularly on low DPI monitors (which is what I still have). And blurry text give me literal headaches. And this is why I gave up on anything…
Subpixel antialiasing works really well on low DPI monitors, though. When Microsoft implemented it, it felt like magic compared to bitmapped or regular font aliasing.
Bitmap fonts make computers feel like computers again
81–88 of 88 posts
Re: Bitmap fonts make computers feel like computers again
#82Conspicuously missing to this list is uwe's ttyp0 [0]. One of the few bitmap fonts (with terminus) having somewhat complete unicode support and going to very large pixel sizes, so that they are visible on modern screens with tiny pixels. [0] https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
Re: Bitmap fonts make computers feel like computers again
#83Earlier quoted context omitted.
Attacking the source of the message instead of the merits. Ad-HomineLLM
We need an update to the HN posting guidelines that addresses this. We already have: Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage. They're too common to be interesting. I'm not welcome to complain that the website is a tiny vertical strip down my screen with 6 inches of whitespace on each side, so we should also not welcome the boring, com…
But knowing that the article is AI generated is useful, because that tells me to not to read it.
Re: Bitmap fonts make computers feel like computers again
#84Earlier quoted context omitted.
Subpixel antialiasing works really well on low DPI monitors, though. When Microsoft implemented it, it felt like magic compared to bitmapped or regular font aliasing.
I disagree on this, the colour bleeding is visible and causes me actual headaches. I know not everyone is affected by that, but if you google this, a small but significant number of people can't use cleartype because of that.
Re: Bitmap fonts make computers feel like computers again
#85A few years ago, when I wrote my own Invaders-like game [1], I was quite unhappy with the rendering quality of the HTML Canvas fillText() method. The antialiasing introduced multiple shades of green, whereas I wanted to render the text in a solid monochrome green while the glyphs retained their crisp, jagged edges. Although `canvas { image-rendering: pixelated }` improved the crispness and jaggedness, it could not en…
I did this for my canvas renderer for BBS Ansi... Though, I need to get the next step(s) so I can start testing against a websocket based door server I'm also working on.
Re: Bitmap fonts make computers feel like computers again
#86Earlier quoted context omitted.
the nostalgia doesn't check all the boxes, even though yeah it's hard to deny, but it embodies a different mindset, a strange limited visual form that promised the future. it was also its own kind of design and aesthetic, today we have infinitely capable machines and all possible fonts but we lost that difference. ps: i have the same relationship to vintage desktop computer form factor, something about an old blocky…
One odd thing I have noticed is that my young children think a COMPAQ Portable III (not the machine I had as a youngster, but similar) is far more interesting to them than a modern, sleek MacBook. I think it's because they can touch it and turn it on and off, it simply occupies more physical space, and it makes more "interesting" noises.
Re: Bitmap fonts make computers feel like computers again
#87Earlier quoted context omitted.
It's so bad that whenever I click on blog post I don't start by reading the content, first I skim to see if it's even worth my time. This one is not. > The part I keep coming back to Immediately caught my eye. Reading in... > Bitmap fonts make computers feel like computers again. Not abstract “digital products”. Not generic interfaces. Not frictionless panels pretending to be neutral. Actual computers. Aaand there it…
It's gotten to the point where I barely even skim first. I sort of unfocus my eyes and can sometimes see the shape of LLM writing. Sort of like when I'm birding and I switch from eagle vision to owl vision, and I can ID a bird just by catching the way the light reflects off its wingflash in the corner of my vision.
1. https://v-n-n-v.github.io/chatgpt-voice.html (bit outdated now, from 2025-03)
Re: Bitmap fonts make computers feel like computers again
#88I use Terminus TTF for my terminal and text editor. I fully agree with their description of it as a workhorse font. The Gohu font they mention also seem interesting. In general bitmap fonts avoid the blurryness of modern font rendering made for high DPI monitors, which fails spectacularly on low DPI monitors (which is what I still have). And blurry text give me literal headaches. And this is why I gave up on anything…
100% the same problem here. I have to show people extremely zoomed-in screenshots of how $VENDOR default monospaced fonts get rendered compared to Terminus at the correct size in order for them to understand my pain. The hinting is just blurry bleh. These days, because I am also old, I want a comparatively large pixel-perfect font. I've yet to find a good one but haven't looked much beyond Terminus honestly. Maybe I…