Live data from Hacker News

Mononoki – A Font for Programming and Code Review

madmalik.github.io

41–50 of 129 posts

Re: Mononoki – A Font for Programming and Code Review

#41
post #35

Earlier quoted context omitted.

Interesting - had to look that up. Here's a Quora post about it: https://www.quora.com/What-font-is-used-in-Bloomberg-Termina... . It's designed by Matthew Carter, the designer of Georgia and Verdana, he's an expert on screen-readable fonts. The interesting thing is that one part of the optimization for finance was all those special fraction glyphs. I have never seen such weird fractions in actual use, I would have t…

When I worked at Bloomberg, the origins of that font weren't a mystery. I used it on my company-issued Mac and loved it. Whatever they paid for it, the price was definitely worth it. I don't suppose I'll ever find a suitable replacement, which also means that I jump at every opportunity to try out a new monospace font. I currently have 7 in my .Xdefaults, and these are just the ones I kinda-sorta liked and hadn't del…

Why don't you just continue to use the terminal font then? That Quora link ^ made it looked like you could get a copy.

Re: Mononoki – A Font for Programming and Code Review

#42
post #35

Earlier quoted context omitted.

Interesting - had to look that up. Here's a Quora post about it: https://www.quora.com/What-font-is-used-in-Bloomberg-Termina... . It's designed by Matthew Carter, the designer of Georgia and Verdana, he's an expert on screen-readable fonts. The interesting thing is that one part of the optimization for finance was all those special fraction glyphs. I have never seen such weird fractions in actual use, I would have t…

When I worked at Bloomberg, the origins of that font weren't a mystery. I used it on my company-issued Mac and loved it. Whatever they paid for it, the price was definitely worth it. I don't suppose I'll ever find a suitable replacement, which also means that I jump at every opportunity to try out a new monospace font. I currently have 7 in my .Xdefaults, and these are just the ones I kinda-sorta liked and hadn't del…

Which is kind of the opposite experience many people have who work at a company that has its 'company font' which they are supposed to use, but nobody likes to, because it's just print-optimized for design etc, but not screen-optimized for normal work use, and thus makes it a pain to edit documents.

Re: Mononoki – A Font for Programming and Code Review

#43
post #40
post #39

Earlier quoted context omitted.

Thank you for this page! It's such a ridiculous time sink though. But thank you anyway.

Thanks! Time sink for wasting time on finding the perfect font? I think it's worthwhile. Programmers spend so much time looking at their font

It's a time sink because I can never settle on one I like. See my other comment in this thread about searching for that perfect Bloomberg terminal font replacement.

Re: Mononoki – A Font for Programming and Code Review

#44
post #41
post #35

Earlier quoted context omitted.

When I worked at Bloomberg, the origins of that font weren't a mystery. I used it on my company-issued Mac and loved it. Whatever they paid for it, the price was definitely worth it. I don't suppose I'll ever find a suitable replacement, which also means that I jump at every opportunity to try out a new monospace font. I currently have 7 in my .Xdefaults, and these are just the ones I kinda-sorta liked and hadn't del…

Why don't you just continue to use the terminal font then? That Quora link ^ made it looked like you could get a copy.

I've considered doing just that, but it wouldn't be the right thing to do. I don't want to make money using something that technically isn't mine to use.

Re: Mononoki – A Font for Programming and Code Review

#46
post #35

Earlier quoted context omitted.

When I worked at Bloomberg, the origins of that font weren't a mystery. I used it on my company-issued Mac and loved it. Whatever they paid for it, the price was definitely worth it. I don't suppose I'll ever find a suitable replacement, which also means that I jump at every opportunity to try out a new monospace font. I currently have 7 in my .Xdefaults, and these are just the ones I kinda-sorta liked and hadn't del…

Which is kind of the opposite experience many people have who work at a company that has its 'company font' which they are supposed to use, but nobody likes to, because it's just print-optimized for design etc, but not screen-optimized for normal work use, and thus makes it a pain to edit documents.

It's one of those rare situations when programmers can benefit from the development of a product meant to please an entirely orthogonal audience: uber-picky finance professionals who stare at screens all day. Life is fascinating, isn't it?

Re: Mononoki – A Font for Programming and Code Review

#48
post #26

Earlier quoted context omitted.

Slightly related, I've been thinking for a while how an editor that tracked indentation and made each indentation/scope a different background shade and/or slightly smaller font might be interesting to play with. Does anyone know of a system that uses this?

There's a package for emacs to do that: http://www.foldr.org/~michaelw/emacs/color-box.png http://foldr.org/~michaelw/emacs/

Thanks! Now I wonder what it looks like if you keep dropping the font a point.

Re: Mononoki – A Font for Programming and Code Review

#49
post #5

My favorite font for Sublime.

You are referring to the color scheme, not the font. The default font for your Sublime Text is probably either Monospace, Consolas, or Menlo Regular. Yes, this will confuse a lot of people who enjoy the default color scheme of Sublime. This is something completely different.

I use the Dawn x Github color scheme[0] and the Mononoki font.

[0] https://github.com/AlexanderEkdahl/github-sublime-theme

Re: Mononoki – A Font for Programming and Code Review

#50
post #4

Monospace - This is an universal requirement for source code typography. It's not just an historic artifact from the olden days of terminals, but an useful convention to allow two dimensional structuring and highlighting differences on the character level. Well, since there are people that swear by using variable space fonts for programming, it's not necessarily a universal requirement. I agree it is a very useful co…

Many academic papers and books do this. For example, see the famous paper "Why Functional Programming Matters" [1]. To me, having non-monospaced font in a paper or book is a signal that the contents are "too academic" to be of practical use. This is a very weak signal though - for example, Sally Goldman's excellent book "A Practical Guide to Data Structures and Algorithms using Java"[2] has pages and pages of useful Java code in non-monospaced font.

[1] https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.p...

[2] http://www.amazon.com/Practical-Structures-Algorithms-Chapma...

Post reply on HN