you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 3 months ago (1 child)

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.

  • source
  • hideshow 2 child comments
  • [–] 18 points 3 months 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");
    }
    
  • source
  • parent