Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / [STICKY] The Posting Competition

Author
Message
Aaron Miller
18
Years of Service
User Offline
Joined: 25th Feb 2006
Playing: osu!
Posted: 16th Aug 2008 03:20
I once had a dollar, I bought a hot dog. Now I see a hamburger, but that dollar is gone.

Btw, LT, you got post 2500.

Cheers,

-naota

I'm not a dictator to those that do stuff for me by will. Only those who don't.
Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 16th Aug 2008 09:21
I like cookies.


Grandma
18
Years of Service
User Offline
Joined: 26th Dec 2005
Location: Norway, Guiding the New World Order
Posted: 16th Aug 2008 12:05
@ Aaron

You just pissed off a lot of mods.


This message was brought to you by Grandma industries.

Making yesterdays games, today!
Insert Name Here
17
Years of Service
User Offline
Joined: 20th Mar 2007
Location: Worcester, England
Posted: 16th Aug 2008 13:40
And now they're all going to come and eat you in our bed.

Run, mate.

Lee Bamber - Blame Beer
Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 16th Aug 2008 16:15 Edited at: 16th Aug 2008 16:17
I thought the order just went like this.

Ordinary member of TGC: Eat Cats.
Mod of TGC: Eat dogs.

Hmm.


Bizar Guy
19
Years of Service
User Offline
Joined: 20th Apr 2005
Location: Bostonland
Posted: 16th Aug 2008 17:36
Once I was beautiful...

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 16th Aug 2008 17:42 Edited at: 16th Aug 2008 17:42
Now you're Bizarre.


Bizar Guy
19
Years of Service
User Offline
Joined: 20th Apr 2005
Location: Bostonland
Posted: 16th Aug 2008 17:46
Only on thusdays though.

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 16th Aug 2008 18:00
Indeed.


Aaron Miller
18
Years of Service
User Offline
Joined: 25th Feb 2006
Playing: osu!
Posted: 18th Aug 2008 08:44 Edited at: 18th Aug 2008 08:46
I have an idea (And rather than create a whole new topic about it, I'll just post it here (You're welcome mods! lol)).

Alright, well I figured I might create a relatively simple SDK that allows you to create software that can run without an OS on the x86 architecture. Basically, an SDK that lets you build an OS (Obviously not a full blown OS or with driver support or anything like that).

Now when I say "OS" I mean it in a technical sense - this would really just build programs independent of an OS.

Now - the idea behind it is that you use the C language (Or C++ if you write your own support code for it) and link against the SDKs libraries. From there several utilities would be responsible for building your program in a bootable (sp?) form.

Any such SDK would take care of the following (Not counting the utilities):
* Graphics Mode Support (Text, VGA, maybe VESA).
* _Most_ of the standard C library
* GUI Functions
* Drawing Sub-functions of the GUI
* Hard Disk Management
* Various Low-Level "Utility" Functions (Restarting the computer, for example)
* Primitive Sounds (Like the BEEP program/function in Windows)
* Keyboard Input
* Mouse Input
* Port I/O
* Interrupt Request Handling

There would probably be a higher level "utility" SDK (Comparable to OpenGL's GLU library) which might support the following:
* Dynamic Libraries
* File System Support (FAT 32 most likely, and perhaps a custom file system)
* _MAYBE_ (probably not) multi-tasking (It's not as difficult as it looks, but it is something that an OS should take care of, not this).

The utilities included might be something like this:
* BUILD (Of course you'd need this - it'd read a build script and call the compiler, linker, and assembler (not in that order) and then create a bootable ISO or floppy disk image
* IDE (I'd use the scintilla editing component - the rest is easy (It really is, lol)).

Anyways I'm interested in what you guys think of this. I for one would find it useful for myself, I'm mainly wondering if other (more experienced C/C++ users) would find it useful as well.

NOTE: I never said I *would* build it. It's something I might do in my spare time from my main projects.

Cheers,

-naota

I'm not a dictator to those that do stuff for me by will. Only those who don't.
BMacZero
18
Years of Service
User Offline
Joined: 30th Dec 2005
Location: E:/ NA / USA
Posted: 18th Aug 2008 18:17
This is still here ?!?!?

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 18th Aug 2008 18:40
Very much so indeed.


Bizar Guy
19
Years of Service
User Offline
Joined: 20th Apr 2005
Location: Bostonland
Posted: 18th Aug 2008 22:57
So say we all.

Venge
18
Years of Service
User Offline
Joined: 13th Sep 2006
Location: Iowa
Posted: 18th Aug 2008 23:01
To quote Seppuku:

Quote: "For there is one flaw...ducks can fit through prison bars, so as soon as the guards are not looking I'll be off like a jack potato on helium!"



Yea, I didn't get it either.

I have CDO. It's like OCD, but the letters are in alphabetical order, like they should be.
Grandma
18
Years of Service
User Offline
Joined: 26th Dec 2005
Location: Norway, Guiding the New World Order
Posted: 19th Aug 2008 00:33
SO SAY WE ALL!
[b][/b]

This message was brought to you by Grandma industries.

Making yesterdays games, today!
Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 19th Aug 2008 05:45
I'd say something more but that might be too much and confuse you about how confusing this post is even if it isn't really confusing.


Confused?

Mahoney
16
Years of Service
User Offline
Joined: 14th Apr 2008
Location: The Interwebs
Posted: 19th Aug 2008 05:50
@Aaron

You'll probably find this interesting, then.

http://research.microsoft.com/os/Singularity/

http://www.codeplex.com/singularity

Windows Vista Home Premium Intel Pentium Dual-Core 1.6 Ghz 1GB DDR2 RAM GeForce 8600GT Twin Turbo
Aaron Miller
18
Years of Service
User Offline
Joined: 25th Feb 2006
Playing: osu!
Posted: 19th Aug 2008 05:58
@Mahoney
Not really - Singularity as I understand it is based on .NET which I don't really like. :/ Thank you though, I appreciate it. The idea is to be able to allow the "OSDK" to fit on a floppy - at least for the most part.

I've named it the "Quintessence SDK" btw.

I just started on it about half an hour or so ago, here are the commands I have done:


NOTE: The project is built to archived libraries through MinGW and Code::Blocks 8.02. These libraries can then be re-used throughout the SDK and your own "OS-Independent Software."

NOTE 2: I have quite a bit more work to do, obviously. lol!

Cheers,

-naota

POST 2518

I'm not a dictator to those that do stuff for me by will. Only those who don't.
Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 19th Aug 2008 07:17
Yes I agree... But... No, I don't.

That's the ultimate argument right there ^.


Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 19th Aug 2008 07:19 Edited at: 19th Aug 2008 07:19
2520 if aaron is right!

Any dougnuts I get or anything?

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 19th Aug 2008 20:51
Here you go, eat it carefully, it might be sharp.


Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 20th Aug 2008 03:27 Edited at: 20th Aug 2008 03:28
Thanks Alucard. Wait what?

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 20th Aug 2008 07:14
Quote: "Thanks Alucard. Wait what?"

Moahahaha! ... Or something that sounds like that


Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 20th Aug 2008 07:24 Edited at: 20th Aug 2008 07:25
Gah! *clutches throat*


2524.

2525 next EPICNESS! And I cant get it.

Insert Name Here
17
Years of Service
User Offline
Joined: 20th Mar 2007
Location: Worcester, England
Posted: 20th Aug 2008 12:50
I get epicness.

Lee Bamber - Blame Beer
Bizar Guy
19
Years of Service
User Offline
Joined: 20th Apr 2005
Location: Bostonland
Posted: 20th Aug 2008 19:30
Long live Companion Cube!

Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 20th Aug 2008 20:38
Long live the long lived ones!


Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 20th Aug 2008 22:52 Edited at: 20th Aug 2008 22:52
Ding-dong the witch is dead! Which old Witch? The Wicked Witch! Ding-dong the wicked witch is dead!
</Totally random Wizard of Oz Reference.>

hey, figured I'd start playing in this game.

post #2528!

If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 21st Aug 2008 00:00
Hot dogs are not actually hot dogs.


Insert Name Here
17
Years of Service
User Offline
Joined: 20th Mar 2007
Location: Worcester, England
Posted: 21st Aug 2008 01:04
But they're worth a lot of pointzors

Lee Bamber - Blame Beer
Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 21st Aug 2008 02:56
Alucard knows Bill Nye.

Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 21st Aug 2008 18:06
E=MC hammer.
that is my big scientific theory. I believe Einstein was wrong when he said "E=MC squared". I believe that the CORRECT formula, is "E=MC hammer."

If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
bergice
17
Years of Service
User Offline
Joined: 5th Jun 2007
Location: Oslo,Norway
Posted: 21st Aug 2008 19:03
i am bored

Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 21st Aug 2008 19:15
e=MC Chiseled.

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 21st Aug 2008 19:17
Tf2 free weekend begins in
01days-03hours-42mins-35secs


No doubt'fully the simon cowell of the fpsc section :S
Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 21st Aug 2008 19:39
This message will self-destruct in...
5...
4...
3...
2...
1...

If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
Alucard94
17
Years of Service
User Offline
Joined: 9th Jul 2007
Location: Stockholm, Sweden.
Posted: 21st Aug 2008 20:02
Meh, all of you are not funny. I am the only true god of (non) funny'ness here!


Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 21st Aug 2008 20:05
O rly?


No doubt'fully the simon cowell of the fpsc section :S
Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 21st Aug 2008 20:09
Ya rly.

If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 21st Aug 2008 20:20
NO WAI![quote][/quote]


No doubt'fully the simon cowell of the fpsc section :S
Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 21st Aug 2008 21:05
sy wut?


If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
Grandma
18
Years of Service
User Offline
Joined: 26th Dec 2005
Location: Norway, Guiding the New World Order
Posted: 21st Aug 2008 21:08
[quote][/quote]
I hereby agree to above quoted statement. Well said....anonymous!


This message was brought to you by Grandma industries.

Making yesterdays games, today!
Omega gamer 89
17
Years of Service
User Offline
Joined: 10th Sep 2007
Location: Pittsburgh, PA
Posted: 21st Aug 2008 21:09
Itteh bitteh kitteh committeh says:
this is the 2543 post!

If the good lord had intended us to go outside or have a social life, he wouldn't have invented the internet.
www.threeswordsproductions.com
Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Aug 2008 00:09
Quote: ""





No doubt'fully the simon cowell of the fpsc section :S
Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 22nd Aug 2008 01:27
Lol I don't happen to have a weird kitten on me. Sorry.

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Aug 2008 01:29



No doubt'fully the simon cowell of the fpsc section :S
Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 22nd Aug 2008 01:35
No. Please. No. I'm a good man..............
----

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Aug 2008 01:36



No doubt'fully the simon cowell of the fpsc section :S
Irojo
16
Years of Service
User Offline
Joined: 21st May 2008
Location: Eating toast.
Posted: 22nd Aug 2008 04:18
R.O.F.L.

...

Nice kitty...

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Aug 2008 14:47



No doubt'fully the simon cowell of the fpsc section :S

Login to post a reply

Server time is: 2024-11-17 15:28:35
Your offset time is: 2024-11-17 15:28:35