Slashdot Mirror


Choosing to Skip the Upgrade and Care for the Gadget You've Got (nytimes.com)

The New York Times has run a piece on its "Tech Fix" section, in which it argues, citing a user's experience, why skipping an upgrade might not be a bad idea, and how you could hold on to your existing device for a little longer. The story revolves around Vincent Lai, who dug up a Palm Treo, a smartphone that was disconnected last decade, and found that with little tweaks, the phone still had some life in it. From the article: Mr. Lai's behavior might be extreme, but his experience with the Palm Treo illustrates there is another way: If you simply put some maintenance into electronics as you would a car, you can stay happy with your gadgets for years. It is part of a movement of anti-consumerism, or the notion of cherishing what you have rather than incessantly buying new stuff. Signs of this philosophy are spreading: Industry data suggests that consumers are waiting longer to upgrade to new phones than they have in the past. [...] When smartphones and tablets were fairly sluggish and limited in abilities compared with computers, there was a compelling reason to buy a new mobile device every few years. But now the mobile gadgets have become so fast and capable that you can easily keep them much longer. "A five-year-old computer is still completely fine now," Mr. Wiens said. "We're starting to hit that same plateau with phones now."The article also shares some tips such as clearing up storage and getting your device's battery replaced -- which costs roughly $20 to $40 -- that can help you get the max out of your phone and tablet. There's one more aspect, which the aforementioned article doesn't talk about. If you have an old iDevice -- iPhone or iPad -- upgrading to the latest available version of the operating system could substantially slow it up. Not upgrading, however, exposes your device to a range of security attacks. It's a tough choice.

34 of 183 comments (clear)

  1. Missing the point on software security updates by Anonymous Coward · · Score: 3, Insightful

    What about software fixes for security bugs?

    1. Re:Missing the point on software security updates by OrangeTide · · Score: 3, Interesting

      If software stops adding new features for one damn second, the bugs in general begin to trend towards zero.
      Hopefully your product had a life cycle where there was a support/maintenance phase that allowed for some time for bug fixes instead of new whizbang features.

      For the pedantic aspies: I'm speaking only in broad terms, not absolutes that apply in every situation.

      --
      “Common sense is not so common.” — Voltaire
    2. Re:Missing the point on software security updates by Penguinisto · · Score: 5, Interesting

      What about software fixes for security bugs?

      What I'm about to say will be considered heresy, but...

      Given that most Android phone OSes do not receive updates of any kind (let alone security fixes), well, what's the problem? I say that mostly in jest, mind you, but the vast majority of Android phones out there, even 4-year-old ancient critters, are most likely going to remain unexploited and untouched for as long as they are capable of running. Most users don't stray from the Play Store, they don't really add anything that they don't already know and trust, and to be honest, they will never see a problem as long as they don't sideload iffy crap off of Russian servers or suchlike.

      --
      Quo usque tandem abutere, Nimbus, patientia nostra?
    3. Re:Missing the point on software security updates by mlts · · Score: 2

      This is why I make sure to buy from HTC, Nexus phones, or a company which allows for bootloader unlocking. I pulled out an old HTC Desire HD that I used in 2011, grabbed a CM rom from the OpenDesire Project, slapped it on there, and now have a device which gets updates.

      What would be nice would be the phone makers selling their device, and one able to pick their OS of choice, just like with desktop computers. This way, one can go with AOSP, CM, a phone company provided build, Google Experience, or whatever is usable.

  2. Missed the main reason by 110010001000 · · Score: 4, Insightful

    The reason the 5 year old computer is "just fine" is because the party is over: microprocessors are not getting faster at the rate they once were. The 5 year old computer is within an order of magnitude of power as todays computers. People expect computers to get faster and faster, but they aren't at the rate we have been used to. We are hitting physical limits of digital chip technology. This means that things like AI and "the singularity" that slashdotters dream of will likely never happen, unless we come up with a totally new way of computing. And don't say "quantum computing" either. Quantum computers are currently snakeoil, and even when they come into existence they will be only useful for a narrow set of problems.

    1. Re: Missed the main reason by johnsmithperson123 · · Score: 2

      Yep, IPC improvement is minimal these days. The slowing PC market is beacuase of a "fast enough" philosophy. Most people with PCs own C2Ds that aren't going to be replaced until the PSU dies, and maybe not even then.

    2. Re:Missed the main reason by Lumpy · · Score: 4, Interesting

      5 year old servers are the same. 8 core 2.9ghz Xeon processors from 2010 with 64gb ram and some cheap SATA SSD drives stuffed in to the SAS cage gives me far FAR more processing power than we need.

      Nothing sold by intel as brand new right now is not worth buying over dumping a few hundred into "outdated" hardware that already does more than we need it to do.

      --
      Do not look at laser with remaining good eye.
    3. Re:Missed the main reason by alvinrod · · Score: 4, Insightful

      For servers it's not just about processing power, but also about energy requirements. The newer Intel chips typically have better performance per watt even if the overall maximum performance hasn't changed that much. That means less cost because the servers aren't drawing as much power and also less spent on cooling as well.

      It's probably not worth replacing 5 year old servers if they suit your needs just fine, but eventually it will be more cost-effective over the long run to upgrade to more efficient processors simply because when the performance remains fixed, the Moore's law suggests the power consumption and or cost decreases.

    4. Re:Missed the main reason by Anonymous Coward · · Score: 5, Informative

      Don't plug USB mice into a port on the same host controller as your USB audio. Don't plug USB audio devices into a USB 3 port with a hard drive hanging off of it.

      USB audio really needs USB 2.0 speeds to be usable. And not just bandwidth, but actual timing. It needs a certain amount of bus time per second, the bandwidth requirement is actually pretty paltry (low-end for USB 2, but more than USB 1.1 could handle). USB doesn't have an isochronous transfer mode like Firewire or Thunderbolt.

      And USB 3.x bus controllers make this effect even worse by shoving USB 2 and USB 1.x devices both into the same "emulated mode", whereas USB 2 controllers only relegated USB 1.x devices to emulated mode. The emulated mode is essentially a workaround for the lack of isochronous transfer by taking a single, wider bus-time slice and allowing older devices to all take their own smaller time slice out of it, but stacking them up to use the bandwidth as much as possible. But then certain devices don't play nice with the clocking on this, and all hell breaks loose. That's what's causing the stutter/jitter issues in your undoubtedly USB 2 device connected to your very-likely USB 3 bus controller.

    5. Re:Missed the main reason by FlyHelicopters · · Score: 2

      You'll get more power savings going to SSDs from spinning disks than moving to these new CPUs.

      Depends on how many disks you're talking about...

      The new Intel chips use half the power from 6 years ago for the same performance...

      50 watts per chip, 24/7, does add up. Double that if you have to cool them, it isn't a massive amount of money, but it isn't nothing either.

    6. Re:Missed the main reason by FlyHelicopters · · Score: 2

      As an example, I'm running a 6 year old 980X. It's 130W TDP, and 3dMark11 at 8440, provided it's not OC'd (it is). Looking very very carefully through Intel's latest offerings, the 6700K comes in about 25% more performance (stock) at 95W TDP

      I don't agree the i7-6700K is only 25% faster than the 980X. Maybe in that one example, but in most cases the Intel chip should be almost twice as fast.

      Depends on what you're doing of course.

      You're also comparing two chips that don't compare well. Your 980X was $1K back in the day, compare it to i7-5960x which is $1K today. About the same TDP but double the performance.

      If you want to use the i7-6700k, compare it to the chip back then that was a similar price, the i7-920. It will be double the performance.

    7. Re:Missed the main reason by FlyHelicopters · · Score: 2

      1) from Futuremark, the 5960X was only slightly faster than the 6700K, which is why I chose the much cheaper and lower powered 6700K. The 3Dmark11 benchmarks are 11610 (38%) and 10790 (28%) higher, more or less. These are CPU dominated benchmarks.

      Those are shitty benchmarks...

      I have a i7-920 in the office, I also have a i7-6700k in the office. Both machines have a SSD in them. The i7-6700k kicks the 920s ass.

      Seriously, it isn't even close.

      I'm not speaking in theory, I'm speaking from practical experience. I test various hardware setups and configurations, I have more than a dozen machines on my test bench. The performance gains are there.

  3. Been there, done that... by __aaclcg7560 · · Score: 4, Interesting

    I used my first-gen iPod Touch for eight years before the battery stopped holding a charge. Probably five years after the last update. I got an iPhone 5C to replace it since it was $100 cheaper than the current iPod Touch and my cellphone was out of contract.

  4. Please stop using the DEC logo! by serviscope_minor · · Score: 3, Informative

    Please stop using the DEC logo for random digital stuff. It's in the pile like the AMD and Intel logo because back when slashdot did such things, DEC was still a going concern and one of the coolest tech companies.

    Whiplash? Are you reading?

    --
    SJW n. One who posts facts.
    1. Re:Please stop using the DEC logo! by OrangeTide · · Score: 5, Insightful

      What better logo for an article about maintaining legacy hardware in production?

      --
      “Common sense is not so common.” — Voltaire
    2. Re:Please stop using the DEC logo! by serviscope_minor · · Score: 2

      ha! good point!

      --
      SJW n. One who posts facts.
    3. Re:Please stop using the DEC logo! by supremebob · · Score: 2

      Wasn't the last DEC Alpha server built around 1998? If you still have one of those running in a production setting, I feel sad for you.

    4. Re:Please stop using the DEC logo! by Sir_Eptishous · · Score: 2

      This.
      Slashdot, can you please change the logo for random digital stuff.

      --
      We play the game with the bravery of being out of range
    5. Re:Please stop using the DEC logo! by OrangeTide · · Score: 2

      Surely there are still a few VAXen working away. Minicomputers tend to have an extremely long service life compared to microcomputers(Alpha) in workstations and servers.

      --
      “Common sense is not so common.” — Voltaire
  5. Why? by kamapuaa · · Score: 2

    This is a great idea with a car. But what's even the use with a cell phone? If you hold on to it for a normal length of time, a cool new cell phone will amortize to maybe a dollar a day. It's multi-purpose, acting as a phone + camera + MP3 player + computer + blah blah blah. I dunnow, why cheap out on something you use all the time that really isn't that expensive?

    --
    Slashdot: providing anti-social weirdos a soapbox, since 1997.
    1. Re:Why? by jenningsthecat · · Score: 4, Interesting

      This is a great idea with a car. But what's even the use with a cell phone? If you hold on to it for a normal length of time, a cool new cell phone will amortize to maybe a dollar a day. It's multi-purpose, acting as a phone + camera + MP3 player + computer + blah blah blah. I dunnow, why cheap out on something you use all the time that really isn't that expensive?

      Maybe I LIKE the device I'm currently using, and don't want to be bothered to learn, configure, root, or customize a newer one. Maybe I find the build quality of a lot of new stuff to be not so good. Maybe I realize that the 'dollar a day' bargain is a price that's being incredibly heavily subsidized by future generations, and I don't want to contribute, any more than I already do, to the plundering of Earth for the sake of more frivolous shiny toys. Maybe I don't want to enrich the already too-powerful corporations even further. Maybe I want to do my part to put the brakes on the giant Ponzi scheme that is 'the economy'. Maybe I'm getting a new device, but want the old one to be fully functional as a backup, or because I want to give it to someone who otherwise can't afford such a device.

      I could go on. There are lots of valid, even compelling, reasons for not replacing functional old tech with new tech. On the other hand, the reasons for dumping old devices in favour of new ones too often boil down to conformism and consumerism - which are mostly alternative names for 'selfishness', 'thoughtlessness', and 'emotional insecurity'.

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

      I have a Samsung Galaxy S4. It's mine, I paid for it, it's unlocked on Ting. Bill runs about $30/month. I use it to check email, text, make phone calls, play music and be a GPS with Waze. I do use it every day.

      What does a S5, S6, S7 or latest iPhone offer that would make anything I do *that* much better? I went from a iPhone 3GS to the S4, which was a huge leap in screen size, processor power and other things. That 3GS is still used by my kids. But my wife has the S6, and yes indeed it's a little prettier and a little peppier but it's not worth even a dollar a day.

      I mean, if it gets run over in the parking lot, I'm going to get something newer for sure, but honestly, why spend money if I don't have to?

      Phones are rapidly approaching where PCs are ... the new models look like the old models and are only marginally better. Much like other things sold as fashion, you can tell that the newest phone is a "want" rather than a "need" by the amount spend on flashy and sentimental advertising spots. You don't see ads for lettuce, carrots or cucumbers because there isn't a need to create a market for those things, as they actual needs. With phones (like cars) you pick up last year's new model for a fraction of the cost and let someone else take the depreciation.

  6. Good luck with that. by dmomo · · Score: 5, Interesting

    The problem isn't often the hardware, but the software. Maintaining old gadgets should be OK if you're willing to stay away from walled-gardens or jail-break your device. This post is probably a testament that we should, in fact be doing one of those, or opt for open systems. In other words, you must also choose a device that CAN be maintained easily.

    I have a first-generation iPad and it technically works fine. The battery still lasts long enough for it to be useful, and the device is in near-new shape. However, because it's no longer supported, it's becoming more and more useless for the following reasons:

    1) New apps can no longer be installed because even the most trivial programs are written with libraries only supported by a recent OS version, which the device does not support.
    2) Most currently installed apps can no longer be upgraded for the same reason as above. Those that can be upgraded often have bugs, leaving the user with a broken app, as there's no easy way to revert.
    3) Existing apps that worked great yesterday start to require more memory, and begin to crash more and more often. If the app uses an external service, this can start happening even if the app was never upgraded.

    PCs are a little easier. My last PC was a decade old before I stopped using it as my main machine. My current one is six years old and going strong.

    1. Re: Good luck with that. by johnsmithperson123 · · Score: 2

      I'm actually considering building my next phone. Sure, it will be clunkier than regular phones but it will be faster and I will have TOTAL control over it. I'm currently currently eyeing a Braswell pico-ITX board from China.

    2. Re:Good luck with that. by swb · · Score: 2

      Part of the obsolescence of the iPad 1 was that the RAM was inadequate the day it was new. I still have one around here someplace that gets dragged out as an in-flight movie screen for my son when we travel.

      I always wondered how much longer it would have been useful if it had shipped with 2 GB RAM. Probably horrible from a CPU perspective, but I suspect it would have at least been able to run a newer OS than where it got abandoned and probably a better selection of apps.

  7. Re:Skip security updates? by sims+2 · · Score: 3, Insightful

    Why not? The choice is between a phone that's so secure its unusable or
    one that is insecure but is still fast enough to use.

    You really rather own a brick than a phone that might be insecure?

    --
    Minimum threshold fixed. Thanks!
  8. Upgrade iPod/iPhone by CauseBy · · Score: 4, Funny

    Instead of choosing between an old iPhone OS and a slow iPhone, you could always just upgrade to a Palm Treo.

  9. Avoid the dilemma - become an Android user! by xxxJonBoyxxx · · Score: 5, Insightful

    >> upgrading to the latest available version of the operating system could substantially slow it up. Not upgrading, however, exposes your device to a range of security attacks. It's a tough choice.

    Hey, if you want to avoid the dilemma, just become an Android user, where the tradeoff has already been decided for you: you'll almost NEVER be able to upgrade!

  10. planned obsolescence... by gosand · · Score: 3, Interesting

    I am still quite happily running a quad core processor from several years ago. While I am able to upgrade some parts of it, if I need to do more than one... it would cost just as much to build a new system. It's sometimes just harder to find parts for older machines. I usually get to the point where when I do build a new system, I have to re-educate myself on all the new formats/standards for hardware.

    But to the topic of phones, I have upgraded my phone now for the third time in the same timespan. My first foray into smartphones was a few years ago with the HTC One, on T-Mobile. It was a great phone. When it became lethargic, I rooted it and it got new life. Then about a year and a half ago, they were updating their network and dropping 3G. My phone didn't support 4GLTE, and by law they had to provide me (and my wife) with a new phone for free. We got low-end phones that were barely above our 3 year old phones. Those became problematic as they filled up VERY quickly (2GB storage). I just bought a new BLU phone, which should have the specs to keep me going for a while... but there is no real way to "upgrade" things. Replace a battery... maybe get a bigger memory card. But a lot of things come down to your provider or if you are even able to do things like upgrade the OS. My parents have older iphones, and all my dad wants is a weather app. I couldn't find an older app in the app store, everything required a newer version of the OS. I don't belong to the Apple-verse, so I couldn't help him.

    Planned obsolescence is what keeps me out of "the cloud" [or whatever you want to call it] as much as possible, but it's getting harder and harder.

    --

    My beliefs do not require that you agree with them.

  11. My smartphone is 7 years old by MindPrison · · Score: 3, Interesting

    ...and it works just fine for what it does. It can STILL play high quality youtube videos like it always could, and essentially it's just my alarm clock and phone I use every day. I drool at the new Samsung Edge S7 etc...but the game is over when I see prices like 1000$ for a freaking phone, all of a sudden my old phone becomes super attractive (it's an old HTC Legend solid-alu chassis / Oled screen) and what I like about it is that I can still get 3 DAYS battery time out of it.

    --
    What this world is coming to - is for you and me to decide.
  12. There are limits... by aaarrrgggh · · Score: 2

    Upgrading a phone every year is a fashion decision, not a technical one. Choosing to do so after two years is often more technically driven-- meaningful technical improvements (802.11ac, LTE, screen, etc.). Taking good care of a phone and having it last three years is a personal/economic decision. Keeping it much longer may have diminishing returns.

    A tablet I would like to keep for 3-4 years; with heavy use, mine have been closer to 2 years, although I am currently at 2.5 years. For the tablet, it really depends on your use case.

    A computer though, I have no idea how most people could last 5 years. My mom's computer did make it almost 13 years, but it was clearly at the bitter end of its life a year or two earlier. I am at 5 years and starting to die when I need to run a VM with Windows, but for most of the people in our office after 4 years it is just constant problems.

  13. Samsung S5 - Verizon by dave562 · · Score: 4, Interesting

    I had my previous Motorola Droid Razr for years and toward the end of its life put Cynaogen on it. It was an entirely new phone at that point and the only reason I upgraded to the Samsung S5 was because I had a free upgrade.

    The S5 is starting to slow down and become unresponsive because of the amount of crapware that Verizon loads onto the phone. I am going to take the plunge and try to root it, though from what I am reading now that it is running Lollipop, it might be a bit tricky. Have any of you downgraded to Kitkat from the most recent version of Lollipop and successfully rooted a Verizon S5?

    Given the hardware specs of the current phone, along with wifi and LTE, I could see myself using this phone for years and years to come if I can get replacement batteries for it.

    If I ever do have to buy a new phone, I will not buy it from a carrier. There are too many strings attached. Wireless carriers should be like ISPs. We only need them to give us connectivity.

  14. Re:Skip security updates? by Salgak1 · · Score: 2

    Indeed. There is much to be said for running on old, cheap iron (or phones), if it gets the job done.

    War Story: I was working in the Pentagon. We were in the process of clearing out our space, prior to the entire corridor being gutted as part of the Pentagon Renovation (this was 1997-98 or so). We've systematically stripped everything out, even ancient Thicknet with transceivers and vampire taps. . . .when we find a wire running into the wall, the other end connected and active to the switch in the space.

    Carefully, the drywall was demolished, and in the small 4x4 space it revealed, was a positively ancient Zenith box, running SCO. As I was the only guy there who knew ANYTHING about Unix or Linux, I checked uptime. It had been quietly running for nearly 8 years. Slow, but got the job done.

    Eventually, we found that the system it had been connecting to had been retired in 1995. But it still chugged along. . .

  15. Android user by fluffernutter · · Score: 2

    Android user here and I just want to say that I am totally fine with the OS being "insecure". For me it's not an inconvenience to wait to be on a PC to do my banking and I can easily avoid third party russian and chinese app stores.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.