Slashdot Mirror


Living Fossils: Old Tech That Just Won't Die

jfruh writes "You might think that flat files, VAXen, and punch card readers are things of the past — and you're right, for the most part. But here and there, these fossilized technologies have found places where they can survive in production use."

36 of 388 comments (clear)

  1. Technology by girlintraining · · Score: 5, Interesting

    I've never understood why people think that just because something is newer makes it better. We may mostly be on high speed internet connections running through cable, or xDSL, wireless, or other technologies, but that doesn't mean the forerunner to those technologies are without purpose anymore. Modems are still used in ATMs because landlines are incredibly cheap to install and not a lot of data needs to be exchanged. Same thing with fax machines; Despite scanners and e-mail, many courthouses won't accept scanned documents -- but they will accept faxed documents. Amusingly, most of those fax machines are paired to document management systems that convert them back into digital files (ie, PDFs) for processing. The reason for this is not immediately obvious: Many jurisdictions have laws stating a faxed copy of a document is legally the same as the original, but lack similar laws saying a digitally signed or submitted document is valid.

    The list goes on. So don't just assume a technology should be sunset because of technical reasons -- there are often human factors to consider as well.

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Technology by Anonymous Coward · · Score: 5, Insightful

      Actually, I've found that people are more likely to be the opposite. They see something new, and they say...well, the old way was better. Old cars, because they hate all these fancy engines that they can't just fix, old televisions because they can't stand those black bars, old light bulbs because those curly ones are too hard to understand.

      Too many people assume everything should be frozen at a point in time, because of well, some human factor that results in a resistance to any change or improvement.

      Because it might not be perfect, but the old ways, they WERE better.

      Don't get me started on the people who think that they're hearing about more murders and killings today, so it must be more than it was back when they were young! Even if you produce statistics showing the opposite, or if you point out the numerous children who survive because of modern medicine, or anything else that shows it's not all bad.

    2. Re:Technology by TWX · · Score: 5, Interesting

      I used to work on an Alphanumeric paging system. We used 2400 baud because the time necessary to negotiate a higher-speed connection was far longer than the time to negotiate and then transmit ~240 characters at 2400 baud.

      Fast forward to 2001 or so, and the general decline of paging. We were attempting to migrate from physical serial port expanders connected to physical modems, connected to a breakout cable from a T1 CSU/DSU, and we tried Equinox digital modem emulators- that integrated a single connection to a T1 CSU/DSU without all of the physical. The problem was the the Equinox gear wouldn't reliably negotiate that slow, and often would lock up the virtual serial port, rendering it useless until the card was reinitialized through a cold reboot. Equinox was more interested in giving us our money back than they were in fixing their hardware, but we did finally manage to convince them, after much effort, to put work into fixing it.

      --
      Do not look into laser with remaining eye.
    3. Re:Technology by qu33ksilver · · Score: 5, Insightful

      Absolutely, never forget your roots. We would be fools to discard our past because that's what led us to where we are now.

    4. Re:Technology by houstonbofh · · Score: 4, Insightful

      KDE4, Gnome3, Windows8, Vista... Sometimes change is just change, not improvement.

    5. Re:Technology by NotBorg · · Score: 5, Interesting

      I'll take stainless steel and cast iron over teflon any day for my cooking needs. I mow my lawn without gas or electricity. I think that puppets in '80s movies feel more real than the most advanced computer animated crap of today. I'll be damned if I purchase music that isn't on a CD. DVDs are just fine for movies (I migrated from tape for good reason but blue ray simply isn't worth the hoopla). I still don't give a flying fuck about 3D... in fact I prefer movies that are not be in 3D. I look for yard sales in senior communities because I know that that those 50-year-old cooking utensils are still going to out last that stuff at Walmart.

      Yada yada get off my lawn, but I'll be damned if I'll run anything less than the most recent kernel and gcc.

      --
      I want this account deleted.
    6. Re:Technology by BenJCarter · · Score: 5, Insightful

      The flatfile, like the flatworm, will likely survive eons of evolution...

      XML FTW!

      --
      For in politics, as in religion, it is equally absurd to aim at making proselytes by fire and sword. - Publius
    7. Re:Technology by Joce640k · · Score: 4, Insightful

      That old Vax might still be pumping transactions out for a very long time; replace it with something new, and the same might not be said.

      By the time the new thing breaks you'll be able to run a VAX emulator on something that costs $100 (and it will run faster on a tiny fraction of the power and fit on a shelf...)

      --
      No sig today...
    8. Re:Technology by Stormwatch · · Score: 4, Insightful

      Yeah, pixels have gone backwards because, whereas computer monitors were once far better than TVs, now they're the same components. Imagine if they built computers using only Xbox360 parts!

    9. Re:Technology by Hognoxious · · Score: 4, Insightful

      A conversation I had some time ago:

      Zealot: XML is brilliant! With XML your system can automatically send orders to suppliers and invoices to customers. No printing, no envelopes, no stamps!

      Me: You mean like EDI?

      Zealot: ED what?

      Seems it's not just sex & rock'n'roll that each generation reinvents.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    10. Re:Technology by Joce640k · · Score: 5, Funny

      EDI can be embedded in XML before storing it in your SQL database. I'm sure there's a Java library for doing this.

      --
      No sig today...
    11. Re:Technology by mwvdlee · · Score: 4, Informative

      You don't have to rely on old computers for ISA support. There are plenty of well-known designing and producing new motherboards with ISA slots for pretty much the same price as an average motherboard, with the benefit of also supporting modern hardware.

      In a way it's sad the ISA standard is gone; it was very easy for an electronic geek to make ISA cards as the protocol didn't require complicated hardware.
      I don't think modern computers have any interface left that can be used without requiring a chip to handle the protocol.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    12. Re:Technology by YttriumOxide · · Score: 5, Insightful

      I get annoyed when people just jump straight to making a database for everything. Sometimes flat files are just a better option, so long as you don't need to run any searches.

      Absolutely agreed. My day job is writing software and if I'm storing data that I know will never exceed a few MB at absolute most, has no requirements for search, and is a fairly simple structure; I FAR prefer to use CSV to any kind of database.

      The best example is a single application translation table for around 25 languages. 100 strings, 25 languages - it may in theory grow up to 50 languages or so eventually and if the app gets much bigger, up to 200 strings. 200*50 = 10000 strings. At an average of around 15 bytes per string, that's ~150KB of data.

      As a UTF-8 CSV text file, I can hand edit it in a run of the mill text editor; loading it in the application takes milliseconds of application startup time (at which point the whole thing sits in memory while the application runs, so it doesn't re-read it again); parsing it is trivial; and any errors introduced somehow aren't going to kill the whole file (perhaps just make one string wrong; or at worst corrupt one language (a single line of the file)). I can't count count the number of times people have told me to convert this to a SQLite database "because it's better"... very sad.

      --
      My book about LSD and Self-Discovery
      Also on facebook as: DroppingAcidDaleBewan
    13. Re:Technology by Kjella · · Score: 4, Interesting

      The old days were simpler, not better. When one has less choices it's often easier to choose.

      And simpler to operate, simpler to repair, the simple life is all but gone. Just to take one example, cutting lumber. Today if you want to do it professionally you're probably operating some kind of advanced machinery, that's what they use in all but the most inaccessible places that'll chop it down and chop it up without you ever leaving the operator's chair. One step below that is what we've used, a chain saw and a gas operated cleaver, sure we're more manual but still heavily machine-assisted. But I've still seen the long saw they used before that rusting in the shed and back then they cleaved it with an axe.

      I mean it's hard labor, but its not particularly complicated labor. Saw, saw, chop, chop and that was perfectly acceptable work. No education required, hell practically no training required either. Here's an axe, go chop. Same if it was making hay or collecting potatoes or vegetables or whatever else manual labor. Of course then you'd work forever to produce the same firewood we produce with a chainsaw and the pros are that much faster than us again. You can't compete the old way and we'd all be a lot poorer so obviously the current way is "better", objectively speaking.

      All the same, everything that's simple has been mechanized, computerized, automated and in many cases miniaturized to the point where there's nothing a layman can do about it. Either it's only professional shops with tools or more and more frequently it's just to throw away when it breaks because there's a million of them coming off a production line rather than trying to fix one unit. Same with the home, you call in a plumber or electrician or whatever, the car needs an auto mechanic because everything is too complicated to do yourself.

      I suppose it's inevitable that we'll all have to specialize to improve the productivity overall, but I feel people are increasingly narrow. This is the one complicated thing that I've learned to do, and for that I make money to hire people to do all the complicated things they do. And if you're not cut out to that, well then there's very few simple jobs left. And there's just going to be less and less places where you just need a warm body.

      --
      Live today, because you never know what tomorrow brings
    14. Re:Technology by dkleinsc · · Score: 4, Informative

      What you're describing is economic specialization. On the upside, that means that people who do plumbing or electrical or whatever are really good at it. On the downside, your everyday guy doesn't do plumbing or electrical, even on their own home. In theory, that makes things more efficient, because rather than a do-it-yourselfer completely botching the job, the specialist does the job right much faster than the do-it-yourselfer.

      This process is not really that new: there was a time when pretty much everybody was doing the same things: hunting, gathering, banging rocks together to make spearpoints, fighting for survival, raising children, etc. Then you started getting differentiation based on gender (as far as current archaeology can tell) with men more involved in hunting and banging rocks together and women more involved in gathering, processing food, and raising children. Then you started getting divisions into professions, with some people specializing in warfare, food production, toolmaking, religion, and so on.

      So we have specialized. And it's brought us productivity far beyond anything the world has ever known. But you're right that it means that we're more reliant than ever before on the skills of other people.

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    15. Re:Technology by Miamicanes · · Score: 4, Insightful

      In a state like Florida, where just about all grass is basically some variety of cultivated crabgrass (northern-type grass is almost impossible to grow year-round because some part of the year is inevitably too hot, wet, or both), you'd be hating life completely if you had to cut any meaningful lawn with a push-type reel motor. Or even a rotary-blade mower without power-assisted wheels.

      Power motors with reel blades exist, but without major protection, they're a HUGE safety hazard. And they break a lot, because there's more blade for things like stray bark chunks from mulch to get jammed in. A rotary blade has fewer places where an object can wedge into place. A manual reel-blade mower might be perfect for cutting the grass of a British (or American) townhouse with a small yard, but commercial landscaping companies that depend upon speed to give hundreds of lawns their weekly trims could never depend upon them. They're too much labor, and require too much maintenance.

      As for electric cars being cheaper to operate & maintain, that's true up to the point where you have to replace the battery. Then the economics go out the window. That's why at least one new hybrid (Leaf?) was designed so that if the battery poops out when the car is old and within months of getting junked anyway, you can just flip a switch and tell it to forget the electric subsystem even exists instead of having to cough up more money than you could actually sell the car for (WITH a new battery). The economics of electric cars also depend upon governments not finding ways to tax electricity used for vehicle power the way gasoline is taxed. And if you need more than a hundred miles of range, you have two choices: wait a long time to recharge, or run from a gas generator whose efficiency is less than half of what you'd get if the engine were driving the wheels directly instead of generating electricity.

      Real stone is a terrible flooring material. It stains, it cracks, and it requires expensive skilled craftsmen to install (vs some homeless guy the contractor pulled off the street and pays $7/hour to throw down). Ditto, for genuine hardwood. You see people on HGTV who proudly show off the beautiful vintage hardwood floor they spent a month restoring. You don't see them covering it up a year later with laminate in disgust because their dogs destroyed it with their nails, and their chairs & shoes scraped it up within days. It's just too much ongoing work to keep a real hardwood floor looking good.

      Carpet didn't become popular until the invention of vapor barriers and vacuum cleaners. Even in ancient times, wealthy people had rugs in places like their bedroom. The invention of vacuum cleaners and mass production is what enabled poor people to have it, too. In more recent times, the fusion of inkjet printing with porcelain tile has enabled the production of floorcovering that's ideal -- the appearance of natural stone (or wood), with the indestructible nature of porcelain. The only thing they haven't *quite* figured out yet is how to make tile whose CUT edges can maintain the chiseled look of the best porcelain tile. In a middle-class bathroom, that's what inevitably gives away the fact that it's not real travertine (unless the builder went the extra step and used crown molding and wood edging to cover and hide the cut edges of the tile).

      Timber frame and mud brick homes aren't coming back in style... homes with fake timbers and veneer brick glued to the outside that LOOK like timber frame & mud brick homes are coming back in style (at least, in the UK). The same phenomenon is visible in the US, where houses have brick street-facing facades, but anything you can't see from the street is covered with cheap vinyl siding or blow-on knockdown-textured fake stucco. Nobody is going to build a genuine brick structure today, because it would be cost-prohibitive. In scenarios where masonry construction is desired or required, they'll use concrete blocks & affix veneer brick to the outside. Classic all-brick construction re

    16. Re:Technology by HeckRuler · · Score: 4, Funny

      Well, he's a lumberjack. And he's ok.

  2. As much as tech costs... by TWX · · Score: 4, Insightful

    ...I don't want it replaced before it's no longer doing its job effectively. The Navy system, for example, was finally replaced when the actual PDP11 hardware was no longer viable, and given the expense of the control software to develop, it probably was more cost effective to simply emulate a PDP11 to keep the existing code viable.

    Reinventing the wheel only because a technology has been around for a long time is not cost effective, and replacing technology because viable machines are simply old is also not cost effective. This same logic makes me dislike programs like Cash for Clunkers, as the cost to develop and build a car, plus deliver, is high enough that taking cars off the road that are still viable, almost without regard to fuel economy, is not cost effective. Use it until repairing it is financially impractical, especially considering the expense of buying another new one.

    --
    Do not look into laser with remaining eye.
  3. B-52s by Anonymous Coward · · Score: 4, Interesting

    That's nothing. We're still flying B-52's with wire-wrapped computers. None of this modern solder.

    1. Re:B-52s by slimjim8094 · · Score: 4, Informative

      There might be no integrated-circuit memory, but components still need to be connected somehow.

      Yeah, the GP mentioned it - wire wrapping. It's pretty cool stuff - done properly, it actually creates an even better connection than solder.

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
  4. Hardly obsolete. by Lord+Kano · · Score: 5, Informative

    I can speak from first hand knowledge that many Fortune 500 companies are using technology that most people think of as obsolete. If you paid $50k for a software package that was written for VAX OpenVMS and the publisher went out of business 15 years ago, what would you do? You'd do the same thing these guys do. Work on getting a replacement, and keep that replacement in the wings until you can no longer run the existing (perfectly working) package.

    In 2009, I worked on porting a fairly lengthy program from VAX to Alpha in OpenVMS Fortran. Why? Because it took 20 years to get the program just right and it works perfectly for the suited task. Why throw away a perfectly functional program just because the VAX is dying?

    Today, companies are producing good and providing services that touch all of our lives using 30+ year old technology.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    1. Re:Hardly obsolete. by nospam007 · · Score: 4, Interesting

      "In 2009, I worked on porting a fairly lengthy program from VAX to Alpha in OpenVMS Fortran. Why? Because it took 20 years to get the program just right and it works perfectly for the suited task. Why throw away a perfectly functional program just because the VAX is dying?"

      I'm a railway dispatcher in my daytime job and all the new installations in Europe (ESTW) from Siemens, Alcatel etc still use OpenVMS to run the systems. It uses tons of modems talking to the equipment in the field, another item that's hard to come by nowadays.
      It was developed in the 70ies and runs now on Intel machines only because they can't get any more MicroVAXes or Alphas
      But lots of installations still have those and they run flawlessly.

  5. Old Tech Never Dies... by Mashhaster · · Score: 4, Insightful

    It just fades away into obscure applications that most people never know anything about. I can't tell you how many times I've heard people say tape is dead, or the desktop is dead, and yet people still use NDMP to back up data from company desktops over fibre channel to LTO tape drives as recently as right now, and still will tomorrow and the day after that.

  6. Flat Files FTW! by wrook · · Score: 5, Insightful

    Developers who think that *everything* needs to be in a database scare the crap out of me. Sometimes flat files are a really good idea. Sometimes putting something in a human readable form that can be viewed and edited with a normal text editor is a really good idea. There are many, many things where I don't need to search vast amounts of data, where I don't need atomic commits, where I don't need rollback, etc, etc. For those things I use a flat file.

    Admitedly, I know the difference between regular, context free and context sensitive grammars and I know how to write a parser. Unfortunately, this isn't always common knowledge in a software team :-P

    1. Re:Flat Files FTW! by Tablizer · · Score: 4, Informative

      It's true that flat files may be "good enough" for a particular use, but it's not very flexible for unanticipated future uses.

      Basically if you base your app on a flat file, you are gambling that you won't need many of the features databases provide out of the box. Knowing how requirements changes, it's often the wrong bet.

      Software design is a lot like picking investments: you have to estimate future changes and the magnitude of their impact. Experience in both software design and the domain (industry) help in this regard.

    2. Re:Flat Files FTW! by wvmarle · · Score: 5, Insightful

      I would write a data reader/writer module for the program.

      This would handle the data storage, and if later requirements change it's a relatively small part of the program that changes. The rest of the program doesn't have to care how it's stored externally: it just cares about having function calls available to do a read, write, maybe search. This makes it also relatively easy to expand.

      And when in future there is a need for say more sophisticated search options, you can rewrite that one module so it starts to interact with a MySQL or Postgres database or so. Even the data format conversion becomes a breeze that way as all you do is read from the old system and write to the new system.

      Further in the future maybe your external db goes out of business, and again it's a relatively easy change to a new db.

    3. Re:Flat Files FTW! by KlaymenDK · · Score: 4, Insightful

      I would write a data reader/writer module for the program.

      Quoted in lieu of an upvote. This is the #1 step in optimising file system access -- store it in a flat file first, with a proper wrapper, and then you MAY update to a higher-end system later on IF it's needed. Don't underestimate the bandwidth and accessibility (as in: hacking data for testing, etc.) of the flat file! :-)

  7. MicroVAXen by n6kuy · · Score: 4, Interesting

    Heh. Yeah, we still use several of those here in Los Alamos as part of the control system for our linear proton accelerator. They work and are pretty reliable, though I suspect we'll be up the creek if one of 'em goes bad.

    --
    If you disagree with me on social issues, then it's pretty clear that you are a narrow-minded bigot.
  8. IE6 by Anonymous Coward · · Score: 5, Funny

    I thought this was going to be about IE6

  9. Re:Vaxes by Jah-Wren+Ryel · · Score: 5, Informative

    I also go back that far, and I believe it's an anachronism. We called them VAXes back then, not VANen. They *xen meme smells more 1990s than 1970s

    Here are about 25 usenet posts from 1981 that use the term VAXen.

    But even if there were some were calling them VAXen back then it's still wrong. It's just bad English.

    My high-school english teacher, who was awarded state english teacher of the year on more than one occasion, taught his classes that "Language creates environment and environment creates language" - in other words, correct usage is defined by nothing more than whatever enough people say is the correct usage. And we had a cluster of microvaxen at my high-school too.

    --
    When information is power, privacy is freedom.
  10. Ya... The thing is... by Sycraft-fu · · Score: 4, Interesting

    It often turns out it is NOT doing the job as effectively as you might think. I've seen people jump though some amazing hoops dealing with old technology because "It gets the job done." Ok maybe so but that isn't the question you should ask. The question is if new technology would get the job done better to the extent it is worth the price.

    A simple example is with desktop PCs. Various things can take a really long time on old PCs, like formatting a document for print, or even booting or opening a program. Time is wasted waiting for that. At some point it becomes worth it to get something newer and faster. The time spent transitioning to the new system and the money spent on it are worth it in the time savings during use.

    I've really seen this in the world of audio creation/editing. On 1996, when I started playing with it, it was all offline, you'd choose something and it would render laboriously out to disk, then you'd listen to the result (there were pro systems that could do it realtime, not desktops though). I could spend 10 minutes waiting to hear the result of an EQ, and then have to undo it and try again. Now it is all realtime, non-destructive. I make changes and they happen as I make them.

    Also there's the simple maintenance factor of old systems. It can end up costing a ton to try to keep them running, or you have a ticking time bomb situation where you are relying on something that really can't be fixed if it breaks (or even both). An enormous amount of resources both monetary and time can be poured in keeping old systems running on the grounds of "it just works".

    Now I'm not saying toss everything old all the time, but some real cost/value analysis needs to be done, not this inertia of "What we have works and it'd be expensive to replace it." I really came to appreciate that with the Y2K stuff. Place I was working at had an ancient billing system, no way to upgrade it. So they had a new one written. Talk about an amazing difference. It now run as a Java app on any computer, rather than needing to use these old dedicated terminals, it was fast, it could do all kinds of things they'd wanted, it eliminated things that had to be done by hand before and so on. So worth it, even without the Y2K thing. However the old system had survived "Because it works, and replacing it would be expensive."

  11. About the IRS by BenEnglishAtHome · · Score: 4, Interesting

    The section in the article about the Individual Master File was close to correct. It's not that it couldn't be accessed but once a week, though. There was the Integrated Data Retrieval System that could access it any time. Unfortunately, it was only updated once a week. The updates to the IMF were input via IDRS, so that sometimes led to some weirdness with the two being out of sync. There was an entire list of "cycles" that you needed to memorize as you processed work so that you'd know "If I do this, now, how long will it be before it actually shows up on the system I need it to be on?"

    Then there was the BMF (Business Master File) for businesses.

    Then things get weird. There's a Master File called the Non-Master File (NMF) for return information sufficiently rare that it's just not linked to everything else. Congress can come up with new statutes that require new forms far faster than they can be programmed into databases that properly link every relationship between every line. The really small-volume, low-priority stuff goes in the NMF. A bit over a decade ago it wasn't accessible except by sending off a paper request for a printed transcript. Now snapshots are viewable via IDRS but those pesky cycles are a far more complex problem.

    OK, now, shall we get into the EPMF (Employee Plans Master File) or any of the other "master" files? (I once asked why any file deserved to be called "master" if there were other "masters". The programmers in attendance at the meeting were not amused.)

    Enough. IT at the IRS was fun and crazy-making, challenging and boring, something I loved that ultimately was decimated by politics and broke my heart. I'm glad I saw it back in the best of days but I'm awfully glad I'm retired from that place now.

  12. It's also a matter of manufacturing quality by aglider · · Score: 4, Interesting

    As well as of software and hardware design quality.
    I mean, if you have seen the pictures, you'd not say it's a 60 yo machine. I'd say it's 20 yo. An 8088 class machine, for example.
    The knobs still have a well readable lettering on. There is not a lake of exhaust oil on the floor or burns on the metal shields.
    Meaning that the mechanical and electrical construction has been designed to last and for ease of maintenance.
    My oldest machine has been a IBM (yeah!) Tower i486 DX4-100 deployed in 1995 as a DNS server and retired in 2005 for a total MB failure.
    10 years at 24/7 of operations. That's it.
    Current hardware (and also software, I fear) is not done to last. Is done for lasting revenues. Which can actually be the opposite.
    I'm not saying it's a bad thing. I'm just saying how it seems to me to be.

    --
    Sent as ripples into the electromagnetic field. No single photon has been harmed in the process.
  13. Re:Some office equipment and software never die by Half-pint+HAL · · Score: 4, Informative

    More to the point, DMA and hardware memory addressing made interfacing a breeze. Modern abstraction layers are certainly justifiable in terms of security, but they're a real inconvenience if you need actual control of your computer.

    --
    Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
  14. USA and Europe Estimates Flawed by retroworks · · Score: 4, Interesting

    The award goes to CRT (cathode ray tube) displays, which are built like battleships. They work for 20 years. There has been a hoax promoted by environmental "watchdogs" that the CRTs are being hammered apart for copper, and California went as far as to pay 48 cents per pound (taxpayer money) to make sure all the CRTs are broken when turned in for collection, based on the myth that the display devices become obsolete by Moore's law.

    The EPA's methodology for calculating recycling rates is as follows: Find annual production (e.g. plastic milk bottles, newspapers), input lifespan, and calculate waste generation. But they put "Moore's Law" in for the "lifespan" of tech equipment... e.g. that CRT monitors have a 3 year lifespan. They assumed that "replacement rate" (new purchases of hardware) was an indication of lifespan, even though the growth of internet use worldwide was in double digits, and that all the old CRT monitors, millions and millions, were being dumped in primitive wasteful conditions.

    Try applying the same methodology to used cars... that replacement purchase equals lifespan. OMG!!! We must have a massive death star of used cars crowding our landfills!!

    The growth of the internet has been 10 times the rate, for the past decade, in nations with per capita incomes of $3-4K per year. They can't afford brand new display devices and were purchasing the CRTs for the past decade. Someone made up a completely bogus statistic that they were being burned in landfills in the developing world, something now completely disproven (the photos of TVs at the dumps in Nigeria were from NIGERIANS, who have had TV since the 1980s.. the scrap in Guiyu China comes predominantly from Hong Kong, Shenzhen, and Guangzhuo). The story of the CRT is finally winding down as LCDs get cheaper and cheaper, but it has been amazing the mythology and hoaxes spread about CRT exports during the past decade. http://tinyurl.com/ghanahoax

    --
    Gently reply
  15. Antique plumbing is expensive by Medievalist · · Score: 4, Interesting

    Cast iron bathtubs, particularly antique ones, are very desirable and command high prices if they are in good condition.

    I'm refitting a bathroom in a 160+ year old house. The bathroom was originally installed in the late 1930s. The prices for original-quality parts are jaw dropping - you can easily pay $1200 for a faucet set (although I don't).

    In the trades, the old stuff that has survived is incredibly high quality, for the most part. Victorian machined brass plumbing, for example, is awesome! I have replaced worn out ABS, bristol and polybutalene that was attached to 90 year old figured and threaded brass in perfect condition. PEX is nice but it will never match hand-cut victorian red brass.

    Something similar is true in computing; you see old VMS and PDP systems running all over the place, because of their extreme cost effectiveness. Unix derived OSes dominate cutting edge hardware, despite Unix's age and shortcomings. It's survival of the fittest - DECnet IV was better than DECnet/OSI, so almost nobody upgraded, even though DECnet IV was not perfect.