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 2 vote down

I'm with Artelius. Pen/Pencil & Paper. Sometimes its far easier and faster to get an idea down on paper. Then, if you have to make it pretty, you can redo it on the computer. Very often I sketch out relationships and structure before I begin to code.

link|flag
vote up 2 vote down

Solaris.

It doesn't matter what version it is, it's all horrible. And the Solaris servers we have here are completely borked installations, so you can just imagine how much fun I have day to day here.

link|flag
1  
Solaris ain't all that bad... compared to AIX or HP-UX ;) – Ville Laurikari Aug 2 at 18:16
show 3 more comments
vote up 2 vote down

Cobol

(thank you programmer from bank X)

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

HD-DVD player. can't afford a blu-ray now. but upscaling on regular dvd's works great. And I do have 10 HD-DVD titles.

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 2 vote down

I'm surprised, and a bit jealous:

  • Windows 2000
link|flag
vote up 2 vote down

PowerBuilder 6.5, Sybase Adaptive Server Anywhere 9, Visual Basic 6.0 , Visual C++ 6.0, Windows batch files (much of my build process depends on them), ArrayList in C#.

link|flag
vote up 2 vote down

I use fetchmail, postfix, procmail and mutt for my email. Until just a few years ago I used to use elm. I have something like 1 GB of Unix mailbox files going back around 15 years and have not gotten around to migrating them.

This is a legacy system that dates from my days of dial-up Internet connectivity and I have been procrastinating about migrating it for five years or so. This has been a bit of a PITA since around 2004 when HTML formatted email got very popular all of sudden. Being text-based, elm and mutt don't really do a good job of handling it.

link|flag
vote up 2 vote down

Gah.

Visual Basic 6.0. Complete with purchased controls that we don't have the disk for anymore, and whose company has been out of business for years. We have two old applications that are still in production, which I refuse to update at all. If we ever lose this one box that the components are installed on, we are probably screwed.

Lotus Domino R5. My first foray into programming. We build dozens of applications on this platform, and have spent millions trying to get off of it. There are still a dozen or so applications in use.

Microsoft Visual SourceSafe (VSS). We have an OLD version of VSS, which I am working on replacing currently.

Old Java executable JARS. We have a smattering of scheduled tasks that point to old Java JARS, which require long deprecated versions of the platform.

That is all I can think of at the moment.

link|flag
vote up 2 vote down

Classic ASP

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 2 vote down

vi .. and its derivatives Vim and gvim ..

link|flag
5  
So what's out of date about that? – David Thornley Apr 15 at 16:23
1  
I'd like to see an editor olympics, wherein a set of basic editing tasks are described, and everyone needs to do what is required and ide/gui/emacs/notepad fans are required to complete these tasks on a basic installation. Versus a good vi guy. You'd lose your ass, @Jeff. Yeah, vi requires an above-room-temperature IQ. But maybe even expecting that is not PC these days. – xcramps Aug 26 at 15:21
show 3 more comments
vote up 1 vote down

Visual Studio 1.0

link|flag
1  
It was a surprising good compiler in the 16 bit era, although you'd probably want 1.52c if you need a 16 bit compiler today. – MSalters Apr 15 at 8:48
show 2 more comments
vote up 1 vote down

The good old pencil!

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

The LPC programming language.

link|flag
vote up 1 vote down

Windows Vista

Wait - what?

link|flag
4  
Hey, I love my vista laptop. Although I have all default vista settings reversed to their sane "not recommended" counter parts. – hasen j Apr 17 at 0:08
show 1 more comment
vote up 1 vote down

We have existing servers running on WebLogic 4.5 (not even the last service patch either) and Java 1.1.7. The PAIN!

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

Turbo C/C++, from Borland.

17 years old and hopelessly standards non-compliant, but I'm using it because my school forces me to.

link|flag
vote up 1 vote down

I have a really really old calculator sitting on my desk. It has the roll of paper and everything. Very useful.

link|flag
vote up 1 vote down

My mega drive with sonic !

link|flag
vote up 1 vote down

Tandem

link|flag
vote up 1 vote down

Flatfile EDI.

eg:

UNB+UNOA:2+AAA+BBBB+080319:1152+111'

The Shipping Industry is still thinking about using XML. Thinking veeeeery slowly.

link|flag
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

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

Visual Basic 6!

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

Office 2000 and Visual Basic 6.0.

link|flag
vote up 1 vote down

We're still using the DB-Library API to communicate with a Microsoft SQL Server 2000 database ...

link|flag
vote up 1 vote down

Comment on VBScript post above ... (new here, can't comment yet) and the general (ongoing) sorry state of scripting on Windows.

For my occasional scripting needs, I use VBScript, and it is absolutely obsolete. It can't natively communicate with newish .NET stuff without a COM layer - and we fled to .NET to avoid COM. However, like batch files and rain on Saturdays, it's always there. I also use a lot of batch files and, strangely, enjoy it much more than VBScript.

A batch file knows it's obsolete, and revels in it. Batch transcends obsolete to venerability.

PowerShell is theoretically a replacement. All the technical pieces are in place, it's fast and potent ... but few people can stand looking at it long enough to learn it. ("-gt", what were they thinking?).

JScript 8 could be a replacement, but someone forgot that scripting languages ought to be dynamic - Jscript 8 needs compilation as far as I can see.

I'm pushing my team / company to embrace IronPython and DLR in general. You can get your old COM, your newish WMI, your .NET, and get the immediate gratification that "scripting" should provide. I want to script IronPython, moving anything heavy off to C# libs. That's the dream ... the reality is that I know everyone can use JScript / VBScript / batch out of the box. Makes a guy want to switch to Unix.

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

Still using dBase III to support legacy code.

link|flag
vote up 1 vote down

Apache Axis 1. It is full of bugs and really limited.

It is deprecated by Axis2, which has only the name in common with Axis1 : total API rewrite. I gave up the migration after 3 weeks of tears.

link|flag

Your Answer

Get an OpenID
or

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