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

The good old pencil!

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

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

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

PVCS splash screen

PVCS, the Polytron Version Control System. Over 20 years old and barely changed in that time. It's actually older than CVS.

But we're on version 6.7.11, which was updated only 8 years ago, and even comes with a Java 1.3.0 GUI client!

link|flag
5  
whaaaaaaaaat? :) :) – dfa Apr 16 at 9:09
3  
That graphic is awesome. – Min Apr 20 at 17:37
3  
I hate PVCS. All it does is get in your way. DAMN YOU PVCS. – moffdub May 3 at 6:42
2  
Wow...I didn't know anyone still used that monstrosity. At a previous employer, we actually had one guy on staff who did nothing but babysit our PVCS install. – Matt Peterson Aug 26 at 13:50
vote up 7 vote down

By definition, anything still being used is not obsolete, but in terms of deprecated processes, we still have some Windows/DOS batch files knocking around - they still work and we don't have the time or inclination to rebuild them solely to have a newer technology achieve exactly the same result.

link|flag
vote up 3 vote down

Batch files, many Unix tools, CGI.

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

Edlin .. I have a DOS 3.3 box that is (still running) a dial-up bulletin board system.

We're not even going to get into the compiler.

If confronted with this later, I will deny it and claim my Google OpenID was compromised.

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

My mouse. It should have been replaced by a Minority-Report-Fullbody-ShufflOMatic long ago.

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

I find myself using Microsoft Calculator, even if I'm working in Excel!

link|flag
1  
hehe Nice one :) – ThorHalvor Apr 15 at 13:13
7  
calc is my #2 most used app on my start menu. second only to notepad. – Jayrox Apr 15 at 16:40
1  
I pit download.microsoft.com/download/whistler/… over any calculator any day. the hex conversions and rudimentary graphing alone are worth it. – Arnshea Apr 17 at 0:36
show 7 more comments
vote up 33 vote down

Minesweeper.

link|flag
1  
I love minesweeper...greatest game ever... – Daud Apr 15 at 9:44
2  
While playing you can use the excuse you are working on solving an NP complete problem (see for.mat.bham.ac.uk/R.W.Kaye/minesw/…) – simonn Apr 20 at 18:31
1  
Why is Minesweeper obsolete? What has replaced it? – DisgruntledGoat Aug 26 at 14:43
show 1 more comment
vote up 7 vote down

Paper for UI prototyping. It really works surprisingly well!

link|flag
3  
It dont thing paper for UI prototyping is obsolete. I think it is important to use paper in the early phases. Very easy to grasp, and the details are not that important. (colors/font etc) – ThorHalvor Apr 15 at 13:15
1  
I thought paper for UI prototyping was a best practice! – jmucchiello Apr 15 at 17:46
1  
I agree, there is no better way to prototype 3D user interfaces. – Adrian Grigore Apr 16 at 9:02
show 2 more comments
vote up 4 vote down

We still manage our bug reports in a homegrown database written in dBase IV.

And I couldn't live without batch files in Windows (effectively being DOS-BatchFiles).

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

8051 microcontrollers. They date from the late 70's or early 80's but are now just so cheap and available plus I have so many pre-written libraries for them it would be daft to use any other micro for low end jobs.

link|flag
1  
8051 will outlive us. – Marcelo MD Apr 18 at 15:14
1  
We worked on an 8051 in my Embedded Systems course. I can see why they're popular. – rlbond Aug 26 at 17:37
show 2 more comments
vote up 37 vote down

HTML tables.

I just really don't care what it looks like if I'm the only person that needs to look at it.

link|flag
8  
It's actually a good idea to use tables, especially when you want the browser to render a table ;-) – Tim Büthe Apr 15 at 7:56
29  
giveupandusetables.com – Mark Renouf Apr 15 at 12:50
3  
For large-scale layouts, the (superior) alternative is CSS, but that does not mean you now have to use CSS instead of <table> everywhere. It's still perfectly OK to use <table> when you need, ya know, a table! Like, for displaying lots of data in rows and columns... – Michael Borgwardt Apr 15 at 15:01
4  
Using tables for layout gives me a double hit of joy. First, the guilty pleasure of doing something I'm not supposed to; second, the satisfaction at actually being able to get it to look the same in 7 browsers. – Alex May 1 at 23:23
show 6 more comments
vote up 11 vote down

Borland C++ 3.1

;)

link|flag
show 3 more comments
vote up 9 vote down

Objective-C. Wow, it's like going back in time 15 years after using C#/.NET.

link|flag
7  
I'm afraid you've got a lot to learn then. – Rev316 Apr 15 at 16:34
8  
I really like Objective-C. Clean, focused. What's to complain about? – Cruachan Apr 16 at 18:33
4  
A dynamic, compiled language with KVO, bindings, compatible with C, C++, bridged to Ruby, Python, Javascript and the CLR. I like it. – sjmulder May 9 at 15:00
show 1 more comment
vote up 31 vote down

Classic ASP...I itch uncontrollably and start to shake every time I have to maintain one of those pages rather than rewriting it in ASP.NET!

We have 3K+ pages just sitting out there right now.

link|flag
1  
Funny enough I think writing Classic ASP is so much quicker for dirty tasks then writing ASP.NET. It's like writing perl to hack something instead of writing a .NET application with the all compiling overhead and other complexity of it. – dr. evil Apr 15 at 8:21
show 4 more comments
vote up 41 vote down

My wife...

link|flag
41  
...until his wife reads it – Manos Dilaverakis Apr 15 at 9:34
43  
...then he becomes obsolete too. – Tim Apr 15 at 10:32
5  
Yeah, but rolling out an upgrade has a very low ROI. – jmucchiello Apr 15 at 17:41
22  
Hey at least she's not open source – Mike Robinson May 13 at 20:26
13  
But if she were open source, you could just fork her and go about your business. – Chris Farmer Jun 12 at 18:01
show 11 more comments
vote up 4 vote down

Java 1.4 and WL 8.1.5, also we have just been warned that SVN is forbidden and we will need to migrate back to VSS. Lovely don't you think?

Edit: to clarify I work as a service provider, I work for a public institution implementing several community requirements. Though I do agree that what they are paying me is hardly enough to endure all this crap....

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

vi (well, gvim). But only because nobody seems to have been able to come up with something more decent.

link|flag
10  
Vim is not obsolete. – Luc M Apr 15 at 15:00
2  
It's perfect, no one can come up with something better. – spatz Aug 26 at 13:56
show 4 more comments

Your Answer

Get an OpenID
or

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