- Feature Articles
-
CodeSOD
- Most Recent Articles
- Halfway to a Date
- Brushing Up
- Irritants Make Perls
- Crossly Joined
- My Identification
- Mr Number
- intint
- Empty Reasoning
-
Error'd
- Most Recent Articles
- Secret Horror
- Not Impossible
- Monkeys
- Killing Time
- Hypersensitive
- Infallabella
- Doubled Daniel
- It Figures
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
the first one listed here, about the sensitivities seems perfectly fine as it is. No "errored" here at all IMHO.
Admin
How do you write code to generate a year of -4712?
Admin
I agree with erffrfez. If you have for example a building's movement sensor that is way too aggressive in its detection you will need to tone it down to only pick what are actual movements, not mere wind fluctuations or every cricket that jumps around.
Heck, in heist movies you see bad guys relying on this reasoning all the time: just trick the guards into thinking the sensor has misconfigured itself and is constantly sending false alarms, and let them turn off the alarm for you.
Admin
I'm sure it's in some way related to the most WTF date format in the world: MM/DD/YYYY.
Admin
As TFA says, "they store dates as days since the beginning of the current Julian period"; as WP explains, "0 is assigned to the day starting at noon Universal Time on Monday, January 1, 4713 BC" or -4712 CE.
Admin
I agree with you, the first one does not seem to be a WTF because they are sensitivities for two different aspects of motion detection:
The first is for the sensitivity of motion detection, and the way I read it is:
The second is for the sensitivity threshold for the detection of human-like shapes, and the way I read it is:
Ergo, no WTF here.
Admin
Maybe not a WTF, but you can also read it the other way around.
If the detection is too eager to detect humans, it might flag things as humans that aren't humans, you'd decrease the sensitivity of it.
Admin
Maybe not the problem with "sensitivity" settings per se, but definitely a UX/usability problem. At least two programmers commented here that think everything is as it should be instead of talking about how that interface is confusing (it indeed is).
Admin
Maybe they should use "specificity" for the Humanoid Detection setting (ref: "sensitivity and specificity" as used in the medical field). https://en.wikipedia.org/wiki/Sensitivity_and_specificity
Admin
On the subject of increasing the sensitivity of one sensor if you get too many false alarms and decreasing the sensitivity of the other - which is by itself confusing, except to the people who wrote it. (Which in my experience has always been a major problem with UIs designed by the people who implement the code. I have no idea why, but programmers tend to design UIs to match the implementation, not to match what the user requires) err - anyway - wtf is a "false alarm push"? Does something come from your phone and shove you against the wall?
Admin
Exactly. The error is not in the sliders. The error is in using the term "sensitivity" inappropriately. And especially using it i opposite sense nearby each other.
Admin
Knowing Google, maybe "2 years left" refers to how long it will be before it kills off Google Home.
Admin
I'm the OP for the motion detector sensitivity picture. Looking at it again I definitely see what you're getting at, so I'll try fiddling with the controls and see what happens. I did notice that the bottom one has the message in "warning" style whereas the top one doesn't, and I'm not sure if that has any significance. Either way I would still argue the UI is a WTF - I can't imagine any more than a tiny percentage of users will understand it.
Admin
Loved the last one: That's some serious video compression! Technically, it depends on the lighting. ... So true.
Admin
I would have said that in most heist movies, the guards are working for the "bad guys"...
Admin
Used to work on security systems and the motion detection is fine.