> This monitor has a lot of pixels by decade-ago standards, but its pixel density leaves much to be desired by today standards. I have accidentally become accustomed to crisp, small fonts by a couple of years of using an old Retina Macbook. Bitmap fonts are better at this than scalable fonts, especially on screens with low pixel density. IMO these are all the right reasons. I also suffer from a bad purchase: 27" Full…
What's not to like about the default font that comes with xterm (6x13 size)? That's one of my favourites too --- the only "what's not to like" about it is the nonslashed zero, but that's easily fixed with a suitable font or even hex editor. There is a 5x7 in the same family, but I find it too small for regular use; on the other hand, it looks much like the standard font on embedded systems' character LCDs, which are…
Show HN: Glean, a tiny bitmap font for programming
31–40 of 49 posts
Re: Show HN: Glean, a tiny bitmap font for programming
#32Now we just need an IDE that runs in mode 0x13 320x200 VGA.
Another bitmap, programming font I really like is Dina[1]. It's MIT licensed (though this isn't mentioned on the home page). [1]: https://www.donationcoder.com/Software/Jibz/Dina/
Re: Show HN: Glean, a tiny bitmap font for programming
#33Re: Show HN: Glean, a tiny bitmap font for programming
#34Nice work, but I'll take SGI's "Screen" font over this one any time.
Re: Show HN: Glean, a tiny bitmap font for programming
#35Forcing your employees to use blunt saws when sharp saws are cheap is the most shortsighted of false economies.
Re: Show HN: Glean, a tiny bitmap font for programming
#36Nice work, but I'll take SGI's "Screen" font over this one any time.
Wow, that's an awesome one I hadn't seen! The best way to get recommendations on HN seems to be "make an approximation of the thing you want - others will point you to the version that you should have made"
No offense to GP. I know "backhanded compliment" seems like a loaded phrase, but I use it for the sake of expediency.
Re: Show HN: Glean, a tiny bitmap font for programming
#37https://i.imgur.com/51qOPv4.png
(Liberation Mono, 6pt, greyscale antialiasing, no hinting, default 96dpi setting)
Explore your available fonts to see which happens to scale down reasonably. Make sure to disable font hinting when using vector fonts at small sizes. Hinting absolutely destroys the shapes at those sizes, as the ~1 pixel fudging that lines get is massive relative to the glyph size of just a handful of pixels.
Re: Show HN: Glean, a tiny bitmap font for programming
#38I use a standard vector font in small size, around 5x8 pixels. The inherent antialiasing can give far more visual information cues than just pure binary bitmaps. The high-frequency edges of small bitmap characters are also much harsher, making AA vector fonts easier to look at. https://i.imgur.com/51qOPv4.png (Liberation Mono, 6pt, greyscale antialiasing, no hinting, default 96dpi setting) Explore your available font…
Re: Show HN: Glean, a tiny bitmap font for programming
#39I don't understand what the employer thinks they're gaining by making you work with two small monitors. I mean they're saving, what, $500? They'd recoup that amount in productivity gains within a week, tops. Forcing your employees to use blunt saws when sharp saws are cheap is the most shortsighted of false economies.