Hacker News new | ask | show | jobs
by techie128 1253 days ago
> The annoying part is when I plug in some faulty device that is not immediately dangerous

Do you mind, re-reading that statement? I don't even understand that argument. You should not be plugging in faulty devices in the first place...

3 comments

I guess you don't know if it's faulty until you try to use it. Manufacturing defects are a thing, but kind of a once every 30 years type thing, so maybe not a big deal to worry about. The reason you install circuit breakers and AFCIs is to avoid a fire in these cases; rare, but worthwhile to avoid.
Of course I should not be plugging in faulty devices. But sometimes appliances that were fine before break down, perhaps some insulation broke down or just the ravages of time.

I would absolutely like that to be safe. And like I said, if it's immediately life-saving, then I don't mind the power to the whole house being cut. But if it's "just" a bad appliance, then, well, I do find it a bit annoying that it reset all my electronics, and I would have preferred it if only that specific outlet was effected.

But I would still very much like the protection.

Also because plugging in faulty devices into outlets is something that ought to be safe. Because with probability 1 it will happen in every house. If the way the house is wired makes the only safe action to shut everything off that's the problem and shitty wiring.
Exactly: it's just like computer OSes. You should be able to run a faulty program that divides by zero or dereferences a null pointer without the whole computer crashing. The computer should flag the error, tell you what went wrong and why, and let you continue with your work and the other stuff going on in other windows.

Fault-tolerance is an important and useful thing.