Live data from Hacker News

Show HN: Coding Font – A game to find your favorite coding font

codingfont.com

211–220 of 222 posts

Re: Show HN: Coding Font – A game to find your favorite coding font

#211
My results: B612 Mono [1].

From the 'About' page: B612 is an highly legible open source font family, designed and tested to be used on aircraft cockpit screens. ... In 2010, Airbus initiated a research ...

[1]: https://fonts.google.com/specimen/B612+Mono#standard-styles

Re: Show HN: Coding Font – A game to find your favorite coding font

#212
post #204

Earlier quoted context omitted.

You are not the only one. I've used proportional fonts exclusively for 10-15 years and will never go back to monospaced. In the past I used Verdana, Georgia, and Trebuchet MS. That last one may seem like an odd choice, but I really like the way it renders on a high-DPI display, with thick readable strokes and easily distinguished "confusable" characters. Trebuchet MS does have some flaws, so I started customizing it…

Do you have the font or your modification scripts up on github?

I don't have it on GitHub, mostly for worry over Microsoft's copyright on Trebuchet MS. I may get brave and post it anyway!

In the meantime, if you drop me an email (address is in my profile) I will be happy to send you a copy of the FontForge project and the compiled .ttf font.

Re: Show HN: Coding Font – A game to find your favorite coding font

#214
post #51

It's hard to beat Consolas, although the rendering system seems to really matter a lot. I've made my own pixel font, inspired from ProFont, but it's not usable because it's a pixel font, and it's too big when I zoom it 2x.

I think you are right. I'm giving IBM Plex Mono a go as a result of the coding game. We'll see if it has staying power in comparison to Consolas.

Re: Show HN: Coding Font – A game to find your favorite coding font

#219

This is the best UI for decision-making I've seen lately. Font choosing is a pain and this works. I ended choosing the font i know (roboto mono) but wau, before this it was because always like that. Now i know that's the one i like ^^

I see using this UI for business decision-making for 5-10 options

I made a tool like this for our team a while back, and made it available for free: https://decidedly.so

Would love to hear your thoughts or anyone else's.

(Fun aside: I ended up implementing the Ford Johnson algorithm to minimize the number of comparisons, explanation here: https://github.com/decidedlyso/merge-insertion-sort )

Post reply on HN