Live data from Hacker News

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

codingfont.com

41–50 of 222 posts

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

#42
Nice! Suggestions:

-- make the individual fonts compete more times in randomized comparisons (one font should not win over a single other)

-- option to overlap the renderings in a canvas with bitmap difference (to highlight the differences in glyphs)

-- option to choose the text to be rendered, with syntax highlighting

-- upload fonts for further comparison (maybe through @font-face src URLs); edit the list of comparisons

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

#43
I think I'm missing something. When I click the link, the site loads for a bit and then presents a drum roll and a message that I've chosen a winning font? Both in a browser with tracking blocking and a clean Firefox mobile. @wentin did the site break from a hug or any idea what's going wrong here?

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

#44
This has a different colour theme than I normally use (I work in a bright space, so use a light theme), and when I tried the font suggested at the end I found it horrible. Ideally you'd be able to choose the colour scheme to match your current one because it's a large part of what makes a font work for coding.

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

#45
Fun experiment. My suggestion is to add "Iosevka" as a contester.

It is my font of choice and I am curious if it would win for me (while trying not to look in the names).

It had some popularity with HN in the past: https://news.ycombinator.com/item?id=14009963

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

#46
A fun page! I agree that blind-testing would be important, especially having the name shown in red draws a lot of attention.

A possibly better method (but harder to implement) would be to show code snippets briefly, then ask a related question. This would test how well you can actually read the various fonts - as long as the samples and questions control for other things.

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

#49

Why not make the font size and color the same between the two panels? Hard to compare as they are different for some fonts...

This is much harder than it sounds, since font-size: 16px for one font is not going to be the same, visually, as font-size: 16px for another font.

Inconsolata, for example, is much smaller than DM Mono, but they're both displayed at 16px.

Post reply on HN