Slashdot Mirror


Ask Slashdot: What Old Technology Can't You Give Up?

An anonymous reader writes: It's the year 2014, and I still have a floppy drive installed on my computer. I don't know why; I don't own any floppy disks, and I haven't used one in probably a decade. But every time I put together a PC, it feels incomplete if I don't have one. I also have a Laserdisc player collecting dust at the bottom of my entertainment center, and I still use IRC to talk to a few friends. Software, hardware, or otherwise, what technology have you had a hard time letting go? (I don't want to put a hard limit on age, so you folks using flip-phones or playing on Dreamcasts or still inexplicably coding in Perl 4, feel free to contribute.)

126 of 635 comments (clear)

  1. Simple by UnknowingFool · · Score: 5, Funny

    [Puts on fire resist gear]
    vi. Because emacs is for the devil.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
    1. Re:Simple by jaymz666 · · Score: 4, Interesting

      that war is over, and vi won

      Now, as to interviewing people for IT, who will be working on *nix, asking "emacs or vi" used to be a teasing question, now you're lucky if they know what one or both are.

    2. Re:Simple by msauve · · Score: 2

      vi is non-standard.

      ed is the standard text editor.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    3. Re:Simple by peragrin · · Score: 5, Insightful

      I never did like vi. to damn complicated to remember all the shortcuts. Pico worked well when i needed to save or change something it was always obvious what key needed to be pressed and it allowed me to stop and think to avoid needlessly long run on sentences that users of vi tended to devote long hours to perfecting the stream of thought typing ignoring the simple fact that puncheon is important too.

      Yes that was done on purpose.

      --
      i thought once I was found, but it was only a dream.
    4. Re:Simple by OzPeter · · Score: 5, Interesting

      vi. Because emacs is for the devil.

      This year I delved into a Debian system, the first time I had really used a linux system in decades. What scared me was that when I needed to edit something my muscle memory took over and before I knew it I was happily editing away in vi.

      I haven't used vi since well before the turn of the century.

      --
      I am Slashdot. Are you Slashdot as well?
    5. Re:Simple by bearded_yak · · Score: 5, Funny

      Only amateurs use emacs, vi, or ed. Real pros use 'echo %variablename% > filename'. After all, who needs to change anything when what you type is already perfection?

    6. Re:Simple by Culture20 · · Score: 2

      You use an MS DOS inspired shell on a Unix box?

    7. Re:Simple by geekd · · Score: 5, Interesting

      Emacs user here. The only one in an office full of vi users. They and I have our config files set up so that indentation, etc all match, so when we open each other's code it's not all goofy looking.

      I *can* use vi, I just prefer emacs, and I always have.

    8. Re:Simple by CopaceticOpus · · Score: 3, Funny

      This reads like a letter to the editor in the Onion, if the Onion cared about vi. I honestly can't tell if you're being ironically pro-vi, or if you're just a simple Pico-loving soul.

    9. Re:Simple by TWX · · Score: 5, Informative

      If it's any consolation, I didn't use vi for close to 20 years, using pico/nano instead. It wasn't until I started working with huge flatfiles that needed hundreds of lines of regular expression parsing that I learned how to use vi effectively.

      I'd say that if you really need those advanced features that vi is the way to go, but admittedly pico/nano is a lot easier to use otherwise.


      As for what I use that's old, I have a Dolby-AC3-capable laserdisc player and more than 500 titles and an S-VHS VCR with about 850 titles on tape, I'm hesitant to buy a laptop lacking an optical drive (though my pickings are quite slim these days), I'm still using a Gateway 2000 "Anykey" PS/2 124-key macro-programmable keyboard manufactured by Maxiswitch, the vast majority of my computer monitors are 4:3 ratio, I still have my SCSI Jaz2 drive, my SCSI Zip drive, a couple of 3.5" floppy drive, and one 5.25" floppy drive laying around, and my daily-use TV is a widescreen, high-definition tube . It works great! Cost me only $40! And at 126lb, no one is going to steal it. In fairness, it fits the built-in TV cabinet perfectly and at the time a similarly-sized LCD model was close to $600, so it made sense to go with the tube.

      I don't necessarily equate old with obsolete. Obsolete is when it doesn't do the job that you need done satisfactorily. In that sense my 20 year old beater $700 pickup truck with no straight sheet metal and worn-out steering is fine, as I generally only drive it when either I need a truck specifically, or when one of the cars is out of commission and I need basic transportation in the interim. I'm typing this on a five-year-old netbook with an Atom processor, and I only recently replaced my Xeon-Gallatin-based dual processor workstation from a decade ago because the thing croaked after a power outage and doesn't want to come back up. It was a great box for a long time, even with only two cores. It's been replaced with a newer-used dual-quad Xeon workstation that I expect to use for another decade as my workstation and the whole-house server.

      --
      Do not look into laser with remaining eye.
    10. Re:Simple by TWX · · Score: 3, Funny

      Heh. I used to write MS-DOS batch and config files with copy con: if the only other choice was edlin...

      --
      Do not look into laser with remaining eye.
    11. Re:Simple by Alan+Shutko · · Score: 4, Funny
    12. Re:Simple by asmkm22 · · Score: 2

      I'm the same way. Even in powershell, I instinctively try and open vi.

    13. Re:Simple by msauve · · Score: 5, Funny
      Newbie.

      From: patl@athena.mit.edu (Patrick J..LoPresti)
      Subject: The True Path (long)
      Date: 11 Jul 91 03:17:31 GMT
      Newsgroups: alt.religion.emacs,alt.slack

      When I log into my Xenix system with my 110 baud teletype, both vi *and* Emacs are just too damn slow.. They print useless messages like, 'C-h for help' and '"foo" File is read only'.. So I use the editor that doesn't waste my VALUABLE time.

      Ed, man! !man ed

      ED(1) UNIX Programmer's Manual ED(1)

      NAME
      ed - text editor

      SYNOPSIS
      ed [ - ] [ -x ] [ name ]
      DESCRIPTION
      Ed is the standard text editor.
      ---

      Computer Scientists love ed, not just because it comes first alphabetically, but because it's the standard.. Everyone else loves ed because it's ED!

      "Ed is the standard text editor."

      And ed doesn't waste space on my Timex Sinclair.. Just look:

      -rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed
      -rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/ucb/vi
      -rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs


      Of course, on the system *I* administrate, vi is symlinked to ed.

      Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!!!!!

      "Ed is the standard text editor."

      Let's look at a typical novice's session with the mighty ed:

      [see the real thing here. /. lameness filter doesn't like it]

      Note the consistent user interface and error reportage.. Ed is generous enough to flag errors, yet prudent enough not to overwhelm the novice with verbosity.

      "Ed is the standard text editor."

      Ed, the greatest WYGIWYG editor of all.

      ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!

      When I use an editor, I don't want eight extra KILOBYTES of worthless help screens and cursor positioning code! I just want an EDitor!!
      Not a "viitor".. Not a "emacsitor".. Those aren't even WORDS!!!! ED!
      ED! ED IS THE STANDARD!!!

      TEXT EDITOR.

      When IBM, in its ever-present omnipotence, needed to base their "edlin" on a UNIX standard, did they mimic vi? No.. Emacs? Surely you jest.. They chose the most karmic editor of all.. The standard.

      Ed is for those who can *remember* what they are working on.. If you are an idiot, you should use Emacs.. If you are an Emacs, you should not be vi.. If you use ED, you are on THE PATH TO REDEMPTION.. THE SO-CALLED "VISUAL" EDITORS HAVE BEEN PLACED HERE BY ED TO TEMPT THE FAITHLESS.. DO NOT GIVE IN!!! THE MIGHTY ED HAS SPOKEN!!!

      ?

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    14. Re:Simple by SunTzuWarmaster · · Score: 2

      You owe me a keyboard. This is the funniest joke that I have seen this year.

      Last years funniest series of jokes can be found here: http://www.photoshoptroll.com/... http://www.photoshoptroll.com/...

    15. Re:Simple by bearded_yak · · Score: 2

      That's why real pros backpedal with
      sed 's/\%variablename\%/\$variablename/' ./myperfectfile.sh

      ...or we just sit in a corner and write MOS-6510 assembly, muttering to ourselves and remembering the good old days.

    16. Re:Simple by nuckfuts · · Score: 4, Informative

      Actually, real pros use
      cat > filename
      then type Ctrl-d when done.

      Seriously.

    17. Re:Simple by dubbayu_d_40 · · Score: 2

      So what you're saying is you can give up emacs, right?

    18. Re:Simple by hairyfeet · · Score: 4, Interesting

      DVDs. The reasons why is they are cheap, easy to transport, and can hold a lot of data. With DVDs I can hand somebody 4GB+ of data for 15c including the sleeve, and when you can't predict how well or reliable their net is? That comes in REAL handy.

      So the pundits can talk cloud this and cloud that but as long as I can get 'em I'm gonna be using DVDs. Hell if I had my way I'd still be using Lightscribe, but now that HP has pulled the plug its getting harder and harder to find new burners with LS. Sucks as it worked quite nicely.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    19. Re:Simple by robbiedo · · Score: 2

      Am I only only person who swears by nano?

    20. Re:Simple by Anubis350 · · Score: 3, Informative

      They're not (yet) at the 15c range, but if you buy in a large pack and don't want the fastest drives or USB 3 you can grab 4GB thumb drives for ~$2 each (~$1 each if you in 100+ quantities)- and these days be more assured that the person taking the data can read it easily

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    21. Re:Simple by SpzToid · · Score: 2

      Nothing, I say nothing can beat Reel to Reel. They don't call it reel for nothing.

      (And don't use no double-negatives, never!)

      --
      You can't be ahead of the curve, if you're stuck in a loop.
    22. Re:Simple by drolli · · Score: 2

      If anybody related to unix adminstration does not know vi then he should not be hired.

      Not because i think that vi is great or not, but plainly for the reason that vi is installed with the bare minimum installation, which means you will be able to edei config files long before any other editor is installed.

    23. Re:Simple by TheRaven64 · · Score: 3, Insightful

      I enjoyed that article, but it's worth noting that vi actually is standard.

      --
      I am TheRaven on Soylent News
    24. Re:Simple by quenda · · Score: 2

      Actually, real pros use

        cat > filename

      then type Ctrl-d when done.

      Type? Amateur hour! Real pros just whistle into the modem.

    25. Re:Simple by itzly · · Score: 2

      Can you recommend a good smartphone with a DVD player ?

    26. Re:Simple by charliemerritt · · Score: 3

      I still use JOE (Joe's Own Editor). ^kh brings up the entire list of commands, and that sill leaves you room to edit - half screen or so. What do I write with Joe?
      Scripts - that pipe to scripts.
      For-Next
      While-Do
      If-Then
          The OP mentioned a sloppy disk - *IF* he has a 5.25 we might be able to do business - I just found an OLD copy of the original M$ Flight Simulator - it has a tiny file that loads everything else on the disk which is just a bunch of binary glop. It just struck me that this worked very well on a 80286 / 12 MHz and it would be fun to try on the 125 Watt (what other measure?) CPU I have. ...cm

    27. Re: Simple by UltraZelda64 · · Score: 2

      The "massive power savings" of using an LCD screen might not be worth it compared to the far superior contrast ratios that a good old-fashioned CRT TV can provide. On those, black really is black, and it really makes a difference for many of the types of games and movies I would watch. If CRT-based HDTVs were still around, that would probably be my first choice even today since SED TVs are still nowhere to be found.

    28. Re:Simple by Reziac · · Score: 2

      Right now Walmart has 16GB Sandisk flash drives for $9 (look in the School Supplies section, same damn thing as in Electronics but in a garish case for half the money). Last year they had 64GB Sandisk flash drives for $8. Costco has 64GB drives right now for $24. This sort of pricing is tempting me away from DVDs as my backup medium, because flash is more reliable in long-term storage and takes up a lot less space. Yeah, DVDs are cheaper and faster to make, but reliability in storage isn't the best.

      If you want to buy in real quantity, go to alibaba.com and you'll see what they really cost at wholesale.

      As to old tech, I still have a machine with a 5" floppy and a QIC-80 tape drive. It often goes years unused, but when I need it, I'm glad to have it.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    29. Re:Simple by ebvwfbw · · Score: 2

      that war is over, and vi won

      Clearly it didn't. Bash uses emacs commands by default, of course. Mode editors are so 1960s. If you're serious about computer science, learn emacs. Then you can use both. I use both. If it is something simple, I use vi. For anything else emacs. Once you learn emacs, then you'll wonder why someone didn't let you in on the secret before. So far I have one guy that still wouldn't admit Emacs was superior, of course he wouldn't even try it. He helped write vi.

      So sure, vi won in the sense that it's almost always installed by default - small, fast. When I show people Emacs and what can do, they usually learn it.

    30. Re: Simple by TWX · · Score: 2

      There are two problems with even the S-VHS VCR... First, there's no digital tuner, so I can't watch one thing while recording another thing like I used to, and second, even the S-VHS format isn't nearly as good as more modern stuff. AT BEST I'll get 480i out of it.

      --
      Do not look into laser with remaining eye.
  2. Gopher by Anonymous Coward · · Score: 2, Interesting

    Gopher.

    1. Re:Gopher by TWX · · Score: 4, Funny

      At one point I wanted to set up a gopher juarez server. I wanted it to reject web browsers emulating a gopher client too... I figured that something like three people would be left that would appreciate it though.

      --
      Do not look into laser with remaining eye.
  3. Desktop by Anonymous Coward · · Score: 2, Interesting

    I still like to use a desktop. Curse all you stupid laptop users!

    1. Re: Desktop by sillybilly · · Score: 5, Interesting

      All I ever catch on my LW radio is power grid hum, no stations. Shortwave does pick up some Jesus freaks though that are nice to listen to, or some Hispanic stations like Florida or Cuba halfway across the continent, which of course I don't understand, but I catch the gist of it, when they talk about Putin or Syria or Gaza, I know what they talk about, just don't know what exactly they are saying about it.
      I do miss the days of BBC world news. They stopped service to the Americas on SW.
      SW and BBC used to be synonyms even 10 years ago.

      Also my SW radio is an LCD digital one, and sometimes I wonder if it's not hacked and it's really some bogus transmission getting fed through it, pretending to be shortwave. You cannot trust chips. A SW radio based on vacuum tubes is a lot more trustable that it's actually picking up the airwaves as directed, and then the issue comes down to actual bogus programming on those frequencies by nearby stations - they can even fake ionosphere reflection noises and fading, broadcast from nextdoor to you.

      As Rene Descartes said, I think there I am, but beyond that, every fact in my mind is on shaky ground, and it takes the power of faith to believe a scientific experimental measurement as true, but I believe those a lot more than what someone picks out of thin air, without scientifically possible repetition and verification of measurements

  4. slashdot by stormpunk · · Score: 5, Funny

    I still come here looking for insightful articles and thought-provoking discussions.

    1. Re: slashdot by Anonymous Coward · · Score: 2, Informative

      Stop saying that. Einstein never said that. And he was a physicist.

    2. Re: slashdot by hurfy · · Score: 5, Funny

      But if you just keep repeating it enough.....

    3. Re: slashdot by JazzHarper · · Score: 4, Insightful

      people will believe that Einstein said it.

    4. Re:slashdot by Megane · · Score: 2

      I still use non-beta Slashdot. (11 months so far since beta dropped like a stinky turd!)

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  5. Pen by dolmen.fr · · Score: 5, Interesting

    I'm still using pens and Post-It to take notes, not my phone.

    1. Re:Pen by bearded_yak · · Score: 2

      Ah, you new-fanlged young-un with your fancy ink-sticks and sticky-papers. I still use a retractable 1.2mm lead pencil and a pocket notepad.

  6. My watch by Anonymous Coward · · Score: 4, Interesting

    I still wear a wristwatch. I've worn one constantly since I was 10. I'll probably be buried with one.

    1. Re:My watch by Trepidity · · Score: 2

      Interesting that wearing a wristwatch might now, again, be more eccentric than wearing a pocketwatch.

    2. Re:My watch by AthanasiusKircher · · Score: 4, Insightful

      I still wear a wristwatch. I've worn one constantly since I was 10. I'll probably be buried with one.

      To me, a wristwatch is an essential tool. I give talks, teach classes, run meetings -- and I find it really annoying to do these things without bringing my analog watch.

      Many rooms do not have visible clocks when I'm doing these things. But if I'm trying to run a class or give a talk or run a meeting on a schedule, I need to know what time it is. On the other hand, I don't want to make it look like I'm continuously checking the time, because that tends to make audiences nervous or anxious or feel bored or think you're bored or whatever.

      Say I'm teaching a class. If the room doesn't have a visible clock, what are my options?

      (1) Consult a classroom computer, if there is one. Well, some classrooms might not have one, but even if they do, usually a screensaver or something will turn off the monitor. So I need to go over and hit the spacebar (or worse, login) everytime I need to check the time. Yes, I could reconfigure the computer, but I may not have an account on it, it may be shared, etc.

      (2) I could use my phone. But again we have the screen off problem. If I leave my phone on the desk, I'll still need to go turn it on to check the time, and it looks like I'm "checking my phone" (for messages, whatever). Not a good message to send to the students when I tell them I don't want to see *them* doing that. If it's in my pocket, I don't need to walk to it, but it's even more noticeable when I pull it from my pocket and turn the screen on briefly. I might be able to set my phone screen to stay on, but that wastes a lot of battery.

      (3) I could bring along a tiny desk clock or something, but why do that when I already can just have one available on my wrist (which is probably even smaller and less obtrusive)?

      (4) I can take my analog wristwatch off and set it down in a central location to where I'm presenting from. With an analog clockface, I can easily tell the time from just about any angle (not true of computer screens or phone screens), maybe 10-15 feet away (where I wouldn't necessarily be able to read a digital watch). And it's already on my wrist, so I don't need to remember to bring extra equipment. Even if I keep it on my wrist, it's usually less obtrusive to check the time than walking to some computer or pulling out a phone.

      Basically, if you want to know what time it is in a room where there's no visible clock, but you don't want to necessarily signal to everyone else that you're constantly checking the time, a watch is a pretty ideal solution.

    3. Re:My watch by supercrisp · · Score: 2

      I still wear an analog watch for those reasons. AND so that I can "subtly" glance at it when it's time to end a conversation.

    4. Re:My watch by AthanasiusKircher · · Score: 2

      Yes, that's true too. Most people still think of watches as uniquely about checking the time (despite smartwatches, etc.). Glancing at your watch is probably the clearest signal you can give to others that you're worried about the time (e.g. may need to go, have another meeting, etc.). Checking your phone may just make you look rude or bored, since phones have so many other functions you could be monitoring.

  7. How about... by Anonymous Coward · · Score: 4, Funny

    Slashdot? *grin*

  8. pine by Lexible · · Score: 5, Interesting

    (Well... alpine.)

  9. The VCR by rmdingler · · Score: 2
    I have movies in that format that still work, and I am reluctant to throw out something that's not broken.

    I know, right? Treading that thin line between thrifty and hoarder...

    --
    Happiness in intelligent people is the rarest thing I know.

    Ernest Hemingway

    1. Re:The VCR by javajeff · · Score: 3, Interesting

      I tape shows on my VCR. It still works, and I am the master of the fast forward button to avoid commercials.

  10. Good Analog Oscilloscopes by SiriusStarr · · Score: 3, Interesting

    'Nuff said.

    --
    Fear the penguin.
  11. A basic land line by mark-t · · Score: 2

    [nt]

    1. Re:A basic land line by TheRaven64 · · Score: 3, Informative

      There are several nice features of a landline, but they can't (in the UK, at least) compete on price. The line rental alone for a landline costs more than I spend on calls on my mobile (pre-pay, no contract, no monthly fees). Calls from my mobile are 3p/minute, a landline is £16/month. I'd need to spend almost 9 hours on the phone each month before I spent as much on my mobile as a landline would cost me before I even made any calls. And then, for the kicker, the calls from the landline cost 9p/min (+15p setup) for calls to other landlines or 12p/min (+15p setup) for calls to mobiles. There's no possible justification for calls from the landline costing 3-4 times as much as calls from the mobile on top of the extortionate line rental. If I wanted to pay BT even more, for another £3 I could get free evening and weekend calls to landlines, but calls to mobiles would still be the same price. For £7.50 on top of the line rental, I'd get free calls to landlines, and calls to mobiles would only be twice the cost of my mobile. Almost everyone I call has a mobile though, so in exchange for paying BT an amount equivalent to about 12 hours of calls on my mobile per month, I could then pay double per minute what I pay for calls on my mobile with no line rental.

      --
      I am TheRaven on Soylent News
  12. Slashdot by Anonymous Coward · · Score: 2, Funny

    I still find myself coming to the site many years after it was started.

  13. Old towers by joneswes2010 · · Score: 4, Interesting

    I pick up old desktop towers and then put Linux on them. They run like crap, they serve no use, but I like to have them. Something about watching a Gateway 2000 boot up and be "usable" makes me happy.

    1. Re:Old towers by Lacrocivious+Acropho · · Score: 3, Interesting

      I do this too.

      Some of them actually do have use, for example, if I add a NIC or three and put ClearOS on them to make an actual gateway/firewall/etc so I can put the client's compromised, obsolete, data-theft-oriented, crippled, piece of crap, 'free' end user 'router' (i.e., router-like device in the same sense as a Chicken McNugget bears relation to an actual Chicken) in Bridged Ethernet mode and protect them from an incredible percentage of malware.

      It doesn't matter that they 'run like crap'. It isn't possible for the overwhelming majority of end users to ever make those old PCs even break a sweat when the PCs are replacing their 'routers'.

      This solution becomes problematic basically in three cases: (1) physical space is at a premium; (2) noise is a problem in living space; and/or (3) power consumption is a huge issue.

      --
      Twice as crazy as I would be if I was half as crazy as I am.
  14. A few small but significant ones ... by timothy · · Score: 5, Interesting

    - Model M keyboard (I bought several when they were $5 at the Goodwill, including some with US Government stickers or NASA badges; if I knew then what I know now, I'd have loaded up a storage unit with them ...)

    - Nano (sure, it's not as old or as rabidly backed as Certain Other Text Editors, but it's so very nice to use ...)

    - Logitech Trackball. Unfortunately, the new ones are junk -- they seem to die in a few months. The old ones lasted me several years apiece.

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
    1. Re: A few small but significant ones ... by macs4all · · Score: 2, Informative

      If you're handy, here's a DIY ADB to USB adapter:

      http://hackaday.io/project/907...

      If not, there are a few of the Griffin ones on eBay for $20-30.

  15. Eudora by saccade.com · · Score: 4, Interesting

    Yes, Eudora hasn't updated since '06, but it's still by far my favorite email client.

  16. Good Ol' Books by sunxiemei · · Score: 2

    Do paper books count as old technology? I don't think I'll ever like e-books as much as an actual tree-killing book.

  17. Pretty old? by newcastlejon · · Score: 4, Insightful

    The wheel is pretty old; I don't think I'd want to give up that.

    --
    If God forks the Universe every time you roll a die, he'd better have a damned good memory.
  18. Local storage by jenningsthecat · · Score: 5, Insightful

    They'll pry that from my cold dead fingers.

    I use POP3, so I can have local copies of all emails. I keep messages on the server too, so it's easy to sync up several machines - that way I can have them on both my notebook and my desktop. All my music is local, and I keep local copies of any videos, documents, etc. that I care about. Occasionally I even save Web pages as HTML so I can have access to the content even after it changes in or disappears from the wild.

    As far as I'm concerned The Cloud is a sometimes-convenient augmentation to local storage, not a replacement for it.

    --
    'The Economy' is a giant Ponzi scheme whose most pitiable suckers are the youngest among us and the yet-unborn.
    1. Re:Local storage by BronsCon · · Score: 2

      As far as I'm concerned The Cloud is a sometimes-convenient augmentation to local storage, not a replacement for it.

      So many times THIS!

      People! Keep your files locally! And keep a backup of those files in a remote (non-cloud) location! If you need to access them from literally anywhere, keep them in the cloud, as well; the worst case, then, should the cloud fail you and your home burn down at the same time, is that you have to restore from your remote backup. Better than losing your work altogether just because your cloud provider went belly up or had a RAID card got nuts and eat your data.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    2. Re:Local storage by kwalker · · Score: 3, Informative

      If you're going to do that, at least use IMAP (Unless you're a Comcast customer, in which case, you have my condolences). IMAP lets you keep mail on the server and even organize it, rather than just having one huge Inbox. I use it on two desktops, a laptop, a smartphone, two Android tablets, and a webmail client (RoundCube).

      --
      ... And so it comes to this.
    3. Re:Local storage by Lacrocivious+Acropho · · Score: 2

      The Cloud! Vaporize *your* data *today*!!!

      --
      Twice as crazy as I would be if I was half as crazy as I am.
    4. Re:Local storage by TWX · · Score: 2

      Yep. I've had too many providers go away on me with little or no notice that I don't consider storage on someone else's equipment viable. I see it as a great way to end up screwed, and with a "free" service, absolutely no recourse.

      --
      Do not look into laser with remaining eye.
    5. Re:Local storage by dgatwood · · Score: 2

      Definitely not true. Backwards, in fact. POP defaults to removing messages from the server and must be explicitly configured to leave the messages on the server. IMAP leaves them on the server by default, and IIRC, most IMAP clients don't even provide the option of removing messages from the server until you delete them.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  19. Depends on how broadly we're talking by DoofusOfDeath · · Score: 3, Funny

    Cards, vibrators, air conditioners, vibrators, antibiotics, vibrators, dishwashers, vibrators, ...

    1. Re:Depends on how broadly we're talking by Tablizer · · Score: 2

      What, you don't have the new iBrator?

      Your post reminds me of this scene:

      https://www.youtube.com/watch?...

  20. HP-11C by pipingguy · · Score: 2

    Great keypress.

  21. Oh, too much to mention here...but by MindPrison · · Score: 5, Interesting

    here goes:

    My good old trusty Data I/O 29A with UniPak (it's an Eprom programming station from the 80's) that I just love too much as I can edit Eproms-on-the-fly and enter manual data on it, copy eproms, and it's compatible with the weirdest stuff on the planet.

    Commodore SX-64, it's sort of a portable commodore 64 with built in 5.5 inch color screen & floppy disk...all in one practical unit, I have an assembler cartridge for it, and it's actually quite practical for coding 65xx series code on, and quick & dirty electronics projects I just connect to the I/O port (User Port), even in Basic.

    My extreme stash of millions and millions of NOS Discrete components from the 50s to the 90s, I can literally built a spaceship with those things, doc Emmet Browns time machine is next. Transistors, Linear Circuits, Cmos, Timers, PCBs, MCUs, Static ram, roms, pal & gals (pain in the *** to program), resistors, solar panels, mics, crystals, coil formers, oscillators, capacitors, reed relays, diode galore, tubes tubes and even more tubes.

    All my PCs I've built over some time, gets hard to part with them because 1) I can't get any money form them. 2) I always bought the best stuff. 3) It's not worth the agony of erasing all the pr0n...err...strike that last thing. And they're terribly practical for running old test gear, burners, peripherals etc. that doesn't work with todays computers.

    My lovely old test instrument park, oscilloscopes (got at least 5 of them), spectrum analyzer, multimeters galore, function generators, frequency counters, PSUs and whatnots.

    I don't even do this stuff enough justice, but you know what a MAN CAVE is? I just love to go into my MAN CAVE and sit there for serenity for hours and hours, even if it's just to write some pointless post here on Slashdot, and surrounded by all this cool stuff make me feel so 1337 H4xx0r and all that (no seriously...) it's like I'm a prop taken out of the old wargames movie (acoustic modems anyone?)

    It feels so lovely sitting there with those things, knowing that any second I could build any project I'd ever want. (And I do from time to time), but just because they're THERE...I don't know if anyone of you know this feeling, but it's very energizing. Whenever I feel completely depleted (either me or my batteries) I go there and start at endless wastelands of components. Luuuuuv it!

    --
    What this world is coming to - is for you and me to decide.
    1. Re:Oh, too much to mention here...but by ShaunC · · Score: 2

      I don't even do this stuff enough justice, but you know what a MAN CAVE is?

      You mean my mom's basement??

      --
      Thanks to the War on Drugs, it's easier to buy meth than it is to buy cold medicine!
  22. CDs by roc97007 · · Score: 4, Interesting

    ...because there's something tactile and convenient and immediately gratifying about flipping through a box of CDs, selecting one and slotting it in the player. With most audio gear supporting thumb drives, this doesn't make a lick 'o' sense, I suppose, but there it is.

    I could justify this, maybe as it being faster to find a physical CD than it is to navigate the rather clumsy interfaces in some gear, but it's really that it's nice to have something I can physically handle.

    I also make it a point to go through supermarket lines with a real cashier rather than a do-it-yourself scanner. Not because I am a technophobe (quite the opposite) but because I like dealing with a real human.

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  23. Email by Kris_J · · Score: 5, Insightful

    I would have thought plain old email is the number one pick in this list. We're all stuck on it even though it's been around for, what, 30 years?

  24. vi/vim by msobkow · · Score: 2

    Muscle memory is ingrained after 30 years of using it...

    --
    I do not fail; I succeed at finding out what does not work.
  25. My right hand by warewolfsmith · · Score: 2

    In an age of sex bots and realistic toys I just can't see to relax my grip.

  26. Just about everything I own by smellsofbikes · · Score: 2

    Pushbutton hard-wired phones, world war two vintage drillpress, metal lathe, wood lathe, tablesaw, 1970 Triumph as my not-snowing car, 1990 bicycle for my non-race bike, MOO/MUD's that I've been hanging out on since 1992, Commordore Amiga 2000 (okay, I only fire that up about once every two months.) A lot of my wood chisels are from the 1890's. They all work just fine. My race bike is a brand-new marvel of carbon fiber and magnesium, but I bet it won't last another two seasons, whereas the old bike has over 150,000 kilometers on it. I do now design using switching power supplies, rather than LDO's, and I've moved from PIC to AVR, (and I've always programmed in C rather than assembly) but generally, there has to be a really clear advantage for me to change piles of experience and knowledge for something new.

    --
    Nostalgia's not what it used to be.
  27. Not quite old but... by nmb3000 · · Score: 4, Insightful

    Firefox 28 (with tabs-on-bottom if you please), Windows 7, and Linux with Gnome 2 (aka MATE).

    I'm basically just holding out with old (or "old") software to avoid the current plague of horrible user interface design. The entire "UX designer" movement we're seeing right now is nothing more than a user-hostile circle jerk, doing the perpetuating the same ideas because everyone else is doing it. It's frankly a cancer upon computing, and my only hope is that we eventually see enough pushback from users that the morons at Mozilla, Microsoft, Google and elsewhere realize their mistake, fire all the useless UX blowhards, go back to real usability studies, and let us all get on with a life where we won't always worry that clicking "update" will almost certainly royally fuck everything up.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
    1. Re:Not quite old but... by Dutch+Gun · · Score: 4, Insightful

      Yeah, completely with you there. I'm fine with the anti-skeumorphic trend - it's silly to continue to make things look like now decidedly old-school real-life countparts for it's own sake. But why did color, gradients, gloss, and borders have to go as well?

      Now we have flat, borderless, and ugly designs all over the place, and what's worse, I've found these UIs more difficult to use, not less, because you're often left guessing as to where buttons begin or end, or what even is clickable/pushable. A lot of the visual elements removed were important visual cues that simply got tossed out the window.

      --
      Irony: Agile development has too much intertia to be abandoned now.
  28. IRC by starseeker · · Score: 4, Insightful

    IRC is still used as a major form of (semi) real time collaborative tool in free software development. Freenode remains hard to beat for this purpose, and I don't really see it changing anytime soon. It's not so much a question of not giving it up as seeing no compelling reason to replace a (very nicely) working solution to the problem.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  29. Remember these? by Anonymous Coward · · Score: 2, Insightful

    Zip drives. Still used for confidential stuff.

  30. Rotary Phone by sk999 · · Score: 2

    Mine is from back when you didn't own it - the phone company leased it to you. Built like a brick. Would get rid of it, but it is still the only thing that can test if the phone line is working when the power goes out.

  31. Morse code straight key by CQDX · · Score: 2

    I have a terrible fist but IMHO no station is complete without a straight key on the desk. I have a J-38 and J-37 on a Mae West board.

  32. Computer and data security by simplypeachy · · Score: 2

    It's all been about the Cloud for some time now but I'm still old fashioned and prefer to keep my data on my computers and hold myself responsible for ensuring my stuff is actually looked after.

  33. Usenet by roc97007 · · Score: 2

    Yes, I still actually participate in discussions on Usenet. I still maintain an nntp server at home, 32 years after my first stint as a news administrator for my first tech job.

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  34. Hard to say... by frank_adrian314159 · · Score: 4, Insightful

    Shoes, I guess - my feet get too cold and drop off in the winter, otherwise.

    --
    That is all.
  35. Cable Lacing by bearded_yak · · Score: 5, Interesting

    I love cable lacing with waxed linen string. http://en.wikipedia.org/wiki/C... I've never seen a more elegant way to bundle cables. Velcro is close, but maybe I'm just old-fashioned.

  36. Model M Keyboard by starseeker · · Score: 5, Funny

    Perfection in engineering... it not only solves the problem of creating the perfect typing experience, it's also tough enough to use as your own personal Hammer of Thor when your office mates storm your cubicle trying to stop the noise.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  37. Clothes by aNonnyMouseCowered · · Score: 5, Funny

    Ancient technology I know, but I feel really naked when I try to leave home without them.

  38. Mechanical Label Punch by starseeker · · Score: 2

    Weird as it sounds with all the electronic label printers you can get today, there's just something about the old style "punch the label as a 3D letter into tape" approach that I prefer. Especially when the tape punch is a serious tool, not those cheap plastic versions:

    http://makezine.com/review/too...

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  39. Your ways frighten and confuse me by DavidCBillen · · Score: 2

    I am typing this very post on my TRS-80 Color Computer (CoCo). Nothing else will ever come close...

  40. Hollerith Cards by notthepainter · · Score: 2

    I have a box in the attic. I occasionally use them as postcards.

  41. Re:Laserdisc, Pocket PC, Nokia phone, Thinkpad T42 by grub · · Score: 2

    I believe they recently announced Star Wars theatrical releases for BluRay.

    --
    Trolling is a art,
  42. V-6 engines in affordable sedans by bjdevil66 · · Score: 2

    We've already mostly lost V-8s to tech advances, but no "turbo"-powered four banger is in the same league in smoothness and power that a solid V-6 gives you without having to floor it. Why is the V-6 becoming a luxury item not available to the middle class guy??

    Others people have listed good ones further down my list:

    Flip phone (privacy and cost issues with smart phones).
    Corded telephone at home (for power outages)
    CDs (damn carmakers have ditched CD changers)
    pico in the CLI (so much quicker for some tasks)
    Windows 7 (though working on a Mac at work almost has me out the door)
    A handgun firearm (sorry DC and Chicago - I'll never live there because of this).

  43. 35mm film by RDW · · Score: 4, Interesting

    Yes, I use digital too like everyone else, but somehow I keep going back to the Leica.

  44. 1926 model news printer by Animats · · Score: 4, Interesting

    This is my news printer. Each morning I turn it on, and it prints a paper tape with the Reuters news summaries.

    This is 1926 technology. The machine talks to a standard serial port at 45 baud, 5 bits, no parity, 1.5 stop bits.

  45. Batch files by spywhere · · Score: 2

    I work in support, and I still find the CMD environment and batch file language to be incredibly powerful tools. I've written everything from simple one- or two-command files to long, interactive programs that interact with other batch files and, by writing to the Registry, resume after reboots.
    Sometimes, in a crisis, I'm the only one who can produce a reliable solution the same morning that the crisis starts...

  46. Motorola Industrial Barcode Scanners by PedroTheElder · · Score: 2

    Here's one I would love to give up but can't. The world is stuck on Motorola ruggedized scanners and handheld computers for warehouse use. There is nothing else close out there. Development is with Windows CE and the last supported version of Visual Studio is 2008. Installation of software is a nightmare, involving creating system image differences to be stored into ROM. In addition these babies cost about $2,500 each for a device which has the pitiful screen resolution of 400x280 pixels. Please, where is the ruggedized Android (or Windows 8) scanner/handheld for $500? Can nobody crowd source something modern and cheap and put these guys out of business?

  47. My wife makes fun of me... by kamapuaa · · Score: 2

    My wife makes fun of me, but

    1) Film cameras...I have a bunch but mostly use the Olympus Stylus Epic. Get them developed & scanned at Costco for a few dollars. I also have (and use) a phone camera and a DSLR, but film cameras are pocket-able and pictures look great.

    2) Records - Mostly it's just for fun, but fuck the haters - my 180 gram jazz LPs sound WAY better than any CD or MP3 and NO it's not psychosomatic.

    3) Dreamcast - shit is fun, although the HD re-make of "Jet Set Radio" makes my Dreamcast far less essential.

    4) 1950s Yamaha Guitar - not a classic, but the age helps, mostly it's sentimental (my grandmother gave it to me).

    --
    Slashdot: providing anti-social weirdos a soapbox, since 1997.
  48. Me too by hurfy · · Score: 2

    Average age of stuff in my house must be a good 25 years old.

    Or the equivalent in the case of my flip-phone from 2007 which several people have said sounds better than their smartphone :) Even my TV is almost 20 years old (ok, I don't want to replace the 30 year-old entertainment center actually) My home phone has Bell Systems stamped on it and the other is Conair Trimline that has survived 100+ falls by now. My stereo is over 30 years-old now and does a great job of recording 8-tracks but it weighs about 1000 lbs. Just got rid of my 23 year-old car for one that's only 9 ( i was aiming for pre-2007 on purpose). Finally got my 1974 Opel on the road again. The Atari 2600 isn't tooo dusty. None of my music is on a HD, nor video for that matter. ...insert other 2 pages...

    Even the 386 gets a little use as my music database doesn't sort on a HD larger than 250MB due to the 25 year-old shareware program from my 286.
    I DO have an i7 gaming computer......attached to a CRT :)
    Hell, my toaster is from the 70's because all the prettier replacements died in a year or two. After the 1st couple I gave up. (ISO: 70's proctor-silex toaster that is NOT green)

    To make matters worse I collect old toys and computers. I have a working 1960's slot car setup in the basement and my original 1st year Hot Wheels in a wall display.

  49. Re:The bicycle by narcc · · Score: 2

    Why does every car need two bikes?

  50. Apple //e by dmearns · · Score: 2

    I have an old Apple //e sitting in a corner. Amdek green screen monitor and 2 Quentin 5.25" floppy drives. Haven't tried to boot it in years, but the last time I did it still worked.

  51. Inventory... by bswarm · · Score: 2

    Atari 2600
    Sega Genesis
    Playstation 2
    1950's Tube Radio
    VCR Camcorder
    Model T Points/Coil Box
    Misc Parts
    All working.

  52. True "E-Waste" Story by retroworks · · Score: 3, Interesting

    About 9-10 years ago I was trying to decide whether to accept 4X the price offered for dismantled Floppy Disk Drives as I could get from a USA recycler. I'd heard that the Asians probably burned the FDDs in a fire for crude metal recovery, but it didn't add up. Why weren't they paying 4x the price for other dismantled components? How could they convert MY avoided pollution cost into that much value?

    Turns out there was a factory in Kunming (South China) which purchased used floppy disk drives. They used to make new FDDs. I got photos of the factory, fairly modern. When new FDD orders "scaled down" they could no longer afford to manufacture new ones at scale... but they could buy used ones for 4X scrap value, about 1/10 new production value. And the factory in Kunming supplied just about every Floppy Disk Drive people purchased from 2002 on... when FDDs were still offered on units but NO ONE WAS MAKING THEM ... except for the "primitive e-waste Chinese factory" in Kunming.

    --
    Gently reply
  53. Re: Rosetta by dgatwood · · Score: 3, Funny

    Dead animals and a cave wall.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  54. ROT13 by Unxmaal · · Score: 5, Funny

    Jr'er ab fgenatref gb ybir Lbh xabj gur ehyrf naq fb qb V N shyy pbzzvgzrag'f jung V'z guvaxvat bs Lbh jbhyqa'g trg guvf sebz nal bgure thl V whfg jnaan gryy lbh ubj V'z srryvat Tbggn znxr lbh haqrefgnaq Arire tbaan tvir lbh hc Arire tbaan yrg lbh qbja Arire tbaan eha nebhaq naq qrfreg lbh Arire tbaan znxr lbh pel Arire tbaan fnl tbbqolr Arire tbaan gryy n yvr naq uheg lbh.

    --
    http://unxmaal.com
  55. Re:Please help... by justthinkit · · Score: 2

    I've had one of these for decades. Engineers don't make mistrakes.

    --
    I come here for the love
  56. Lack of Emulation by pubwvj · · Score: 2

    Apple and other makers are screwing themselves up by obsolescing older software. I need access to my data. The applications that access my data won't run on the newer hardware on the newer operating systems. The result is I don't upgrade my hardware - I just keep making do with old hardware. I buy used computers for our businesses and family needs. I know of other people in the same boat. If the new hardware and OS can't let us use our older applications then we don't buy new. Apple and other vendors of hardware and OSs loses a lot of sales that way. They make nothing when we buy used.

    Emulation is not that hard.

    Keeping operating systems compatible so old software runs to give us access to our data isn't that hard.

    We need backwards compatibility to move into the future.

  57. Re:Laserdisc, Pocket PC, Nokia phone, Thinkpad T42 by hypertex · · Score: 2

    I like showing off Star Trek TOS without all the fancy CG...

  58. Re:How about your employer? by Cassini2 · · Score: 2

    A paper tape reader / punnch. It is used to program an ancient CNC machine with SmartCAM running on Windows 95.

  59. clicky keyboard by fyoder · · Score: 2

    Still using an IBM Model M space saver keyboard.

    --
    Loose lips lose spit.
  60. Roof over my head by PuddleBoy · · Score: 2

    I've lived in the same house for almost 30 years and it was over 90 years old when we bought it.

    You learn to do almost everything: electrical, plumbing, carpentry, paint, roofing (ugh!). You learn on a basic, visceral level how things work, fit together, fall apart. You 'feel' aging. You learn to predict.

    In that time I've probably been through 25+ computers (many were servers), who knows how many peripherals, software, etc. Many are just a blur now.

    And in the basement is a darkroom for, wait for it,.... film development and printing.

    So, I can wake up in the morning, walk across 120 year old floors, and partake of a hobby that goes back over 150 years, essentially unchanged.

    Ah, you young whipper-snappers...

  61. Traditional wet shaving by der_joachim · · Score: 3, Interesting

    Modern wet shaving is rubbish. Overpriced cartridge systems, harsh chemicals to soften up the beard and mediocre results. I prefer a good DE razor with a traditional soap. Easier on the skin and I get better shaves.

    --
    Geek runner, motorcyclist and professional know-it-all
  62. Re: IBM Model M by macs4all · · Score: 2

    When the heat death of the universe comes, that thing will still be tanking along.

    Yep. Just like my HP Laserjet 4.

    Bought it at a thrift store about 5 years ago for $10. The copy count was 8,000. The engine is conservatively rated at 1,000,000 copies.

    So, unless I start printing out and distributing copies of my Manifesto to the entire planet, it will likely outlive me.

  63. Microsoft Natural Keyboard, before they fschked it by twms2h · · Score: 3, Interesting

    I recently bought (used) a few of the old Microsoft Natural Keyboard Pro from before the 4000 series. Those that still included a USB hub and the lettering on the keys did not disappear after only a few months of normal usage.
    Before that I had several of the 4000 Keyboards and all of them started to lose their lettering within a few months. They are just really bad quality.

    I will probably be using them until they fall apart.

  64. 199x bicyle by twms2h · · Score: 2

    Or at least I wish I could still use it.

    It had a steel frame, simple 21 gears derailleur gearshift, none of this fancy suspension fork crap and over all it simply was robust. I could repair and replace everything on it myself (but seldom needed to). The only parts I replaced with something more modern was the brakes and lighting.
    I used to cycle to work on it until It was stolen out of my backyard half a year ago and I still miss it.

  65. Double-edged razor by reboot246 · · Score: 2

    I shaved with every new razor ever invented, starting years ago with a Gillette double-edged razor. A couple of years ago I was at Sam's Club looking to buy some replacement carts for my super-duper high tech razor, but the price was what we used to pay for a small car. I thought that there must be a better way.

    So, I came home, got online and bought an old-fashioned double edge razor (actually two of them). They're both Merkur slants, a long handled one for home and a short handled one for traveling. Along with the razors I bought 100 Feather blades. The razors were reasonable and the blades were ten bucks. Blades of any brand are ridiculously cheap.

    I've also started making lather the old fashioned way, using a brush and shaving soap, 1000 times better than anything out of a can.

    All you need is a good lather and ONE sharp blade. I'll never go back to multiple disposable blades no matter what. I get baby-butt smooth shaves nearly every time with no nicks or razor burns. Try it.

    1. Re:Double-edged razor by sudon't · · Score: 2

      I still shave with my sword. I keep a clean chin so that my enemy has nothing to grasp. And, if it's not sharp enough to give me a close shave, then I know it's not ready for battle. It's the manly way to shave, (and my wife never tries to borrow it). I'm sorry but, safety razors are for girls.

      --
      -- sudon't

      Air-ride Equipped

  66. All sorts of things by CrimsonAvenger · · Score: 2

    Old technology I'm still using?

    I'm pretty much still dependent on electric lighting, indoor plumbing, refrigeration & air conditioning, internal combustion engines, plastics, etc.

    Or does it only count as "technology" if it requires a computer to use?

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  67. 4 by 3 computer monitors & TVs by bjs555 · · Score: 2

    I still can't get used to the 16 by 9 format. For a computer monitor, it's much easier to scroll vertically than horizontally. For a TV, I get the feeling that I'm looking through a slot rather than through a window.

  68. Nokia 3310 by rHBa · · Score: 2

    I'm still using a Nokia 3310. 'What? Call yourself a geek and you don't have a smart phone?' I hear you ask...

    Well I quite like the idea that when I leave the office I'm NOT AT WORK any more. I'm still contactable if anyone wants to TXT/call me and I'm rarely more than 10mins away from a WiFi connection if I really need one (I have a Nexus 7 which is on me most of the time).

    I also take perverse pleasure when I try calling someone on their iPhone and they hang up on me only to TXT me back to say their mic has been playing up and they can't currently receive calls.

    I also ski and paraglide quite a lot and need a phone that's going to work in an emergency, potentially after a big fall...

    I know I'll have to replace it eventually but it's doing fine for what I need right now.

    1. Re:Nokia 3310 by vidnet · · Score: 2

      You're talking about how you come off as less geeky because don't have a smart phone, all while carrying a tablet around everywhere?

      I don't think you have to worry...

  69. Old Shite by fyngyrz · · Score: 2

    I really, *really* liked my late 1970's-era 6809 system. 64k of RAM, custom graphics and sound cards of my design, timers, serial port, multiple floppies. I thought it was getting old in the tooth (it wasn't, it still works, should have had more faith I suppose), so I wrote an emulator for it -- the entire system, hardware, software, a front panel (which the original didn't even have) everything. Still works great, but due to the increase in CPU power over the years, the emulator is one heck of a lot faster than the original hardware. You can use it too, if you're so inclined and you're running some version of Windows, XP or later (might still work under Windows 95 and/or 98 for that matter.) Includes various compilers (Dugger's c compiler, for instance), forth, assembler, cross-assemblers, linkers, basics, some arcade video games that used the graphics hardware, and probably the vast majority of the commands that were available for the DOS, which was FLEX09. Percom PSYMON monitor. If you ever wanted to play in a nice, safe assembler sandbox, it doesn't get any better than the 6809. It just gets faster and wider.

    For linux, the answer is Midnight Commander. Between the very nice editor and the dual-pane do-lots-of-things text mode interface, it's still my go-to under linux, I even use it on the Mac. Thankfully, they've kept it reasonably up to date, although making a native mac version without inflicting a much broader *nix ports package on the system is a real pain in the butt.

    For the Mac, I use both of the above, MC natively and my emulator under a VM running a network-isolated XP, and I still run a PPC version of my HP-48G, which, I'm afraid, has made any other calculator use not only pointless, but nearly impossible. I also have two of these calculators in hardware, both of which still work fine. Because Apple dropped PPC support at OSX 10.7, my daily driver machine still runs OSX 10.6 and is likely to continue to do so unless I can find a native version of the HP emulator for Mavericks. When I decided to move past OSX 10.6 (Mavericks is actually quite nice, finally), I bought a new machine and plopped it down in my ham shack.

    Ham radio: Easy. My Palomar loop antenna. This tiny (about a cubic foot) antenna system has pluggable loops for 150-500 khz, 500-1700 khz, 1700-4000 khz, and 4000-15000 khz. I like to drag it out into the unimproved areas a few tens of miles from here where there are zero power lines, telephone cables carrying data, neon and other signage, plasma TVs, buildings and so on, and enjoy amazingly good, noise-free SW and amateur radio reception on the radio in my truck without having to set up a physically large and cumbersome antenna. I also have a Panasonic RF-2200 portable analog radio that I take on trips. Both of these are pretty old, tech-wise, but both remain in regular use and have stood the test of time very well indeed.

    Music: A Marantz 2325 stereo receiver and a pair of Marantz HD-880 speakers. Not only does this setup sound nothing less than awesome, it eliminates the tedious menu surfing that more modern gear forces upon us. Everything's on a front panel knob. Everything. I have (very) modern gear in the home theater, but in my office, the old Marantz blue face remains king.

    Lastly, I still have, and continue to play, a 1950's Fender Stratocaster guitar. I have a fair collection of more modern guitars, but the strat's neck is still the best of all of them. Luckily, for most of my life I've been a casual enough musician, and have spent enough time on other guitars, that I've not had to have the thing re-fretted. I don't look forward to that. I can't imagine it'll be the same. Of all the old stuff I have, this is the thing that has not only kept its value, but appreciated far beyond any dollar figure I could ever have anticipated. Not selling it, though. Ever. :)

    --
    I've fallen off your lawn, and I can't get up.
  70. Re:Simple Emacs vs. Vi? by bbsalem · · Score: 2

    Actually, I have evidence that not only is emacs and vi are very much alive, but that lisp, which is what emacs is written in, is not only very much alive, but very possibly moved to the top of the list of "new" solutions to programming problems. Go follow the developments with Clojure and Clojurescript. Clojure is lisp with a few enhancements that might solve some nasty problems in newer languages with persistence and concurrency. It runs on top of the Java Virtual Machine and its scripted version translates to Javascript. It can use libraries available to Java and Javascript and yet it addresses the need of functional programs to use immutable objects and not complex locking mechanisms. It uses namespaces but allows for separate copies of objects between them in a memory efficient way. The only worry I have about Clojure's immutabiliuity is wheather its garbage collection scheme can destroy data prematurely while it is being handled between namespaces. The more common problem of threads treading on each other's data needing locks may return.

    I haven't addressed the Vi vs. Emacs issue except to say that it is the learning curve and muscle memory that determines which one a person adopts, not that one is basically superior. I learned emacs first and use it to this day, but if you have ever been a system administrator in single user or recovery mode on a *NIX box you had better know at least some minimal Vi and even Ex, the line editor form that underlies the screen editor. (I had one case where I couldn't boot a workstation in screen mode and had to edit a critical system file with Ex, or what used to be called Ed, )

    Something to note is that Emacs was an integrated environment long before there were GUIs. You can still run a shell, a REPL, a file manager (dired), and numerous other applications for mail and IRC and netnews, all within a single emacs instance using multiple windows. I have tried this recently and am amazed at how useful it still is, and you can have as many buffers open as you want.

    The only issue I have is that I need to upgrade my OS to get Emacs 24 running on it so that I can dive into lisp and Clojure, as Emacs 23 is not fully ready for Clojure. But I know some common lisp and have delved into a little e-lisp, and am obviously interested in Clojure now, is reason enough for Emacs.