Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Write a trivial web server (Score 1) 172

Its very handy to have a lightweight web server running on your machine that you control completely. You will immediately start learning about sockets, TCP-IP, and HTTP. You can set up a home page with useful information [e.g. how many cats do I own and what are their names]. Plus if you ever open a port on your router, you will quickly learn lots and lots about why security is important.

Comment Re:Good game to try (Score 1) 172

I wrote an implementation in C when the Sciam article was first published. Of course, Stomper (a one line program that copies itself to the next higher address) was pretty much unstoppable, until I introduced the ability to capture enemy processes and repurpose them for programs on the allied side. Lots of fun, but I could never get anyone to try it after I explained the game. I think they were afraid of a process "escaping" and overwriting their machine :)

Slashdot Top Deals

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...