Ask HN: Oldest code you have written that is still in use?
81–90 of 363 posts
Re: Ask HN: Oldest code you have written that is still in use?
#82I 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.
Re: Ask HN: Oldest code you have written that is still in use?
#83Late 70's. I wrote the operating system for the Control Pak EM system sold as the Barber Colman Network Supervisor building automation system. Thousands of systems were installed and many are still in use. By cracky. Er, what was the question again? http://www.controlpak.com/network.htm
Re: Ask HN: Oldest code you have written that is still in use?
#84The 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 you guys came to were within 1% of each other, so it must be right. We're going to move ahead with the new center." That center is still up and running.
The thing that gave me chills was that no one told me the analysis would be used to make a $25M decision. I thought it was just skylarking and hacked it out with some formulas in a 3-page Excel spreadsheet in about three hours.
Re: Ask HN: Oldest code you have written that is still in use?
#85I wrote it around 1993 to scratch my own itch, adapting it from a little script called “Go” by David J. Musliner. At the time I was using a literate programming tool that generated Latex from C code. When I moved on from that job a couple of years later, I released a final version two, which documented that I was no longer planning to maintain it. Since then John Collins took up the cause and been doing a wonderful job from what I can tell from occasional ego searches through google and stackexchange.
Two amusing things: 1) It is the only piece of Perl code I have written, ever, and 2) I had reason to use Latex a few years later, and decided I really dislike the sheer complexity of it all. Despite that, it is surely the most enduring and widely used piece of code that I can claim credit to having a hand in.
Re: Ask HN: Oldest code you have written that is still in use?
#861985, a printer driver for c.itoh matrix printer (assembler), still working. p.s. I was a 10 years old boy. (:
Re: Ask HN: Oldest code you have written that is still in use?
#87In 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…
Re: Ask HN: Oldest code you have written that is still in use?
#88But why?
Re: Ask HN: Oldest code you have written that is still in use?
#89https://github.com/paypal/ipn-code-samples
I'm still amazed at how lousy http client libraries are in so many environments.