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

1 2 3 4 5 next
vote up 22 vote down check

RCS. Before I check in changes to a "RCS like" repository, I email the whole group with the list of files I modified and see if anyone is also checking in the same files today so we don't overwrite each other's changes. Don't laugh... this isn't funny if you have to do it everyday :..(

link|flag
3  
Wow, seriously? Switching version control systems is one of the easier things to do within an organization. – Ryan McGeary Aug 26 at 13:26
1  
You should give cvs, svn a pass and directly use Git. – becomingGuru Oct 20 at 15:33
show 3 more comments
vote up 0 vote down

still use pen and paper to trace outputs of certain algorithms

link|flag
vote up 0 vote down

Frontpage 2003. It does the job.

link|flag
vote up 0 vote down

SourceGear Vault 3.51. We just haven't had time to re-evaulate our source control.

link|flag
vote up 0 vote down

File server databases. I use a number of them (Access, R:Base, DBISAM (Delphi)).

link|flag
vote up 1 vote down

Silicon - I mean it's so 1955!

link|flag
vote up 0 vote down

A von Neumann machine. You too.

link|flag
vote up 0 vote down

COBOL, CICS, and ADABASE :D

Yes, some people still have to program in COBOL

link|flag
vote up 3 vote down

Paint. It still does only what I really need from a graphics program and no more.

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

MS Access 97! Damn, after several years moved to linux word, I have to go back to this ancient technology in order to maintain an application I made for my uncle during college time :(

link|flag
vote up 1 vote down

Java 1.1 to support the Microsoft JVM, for those 40% or so of our customers who refuse to upgrade.

link|flag
vote up 1 vote down

Surprised nobody said this already...

Tcl

Our entire testing automation infrastructure is built on Tcl. Tons and tons of libraries, scripts, etc. would all need to be converted if we moved to another language. We're starting to dart our eyes towards Perl, but quickly refocus on Tcl since it's what we have.

Oh, if only we could use a modern scripting language like Python or Ruby. Big corporations move slowly.

link|flag
vote up 0 vote down

Microsoft Axapta 3. It is painful.

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

Access 97 and its VBA.

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 all the VBA that goes with it.

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

Classic ASP

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

I'm surprised, and a bit jealous:

  • Windows 2000
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 0 vote down

The Z-machine.

link|flag
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 1 vote down

Visual Basic 6!

link|flag
show 1 more comment
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 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
1 2 3 4 5 next

Your Answer

Get an OpenID
or

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