Earlier quoted context omitted.
Seconded. I used to use Menlo, then Incosolata. Ubuntu Mono is by far the absolute best available for programming. Love it!
Still prefer inconsolata at the moment, any particular feature of ubuntu mono that you feel puts it far ahead of others?
Hermit: a font for programmers, by a programmer
181–190 of 195 posts
Re: Hermit: a font for programmers, by a programmer
#182Earlier quoted context omitted.
What about the difference in use? Do you know of any work that examines whether there is a difference in the importance of attributes depending on whether it's for programming or reading? I know different things are important to me when viewing programming text than reading. A simple, somewhat contrived example would be whether 'r' and 'n' together are easily discernible as 'rn' or 'm' (which is mostly a non-problem…
You read code when you're programming. The only difference is the mix of characters you'll see near each other. General readability matters -- when is it OK for a regular font to be unclear about which character (a zero or 'O') you're looking at? The 'rn' case is one of kerning, and is an issue independent of the mono- or proportional-ness of the font; it's one of kerning. You can have 'r' and 'n' at full width for t…
The difference in mix of characters reflects on the design decisions made for the font type. Target use is important. Some types are great for titles, some for text bodies, some for logos. It makes sense to me that code is another category.
Yes, readability is important, but it's not binary. The level and aspects of readability required for a novel body are not the same as for an article title.
Differentiating between zero 0 and uppercase O is critical for code (and work terminals, and perhaps data tables), but IMHO isn't interesting when designing for text bodies. Same goes for 'rn' and other issues that have ever annoyed only programmers.
Re: Hermit: a font for programmers, by a programmer
#183Earlier quoted context omitted.
What about the difference in use? Do you know of any work that examines whether there is a difference in the importance of attributes depending on whether it's for programming or reading? I know different things are important to me when viewing programming text than reading. A simple, somewhat contrived example would be whether 'r' and 'n' together are easily discernible as 'rn' or 'm' (which is mostly a non-problem…
You read code when you're programming. The only difference is the mix of characters you'll see near each other. General readability matters -- when is it OK for a regular font to be unclear about which character (a zero or 'O') you're looking at? The 'rn' case is one of kerning, and is an issue independent of the mono- or proportional-ness of the font; it's one of kerning. You can have 'r' and 'n' at full width for t…
This is OK virtually 100% of the time, in that there are no circumstances where you'd be confused over which was meant. In contrast, I write 1 and l exactly the same way under most circumstances. That could be pretty annoying if, say, I was doing a geometry problem involving a line named l, since numbers frequently appear in math problems. In fact, I suspect that many other people have had that same problem, since high school geometry textbooks, while they still like to name lines l, use a cursive font for it.
It's very rare for a literary work to feature e.g. one character named Oscar and one named 0scar.
Re: Hermit: a font for programmers, by a programmer
#184Personally I'm a fan of using bitmap fonts - currently I use Tamzen for my shell/editor: https://github.com/sunaku/tamzen-font
Ooh, very nice. I like bitmap fonts too, but I use Terminus and GNU Unifont (fallback for glyphs not in Terminus) myself.
Re: Hermit: a font for programmers, by a programmer
#185There's no download link. That means the font doesn't exist. And what grinds my gears even more: by submitting NOTHING the submitter has earned by hate and the maker of the font, no matter how nice the font may or may not be, will ensure that I will never mention the font to anyone. And if anyone dares name the font they will be getting an earful in return. Submitting garbage (non-existent garbage) like that is like…
It's coming soon - I think he wanted some input before making a release.
Re: Hermit: a font for programmers, by a programmer
#186Re: Hermit: a font for programmers, by a programmer
#187Earlier quoted context omitted.
What about the difference in use? Do you know of any work that examines whether there is a difference in the importance of attributes depending on whether it's for programming or reading? I know different things are important to me when viewing programming text than reading. A simple, somewhat contrived example would be whether 'r' and 'n' together are easily discernible as 'rn' or 'm' (which is mostly a non-problem…
You read code when you're programming. The only difference is the mix of characters you'll see near each other. General readability matters -- when is it OK for a regular font to be unclear about which character (a zero or 'O') you're looking at? The 'rn' case is one of kerning, and is an issue independent of the mono- or proportional-ness of the font; it's one of kerning. You can have 'r' and 'n' at full width for t…
No. Kerning applies to proportionally spaced fonts, not monospace fonts. See, e.g., http://en.wikipedia.org/wiki/Kerning Designing monospace fonts so that character combinations are more readable has nothing to do with kerning.
Re: Hermit: a font for programmers, by a programmer
#188Earlier quoted context omitted.
If you like the X11 Fixed fonts, check out http://monkey.org/~marius/beautiful-fixed-width-fonts-for-os... , which provides 6x13, 7x14, 9x15 and 10x20 in OS X dfont format.
http://www.twoevils.org/html/files.html has 6x13 in TrueType format, which I'm using for Windows console and Sublime Text.
I've put 9x15 for Windows here: https://dl.dropboxusercontent.com/u/19746944/cheever.fon (I can't remember how I got it)
Re: Hermit: a font for programmers, by a programmer
#189It's hard for me to imagine ever finding anything better than Ubuntu Mono, but for those who haven't found a love of their font-life, now might be a helpful time to relink to the one slant article I ever saw: http://www.slant.co/topics/67/~what-are-the-best-programming...
I'm not sure I'd care to code with this: http://i.imgur.com/Pu4FHi4.png I like to code with about a 9 point font, in order to maximize the amount of code per screen without going too far into the illegible. At that size, the proportions of even a single pixel are large enough to make any anti-aliasing annoying. You lose the sharp contrast that every good font needs to have along its edges. Bitmap fonts are my favorit…
Re: Hermit: a font for programmers, by a programmer
#190Good luck!