Are you writing code with a variable width font?octacone wrote:
What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: What does your OS look like? (Screen Shots..)
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.
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: What does your OS look like? (Screen Shots..)
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.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: What does your OS look like? (Screen Shots..)
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.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: What does your OS look like? (Screen Shots..)
What's wrong with variable width fonts?matt11235 wrote:Are you writing code with a variable width font?octacone wrote:
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Re: What does your OS look like? (Screen Shots..)
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:
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: What does your OS look like? (Screen Shots..)
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:
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: What does your OS look like? (Screen Shots..)
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.
I currently use monospace fonts, but I'd strongly consider a variable width font that made common programming symbols wider and more visible- brackets, punctuation, etc. Easier to read text that way.
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Re: What does your OS look like? (Screen Shots..)
Pedigree kernel + Debian userspace + Xnest on the system running QEMU.
I'm cheating a little bit by booting to single-user mode, mostly just to test the basics (e.g. xclock, xterm) before letting the userspace try and run gdm and its own X server.
I'm cheating a little bit by booting to single-user mode, mostly just to test the basics (e.g. xclock, xterm) before letting the userspace try and run gdm and its own X server.
Re: What does your OS look like? (Screen Shots..)
Today, I finally achieved booting my OS on both my HP Pavilion dv7-2060ef and my Dell Vostro 3360 with an USB stick.
It's funny to notice that it boots with no problem on the Dell, but encounters a GPF on the HP...
It's funny to notice that it boots with no problem on the Dell, but encounters a GPF on the HP...
Last edited by Ankeraout on Sun Apr 09, 2017 4:27 pm, edited 1 time in total.
Re: What does your OS look like? (Screen Shots..)
HOW. IN. THE. FREAKING. WORLD.sortie wrote:
Sortie, you are awesome.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.