Re: What does your OS look like? (Screen Shots..)
Posted: Sun Apr 02, 2017 5:32 am
Are you writing code with a variable width font?octacone wrote:
The Place to Start for Operating System Developers
http://f.osdev.org/
Are you writing code with a variable width font?octacone wrote:
From Frank Herbert's Dune, am I guessing right?Schol-R-LEA wrote:Code: Select all
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.
Yep.bzt wrote:From Frank Herbert's Dune, am I guessing right?Schol-R-LEA wrote:Code: Select all
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.
Actually, I was just saying that to indicate that I was making a joke (about the 'faced my fear' part). Though your post did make me wonder.octacone wrote:The joke is on you. I wasn't joking.Schol-R-LEA wrote:Good for you. Happy April First!Code: Select all
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.
What's wrong with variable width fonts?matt11235 wrote:Are you writing code with a variable width font?octacone wrote:
Use whatever font makes you happy, but I'm taking monospaced fonts with me to the grave. Hopefully they can write on my headstone with DejaVu Sans Mono.SpyderTL wrote:What's wrong with variable width fonts?matt11235 wrote:Are you writing code with a variable width font?octacone wrote:
The knock against using variable-width fonts for code is not so much a matter of 'wrong' as 'inconvenient' - it is harder to format code consistently if the glyphs don't line up in a meaningful and consistent way. With monospaced fonts, the letter forms always end up in columns which line up, and the formatting won't get trashed (too much) if you go from one monospaced font to another; the same isn't true anymore once kerning enters the picture. Still, you do you, I suppose.SpyderTL wrote:What's wrong with variable width fonts?matt11235 wrote:Are you writing code with a variable width font?octacone wrote:
The argument for variable width fonts here is that you only really need to line up two things: the left edge, which is defined by spaces or tabs and thus works fine, and identical sets of characters (perhaps varying by something like an array index), which also works fine, especially with fonts whose digits are the same width (which many variable width fonts do).Schol-R-LEA wrote:The knock against using variable-width fonts for code is not so much a matter of 'wrong' as 'inconvenient' - it is harder to format code consistently if the glyphs don't line up in a meaningful and consistent way. With monospaced fonts, the letter forms always end up in columns which line up, and the formatting won't get trashed (too much) if you go from one monospaced font to another; the same isn't true anymore once kerning enters the picture. Still, you do you, I suppose.
Cool!sortie wrote:
HOW. IN. THE. FREAKING. WORLD.sortie wrote: