Page 196 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 02, 2017 5:32 am
by matt11235
octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 02, 2017 6:22 am
by bzt
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.
From Frank Herbert's Dune, am I guessing right?

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 02, 2017 7:50 am
by Schol-R-LEA
bzt wrote:
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.
From Frank Herbert's Dune, am I guessing right?
Yep.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 02, 2017 7:52 am
by Schol-R-LEA
octacone wrote:
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.
Good for you. Happy April First!
The joke is on you. I wasn't joking. :lol: 8)
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.

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Apr 05, 2017 12:43 am
by SpyderTL
matt11235 wrote:
octacone wrote:
The attachment Proof;).png is no longer available
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Apr 05, 2017 9:52 am
by matt11235
SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?
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.

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Apr 06, 2017 8:44 am
by obiwac

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Apr 06, 2017 12:13 pm
by Schol-R-LEA
SpyderTL wrote:
matt11235 wrote:
octacone wrote:
Proof;).png
Are you writing code with a variable width font? [-X
What's wrong with variable width fonts?
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.

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Apr 06, 2017 4:36 pm
by Rusky
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.
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).

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.

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Apr 07, 2017 5:43 pm
by pcmattman
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.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Apr 08, 2017 10:29 am
by sortie
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 09, 2017 3:41 pm
by Ankeraout
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...
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Apr 09, 2017 4:00 pm
by zaval
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Apr 10, 2017 5:17 am
by dozniak
sortie wrote:Image
Cool!

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Apr 11, 2017 7:36 am
by osdever
sortie wrote:Image
HOW. IN. THE. FREAKING. WORLD.

Sortie, you are awesome.