Slashdot Mirror


User: The_Wilschon

The_Wilschon's activity in the archive.

Stories
0
Comments
1,823
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,823

  1. Re:brighter? on Laser Headlights Promise More Intense, Controllable Beams · · Score: 1

    Did you know that common kitchen knives can also be used by Billy Joe Bob to blind someone, or worse kill them? Just wait until you manage to tick Billy Joe Bob off. This cannot end well.

    Clearly, kitchen knives should not be made, either.

    Look, if people are going to attack, maim, or murder someone, they've got plenty of options already. Adding one to the potential arsenal, especially one that would take significant technical know-how to be able to turn into an actual weapon, isn't really going to change things.

  2. Re:Whose phone is banned? on House Committee Approves Bill Banning In-Flight Phone Calls · · Score: 1

    Back when you had to turn off such things during climb out and descent was also a problem.

    You can turn off screaming children?

  3. Time to polish up the old resume on Ask Slashdot: Should Developers Fix Bugs They Cause On Their Own Time? · · Score: 1

    Guess you should be looking for a new job. No point in sticking around to work for such a terrible boss.

  4. Re:Common sense? In MY judiciary? on Judge Says You Can Warn Others About Speed Traps · · Score: 5, Insightful

    Seems as though the police should actually want people to know about the speed traps. I mean, the ultimate goal for the police is to have everyone follow the law. If people know about an upcoming speed trap, then they'll slow down to the speed limit. If they don't know about the speed trap, then they'll continue to endanger those around them by driving too fast. </delightfully naive> Of course, we all know that what the police really want is ticket revenue. The more law breakers there are, the more revenue they get, and hence they will try to stop people from warning others to obey the law. This system is rather broken.

  5. Re:Illegal HOW EXACTLY on Is Verizon Already Slowing Netflix Down? · · Score: 1

    Quit shouting. Calm down.

  6. Re:Basic Statistics on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 1

    Clarification. Chebyshev's inequality is not going to help you with distributions that have no mean or standard deviation. Note also that the standard deviation mentioned in Chebyshev's inequality is the *population* standard deviation, and NOT the *sample* standard deviation.

  7. Re: Basic Statistics on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 1

    Careful. Chebyshev's inequality doesn't help you if you are sampling from a physical process with a Cauchy distribution. Be careful not to confuse the *sample* standard deviation with the *population* standard deviation. The former always exists. The latter is what you use with Chebyshev's inequality... *if* it exists. In the case of a Cauchy distribution, your sample standard deviation would mislead you into thinking that the probability to fall outside N sample standard deviations had some particular bound that it did not have.

  8. Re:Basic Statistics on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 2

    You might be interested in this: http://en.wikipedia.org/wiki/Chebyshev's_inequality The standard deviation tells you something important about *any* distribution.

  9. Re:The big picture on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 1

    I hope he has more examples than just the temperature (no, I didn't RTFA). For the temperature in a day, most people are satisfied with the minimum and maximum, and don't need any more complicated measure. The MAD would actually be LESS informative for temperatures within a day...

  10. Re:So you want to retire a statistical term... on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 1

    He's rather requesting the people start using a different statistical measure of spread, the mean *absolute* deviation, rather than the square root of the mean *squared* deviation (the standard deviation). I'm not familiar enough with it's particular characteristics to say whether or not this would be an improvement in any rigorous sense, but I'd be surprised if it were. So "Get bent." is probably still the right attitude.

  11. Re:Would those data scientists with PhDs on Why Standard Deviation Should Be Retired From Scientific Use · · Score: 3, Insightful

    I know several people who have left high energy physics to become data scientists. Nobody in HEP calls themselves a "data scientist", but that's (some of) what we do anyway. It's just analysis of very large data sets. Unlike in the life sciences, both HEP and many commercial / industrial environments have sufficiently large data sets that very complex questions can be asked and answered. You can never have "enough data" -- if you think you have "enough data", then you aren't asking hard enough questions.

  12. Re:Even scarier than hackers on Proposed California Law Would Mandate Smartphone Kill Switch · · Score: 1

    Means for a government to systemtically supress or harass certain people or groups of people are worrisome to me.

  13. Re:3Mbps?!?? on Ask Slashdot: Managing Device-Upgrade Bandwidth Use? · · Score: 5, Funny

    Wasn't 3 Mbps "high-speed" ten years ago?

  14. Re:Impossible on Next-Gen Windshield Wipers To Be Based On Jet Fighter "Forcefield" Tech · · Score: 2

    The interplanetary medium can carry sound waves. Of course, it is moving faster than the local speed of sound outward from the sun (the solar wind). So if you shouted really loud from the ISS, someone in the asteroid belt might be able to hear you. But not the other way around.

  15. Re:Just wait until... on RF Safe-Stop Shuts Down Car Engines With Radio Pulse · · Score: 1
  16. Re:Equality on The Brains of Men and Women Are 'Wired Differently' · · Score: 3, Insightful

    eq?, eqv?, or equal? ?

  17. Re:Maybe on Most Sensitive Detector Yet Fails To Find Any Signs of Dark Matter · · Score: 2

    Possible, although unlikely. The -CDM model does an astonishingly good job of modeling the observed universe. But, that doesn't mean it is right.

    In the case of aether, people didn't stop investigating it until a) experiments that should have observed no matter what saw no evidence of it and b) another theory that agreed with this new data came along.

    People who trot out the tired old "dark matter is just like aether!" line typically do so while patting themselves on the back for their cleverness, while neglecting the above.

    If there isn't WIMP dark matter, or even isn't dark matter at all, then we'll find out. That's how science works.

  18. Re:First dark matter post on Most Sensitive Detector Yet Fails To Find Any Signs of Dark Matter · · Score: 3, Funny

    Weak.

  19. Re:Waveforms? on A Thermoelectric Bracelet To Maintain a Comfortable Body Temperature · · Score: 1

    You sound like Ebenezer Scrooge: http://youtu.be/QIcoa0oI5Cc?t=10s

    It's not a favorable comparison.

  20. Re:Fortran on Ask Slashdot: Best Language To Learn For Scientific Computing? · · Score: 2

    This is exactly the right answer. Never write code that someone else has already written. If you can compose standard operations to do your calculations, then do so in a high-level language. Spend more time thinking and less time coding. OTOH, if you need to code up something custom and you're REALLY sure that you can't use standard operations to do it, then think again about whether or not you can do it with standard operations. You probably can. But, if you can't, then go with FORTRAN. Or maybe C or even C++. But probably FORTRAN. But even then, code as little as you can in FORTRAN. Don't write the whole thing in FORTRAN. Create small operations, and compose them in a high-level language as if they were the standard operations.

  21. Re:fortran of LaTeX on Ask Slashdot: Best Language To Learn For Scientific Computing? · · Score: 1

    LaTeX is a great thing to learn, but it is most emphatically NOT a remotely reasonable choice for writing number crunching code...

  22. Re:OUCH on Man Killed By His Own Radio-Controlled Helicopter In Brooklyn · · Score: 4, Funny

    folks who skydive in flying squirrel wingsuits . . . risks of death can be a real turn-on for folks.

    Effing furries.

  23. Re:OUCH on Man Killed By His Own Radio-Controlled Helicopter In Brooklyn · · Score: 2

    Basic precautions like not being that close to freaking helicopter blades. It's *remote* control for a reason.

  24. Re:I'm not falling for that! on What Marketers Think They Know About You and What They Really Do · · Score: 1

    Use Tor. Give a randomly generated name, birthday, SSN 4, everything. Script it. Run many times.

  25. Re:Need more work on the salt batteries on At Current Rates, Tesla Could Soon Suck Up Worldwide Supply of Li-Ion Cells · · Score: 1

    What do you do with all the excess chlorine?