Ask HN: What is the oldest computer that you still use for production?
61–70 of 82 posts
Re: Ask HN: What is the oldest computer that you still use for production?
#62At my brother's office. Pentium II, 128MB running running SBCL ~0.8x and Allegro Serve on Slackware 7.0 (still on a 2.2 kernel, IIRC)
Re: Ask HN: What is the oldest computer that you still use for production?
#63Re: Ask HN: What is the oldest computer that you still use for production?
#64I still follow 1500 stocks with Lotus 1-2-3 for DOS (please, no codger jokes). I use a Python script to download daily Yahoo stock data and Lotus reads the resulting CSV data. Any changes to my stocks are written to a python database by Lotus also. As a wag said, if it works, don't fix it.
Re: Ask HN: What is the oldest computer that you still use for production?
#65I wouldn't expect too many people here have old stuff because 1) it's a fairly young group and 2) startups get to start fresh. Of course there'll likely be a few exceptions, too, that might be interesting. edw519 probably has something that he has to feed paper tapes to regularly:-) ("Piqued my curiosity", BTW)
Re: Ask HN: What is the oldest computer that you still use for production?
#66Re: Ask HN: What is the oldest computer that you still use for production?
#67The oldest computer I use on a regular basis is the ECU in my 1990 Honda Accord. If that doesn't count (and I see no reason why it shouldn't!) then the oldest is probably a server which I think is about 6 years old now.
Re: Ask HN: What is the oldest computer that you still use for production?
#68Re: Ask HN: What is the oldest computer that you still use for production?
#69I have no idea how old the systems are behind this data point but it seems relevant nonetheless: there are apparently 200-300 billion lines of COBOL still in production : http://www.enterpriseinnovation.net/content/how-should-gover... This showed up here a while back and is also an interesting read: http://fosspatents.blogspot.com/2010/08/western-civilization... Sometimes in all my eagerness to keep up and constantly…
Re: Ask HN: What is the oldest computer that you still use for production?
#70At my brother's office. Pentium II, 128MB running running SBCL ~0.8x and Allegro Serve on Slackware 7.0 (still on a 2.2 kernel, IIRC)
What's Allegro Serve serving?
This was my first web app, circa 2002, IIRC. If I did it today I would make it into a full blown knowledge management system with keyword lookups.
The whole thing must have been a few hundred lines of lousy newbie CL.