There are USB devices that are so small, you can barely even see them in the port when plugged in.
Perhaps a hard-to-remove USB plug? (like child-proof plugs you might see in an electrical outlet)
11–20 of 272 posts
There are USB devices that are so small, you can barely even see them in the port when plugged in.
Perhaps a hard-to-remove USB plug? (like child-proof plugs you might see in an electrical outlet)
Earlier quoted context omitted.
Ross Ulbricht, who was apprehended at a public library while logged in to various accounts. As I recall a plain clothes agent distracted him while others then tackled him. ("would've", not "would of")
Other English speakers I know complain about our orthography: bought, caught, draught, etc. But, yet, here we are with a “word” pronounced “of” and spelled “‘ve”! Now that’s awful orthography!
Archive link because the website is down: http://web.archive.org/web/20200102140351/https://tech.micha... I was expecting a "kill switch" destroying the computer, but that's just a thing that switch off your laptop when unplugged. I guess you could also do this with bluetooth, for example.
(Plus I tried several solutions to do this; BT is not really well suited for proximity detection, teeming with false positives and false negatives)
Earlier quoted context omitted.
Ross Ulbricht, who was apprehended at a public library while logged in to various accounts. As I recall a plain clothes agent distracted him while others then tackled him. ("would've", not "would of")
Other English speakers I know complain about our orthography: bought, caught, draught, etc. But, yet, here we are with a “word” pronounced “of” and spelled “‘ve”! Now that’s awful orthography!
But people are lazy. And words like caramel get blurred over. Or the one that bugs me the most of saying ‘ta’ instead of to.
My favorite is the Futurama universe where the word ask is official changed to ax instead.
Can someone explain to me in laymen's terms what this does? It renders the motherboard inoperable? Kills the display? How do you recover from this if you ACCIDENTALLY unplug it?
Archive link because the website is down: http://web.archive.org/web/20200102140351/https://tech.micha... I was expecting a "kill switch" destroying the computer, but that's just a thing that switch off your laptop when unplugged. I guess you could also do this with bluetooth, for example.
That said, the caveat of XKCD 538 (https://www.xkcd.com/538/) still applies.
Today, most laptops have cameras which can offer the same level of proximity detection if you away from the laptop. That would make this type of solution doable via software that way, albeit a bit more of a software load overhead.
But for some killcord, I'd also have an alarm.
Can someone explain to me in laymen's terms what this does? It renders the motherboard inoperable? Kills the display? How do you recover from this if you ACCIDENTALLY unplug it?
• whenever any USB drive is removed, trigger xscreensaver to lock the screen:
> ACTION=="remove", SUBSYSTEM=="usb", RUN+="DISPLAY=:0 xscreensaver-command -lock"
• whenever a specific USB drive is removed, shut down the computer:
> ACTION=="remove", SUBSYSTEM=="usb", ENV{ID_MODEL}=="Micromax_A74", RUN+="shutdown -h now"
Can someone explain to me in laymen's terms what this does? It renders the motherboard inoperable? Kills the display? How do you recover from this if you ACCIDENTALLY unplug it?
Can someone explain to me in laymen's terms what this does? It renders the motherboard inoperable? Kills the display? How do you recover from this if you ACCIDENTALLY unplug it?