Live data from Hacker News

Ask HN: Oldest code you have written that is still in use?

news.ycombinator.com

221–230 of 363 posts

Re: Ask HN: Oldest code you have written that is still in use?

#221
post #87
post #84

In 2008 I wrote some VBA scripts and built an Access database as part of a dashboard used by suits at an insurance company to track sales stats. Pretty sure it's still in use. The suits also made a decision to open a third call center based on some staffing and cost analysis done by me and my boss. We used two totally different models (and argued a lot about which model was right). The director said, "The conclusions…

That's intriguing... Some obvious questions are: if you had known, would you have spent more time or just been "more serious?" Would you have had better answers after more time? Did the other person do the same level of rough estimate, but with a different model?

I wouldn't have spent more time, and I was serious. I had done a lot of similar work for a different call center in the late 90s so I knew my model worked. I did it in Excel because I remembered the calculations but I'd forgotten how to code in whatever it was we used back then. (Now I can't even remember what it was we used. I think it was Lotus 1-2-3, maybe. I'm getting old.)

The other person's model used a different approach to the problem, using variables that I completely ignored. Turns out he had been sweating over this problem for a couple of weeks, googling for methods and models and massaging some complicated VBA program he'd built. (He loved VBA, go figure.)

When he got to his answer, I said, "OK, now add 10%." He exploded, "That's what drives me nuts about this! Every paper takes you through all this complicated math and detailed calculations, then at the end they say, 'Add 10%'! What the hell!?"

Re: Ask HN: Oldest code you have written that is still in use?

#222

A few things that I wrote as far back as 2000 and 2001 are still in use. Just checked one right now and the login screen is still the same - no doubt passwords have changed, and it says it's running on php 5.5.9 on ubuntu - they've done some upgrades, and I can't imagine the backend is 100% the same. however, the url structure was built to do something funky, and that is still in place, meaning they very likely didn'…

I cant imagine dealing with code dependencies 15 years from now.

Re: Ask HN: Oldest code you have written that is still in use?

#227
post #82

I started a Mac app in 1988; the same code base (with tons of people touching it since I last saw it in 1994) is still a real product for sale today. No idea why.

How did they transition from original Mac OS to OS X?

Hell if I know. I'm sure it was Carbon at the start of OS X, I'm guessing you could build some kind of compatibility layer over time.

Re: Ask HN: Oldest code you have written that is still in use?

#228
Worked for a telecom company right out of school in 2004-2006 on a small team doing PHP fronted sites for backend Java web services. We launched 7 sites in that 2 years and if I recall, the customer VoIP site and a site that mapped installation records from about 6 different databases into something usable by support and installers are still in use today.

The VoIP site I'm particularly proud of because it was a cross-browser fully AJAX'd (Single Page App for the kids) site built before we'd ever heard of jQuery or Prototype...and it's continued working without a single update for 12 years. PHP 4, WSDL Java services and hand written Javascript that worked in IE6, Safari and Firefox (Chrome didn't exist yet but it works there too).

Re: Ask HN: Oldest code you have written that is still in use?

#230

ToneLoc (a war dialer), written in 1991, last version released 1994 before going to prison: https://en.wikipedia.org/wiki/ToneLoc People still have modems???

Holy Smokes! I Loved ToneLoc. I use to leave it running for days at a time hidden in my closet. I can still hear the clicks from the modem, as it cycled thru numbers hours after hours.

I stopped using it after realizing all the misconfigured PBX's in my area were usually car dealerships.

P.s. I just bought a modem not too long ago. I use it to read CallerID and try to determine if a call if friendly, or a robocall. It doesn't click tho. :( I miss the click.

Post reply on HN