• edric
    link
    fedilink
    English
    897 months ago

    Manufacturers: Best I can do is planned obsolescence.

  • @[email protected]
    link
    fedilink
    English
    537 months ago

    This is the philosophy that they use when building spacecraft. Most sensors and instruments on the Voyager craft have been turned off to conserve power, but they continue to function enough to still communicate with Earth.

  • JustEnoughDucks
    link
    fedilink
    English
    317 months ago

    That is a great concept, mostly if the user is also notified that something is degraded so they can use it, but repair it when they have the opportunity.

    This does not apply to this flashlight. Working on multiple battery types is not graceful degredation as batteries do not degrade into less batteries and a AA does not degrade into a AAA. Cell packs can become slightly unbalanced or by user error you can put 2 dead batteries with 2 good batteries, but then they will discharge into each other anyway and really cut the lifespan.

    Pretty cool feature and handy if you run out of batteries during an emergency, but I don’t think it fits the definition lol

    • insomniac_lemon
      link
      fedilink
      10
      edit-2
      7 months ago

      Cell packs can become slightly unbalanced or by user error you can put 2 dead batteries with 2 good batteries, but then they will discharge into each other anyway and really cut the lifespan

      One interpretation could be that each battery powers a separate LED, and thus they aren’t connected and if a battery goes dead that LED just goes unpowered.

      So aside from the mechanism, it also potentially means redundancy and higher cost (more parts). I’d say maybe the LEDs ran by AAA might last longer (same LED configured to run lower so the battery lasts longer), but LEDs themselves probably aren’t the thing burning out in most cases.

      As a bonus it’d mean that it’d be easier to know when your batteries are low (especially if high-and-low placements meant batteries go dead one-by-one rather than all-at-once), a problem for me as I keep using my flashlight until it’s super dim (somewhat because it’s fine, somewhat because I don’t notice). Though I guess that could be an issue too, I know the battery charger I have charges batteries in pairs.

      That last part said, it might be better to use the AAA batteries as backup (or maybe extra light in a high-power mode) instead.

    • @datelmd5sum
      link
      English
      47 months ago

      Assuming this is a led flashlight there has to be step up in the circuit for it to work with a single 1.5V battery. Then there could be 4 individual leds, each powered by one battery.

  • @[email protected]
    link
    fedilink
    English
    237 months ago

    I wouldn’t really call this graceful degradation, more “convenient/good design.” Since changing batteries is sort of a regular occurrence for a flashlight. But the sentiment is appreciated regardless.

  • Hangglide
    link
    English
    217 months ago

    My printer needs some pointers on this. It breaks when yellow runs low.

    • @Potatos_are_not_friends
      link
      English
      17
      edit-2
      7 months ago

      I know it was a joke, but you kinda do.

      Losing an eye doesn’t end you. And losing a lung, you start to slow down. You’re still functional. And even have a chance to get treatment.

      But also like the flashlight, if you hit critical parts like the circuitry, well…

  • Hegar
    link
    fedilink
    167 months ago

    In tabletop game design there’s a similar concept of “collapsing gracefully” - where an rpg is designed to preserve as much fun as possible when you forget the rules.

  • squiblet
    link
    fedilink
    137 months ago

    This is also a philosophy for building web apps - flexibility to still work if client features are unavailable rather than breaking or refusing to work at all. Someone having JavaScript turned off, for instance - some sites will show you no content with a “JavaScript is required” notice, while others are made to at least display the basic page.

    • @ElectricCattleman
      link
      English
      5
      edit-2
      7 months ago

      When I led a small dev team making an ecom site I pushed this approach to JavaScript–you should be able to create an account, manage your cart, and check out without JavaScript. All extras with JavaScript just enhance this functionality. Add to cart without leaving the page, a mini cart, client side validation.

      Sadly with the rise of SPAs, this concept is totally out the window.

      • @[email protected]
        link
        fedilink
        English
        27 months ago

        That sounds like a real pain, as if you want to make functionality on old tech, then use new to “spruce it up” that’s not redundancy nor graceful degradation, it’s just developer torture

        • @[email protected]
          link
          fedilink
          English
          16 months ago

          The concept doesn’t only apply to enabling JavaScript. The web standards are continuously evolving and you often have browsers that aren’t quite as up to date as others. When flexing the latest layout technologies or other functionalities, your website should still at least be usable in Safari.

        • @ElectricCattleman
          link
          English
          17 months ago

          To be fair, this was ~12 years ago and the web has changed a lot since then. But being able to submit a form without js still seems reasonable to me… it also means you are doing proper backend validation. Something I’ve noticed newer devs sometimes have no concept of.

    • Hegar
      link
      fedilink
      67 months ago

      Muji is a Japanese homewares, clothing and snacks chain known for simple elegant designs. Shirts, but only 100% cotton in white or indigo, for example. We bought from them a lot in Taiwan, and were quite pleased when they opened in Oregon

  • @[email protected]
    link
    fedilink
    English
    97 months ago

    This was posted in another community recently, so I’m copying my comment from that:

    I learnt about graceful degradation in relation to escalators and how they compare to elevators/lifts. Basically escalators become stairs, whereas lifts become cages.

    It’s been one of my favourite design concepts, alongside hidden design (design which improves things without being apparent/in your face about it)

    Also, as mentioned elsewhere in this thread, it’s unrelated to planned obsolescence as in it’s not about designing things to last, but for a design to be functional even if there’s some issue outside the control of the product design. You can get graceful degradation along with planned obsolescence, they’re not mutually exclusive.

    Reminds me of the differences in design cultures in different companies, though I heard it in relation to countries but idk if that was a stereotype or not. What I heard was about differences in design philosophies towards a similar goal of a good product: one company over engineered their stuff to last a long time, whereas the other company relied on redundancy by putting in a second of anything that was likely to fail in parallel to the original.

    • @[email protected]
      link
      fedilink
      English
      47 months ago

      I’m interested in any good examples of hidden design you can think of.

      I’m assuming you listen to the podcast 99% invisible?

      • @[email protected]
        link
        fedilink
        English
        17 months ago

        I don’t actually, I never really got into podcasts for some reason, exception is I do end up watching wvfrm but nothing else.

        As for good examples of invisible design, there is nothing that I can think off the top of my head, I guess it’s just as invisible to me. Jokes aside, the only example coming to my head rn is not the best example, it’s of the slit in old macbooks for activity indication light (IIRC). It was so thin that it was literally invisible to the naked eye unless the light was shining, so it’s kind of playing up to the concept itself, in turn making it noticeable and not actually following the principle I mentioned.

        After racking my brain quite a bit I did come up with an example: pinch to zoom, it’s very high level as an example but you would realise it’s intuitiveness if you have ever seen someone try to apply it to the real world. Invisible design is an issue because of this, because it’s supposed to get out of the way and so you just don’t notice in day to day life, it only becomes noticeable when it suddenly is not there.

    • Roboticide
      link
      English
      37 months ago

      Escalators vs elevators is maybe a good example of the concept in theory, but in practice escalators are the worse design of the two, and they don’t necessarily compete anyway.

      Escalators are either slightly faster stairs or stairs for the sedentary. Their only practical advantage is clearing high-volume areas quickly, like transit stations. But otherwise, they are worse stairs - costly, narrow, power consuming mechanical stairs that require regular maintenance. Elevators are an accessibility feature. They allow easy movement of the handicapped and large cargo, and can move many, many floors quickly. Nobody is taking escalators to the 57th floor of a building.

      Not to say escalators don’t have that advantage of failing in a useful way, just that they don’t do anything stairs don’t already do. Nothing else really does what elevators do.

      Better example may be, say, ebikes or hybrid cars, provided they don’t lock up the conventional drive system in the event the electric portion fails.

      • @[email protected]
        link
        fedilink
        English
        27 months ago

        Agreed, as I mentioned that’s the context in which I learnt of the concept, maybe because it’s the easiest to grasp for a layman, but it’s certainly not the best as you demonstrated. I still would probably use it to explain because it’s a known quantity, but I agree with your point.

  • @RandomPancake
    link
    English
    87 months ago

    The Internet was originally designed to fail gracefully. As routes and servers fail, the Internet was designed to work without them (to a point). Sadly the proliferation of giants like Google, Amazon, and Microsoft has put most of the Internet in the hands of a few companies.

    You can technically use the Internet with every Google service blocked and all AWS / Microsoft IP ranges null routed, but it’s going to be very different and most major sites simply will not work.

    • @DoomBot5
      link
      English
      57 months ago

      The internet was designed with rerouting capabilities, where you failed to list some of the big players in that industry. Server redundancy is not part of that design, but was later added on top. Don’t confuse servers with routing.

      The decentralization nature of it was also focused on a physical decentralization, rather than a corporate one.

  • @[email protected]
    link
    fedilink
    English
    77 months ago

    I used to push so hard for this when building websites, but was often forced (by clueless PMs mostly) to make sure it looked the exact same on every old busted ass browser that they or the clients grandma could load the damn thing on.

    This was 9+ years ago mind, I’ve moved on and make shit you can hold and touch now. No more organizing electrons.

  • @[email protected]
    link
    fedilink
    English
    77 months ago

    Wish my body was built this way. I step on a Lego or eat a bad shrimp and I am just out.

    • @[email protected]
      link
      fedilink
      English
      57 months ago

      There are many examples in software engineering. You have probably encountered many of them online and didn’t even notice.

      For example, a website that under load starts to serve cached content only. If more load is imposed it will stop serving ads and on yet more load it will render fewer articles per page, etc.

      It’s one of those things that when you’re doing it right people will think you’re not doing anything at all.