I was at a company from 2000-2003, and wrote a lot of its software. That company is still around, and they also licensed their software to a spinoff. I was brought in for some consulting to the spinoff and was equal parts pleased and horrified to see that some of my software was still in use and pretty much untouched. Horrified because back in 2002 I was already agitating that it was time for a rewrite for one part o…
Ask HN: Oldest code you have written that is still in use?
61–70 of 363 posts
Re: Ask HN: Oldest code you have written that is still in use?
#62I also have a lot of old javascript hacks that are running on various Adobe Business Catalyst sites for people. Sometimes I get reacquainted with code I wrote months ago and forgot about entirely. I have actually asked myself "who wrote this" only to realize... it was me.
Re: Ask HN: Oldest code you have written that is still in use?
#63Earlier quoted context omitted.
The sad thing is, that vintage of lotus notes was actually tolerable, compared to what came later.
I feel like I have stockholm syndrome after using Notes from several years. I hated notes, but I really miss the 'Copy to New' function from creating new emails from already sent items. Anyone know of a client that supports this other than Notes? (sorry for the hijack)
Re: Ask HN: Oldest code you have written that is still in use?
#64And apparently they didn't delete the shit because (a) they're lazy and (b) people just skip over it assuming it's a browser error instead of typing "INDEX" in their address bar. So, they left it in there as a successful example in a demo set. I got a glowing recommendation, too, since I showed the original ("bleeding-edge, web tech!") to the person in charge who also thought the demo glitched. Funny all around lol.
Note: This was a bullshit project rather than paid or important work. Not what I'd do if someone paid me for quality work haha.
Re: Ask HN: Oldest code you have written that is still in use?
#65Re: Ask HN: Oldest code you have written that is still in use?
#66MP3 importing code for the Audacity audio editor. I wrote this in 2002. https://github.com/audacity/audacity/blob/master/src/import/... Amusingly, a TODO I put is still there: /* TODO: get rid of this by adding fixed-point support to SampleFormat. * For now, we allocate temporary float buffers to convert the fixed * point samples into something we can feed to the WaveTrack. Allocating * big blocks of data like this i…
Re: Ask HN: Oldest code you have written that is still in use?
#67Re: Ask HN: Oldest code you have written that is still in use?
#68I wrote the Oracle driver for the AOLserver web server in 1997. Last year I met a guy who worked at Zipcar who said they were still using it.
https://en.wikipedia.org/wiki/AOLserver
...with OpenACS probably being among the first, web frameworks. So, that's a legacy that goes back to one of the first, high-traffic sites in existence.
Re: Ask HN: Oldest code you have written that is still in use?
#691998. Lotus Formula Language Runtime engine. Completely rewrote the original written by Ray Ozzie. GA released in 1999 in Lotus Notes/Domino R5.
Formula Graphics seems to have really disappeared as it doesn't even have a Wikipedia page. There's a CNET download that might be it. Not trying it, though.
Re: Ask HN: Oldest code you have written that is still in use?
#70People still play the Warcraft III map I made in 2006, mostly in Russia. It relied heavily on an extension of the scripting language called vJass created by a genius eastern european hacker named Vexorian and was one of the most advanced of its type for a while. It was also ported to the DotA 2 engine, where it has millions (!) of subscribers.