vote up 48 vote down star
20

What old technology that should have been replaced long ago do you still use regularly, and why?

flag
9  
<pedantry>I think you mean deprecated (superseded or out of date), rather than obsolete (no longer used or useful). By definition, if you're using something it isn't obsolete. </pedantry> – Unsliced Apr 15 at 8:42
2  
I am really annoyed that this question has been closed! – Ola Eldøy Apr 16 at 0:05
7  
I am really annoyed that this question was asked...what purpose does it serve? – Jonathan Sampson Aug 26 at 14:13
1  
@Kelly French: Signal to noise ratio. To paraphrase the FAQ, "this is a site for programming questions that can be answered." In my opinion, this question does not match the criteria and would probably be more welcome at superuser.com . – Piskvor Aug 26 at 18:38
show 6 more comments

131 Answers

vote up 1 vote down

Still using Fortran 77, and not just running legacy code, but implementing new features. Recently, I integrated with some auto-generated code from MATLAB/Simulink. Many people in the scientific computing realms still use old, but fast languages.

link|flag
1  
And they're really fast. Elegant solutions in more "modern" languages still can't keep up. I don't care for Fortran (anymore), but you have to give it it's due. Nothing does math faster. Nothing. – xcramps Aug 26 at 15:27
vote up 1 vote down

Microsoft SQL Server 2000, though we are slowly migrating to 2005...

Until early last year our Java source was running against JDK 1.3, but I got us up to 1.6.

link|flag
vote up 9 vote down

win32.hlp win32.hlp

link|flag
show 1 more comment
vote up 1 vote down

I have an old ENIAC at home that I haven't had a chance to take to Goodwill. I still use it as a highly effective paperweight though.

link|flag
vote up 1 vote down

Still using dBase III to support legacy code.

link|flag
vote up 0 vote down

HyperCard and Macintosh System 6.

link|flag
vote up 0 vote down

All of our report summaries and charts are produced using Excel VBA. The reason is because our reports were really crappy, and I wanted to make them better and I didn't know how to write code. So I just started googling VBA code and making reports. Now most of our reports for customers are coming from me.

link|flag
vote up 0 vote down

I myself have always been using the newest technologies as far as I remember, but it was quite a shock when I started working in this "new" company:

Borland C++ 5/6, Visual C++ 6, and most likely some even older ones to follow. Also, applications have to support Windows 98/2000... and no plans to upgrade whatsoever.

Luckily I can use even older Vim to do the actual coding part.

link|flag
vote up 1 vote down

C89. I'm sure if I look for it, I'll find some awful K&R crawling horror lurking somewhere in this pile. Better not go there.

link|flag
vote up 0 vote down

Sybase's APT Workbench - a ncurses-like text based user interface to databases ;-)

link|flag
vote up 2 vote down

SMTP. Of course I don't have much choice if I want to send emails, do I? But come on, a standard that uses a goddamn 7-bit character set?

And it wouldn't be far-fetched to add IRC (the RFC doesn't even bother to specify an encoding!) or HTML to the list.

link|flag
vote up 0 vote down

Buckle spring keyboard.

Yes, the machine gun keyboard from IBM. Bought a new one with USB connector and additional keys. Love it. Every single keystroke is a tiny pleasure.

link|flag
show 1 more comment
vote up 0 vote down

REXX. I still use it for small text parsing tasks. I have yet to find a replacement for the extremely powerful stem variables in any other language.

link|flag
vote up 8 vote down

My car has a diesel drinking internal combustion engine with pistons driving a crankshaft. Pretty much a slightly modified version of what the first cars used in the 1890's or something.

Oh, and in the toilet we have one of those incandescent light bulbs with a bayonet fitting.

link|flag
show 2 more comments
vote up 1 vote down

Visual Basic 6!

link|flag
show 1 more comment
vote up 5 vote down

XML. This technology is over-engineered. It's too verbose. It's led to numerous unnecessary standards and specifications that waste thousands of man-hours everyday (e.g. WS-*). Out-dated? If not now, it will be soon.

link|flag
vote up 0 vote down

The Z-machine.

link|flag
vote up 0 vote down

A bank card without a chip. And even if you have one with a chip, nobody have the device to read it.

link|flag
vote up 2 vote down

I'm surprised, and a bit jealous:

  • Windows 2000
link|flag
vote up 1 vote down

Slackware Linux. The whole distribution fits on a single floppy.

I built a home automation system years ago. The computer is a 66 MHz 486DX2 PC with 16 MB of memory. It comes with some special hardware so it's too much trouble to upgrade. Tried new Linux distributions but the machine is not powerful enough to run any of them.

link|flag
vote up 0 vote down

Hummingbird DM 5.1.0.5 which is I believe at least 5 years old now and should be replaced. This is used for holding support documents and legal documents which has to connect to our new CMS. There is an old COM DLL that is used to handle logging in to Hummingbird as well as getting out the data which can include information about the files as well as the binary data itself.

MCMS 2002 which is our old CMS that is being replaced soon. The company just had other things that took the spotlight so the new CMS project has had its schedule revised at least a few times and there has been a couple rounds of training with only a few people getting it twice. Since this has some of the data from the sites we are replacing, there has been work to get an extraction from it done which can be painful.

Both of these are on Windows 2000 servers that are a few years old and can be a bit fussy to use at times.

link|flag
vote up 2 vote down

Classic ASP

link|flag
vote up 0 vote down

I know some companies which are still using Microsoft Access 97 for their applications. (But they are planning to upgrade to Access 2003 - :-) )

link|flag
vote up 0 vote down

Access 97. And all the VBA that goes with it.

link|flag
vote up 2 vote down

Paint Shop Pro 7

I'm now using it on Linux! The two main features I like:

Line drawing tool: it's the quickest, easiest-to-use one I've ever used. No other program I've tried does this well. Version 8 of PSP changed it to work like Flash/Photoshop where you have to use paths.

Edge preserving smooth: incredible for smoothing out cartoony images. If you have a JPEG image it will essentially remove the artifacts from it. Never found another tool like it.

link|flag
vote up 0 vote down

Access 97 and its VBA.

link|flag
vote up 0 vote down

At work, not my fault :)

  • DB2 / zOS / COBOL
  • A unicore laptop w/2GB
  • .NET 2.0
  • VSS 2005
  • VS 2003
  • VS 2005
  • SQL 2000

And sometimes, even... shudder - paper.

link|flag
vote up 0 vote down

Microsoft Axapta 3. It is painful.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.