Slashdot Mirror


A High-School Hacker's Notebook

An anonymous reader writes: "Remember those high-school lunchtimes, back in the day, when you and your computer-nerd friends would hang out by the Krunch Korral, discussing that cool computer game that you were all going to write? And one guy did the music, and one guy made the levels, and you wrote it all down in a notebook? Well, just in case you lost it, here's that notebook."

8 of 337 comments (clear)

  1. Re:Here's that notebook by aed · · Score: 5, Funny

    There's a mirror right here

  2. uh oh. by peatbakke · · Score: 5, Funny

    I've been out of high school for a long time and I still do that on my lunch breaks. And after work. On my coffee breaks. Before lectures. After lectures. While watching TV. Riding the bus. Walking down the street.

    But not in bed. The girlfriend put the kibosh on that one early on.

  3. Hasent Changed.. much by Geldon · · Score: 5, Funny

    Im still in high school... and the only difference is that we sit around with our laptops and one person gets the 3D design, and another person does teh website, and another makes sure that we dont get sued for uninetntionally creating a game too similar to an existing one...

    1. Re:Hasent Changed.. much by blancolioni · · Score: 5, Funny

      Which one of you does the spelling check?

  4. We didn't have time to make games by yeoua · · Score: 5, Funny

    We were too busy fending off those big goons who tried to take our lunch money.

  5. Jeez by BigJimSlade · · Score: 5, Funny

    People, the Slashdot effect is getting out of hand. We've now slashdotted a spiral-bound notebook? Someone must put an end to this madness!

  6. Remember when... by artemis67 · · Score: 5, Funny

    Remember when you were a kid and you had this cool idea for a video game, so you put it up on a website, but some big bully of a site came along, pushed you down in the mud, slashdotted your site and stole your lunch money?

  7. Re:Suggestion to help SLASHDOT EFFECT by adadun · · Score: 5, Interesting

    The reason why sites are brought down because of the slashdot effect is probably a combination of two things: (1) large pictures on the web page (like in this case) and (2) lots of server side scripting. In the former case the server bandwidth is the bottleneck, whereas in the latter case the server runs out of CPU cycles and RAM.

    I have been slashdotted twice myself (Streaming RealAudio From a Commodore 64 and VNC Server for Toasters and Light-Switches). In both cases the web server running on the Commodore 64 was really slow because of the load, whereas the "regular" web server hosting the description pages behaved differently in the two cases. The first time there were a number of pictures on the linked page, and the web server was sluggish because of the load. The other time the web page only consisted of a single HTML text page with a single picture and the load on the web server was hardly noticeable.

    The web server on the first occation was a dual CPU PC with 2 GB RAM and for the second occation the server was a single CPU PC with 256 MB RAM. The first web server also hosts some hundred domains, whereas the second only hosts one. The Commodore 64 has 64kB RAM and runs at 1 MHz, but only hosted one domain.

    To sum up: a web server running on a Commodore 64 is a little too slow to be able to deliver pages in full speed during a slashdotting, whereas a PC can handle it, given that the web page consists mostly of text and doesn't have too many heavy scripts.