[ / / / / / / / / / / / / / ] [ dir / 3rdpol / 8cup / animu / asmr / leftpol / tacos / vichan / vore ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): b2e00f2a55ebed3⋯.png (5.59 KB, 1137x112, 1137:112, quickfox.png) (h) (u)

[–]

 No.945686>>945747 >>945760 [Watch Thread][Show All Posts]

There is a severe lack of good monospace programming fonts that scale well.

Every single one of them is made for hipsters that prefer 9px fonts, enjoy your eye cancer.

I currently settled on Source Code Pro but it's not perfect either.

What font does /tech/ use for programming?

<small font size faggots need not apply

 No.945708

IBM3270.


 No.945719>>945723 >>945762

Bitmap -> Terminus, SGI Screen or Fixed

TTF -> Liberation Mono


 No.945723>>945762

>this thread again....

I'm a font fetishist, but there's really just so many things that can be said about programming fonts..

>>945719

These, exactly, are my choices too. Except the SGI and Fixed.


 No.945747>>945749

>>945686 (OP)

>Every single one of them is made for hipsters that prefer 9px fonts, enjoy your eye cancer.

Some of us still use under 2000px resolution screens you know, hipster faggot.

><small font size faggots need not apply

I didn't ask for your thread but you posted it anyway!

So I'll return the favor by posting a post you didn't want, ELITIST FAGGOT!

Windows: Consolas, size 10

Linux: DejaVu Sans Mono, size 10


 No.945749>>945758

File (hide): a288c468d97f11d⋯.jpg (32.6 KB, 909x720, 101:80, 1485972649.jpg) (h) (u)

>>945747

>windows


 No.945758>>945759

>>945749

>smug about windows

Yeah, they got a tool called Visual Studio, maybe you heard of it. It compares favorably to the 1980's text editors that Linuxfags use. Don't get me wrong though, I have a lot of respect for mcedit.


 No.945759>>945766 >>945774

File (hide): f41358419144627⋯.png (64.69 KB, 625x626, 625:626, cff.png) (h) (u)

>>945758

oh you're just baiting, for a second i thought you actually use windows and think visual studio is good


 No.945760>>945770 >>947333

File (hide): bd1fdd014d2ed6c⋯.png (115.11 KB, 1215x978, 405:326, Screenshot.png) (h) (u)

>>945686 (OP)

I really do like Fira Code. The way it shows

&& || >= <=
etc. makes code noticeably easier to read.


 No.945762

File (hide): 5621d15e2f6d938⋯.png (33.8 KB, 674x641, 674:641, Capture.PNG) (h) (u)

>>945719

>>945723

>Liberation Mono

My eyes thank you! I just moved all of my Scintilla-based editors to this from Source Code Pro.


 No.945766>>945770 >>945774

>>945759

VS is a shit editor but it's the best debugger period.


 No.945770>>945774 >>945791

>>945766

So edit in something good and use VS to debug only?

>>945760

Fira Mono is better than Fira Code IMO


 No.945771>>948728

File (hide): eb3abe1635ab9a7⋯.png (196.89 KB, 1663x1779, 1663:1779, Screenshot_2018-07-22 mono….png) (h) (u)


 No.945774>>945777

>>945766

>>945770

>>945759

Visual Studio + Intellij Resharper is pretty fucking great. I'd be curious to hear experiences evident to the contrary.


 No.945776

Default GNOME font.


 No.945777

>>945774

what does resharper do? is it free?


 No.945791>>947869

>>945770

Depends for what. For

>webdev

the ligatures are pretty useful.

<!-- --> /> </
When the opening/closing sequence for tag is effectively displayed as one char instead of two, it makes the text stand out better, and in js/php the difference between
== !== and === !==
is way easier to read. One other thing that IMO looks significantly better is :: like
Foo::bar


 No.947256>>947269 >>947324

Office Code Pro.

But what about general purpose fonts? Something you pick for your web browser although pajeets fucked that up with web fonts or for your file manager.


 No.947269

>>947256

I set my computer to use Georgia for system UI, so all my filenames, window titles, menu options, &c. use a serifed non-monospace font. It looks nice, but for monospace I use either an IBM font that I can't remember the name of or Fira Code or some shit, I can't remember.


 No.947301>>947330 >>947331 >>947346 >>947349 >>947403

Can someone explain to me why it would be better to use bitmap over vector font (ttf)?


 No.947324

>>947256

I use Microsoft fonts because they are the only fonts I know of (aside from Ubuntu) that don't look like complete shit with antialiasing turned off.


 No.947326

Fonts are down to personal taste, but just use Inconsolata for everything.

Also install gentoo


 No.947330

I hate forced line wraps and horizontal scrolling, most monospace fonts are just too wide for me.

M+ MN Type-1 Regular https://mplus-fonts.osdn.jp/design.html#mplus_mn1

I also don't write matrixes all day and I find it much easier to read non-monospaced fonts, so I widened the brackets a little bit and replaced the quotation marks in Liberation Sans.

>>947301

No. There is no reason to use bitmap fonts for programming.

(Bitmap fonts may be useful on very edge case scenarios for embedded hardware where you want minimal code/resource to render any output/text. For example digital watches and clocks use bitmap fonts.)


 No.947331

>>947301

You'll feel like epic computer pro and can look down upon other people from your basement.


 No.947333

>>945760

>pink, cyan, gray on gray

No matter what font you use, my handwriting on a toilet paper looks more readable than this.


 No.947346

>>947301

They're much sharper and thus clearer at small sizes. Some people also just like the look.


 No.947349

>>947301

I use em on terminals if I'm on a minimal wm setup with no energy to setup font rendering properly (which is usually done by DEs or infinality) and terminus just looks right in the terminal, it's clear, no extra stuff to configure and I can tell all the characters apart and it doesn't cause fucked up @ symbols or anything like that for example. If I'm really configuring a machine (gentoo most likely) then I'll go the extra mile for infinality or a DE and install inconsolata, liberation-mono etc. on it and use those. Terminus is just very good at what it does, it doesn't work everywhere.

That's my 20 yen on the issue


 No.947403

>>947301

They're handmade to look good at their size.

Or they would be if their makers bothered anti aliasing them.


 No.947869

>>945791

How do you do that?

Having terminal commands like that in the box and shit?

I have just been cutting and pasting.


 No.948728

>>945771

My new favorite, thanks anon.


 No.948734

File (hide): e76ef4d79643595⋯.png (341.42 KB, 3600x1649, 3600:1649, weights.png) (h) (u)




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
30 replies | 8 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / 3rdpol / 8cup / animu / asmr / leftpol / tacos / vichan / vore ][ watchlist ]