|
Going Through the Entries...
Last post 05-25-2007 2:52 PM by Atrophy. 32 replies.
-
05-16-2007 7:47 PM
|
|
-
Alex Papadimoulis


- Joined on 10-16-2004
- Cleveland, OH
- Posts 2,043
|
Going Through the Entries...
Just a quick post to let you all know that we* are very busy going through all of your entries. All **three hundred and fifty** of them. Seriously, three hundred and fifty. Special thanks to those of you who thought it'd be fun to make sure that compiling took at least ten minutes...
* And of course, by "we", I mean Intern Boyd. But he does report that he just finished all of the Win32 ones. Only another 100 to go!
|
|
-
-
Einsidler


- Joined on 11-15-2006
- Posts 99
|
Re: Going Through the Entries...
You mean there weren't 100351 entries?!‽?! :P
Download my OMGWTF entry, Romanorum Computus
|
|
-
-
JCM


- Joined on 03-16-2006
- Posts 23
|
Re: Going Through the Entries...
Einsidler wrote the following post at 05-16-2007 8:45 PM:
You mean there weren't 100351 entries?!‽?! :P
I suppose that would be the REAL WTF! :)
|
|
-
-
Whiskey Tango Foxtrot? Over.


- Joined on 03-10-2006
- I'm a Nashville carpetbagger.
- Posts 332
|
Re: Going Through the Entries...
Alex Papadimoulis: Special thanks to those of you who thought it'd be fun to make sure that compiling took at least ten minutes...
Now, C++ is hardly a speedy compiler, but ten minutes *is* a bit much.
Agile Team-Oriented Waterfall-Centric Cowboy Coder.
|
|
-
-
SamP


- Joined on 05-05-2007
- Posts 25
|
Re: Going Through the Entries...
Whiskey Tango Foxtrot? Over.: Alex Papadimoulis: Special thanks to those of you who thought it'd be fun to make sure that compiling took at least ten minutes...
Now, C++ is hardly a speedy compiler, but ten minutes *is* a bit much.
The real WTF is that you can't tell the difference between a language and a compiler. But if your entry involved generating c++ code when calc buttons are pressed, and then compiling and using the compiled code at runtime, you'd have a good chance for that laptop.
|
|
-
-
kvigor


- Joined on 05-11-2007
- Posts 6
|
Re: Going Through the Entries...
But if your entry involved generating c++ code when calc buttons are
pressed, and then compiling and using the compiled code at runtime,
you'd have a good chance for that laptop. Yes, it did. (my second entry, anyway). And no, I doubt it, based on some of the true horrors I've seen here already. // took about 15 seconds for for a button press to register in NetBSD running in QEMU on my wimpy laptop.
|
|
-
-
stolen_username


- Joined on 05-08-2007
- East Lansing, MI
- Posts 64
|
Re: Going Through the Entries...
kvigor:But if your entry involved generating c++ code when calc buttons are
pressed, and then compiling and using the compiled code at runtime,
you'd have a good chance for that laptop. Yes, it did. (my second entry, anyway). And no, I doubt it, based on some of the true horrors I've seen here already. // took about 15 seconds for for a button press to register in NetBSD running in QEMU on my wimpy laptop.
Darn. I was hoping I'd be the only one who did that. And yet... I started a thread about it here. Curious.
|
|
-
-
Einsidler


- Joined on 11-15-2006
- Posts 99
|
Re: Going Through the Entries...
stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
Download my OMGWTF entry, Romanorum Computus
|
|
-
-
Xeron


- Joined on 04-28-2007
- Posts 14
|
Re: Going Through the Entries...
I entered quite early, and then was disappointed to see quite a few of my ideas posted in the forums. Hopefully the fact that I submitted early counts for something (IE, I did it first). I was most disappointed that a couple of others also didn't use any arithmetic operators in their code. I thought that would be unique, at least.
|
|
-
-
th0mas


- Joined on 05-05-2007
- Posts 19
|
Re: Going Through the Entries...
stolen_username: kvigor:But if your entry involved generating c++ code when calc buttons are
pressed, and then compiling and using the compiled code at runtime,
you'd have a good chance for that laptop. Yes, it did. (my second entry, anyway). And no, I doubt it, based on some of the true horrors I've seen here already. // took about 15 seconds for for a button press to register in NetBSD running in QEMU on my wimpy laptop.
Darn. I was hoping I'd be the only one who did that. And yet... I started a thread about it here. Curious.
Shit, I did it this too :D.
|
|
-
-
Whiskey Tango Foxtrot? Over.


- Joined on 03-10-2006
- I'm a Nashville carpetbagger.
- Posts 332
|
Re: Going Through the Entries...
SamP: Whiskey Tango Foxtrot? Over.: Alex Papadimoulis: Special thanks to those of you who thought it'd be fun to make sure that compiling took at least ten minutes...
Now, C++ is hardly a speedy compiler, but ten minutes *is* a bit much.
The real WTF is that you can't tell the difference between a language and a compiler.
Hey, why don't you, you know, read what I mean, not what I write? Heh. I *meant* the Visual Studio C++ compiler.
Agile Team-Oriented Waterfall-Centric Cowboy Coder.
|
|
-
-
TheFeshy


- Joined on 05-04-2007
- Posts 12
|
Re: Going Through the Entries...
SamP: Whiskey Tango Foxtrot? Over.: Alex Papadimoulis: Special thanks to those of you who thought it'd be fun to make sure that compiling took at least ten minutes...
Now, C++ is hardly a speedy compiler, but ten minutes *is* a bit much.
The real WTF is that you can't tell the difference between a language and a compiler.
You make the distinction as if there is, somewhere, a speedy C++ compiler.
|
|
-
-
th0mas


- Joined on 05-05-2007
- Posts 19
|
Re: Going Through the Entries...
To be honest, I hope that by the rules on the site my entry is one of very few that is actually legitimate. My engine is written in C++ and is event-driven to write C code (mostly based on soft-coded C code from XML files which give it the flexibility of anything possible under C) on a button press. In other words it is both C and C++, which is the requirement I hope most other entries do not meet :D.
|
|
-
-
msntfs


- Joined on 12-02-2006
- Posts 26
|
Re: Going Through the Entries...
I think any entry that has written the compiler/interpreter for the language itself should be allowed to participate.(not because I want the price, I use pure C++). But otherwise one of the common WTFs -- inner platform effect would not be possible. One article about mighty Lisp's features said: Every slightly more complex project has parts of Lisp interpreter in it. And also you can consider an electrical circuit as a language, so my favourite would be out.
|
|
-
-
todd


- Joined on 04-29-2007
- Posts 9
|
Re: Going Through the Entries...
"Greenspun's Tenth Rule of Programming: any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp."
- Philip Greenspun and my entry does :)
|
|
-
-
sleeping


- Joined on 04-25-2007
- Posts 8
|
Re: Going Through the Entries...
th0mas:To be honest, I hope that by the rules on the site my entry is one of very few that is actually legitimate. My engine is written in C++ and is event-driven to write C code (mostly based on soft-coded C code from XML files which give it the flexibility of anything possible under C) on a button press. In other words it is both C and C++, which is the requirement I hope most other entries do not meet :D.
Where did you see that it was required for an entry to be in both C and C++? And doesn't C++ imply C?
|
|
-
-
sleeping


- Joined on 04-25-2007
- Posts 8
|
Re: Going Through the Entries...
Einsidler: stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
I thought the whole point of this was to have a not-so-great-mind-after-all to do the designing...
|
|
-
-
th0mas


- Joined on 05-05-2007
- Posts 19
|
Re: Going Through the Entries...
sleeping: th0mas:To be honest, I hope that by the rules on the site my entry is one of very few that is actually legitimate. My engine is written in C++ and is event-driven to write C code (mostly based on soft-coded C code from XML files which give it the flexibility of anything possible under C) on a button press. In other words it is both C and C++, which is the requirement I hope most other entries do not meet :D.
Where did you see that it was required for an entry to be in both C and C++? And doesn't C++ imply C?
I'm just trying to interpret the rules in a manner in which only my entry is valid and all others invalid :D
|
|
-
-
tpinkney


- Joined on 05-15-2007
- Posts 5
|
Re: Going Through the Entries...
We were going to give this task to a co-op student at my company - along with a 2 day deadline - just to see what they would come up with.
|
|
-
-
Einsidler


- Joined on 11-15-2006
- Posts 99
|
Re: Going Through the Entries...
sleeping: Einsidler: stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
I thought the whole point of this was to have a not-so-great-mind-after-all to do the designing...
There is a fine line between true genious and true stupidity. A line I like to cross.
Download my OMGWTF entry, Romanorum Computus
|
|
-
-
gunny


- Joined on 05-20-2007
- Posts 7
|
Re: Going Through the Entries...
Einsidler: sleeping: Einsidler: stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
I thought the whole point of this was to have a not-so-great-mind-after-all to do the designing...
There is a fine line between true genious and true stupidity. A line I like to cross.
Frequently.
|
|
-
-
Einsidler


- Joined on 11-15-2006
- Posts 99
|
Re: Going Through the Entries...
gunny: Einsidler: sleeping: Einsidler: stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
I thought the whole point of this was to have a not-so-great-mind-after-all to do the designing...
There is a fine line between true genious and true stupidity. A line I like to cross.
Frequently.
Haha, I was going to say something along those lines ("A line I like to cross as often as possible") but I was posting on my PSP at the time which has a character limit on text boxes. Guess you just proved my point about great minds. :D
Download my OMGWTF entry, Romanorum Computus
|
|
-
-
gunny


- Joined on 05-20-2007
- Posts 7
|
Re: Going Through the Entries...
Einsidler: gunny: Einsidler: sleeping: Einsidler: stolen_username:Darn. I was hoping I'd be the only one who did that.
I'm sure there'll be more than one of lots of ideas. As the saying goes, great minds think alike.
I thought the whole point of this was to have a not-so-great-mind-after-all to do the designing...
There is a fine line between true genious and true stupidity. A line I like to cross.
Frequently.
Haha, I was going to say something along those lines ("A line I like to cross as often as possible") but I was posting on my PSP at the time which has a character limit on text boxes. Guess you just proved my point about great minds. :D
;-) You need a Nokia N800, obviously...
|
|
-
-
tchize


- Joined on 07-26-2006
- Belgium
- Posts 133
|
Re: Going Through the Entries...
Either they take a mean time above 10 minutes per entry (350*10 minutes/60 minute per hour/10 hours a day ~= 5 days including bathroom pauses) either the jury core dumped :D
|
|
-
-
tpinkney


- Joined on 05-15-2007
- Posts 5
|
Re: Going Through the Entries...
tchize:Either they take a mean time above 10 minutes per entry (350*10 minutes/60 minute per hour/10 hours a day ~= 5 days including bathroom pauses) either the jury core dumped :D
I think they would need closer to 20-30mins per entry. By the time they look at the documentation you were supposed to include, compile it, play around with it, look at your source code etc. Then of course there's probably a few entries (the top 10 let's say) that they would enter all the test cases for which they'd spend an hour on.
Anyway , using your formula i get 12-18 days
|
|
-
|
|