Live data from Hacker News

Never trust a system that seems to be working

twitter.com

51–60 of 376 posts

Re: Never trust a system that seems to be working

#51

This is why 4-20 mA is a common signaling standard in industrial automation. 4 mA means zero and 20 mA means one. 0 mA means broken transmitter !

Interesting. That makes sense, but what’s the reason for using current instead of voltage as the variable?

Re: Never trust a system that seems to be working

#52
post #51

This is why 4-20 mA is a common signaling standard in industrial automation. 4 mA means zero and 20 mA means one. 0 mA means broken transmitter !

Interesting. That makes sense, but what’s the reason for using current instead of voltage as the variable?

Current flow is independent of wire length, the sender only has to turn up the voltage high enough to overcome the wire resistance.

Re: Never trust a system that seems to be working

#53
post #51

Earlier quoted context omitted.

Interesting. That makes sense, but what’s the reason for using current instead of voltage as the variable?

Current flow is independent of wire length, the sender only has to turn up the voltage high enough to overcome the wire resistance.

Also, there's greater immunity to interference and poor connections.

Re: Never trust a system that seems to be working

#54
post #40

What drama with the Factorio devs is he talking about at the end (and namesearchers?.. I don't get Twitter sometimes) I've never heard anyone say anything about the Factorio devs except praise their productivity and professionalism.

> "saying the name of the game uncensored is going to get namesearchers and I have a transflag in my name so guess what kind of response I'd immediately get?" I believe kovarex made some anti-trans statements once, and gamers in general are prone to making abuse pile-ons, so it's a mitigation against that.

> I believe kovarex made some anti-trans statements once

Nah, publicly advertised for and defended some right-wing Youtuber. [0]

[0] https://knowyourmeme.com/memes/subcultures/factorio

Re: Never trust a system that seems to be working

#56

What drama with the Factorio devs is he talking about at the end (and namesearchers?.. I don't get Twitter sometimes) I've never heard anyone say anything about the Factorio devs except praise their productivity and professionalism.

One dev said in one post that they like Uncle Bob. I think that’s it.

Well, that and a number of follow-up comments from the same developer, such as this one: https://www.reddit.com/r/factorio/comments/o2ly6f/friday_fac...

A lot of people have (understandably) lost patience with the "just asking questions" style of rhetoric, and don't appreciate others making excuses for it.

Re: Never trust a system that seems to be working

#57

This is why 4-20 mA is a common signaling standard in industrial automation. 4 mA means zero and 20 mA means one. 0 mA means broken transmitter !

or why we build a stop command with normal-closed contacts. a broken wire results in the same signal as a "stop" command.

Re: Never trust a system that seems to be working

#59
post #30

Tests that output booleans (pass/fail) are an antipattern. Tests and their dashboards must distinguish “the testing system worked and the test failed” from “the testing system failed”.

Most testing frameworks distinguish between failure (aka assertion violation) and error (invalid or nonexistent test result).

But there may be mistakes writing the tests (false success result). To check the tests, I break the implementation, then check that they fail.

Post reply on HN