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

  • Catraism-Stalinism
    link
    fedilink
    252 years ago

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

    • @OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      162 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

  • @Shrike502@lemmygrad.ml
    link
    fedilink
    152 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
      fedilink
      162 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.

        • Arsen6331 ☭OP
          link
          fedilink
          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@lemmygrad.ml
            link
            fedilink
            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
              fedilink
              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.

  • comfy
    link
    fedilink
    152 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
      fedilink
      132 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.

  • @panic@lemmygrad.ml
    link
    fedilink
    152 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.

  • Breadbeard
    link
    fedilink
    10
    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
      fedilink
      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
        fedilink
        62 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
          fedilink
          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
            fedilink
            4
            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
              fedilink
              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
                fedilink
                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
                  fedilink
                  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.