Welcome to Capitalism, where you can lose your vision because some corporation didn’t get enough money.

  • DankZedong A
    link
    292 years ago

    Is this the innovation people keep talking about

    • Arsen6331 ☭OP
      link
      262 years ago

      Yes, Capitalism does in fact create innovation, in precisely the wrong direction.

  • Catraism-Stalinism
    link
    fedilink
    262 years ago

    capitalists will somehow make this the fault of the people who bought the bionic eyes to see

    • Arsen6331 ☭OP
      link
      192 years ago

      Of course. Clearly, they should’ve bought the company’s stock if they liked it so much.

      • comfy
        link
        fedilink
        132 years ago

        Obviously they should have created a demand for bionic eyes.

    • @panic
      link
      92 years ago

      Have they considered simply stop being blind?

  • Drstrange2love
    link
    212 years ago

    Cool, prepare to live in cyberpunk dystopia.

    • @Kind_Stone
      link
      18
      edit-2
      2 years ago

      This is literally CP2077 Corpo intro when weird cucks in suits come and be like “You’re fired, all your implants will cease to function in 60 seconds, good luck”

    • @OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      172 years ago

      According to the article, the eyes are still working for now, but if something goes wrong they’re screwed.

      Very tricky situation. Having the government do things like this is one option (although the government isn’t doing it), but having laws forcing these corporations to be open source is another tentative solution.

      • Audited open-source (software and hardware) + no auto-updates would be the only way I could trust-ish a private company (or a bourgeois government) with this. Unfortunately, the people who need this probably can’t afford to be cautious, but imagine what would happen if the eyes stopped working while the user was driving

        • @FuckBigTech347
          link
          52 years ago

          I argue it needs to be free/libre software not just open source. Yes there is a difference; “Open Source” is usually used as a marketing term by companies and refers to software that is under a permissive license, which doesn’t necessarily grant the users any freedoms; It can still contain proprietary binaries or have strings attached in some other way. In other words it can still serve the interests of private person(s) by only releasing parts (usually non-crucial) of the source code.

          Copyleft licenses are the only way to go here if you want software where the user has 100% control.

  • @panic
    link
    162 years ago

    They weren’t joking when they said that disabled people face dystopic levels of suffering under capitalism. Pay to live, pay to see, pay to reduce pain, pay to breathe.

  • comfy
    link
    fedilink
    162 years ago

    It would be morbid but interesting to know if there are accidents caused by this, leading to litigation. Take the close call with the stairs in the article, or a car crash. How would an (e.g.) US court treat it? Do recipients sign away rights?

    • Arsen6331 ☭OP
      link
      142 years ago

      I would not be surprised if the company forced the patients to sign a contract with a Limitation of Liability and Arbitration clause in there somewhere to prevent lawsuits.

    • @mylifeforaiur
      link
      102 years ago

      Purdue addicted a nation to oxy and the family got to keep their billions. Capitalists live by different rules.

  • @Shrike502
    link
    162 years ago

    Well I guess it was inevitable after corporations made consumer electronics “leased” rather than bought. Just look at the text for Windows 10 license for example. Or the notorious John Deere tractors. Prosthetics were a next logical step.

    • Arsen6331 ☭OP
      link
      172 years ago

      These corporations are a plague upon this earth. I’ve spent a couple years setting up my own servers running my own services, some of which I wrote myself (search engine), and buying open-source hardware to distance myself from them.

      • @FuckBigTech347
        link
        22 years ago

        some of which I wrote myself (search engine)

        Meta search engine or independent with its own crawler?

        • Arsen6331 ☭OP
          link
          12 years ago

          Metasearch engine that strips all identifying information and generates a random user agent for every request. I also have it going through a VPN so that my IP can’t be used for identification.

          • @FuckBigTech347
            link
            2
            edit-2
            2 years ago

            If you ever want to go independent, since some search engines (namely Google and DuckDuckGo) censor search results, there is always YaCy.

            If you do want to give it a try make sure to run it on decent machine (good performing multi-core CPU, at least 8 GB of free RAM and at least 1 TB of storage space).

            I actually have been running my own YaCy instance on my homelab Server for a few months now. Currently it has indexed about 13 million web pages. Right when this shit with Ukraine started and I read that DuckDuckGo is now censoring russian search results I had enough. And first thing I did was search for things like “China concentration camps” or “North Korea escape” and blacklisted all the US media that popped up. Like you said:

            These corporations are a plague upon this earth.

            • Arsen6331 ☭OP
              link
              22 years ago

              Yes, YaCy is great, but I currently don’t have a free machine with enough resources. I run most of my services from Single Board Computers because they’re very power efficient and cheap. Most services don’t use anywhere near their capacity, so I have plenty of room to expand. The unfortunate downside is that I can only run resource-intensive programs on my powerful servers that are all currently in use. I am getting some more powerful servers though, and might run YaCy when I do.

  • Breadbeard
    link
    11
    edit-2
    2 years ago

    i bet it runs linux, i bet it can be easily hacked… because an item of this size & complexity of function cannot have a very secure connection and thus could probably easily be reverse engineered to connect to a raspberry posing as the company server. just man in the middle yourself…

    • Arsen6331 ☭OP
      link
      62 years ago

      Only if the company no longer runs the server, you can’t exactly reverse-engineer it because you don’t know what the server responds with to the client’s requests.

      • Breadbeard
        link
        72 years ago

        well, there is always a service listening on some port to a server answer. so it’s usually about identifying the service waiting for a server response and reroute the services listening to this process to ignore it. kinda like shitpiping specialist Robert Deniro in Terry Gilliams “Brazil”

        • Arsen6331 ☭OP
          link
          32 years ago

          Well, the way it usually works is that there is a port open on the server and the client connects to that port, sends something, and then receives a response. If there’s no longer a server running, connecting to the port will fail, so even if you can open the same port and get the client to connect to it, you’ll get the data the client sends but you won’t know what to send back. If it’s a standardized protocol, then yes, you can do that, but the likelihood of that being the case is very low.

          • Breadbeard
            link
            5
            edit-2
            2 years ago

            the way i know companies is that they usually steal open source code rightaway or they modify standard stuff slightly to throw sand into peoples eyes rather than waterproofing everything. either way, you should be able to find the services listening to the service listening to the port, server answer or no server answer, if you know the name of the service, you can find the services listening to it or waiting for some response from it (changing a 0 into a 1 in some otherwise empty textfile in the extremely stupid case)

            • Arsen6331 ☭OP
              link
              42 years ago

              You can figure out what the client is doing, but this wouldn’t be a one-way conversation. Client sends a request, server sends a response. The issue is that even if they’re using a standard general-purpose protocol such as HTTP or WebSocket, they still send data over it. You wouldn’t know what that data is. The only possible way to find out would be either to capture packets going between them, which doesn’t work if there’s no server or it’s encrpyted, or by examining the source code, which is not available. Either way, without both halves of the connection or the source code present, you cannot do anything.

              • Breadbeard
                link
                22 years ago

                i mean it’s all hypothetical in the end since i ve never had the thing before me, but i m saying: due to the size of the device, hard encryption and continuous server connection is not probable and spoofing and reverse engineering of the device probably doable for a person of advanced IT security or reverse engineering knowledge…

                • Arsen6331 ☭OP
                  link
                  22 years ago

                  It’s not impossible, but not the easiest thing to do. It would take years to do for full compatibility because you’d be completely blind and have to basically try things until it works.

  • @Bronstein_Tardigrade
    link
    102 years ago

    Imperator Furiosa would have killed Immortan Joe earlier but her arm reached its end of service life and quit working.

  • @Halasham@dormi.zone
    link
    fedilink
    4
    edit-2
    10 months ago

    Is anyone even remotely surprised? I’m just waiting for pace-makers to be a subscription service.