Live data from Hacker News

How old are you and what's your oldest code online?

news.ycombinator.com

51–60 of 75 posts

Re: How old are you and what's your oldest code online?

#51

I'm 53. This rather crude little website I wrote has been online for 14 years (since 1999). Some folks subsequently have monkeyed around with some of the content, but the basic design is mine, still intact. http://rivervalleyradio.com

It's held up pretty well! :)

LOL - God as my witness I did not use FrontPage. That would be the "subsequent" edits.

Re: How old are you and what's your oldest code online?

#54
I'm 38.

If you run Linux on an x86 desktop, you use code that I wrote in 1997: The MTRR support in http://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/os-... (big chunks of that are unchanged in 16 years; I also collaborated on the kernel-side MTRR support, but that has been rewritten a couple of times by now).

It's probably possible to find online traces of code I wrote a couple of years before that. But I think that is the oldest code still in use.

Re: How old are you and what's your oldest code online?

#58
I'm 25 now and the oldest things I can still find are little games I built in DarkBasic.

The best that is still online is probably this game where you had to kick footballs into a goal with a rc car I made when I was 14: http://home.arcor.de/kojotex/Extreme%20RC.rar It's about 1000 lines of spaghetti code, at the time I was really proud to have produced such a huge program.

And it runs out of the box with wine on my laptop so here's a screenshot: http://andreas.heider.io/extreme_rc/extreme_rc_3.png

Also, I'm really surprised that arcor.de still hosts these things after eleven years.

Re: How old are you and what's your oldest code online?

#59

I'm 31. It's not really code, but I made this terrible website for my dad 17 years ago. He still likes it. http://www.public.iastate.edu/~hentzel/Akpatok/

You don't have a brother named Robert by any chance?

Sure do.

Re: How old are you and what's your oldest code online?

#60
I'm really old. During 1973-5, I worked at Hewlett Packard's Advanced Product Division in Cupertino. I programmed the HP-21 and HP-25 Pocket Scientific Calculators. The chip architecture was bit serial with 14 decimal digits (56 bits). The HP-21 had 1024 by 10 bits of ROM, the HP-25 had 2046 by 10 bits. The HP-25 was user programmable, storing keystrokes, some strokes merged. There were 49 locations. The original assembly microcode was on punched cards, and debugged with an hardware emulator attached to an HP-2100 mini computer. I still have the paper listings. Some years ago, I gave copies to Eric Smith, who scanned, OCR'ed, and very carefully proof read and debugged the result. The listing for the HP-25 is at http://www.jacques-laporte.org/Woodstock/images/hp25.txt

Here is a scan of a handwritten program for the MIT Whirlwind, from 1953 (from Don Knuth's collection): http://archive.computerhistory.org/resources/text/Knuth_Don_...

Post reply on HN