Two Slice is smaller than other tiny pixel fonts I've seen. Maybe the smallest legible font? Depends on your definition of legibility I guess.
_ .... . ... .... ___ ._. _ . ... _ .._. ___ _. _ .__ ___ .._ ._.. _.. _... . ._ __ ___ ._. ... . _._. ___ _.. . .._. ___ _. _ ._._._
A few interesting modern pixel fonts
61–70 of 118 posts
Re: A few interesting modern pixel fonts
#62Earlier quoted context omitted.
I still use bullets extensively. You can easily tell when a human writes them when they are trees instead of lists.
I don't think even that is a reliable indicator because I'm currently reviewing an LLM generated bullet tree right now.
I wouldn't think LLMs would have much to train on. I still see some bad ones, but I don't feel like the quality ratio or overall quantity has changed. I do see more bullet lists though.
Re: A few interesting modern pixel fonts
#63The version at Github and Google fonts seems old, the one from the font maker's website is at version 1.01, which includes Kanji characters:
("sango" is coral in Japanese)
Re: A few interesting modern pixel fonts
#64Re: A few interesting modern pixel fonts
#65Re: A few interesting modern pixel fonts
#66> Andrew Gleeson designed Analog Mono, “fixing the crimes of VCR OSD Mono.” There used to be this classic pixel font that you’d see everywhere in the 1990s on hi-fi equipment: VCRs, TVs, camcorders, etc. One of its challenges was a low baseline which resulted in all the letters with descenders pulled up "VCR OSD Mono is a free bitmap font created by Riciery Leal, inspired by the on-screen display text of vintage VCRs…
Re: A few interesting modern pixel fonts
#67I'm a big fan of Departure Mono, very neat website design as well https://departuremono.com/
You might also like https://commitmono.com/
Re: A few interesting modern pixel fonts
#68I want better Topaz. My favourite font.
Re: A few interesting modern pixel fonts
#69I made myself a pixel font for composite (well, monochrome) video output on an RP2040: https://github.com/PhobGCC/PhobGCC-SW/blob/main/PhobGCC/rp20... (search for 1 to see letterforms) The letters are 8x15 and verticals are 2 pixels wide to work better on older CRT televisions with less-sophisticated chroma filtering on their composite inputs. I explicitly tried to avoid locking into 45 degree diagonals... My only qu…
Re: A few interesting modern pixel fonts
#70I made myself a pixel font for composite (well, monochrome) video output on an RP2040: https://github.com/PhobGCC/PhobGCC-SW/blob/main/PhobGCC/rp20... (search for 1 to see letterforms) The letters are 8x15 and verticals are 2 pixels wide to work better on older CRT televisions with less-sophisticated chroma filtering on their composite inputs. I explicitly tried to avoid locking into 45 degree diagonals... My only qu…
Quite impressive [1]. Did you base it on a specific font, or did you just draw it however you felt like? [1] https://imgur.com/a/0jcNGHv
You can see an older version ("a" has been revised to better center the letter) in action on a monochrome CRT here: https://github.com/PhobGCC/PhobGCC-doc/blob/main/For_Users/P...