Slashdot Mirror


User: drdrgivemethenews

drdrgivemethenews's activity in the archive.

Stories
0
Comments
151
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 151

  1. *Manipulate* Higgs? on Ask Slashdot: What Are the Implications of Finding the Higgs Boson? · · Score: 1

    We can't even directly detect the thing; we have to infer its existence from the decay of other particles. I'd say it will be a while before we use it to blow shit up.

  2. Re:Forget about how long it takes, what's the ENER on Making Saltwater Drinkable With Graphene · · Score: 1

    Given that energy is power exerted over time, making something 1000 times faster using the same energy means using 1000 times the power. Making it 1000 times faster using the same power would use 1/1000th of the energy.

    -------

    All notions of cause and effect are merely assertions of faith in statistics.

  3. Re:Yeah, so what? on National "Do Not Kill Registry" Launched In Response To Drone Kill List · · Score: 1

    > And sanity is loosing.

    So is spelling.

  4. Ahem on AutoCAD Worm Medre.A Stealing Designs, Blueprints · · Score: 1

    LISP is not a scripting language.

    -------

    My other car is a cdr.

  5. Business statistics vs. grad-level stochastics on Teaching Natural Sciences To Social Science Students? · · Score: 1

    I took a statistics course as an undergraduate and a stochastics course in a graduate EE curriculum. Despite the fact that the undergrad course was taught by a guy with a masters in mathematics, the two courses had NOTHING in common.

    I'd advise dumbing the math way down. Present it as formulas to be used and teach students how to plug values from story problems into the formulas. Focus on why and how this is useful instead of on how it works.

  6. Govt. wants ISPs to snoop you too on Ask Slashdot: What's Your Take On HTTPS Snooping? · · Score: 1

    ISPs own carrier equipment too, just like your employer does. Should they be entitled to snoop your home banking session?

  7. Re:Are you guys stupid or something? on No Intelligent Aliens Detected In Gliese 581 · · Score: 1

    I am more of a fan of the SITI project: http://telcontar.net/Misc/SITI/

    Two aliens are looking down at the earth when one of them remarks, "It appears that the dominant species on this planet has developed space-based weaponry."

    "Really?" replies the other, suddenly interested. "So they're an emerging Intelligence, then?"

    "Nah, probably not." returns the first, "They have all the weapons pointed at themselves."

  8. Re:Are you guys stupid or something? on No Intelligent Aliens Detected In Gliese 581 · · Score: 1

    Agree. The first sentence is grammatically incorrect and the second is mathematically untrue. ("It is known that there is an infinite number of worlds, but that not every one is inhabited. Therefore, there must be a finite nuber of inhabited worlds.").

    The way this kind of rubbish gets transformed into respected "reasoning" is one of the miracles of human thought.

  9. Just another example of punishing the innocent on Worst Design Ever? Plastic Clamshell Packaging · · Score: 1

    The bane of our times: a few people (shoplifters in this case) do something bad, and the immediate reaction is to make life harder on everyone else.

    -----

    Testing, 0, 1, 2... -- Donald Knuth

  10. Amdahl Shrugged on Digging Into the Electrical Cost of PC Gaming · · Score: 2

    You're working on one of the smallest possible incremental changes in your house's electrical usage. What's the point?

    The wall warts (AC adapters) scattered about your house almost certainly use and waste more electricity than your PC. The US EPA guesstimated in 2005 that around 200 gigawatts (6% of US total power) goes through these things, and a significant portion of that (30 - 50%) is wasted.

    See http://www.buildinggreen.com/auth/article.cfm/2005/3/1/Efficiency-Standards-for-AC-Adapters/ Getting all your wall warts onto centrally controlled power strips would seem like an interesting and money-saving challenge. If anyone has done that, I'd love to hear about it.

  11. It's Pam Anderson against Ezri Dax on Why Desktop Linux Hasn't Taken Off · · Score: 1

    Yes, the look and feel is that different. You and I might prefer Ezri Dax, but the vast majority of the public prefers Pamela.

  12. Re:Depressing on One Sci-Fi Author Wrote 29 of the Kindle's 100 Most-Highlighted Passages · · Score: 1

    Researchers are finally nailing down what you already know intuitively: people are good at perceiving when others are dumber than they are, but terrible at perceiving when others are better/smarter. Extrapolating from that, I'd posit that most people (present company excluded of course) are also terrible at selecting quotations that are much above their level. If that's true, a list of quotes selected by the masses in the manner of Kindle will likely have little to recommend it on a pure "quality of quotation" basis.

    See http://news.yahoo.com/people-arent-smart-enough-democracy-flourish-scientists-185601411.html for a bad summary with an even worse title.

    ------

    All notions of cause and effect are merely assertions of a faith in statistics

  13. It's possible to do better on A Rant Against Splash Screens · · Score: 1

    AutoCAD R14 loads in about 250 milliseconds, in a freaking VM on a Mac.

    Anything slower is bloatware.

    -----------

    #include <universe.h>

  14. Same as spelling? on Super Scrabble Players Have Unusual Brains · · Score: 1

    Might be related to the skill that makes people good spellers. I know how to spell thousands of words whose meaning I am shaky at best on. And have always wondered whether that makes them part of my "vocabulary" or not.

  15. What happened to the GPL? on How Linux Mastered Wall Street · · Score: 1

    Have any of these companies contributed their kernel changes back to the community?

  16. Troll alert on Are Bad Economic Times Good for Free Software? · · Score: 1

    Is there any way to redirect this whole thread into /dev/null? We've been through all this so many times before.

    Systems theory defines information as data that causes one to change one's mind about something (it's a surprisingly useful definition). So, since no one on this thread is going to change their mind on account of the arguments presented here, the entire thread is information free.

  17. Re:Go, China! on China Mandates Wi-Fi Hotspot Traffic Monitoring · · Score: 1

    > When has running something like a business been an innate recipe for failure?

    When the "something" is a country. The business aspects of a country need to be run like a business. But governments are organized for the collective welfare of the governed, putatively anyway, and the governed don't like being treated like lines on a P&L sheet.

  18. I wish it were this simple on 'The Code Has Already Been Written' · · Score: 1

    I wish it were as simple as this thread implies. The truth of the matter is that most commercial developers who are paid to worry about maintainability don't understand how to do it much better than their academic counterparts. Managers notice this and put all kinds of process in place to enforce good practice--requirements and design docs that are practically books, compile-time coding standard tests, smoke tests, regression test suites, automated tests and so on and on and on. These do not, however, turn developers into good programmers. They only turn them into safe ones.

    Another thing the thread ignores is that 90% of all robust mission-critical code is in error paths. Academics rarely put those in, and great developers count on great code structure to save themselves much of that trouble. Let a few mediocre-but-safe programmers at that great well-structured code though, and the error paths multiply and must be addressed (usually by more mediocre-but-safe programmers). So for large systems, the starting point doesn't matter very much.

    See, 2,000 safe programmers can write systems that enable a company that writes mission-critical applications to reach billions in sales, regardless of whether the initial code base was academic or extraordinarily good. Twenty genius programmers cannot do that, as a rule, even if they are 100 times as productive as the worker bees. Managers and executives understand this and go with it. At some point the weight of poor-but-safe code overwhelms the system's ability to grow and evolve, and it's time to start over.

    ------------

    A hundred buggy lines in the code, a hundred buggy lines.
    Fix a line and recompile, a hundred one buggy lines in the code.

  19. standards aren't the answer here on Standards Make Rapid Software Releases Workable · · Score: 1

    If you want standards to drive an industry, then the innovators have to be the ones setting the standard. Yet people are already afraid enough of de facto standards; even less will they hand control of a new de jure standard over to an innovator. Result: a committee is formed, most of whose members are there to see that their company does not get locked out of the market for the new functionality. Thus we get a standard that works 3 years after the innovation and is widely used and understood 5 years after that.

    Standards aren't magic. It takes time for them to be understood, for the kinks to be worked out, and for widespread acceptance to be gained.

    This issue isn't about standards though. All large software vendors have to deal with the innovation vs. stability problem. If Mozilla can't figure out how to fork a stable release off its development branch once in a while, then they'll lose the enterprise; it's really as simple as that.

  20. Re:Graft on Bill Gates On Energy · · Score: 1

    Mod parent up please. It's cool to be cynical AND spot on.

  21. Scary movies? on Tennessee Bans Posting 'Offensive' Images Online · · Score: 1

    Did scary movies stop frightening people (especially children) somewhere back there?

    This is really serious bunkum. Any sane judge will toss it in minutes.

  22. It's the construction, stupid. on Why Does the US Cling To Imperial Measurements? · · Score: 1

    American construction practices standardized and matured before the metric changeover was attempted. Make a proposal for how to change 2x4s, 4x8 sheets of plywood, and 16/24" centers into interchangeable and easy to understand and use metric equivalents and you'll be a hero. Failing that American industry needs to get off its ass and improve its products and get Americans to start believing--like Scandanavians--that manufactured housing is superior to stick built housing. Until then no conversion is feasible or likely.

  23. Re:This is how we do it.. Shredder! on The 'Three Ton' Hard Drive Destroyer · · Score: 1

    Typical government incompetence. A LOT of personal information records can fit on a dime-width single stripe of a disk.

    I advise my clients to reduce the disks to powder or liquid, if they're worried about government-level magnetic force microscopy and other forensic attacks.

  24. Peas porridge in the pot, nine days old on US May Issue Terror Alerts On Facebook, Twitter · · Score: 1

    Given they have to notify all the federal, state and local authorities before FB and Tweety, I guess that means we'll get the news several days after the event.

    -------

    Threat levels are always orange, even on Pandora

  25. FOSS and the three branches of government on The Relationship Between FOSS and Democracy · · Score: 1

    IMO, there's only one branch of government suitable for pure FOSS types.

    I could see elements of FOSS working in the congressional setting, if you could get the lawyers to agree. After all, making law is somewhat like coding, and could be made a lot more like it if the legal community would accept the formulation of standard legal clauses that could be automatically reasoned about, a la automata and compilers.

    OTOH, driving ambulances and paving roads is more like what Redhat and kin do, analogically. They may hire the occasional FOSS type, but it's executive-branch duty: to get the law out there, support it and make it work.

    And there's no freaking way I'd ever hand over the judiciary to FOSS types.