• Brewchin@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    8 hours ago

    A battery-powered electric knife (itself not a bad evolution of an existing technology) that provides the manufacturers with the options of remote bricking, subscription and forced obsolescence. The future suuuuucks.

    • Jakylla@jlai.lu
      link
      fedilink
      arrow-up
      11
      ·
      7 hours ago
      if(payment == false) {
          blade.sharpness = 0;
          handle.confort = -2;
          reflection.displayAdd();
      } else if(updated == true) {
          blade.sharpness = 4;
          handle.confort = 3;
      } else {
          blade.sharpness = 3;
          handle.confort = 2;
          speaker.playSound("needUpdate.mp3");
      }