You know your a geek when.....

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

... when you take the intel manuals on a trip for "easy reading" ... (true story)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

True for me.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

some counts sheep when having trouble sleeping. I usually do powers of 2. 1, 2, 4, 8, 16, 32, 64, etc. Some times I get as high as 524288 before i give up.

I would say that more or less makes me a geek.
This was supposed to be a cool signature...
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

I usually fall asleep when I think about the GUI for my OS. My OS is still at it's bootloader stage, but it helps a lot to dream on those long nights when the roommates play WoW all night and I have to get fast asleep. :roll:
I get a lot of ideas at night, just before sleeping, but the problem is that I forget most of them... I was never able to count sheep. For some reason I cannot imagine sheep. When I do try to count sheep, I end up with a lot of questions: Would they look like the ones in Droopy cartoons? Would they look like real sheep? Do they have to jump over a fence so I can count them or are they all in a hurd making it a big challenge to count? Once I thought about writing a program to simulate counting sheep. It would run in the background and pop up on the screen (like a screensaver) at 11:00 PM, which is about the time my eyes stop functioning correctly... Now that I think about it, it's a nice idea for a screensaver.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

I can't help thinking about a scene from Mr. Bean.
He has trouble falling a sleep so he find a big picture with a lot of sheeps, which he just happens to have for some reason, and starts counting them. However, he keeps loosing track of the numbers, so what he does is he picks up a calculator, counts how many sheeps are on the x axis and the y axis, then multiplys them, sees the result and fall a sleep.

It's actually kinda funny, however I was unable to find an online videoclip of it.
This was supposed to be a cool signature...
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

jzgriffin
Member
Member
Posts: 190
Joined: Tue Sep 26, 2006 1:40 pm
Libera.chat IRC: Nokurn
Location: Ontario, CA, USA
Contact:

Post by jzgriffin »

Mr. Bean is awesome :') I remember quite clearly the episode when it was raining outside and he went through his attic and found one of his cars. Good times, good times.

For falling asleep I usually write DOS programs in machine code in my head. Quite nerdy, if you ask me.
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

I noticed the sheep in the painting were not grid-aligned. :) His algorithm is buggy...
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

zaleschiemilgabriel wrote:I noticed the sheep in the painting were not grid-aligned. :) His algorithm is buggy...
hehe, I don't thnk he cares much. ;)
This was supposed to be a cool signature...
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

...when you think of every way that a program such as firefox could do a particular job.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

..when you wake up in the morning to check new posts on the OSDev forum and end up saying "not useful..." for every new post
Here's an example:
...not useful...
...not useful...
...not useful...

...when you have the urge to make up examples for everything (or tutorials)
:D


Cheers,
Gabriel
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post by iammisc »

One day in class, the teacher asked what the square root of 256 was. Everyone rushed to their calculators but I subconciously shouted sixteen while yawning. The class thought I was amazing.

I definitely think that thinking in powers of 2 makes someone a geek.
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

So does thinking in hex. :P
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

I find hex too complicated and prefer binary, endless i'm working with big numbers of course.
This was supposed to be a cool signature...
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

I only use binary to count up to 15. When I get to 1111b I think about reaching 10h and everything becomes hex. :lol: Sometimes I skip to hex earlier, from 11b to 04h. Anyway, there's this constant conversion from hex to binary going on, especially when I work with bit flags. I need to define a standard for myself to use it when thinking with numbers. :)
Post Reply