• 3 Posts
  • 195 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • The first one kinda works, but I think it’d be more clear, when used without “selbst”/self, as this would be read to reference the invention instead of the inventor.

    On the other hand, that then feels like “yeah, it didn’t work. The invention misfired and is crap”. Maybe “Erfindungserschafferzerstörer”? (Invention’s creator destructor) but that sounds off, too.

    There’s not really a word that I can come up with that really conveys this meaning. There’s a german saying “wer Andern eine Grube gräbt, fällt selbst hinein” (he, who digs a hole for others, will fall into it by itself). Then there’s the humorous “Rohrkrepierer” (along the lines of “died in the barrel”) which basically means something like “dead on arrival” / that went wrong and didn’t work. So it’d be probably something that references one of those, which would make it work culturally?




  • elvith@feddit.detoLemmy Shitpost@lemmy.worldermmm
    link
    fedilink
    arrow-up
    24
    ·
    2 months ago

    Why are you deleting radiofrequecies from your device? Then the WiFi won’t work anymore!

    But did you know that there’s a French root user hidden deeply within every Linux installation? To completely remove it, run the following command:

    sudo rm -fr / —no-preserve-root
    



  • Not necessarily. You could have a sensor that detects when the water reservoir is emptied that doesn’t need logic - e.g.

    • a floater with a magnet. If it reaches the bottom, a magnet sensor detects that the water now emptied (or in the coffee pot) or
    • a temperature dependent resistor. If there’s no more water, the temperature in the heater rises and the voltage rises on a wire. If the voltage (=temperature) is above a certain level you get a signal

    You can then use those signals to do something like switch off the heater, change a light,… all without using a microcontroller. There’s no programming needed for that. You might see things like transistors and some basic digital circuitry here but it’s all very basic and still far from a microcontroller.