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

Visual Basic 6.0. Not really obsolete, but embarrassingly horrible.

link|flag
2  
I wish I knew enough to know what's embarassingly horrible about vb6 cos I think it's great. – kjack Apr 15 at 13:20
2  
Well the editor for one thing, no mouse scroll courses no end of pain. The way it dynamically search for .dll and .ocx files each time you open the project, thus the project files changes, then then break your build machine. The bloody annoying auto compile with it's modal pop-up. – Simeon Pilgrim Apr 15 at 20:42
3  
I generally stick in a dummy var to avoid the message, but you can turn it off at Tools -> options, uncheck "auto syntax check" (Thanks to MarkJ for this tip) – kjack Apr 15 at 23:17
4  
Argg, don't solve the simple hates, I still refuse to be happy, we hates it. We hates it my precious. – Simeon Pilgrim Apr 16 at 8:41
2  
I can't believe VB6 is still around, and that people are still using it. Once you let go of it, it becomes like a bad movie you saw years ago. I did nothing but VB from 1995 to 2005, and yesterday I got down-voted for getting a VB6 question totally wrong. Felt great. :) – MusiGenesis Oct 13 at 0:16
show 7 more comments
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
vote up 0 vote down

FoxPro 2.6 for DOS for one old and large program complex. It's laughable, but it's true. We have no time to reconstruct it using new technologies. Even more laughable fact is that often I wonder at speed of FoxPro, especially in comparison with modern "multitier" systems :)

link|flag
vote up 23 vote down

HTML and CSS.

They are defective by design. So many years have gone by and the committee responsible for their development hasn't done their job to fix and improve them.

Requirements of these days stretched HTML/CSS far over their limits. And there are still no alternatives.

link|flag
9  
actually, they are not defective by design, only the whole community abused and raped html for new stuff. the whole http-protocol needs to be dumped and a new one created – Mafti Apr 15 at 14:16
1  
The creators of HTML and CSS failed to really take into account that people might want to design web pages. The deficiencies of html and CSS are obvious to anyone who has attempted even the most modest of designs. – Breton Apr 16 at 6:31
1  
Since HTML was created with the idea of NOT specifying any design (which was a sensible idea back then), I don't consider it to be defective. We just constantly try to use it for something it was not designed for - that's our fault, not HTML's. – Treb May 5 at 10:00
3  
There are plenty of fundamentals flaws in the HTML spec, even without people abusing it. HTML is a horrible standard (if you can even call it that, since it doesn't really standardize much, only tell you what you "should" do, if you're in a good mood. Oh, and let's not ignore all the contradictions inherent in the specs for making it XHTML compatible. (such as <br/> actually having a different meaning in "actual" HTML - which no browser implements, for obvious reasons). Yes, it is broken. And that is why people abuse it, which in turn helps keep it broken. – jalf Jun 12 at 18:07
show 1 more comment
vote up 2 vote down

SSI: Server-side includes. They are a universal (at least on Apache) templating system, are remarkably fast, and there's a work-around for not being able to natively create arrays. Return JSON objects/arrays as a string, and let the client do the work.

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

Visual InterDev 6.0, talking via FrontPage extensions to Visual SourceSafe.

It is so hunkered that if any of the config breaks, we're not sure that we can put it back together again...

link|flag
1  
@Earwicker- TFS is a beast to upgrade in an easy manner. – RichardOD Aug 26 at 13:46
show 3 more comments
vote up 3 vote down

Borland Kylix.

Badly implemented and now unsupported.

I work on a web site on which Kylix has been used to build a bunch of libraries that are called from a scripting language. A bit like a web site running PHP calling its C libraries - only is a proprietary scripting language and Kylix libs.

link|flag
1  
I am so, so sorry. – Gabe Moothart Apr 15 at 17:23
vote up 29 vote down

My Iomega ZIP drive with 100 MB disks...

I think because of some twisted psychological romantic flaw in me.

link|flag
2  
You do realize you can get 2 GB USB Drives at Walmart for $10. – Kibbee Apr 15 at 17:07
5  
Yes, but they don't fizz, and twizzle, and rinzchrinsch when I insert them.. – R.A Apr 15 at 17:38
10  
Change the "new hardware detected" sound on your desktop... – jmucchiello Apr 15 at 17:44
show 3 more comments
vote up 8 vote down

Predating digital computers:

Time measured in hours, minutes and seconds. Having a base 2-12-60(-60) system might have been nice when we had to convert by hand (divisible by 2,3,4,(5,),6(,10) is useful), but not any more when we use computers to calculate.

At that, the decimal system. Why not switch to binary (or hexadecimal, that's the same)!

As an astronomer: the magnitude system. The brightest star visible by the human eye gets 'magnitude 1', the second brightest '2' all the way to magnitude 6. This happens to be a base 2.5 scale in luminosity. Base 2.5!

We should discard all these millennia old technologies and reinvent them as if we did not know how we originally did it.

link|flag
4  
Good luck with that. Remember when the US officially converted to metric and now everyone in the US uses metric all the time? – simon Apr 15 at 15:20
4  
Oooh don't forget air and water! You think we'd evolve. – Mike Robinson May 13 at 20:32
show 2 more comments
vote up 6 vote down

An abacus.

link|flag
1  
Despite being under forty, I own a couple of slide rules, and occasionally bang off rough calculations on them. Mostly to freak out those younger still, but... – dmckee Apr 18 at 14:31
show 2 more comments
vote up 1 vote down

The good old pencil!

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

Delphi 6.

Because Borland/Inprise/CodeGear/WhateverItsCalledNow thoroughly lost its way after Delphi 7 and I was only upgrading on the alternative releases. I did buy Delphi 2005 but never upgraded anything to it as the hassle was simply not worth the effort (so what a waste of GBP 300 that was). I still have several Win32 programs for clients in Delphi 6 and apart from a certain aging of the interface they work as well as they ever did.

IMHO Delphi is still the best native Win32 environment out there. Blindingly fast compiler, properly structured language and does 99.8% of everything you can do in C++ without all the development overheads of that.

link|flag
1  
Yep, D7 was best. I hate the fact that they don't release Personal Editions any more. I'm cheap... :(. But I downloaded Turbo Pascal from their (Borland's) "Antique Software" site. It's quite good, actually... – Lucas Jones Apr 16 at 14:56
show 3 more comments
vote up 1 vote down

Classic ASP & Visual Basic 6.0.

We don't seem to get the budget or time to migrate fast enough...

link|flag
vote up 0 vote down

Visual Basic 6.0, Visual C++ 6.0, MUMPS and last but not least Java.

link|flag
vote up 42 vote down

Windows XP

link|flag
19  
The question asked for "embarrassingly obsolete". I don't think it's embarrassing to be using the last good version of a Windows operating system. – David Apr 15 at 15:53
7  
old does not equal obsolete – Tester101 Apr 15 at 17:33
3  
Surely "should have been replaced" implies obsolete? – Blorgbeard Apr 17 at 0:16
1  
Whatever...XP is obsolete, old, out of date and needs replacing! :0 – dotjoe Apr 17 at 1:35
4  
@dotjoe: I Disagree - So far I have not heard any good reason to replace it. – Treb May 5 at 9:54
show 8 more comments
vote up 5 vote down

The C++ << operator for output.

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

Office 2000 and Visual Basic 6.0.

link|flag
vote up 0 vote down

Everywhere I go I seem to be maintaining an old Access-VBA application that has been upsized to Microsoft SQL Server.

link|flag
vote up 8 vote down

Windows 2000 and lots of Windows batch files.

Oh, and Internet Explorer 6.

link|flag
vote up 4 vote down

Visual Basic 3.0. It works surprising well in Windows XP, but not in Windows Vista.

alt text

link|flag
show 5 more comments
vote up 108 vote down

Internet Explorer 6. Our corporate standard !!??

link|flag
14  
That makes me sad to hear... – bendewey Apr 15 at 15:03
6  
Change corporations. – jmucchiello Apr 15 at 17:40
2  
We just switched to IE7 about 3 weeks ago. What a joke. – Stewbob Aug 26 at 13:57
show 6 more comments
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 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 5 vote down

Borland (Turbo) Pascal 3.02

link|flag
1  
dude, time to enter the 90's... embarcadero gives 5.5 away as a free download. – Wouter van Nifterick May 3 at 6:45
vote up 2 vote down

Cobol... Though some at my office might say it'll never be obsolete.

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

The old unreliable floppy disk.

alt text

link|flag
13  
Back in the day, if I had to move data across town, I would make 2 or three copies of a floppy b/c by the time I got to the destination at least one of those floppies would have a read error. – CLaRGe Apr 15 at 15:14
14  
My son built his first PC for his 14th birthday. He didn't even want a floppy. I was sad. :-) – CLaRGe Apr 15 at 19:18
3  
Reliable, feh. I never had a 5.25" disk spontaneously go bad. 3.5", all the time. – Jeffrey Hantin Apr 16 at 1:45
1  
It depended which you brought, the cheap ones always failed after alot of use, the better ones tended to last – DrHazzard Apr 16 at 13:21
2  
CD/DVD drive is now obsolute like the floppy. Everyone now uses the USB flash drive. – CDR May 3 at 6:36
show 13 more comments
vote up 6 vote down

Windows Me! The power of being above awful limits! With the perfect blue on my screen!

link|flag
show 3 more comments

Your Answer

Get an OpenID
or

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