Live data from Hacker News

Victor Mono – A free programming font

rubjo.github.io

21–30 of 126 posts

Re: Victor Mono – A free programming font

#21

Can somebody explain to me why narrow programming fonts seem to be trending so strongly lately? I really don't understand, personally. I have a much, MUCH harder time reading a narrow font. I also find it aesthetically inferior to a "non-narrow" font so much that even if it was as readable or more, I feel like I would have a hard time getting myself to use it. Is there some other aspect that people like, such as bein…

I don't get it either. back in the 4:3 days, I liked narrow fonts just so I could more easily view side-by-side code (e.g. vimdiff). These days, with giant monitors that are never more narrow than 8:5, I can have 4 files wide and be fine with a more traditional width font.

Re: Victor Mono – A free programming font

#22
post #20
post #16

I appreciate the effort, the font looks solid, but I really don't understand the new trend of using italic in the code syntax. It seems like every trendy frontend engineer has their sublime text or vscode set up with a font that uses italic for imports, comments, etc and I really don't see the appeal.

From the OP's section titled "Why?" : > When it comes to programming fonts, I prefer something strict, readable and relatively condensed for the code proper, complemented with a more informal, flowing and human style for things like comments and reserved keywords.

Also from FAQ :

> A programming font with cursive italics and ligatures is the worst idea in the world. This is absolutely horrible. BTW, I am really angry.

> [Answer:] Not really a question, but anyway: People actually like different things. And it's OK. It's OK if someone else prefers a different font for code than you do. We don't have to use the same one. ️

(though obv. parent post is not hostile like this Q)

Re: Victor Mono – A free programming font

#23
post #22
post #20

Earlier quoted context omitted.

From the OP's section titled "Why?" : > When it comes to programming fonts, I prefer something strict, readable and relatively condensed for the code proper, complemented with a more informal, flowing and human style for things like comments and reserved keywords.

Also from FAQ : > A programming font with cursive italics and ligatures is the worst idea in the world. This is absolutely horrible. BTW, I am really angry. > [Answer:] Not really a question, but anyway: People actually like different things. And it's OK. It's OK if someone else prefers a different font for code than you do. We don't have to use the same one. ️ (though obv. parent post is not hostile like this Q)

Shouldn't it be called "A sophisticated programming font" then? :D

Re: Victor Mono – A free programming font

#24
Devoting more than a couple of minutes to choosing an IDE font seems like the height of bikeshedding to me. Using cursive in your IDE just seems completely beyond reason...

I have no idea at all why this is becoming so trendy. Do people have so few problems to work on that this has become a reasonable use of their time?

Re: Victor Mono – A free programming font

#25

Can somebody explain to me why narrow programming fonts seem to be trending so strongly lately? I really don't understand, personally. I have a much, MUCH harder time reading a narrow font. I also find it aesthetically inferior to a "non-narrow" font so much that even if it was as readable or more, I feel like I would have a hard time getting myself to use it. Is there some other aspect that people like, such as bein…

Some people fool themselves into thinking that they can save space by using a very condensed font. That’s not true. The squashed shapes makes the letters more similar, which makes the text less legible, which means you need to compensate by pushing up the overall size. You can only save space by optimizing for the most legible typeface, allowing you to reduce the size.

The Victor Mono site is a perfect example: the body text is set quite large, with very generous leading, and still it is very hard to read, partly because of the stretched letter shapes.

Re: Victor Mono – A free programming font

#27
post #16

I appreciate the effort, the font looks solid, but I really don't understand the new trend of using italic in the code syntax. It seems like every trendy frontend engineer has their sublime text or vscode set up with a font that uses italic for imports, comments, etc and I really don't see the appeal.

Fashion is not supposed to make sense. That's why it's called fashion.

The only thing that matters is that it's different and criticized by "the others" that you think you are superior to (old programmers who use boring fonts)

Re: Victor Mono – A free programming font

#30
I found a bug in the font rendering! Maybe just a bug in the way the website is rendering it on the try it page?

    => becomes a ⇒ (U+21d2)
but

    
AFAICT there's no way to make a left arrow with double lines be only 2 chars wide, i.e. how do i make a ⇐ (U+21d0). A 3 char wide left arrow works though, e.g. :

    
Like the font otherwise, there are some other interesting unicode conversions, e.g. :

    === becomes ≡ (U+2261)
Post reply on HN