Slashdot Mirror


User: PiMuNu

PiMuNu's activity in the archive.

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

Comments · 98

  1. Re:Storm? Who said that, exactly? on Ecuador Grants Asylum To Julian Assange · · Score: 1

    Stupid slashdot formatting.

  2. Re:Storm? Who said that, exactly? on Ecuador Grants Asylum To Julian Assange · · Score: 1

    > Where exactly is that 'storm' quoting from? You are clearly not British. > We very much hope not to get this point, but if you cannot resolve the issue of Mr. Assange's presence on your premises, this route is open to us. That translates from British English to American English as 'storm' cf Yes Minister series 4 episode 3

  3. Just wrong on Advance Warning System For Solar Flares Hinges On Surprising Hypothesis · · Score: 2

    This is just wrong.

    There are many thousands of physicists who study neutrino flux from the sun every day. They typically use several 1000 tonnes detectors looking for interaction such as inverse beta decay and they see ~ 1 neutrino interaction per day. Try googling for Super Kamiokande, Sudbury Neutrino Observatory, ...

    The solar neutrino flux is generated from nuclear reactions in the core of the sun. Solar flares are generated by magnetic effects at the sun's surface. These two phenomena are almost completely unrelated.

  4. Why not just text recognition? on Alternative To QR Code Uses NFC and Cheap Rectennas · · Score: 1

    For most uses, just a printed URL would surely be better? Data compression is higher using QR codes, but transparency is lower - with all the associated security/privacy/openness issues.

  5. Sales pitch? on Leaked Emails Allegedly Tell of Global "Trapwire" Spy Network · · Score: 3, Insightful

    TFA indicates that this is part of a sales pitch. It's pretty weak evidence surely...

  6. GRID ack on IT At the LHC — Managing a Petabyte of Data Per Second · · Score: 3, Interesting

    I tried using the GRID - it's deeply embedded in acronyms and crud, practically impossible to use without a PhD. For crying out loud, it's just a batch farm!

  7. Re:Did we really find it? on Higgs Data Offers Joy and Pain For Particle Physicists · · Score: 1

    No it was really two separate, independent experiments, CMS and ATLAS. Both reported discovery independently at the 5 sigma level (10^-5 probability of error or whatever it is). Both discovered a particle at the same mass, within experimental error. There was no shared knowledge or data between the analysis teams. They were working on the same accelerator (LHC), but at different points in the ring, so no cross talk or anything is possible between the two experiments (several km of rock in the way). The only thing they have in common is that the same protons were whizzing around.

  8. Re:Recommended Reading on FBI To Review Use of Forensic Evidence In Thousands of Cases · · Score: 1

    I think "beyond reasonable doubt" is interpreted as ~75% of guilty convictions are sound. I don't have a source for the claim though, just chatting to lawyer friends.

  9. Re:20 perm jobs? on East Texas Getting Compressed Air Energy Storage Plant · · Score: 2

    Indeed - I would be very happy if the modern world could work and produce food, energy, houses, bikes, cards, with the creation of *no* permanent positions. That way I could enjoy the fruits of that labour without having to go to work every day. The concept of job creation being a good thing is fundamentally wrong. It is bad that this project creates jobs, it would be much better if it could be done without people having to monitor/fettle it all the time. Then those people could spend time playing pool and running up mountains instead. The idea that somehow having someone staring at a computer screen creates wealth is madness.

  10. Scientists are anarchists on Trying to Untangle Anarchist Attacks On Scientists · · Score: 1

    I always thought scientists *are* anarchists. I mean, science is set up with small groups or individuals coming together to do stuff and then breaking up and doing other interesting things. Occasionally they come together to do big cool stuff (LHC), occasionally they lurk around doing wacky research into nonsense (philosophy (joke)), occasionally they do wacky research into nonsense that turns out to be useful (lasers)...

  11. Re:One good reason... on What's To Love About C? · · Score: 1

    default constructor, default destructor, default assignment, implicit calling of constructors... it's a mess. Half of developers don't even know that this is happening. Style guides suggest disabling this stuff.

    It's impossible to assign anything - how do you assign data to a std::vector? You need to make an array! Ack! Fixed in whatever C++011 but then they introduced a whole load more implicit type assignment problems. Ack!

  12. Not just in US on The Crisis of Government-Funded Science · · Score: 3, Informative

    I recently gave a similar talk to the UK Institute of Physics conference on High Energy Physics. The fact is that particle physics costs too much. The problem, in my view, is generated by particle physicists. We have underinvested in the basic technology of accelerator-driven HEP, namely superconducting magnets and to a lesser extent high gradient RF cavities. This underinvestment has lasted for several decades.

    For example, there are a bunch of folks working on HTS (High Temperature Superconductors) in the US with the potential to increase magnet field strengths by an order of magnitude - and hence particle accelerator fields by an order of magnitude. But the program is poorly funded if at all. In Europe, there are similar programs but they are disjoint (as so many things in Europe) between different countries.

    Sadly, the SSC and LHC were both disastrous in this respect. They basically bankrupted the HEP community. Now the US is more-or-less withdrawing from HEP and European accelerator driven HEP seems to have nowhere to go after LHC.

    The impact to HEP community is clear, but what about the impact to society? Where will we be in a world where we no longer have the capability to push back the fundamental frontiers of knowledge. Is that it?

  13. But... what about the rest of the disaster on World Is Ignoring Most Important Lesson From Fukushima · · Score: 2

    Why is this even a discussion? I mean how many people died in the tidal wave compared to the power plant going pop? How many people will die from chemical poisoning due to all the conventional facilities that were destroyed? But somehow, there is this discussion about Fukushima nuclear power plants that is a complete distraction.

    Put it like this - when the Tsunami hit, do you remember all those oil refineries blowing up? How much crap came out of the huge black clouds, and is right now poisoning the poor people of Japan. But everyone has this crazy thing about Fukushima because it's nucular. Get over it!

    Because of this complete misconception about the health risk of nuclear power compared to conventional facilities, thousands of people have been displaced - why haven't equivalent people been displaced due to the health risk from conventional facilities?

  14. Re:But we already have that on UK Bill Again Demands Web Pornography Ban · · Score: 1

    "self-regulation...can be more effective than a regulatory approach in delivering flexible solutions that work for both industry and consumers.”

    Translation from British into American - "Go screw yourself you crazy old bat" cf Yes Minister/Yes Prime Minister for further examples of British English

  15. Weather balloon? on Ask Slashdot: Is a Home Drone Feasible? · · Score: 1

    Sounds difficult so maybe a different solution might work - say a tethered weather balloon to get high enough and some reasonably high spec cameras. Could probably at least get a good idea of conditions, even if there are a few line of sight type issues. Quick google indicates you can get ~ 1kg payload for $100 or so.

  16. Re:Static vs. Dynamic Typing on Van Rossum: Python Not Too Slow · · Score: 2

    Well, as a C++/python developer I spend 90% of my time in C++ wrestling with the obscure syntax and memory management to tell the compiler what I want to do. That 90% of my time in python - well I spend it writing tests and documentation and all the good things that squash bugs. Like a couple of days ago I spent 3 hours trying to figure out why the compiler was spitting back my code - turns out I forgot to declare a function const. Fine, that's an error, but it's not like it actually makes a difference to the code. Better to spend 10 minutes writing a test that checks for constness if that's what I want.

    Shorter prettier easier code is less likely to be buggy. If I can read my code in 5 seconds, chances are I can spot bugs. If it takes 5 minutes well that's a problem.

    Decent error handling makes code robust. Ack, I ran over the end of my std::vector. Better hope I tested for that. Ack, I ran over the end of my list. Lucky python throws an error for me. That's not static vs dynamic typing, just about general robustness of the language/libraries. But sure as hell makes a difference.

  17. Re:Doomed on New Programming Languages Come From Designers · · Score: 1

    I basically agree. But I would say not just libraries - C++ was invented so that the compiler can do type checking for you. But yeah, looks like Turing was right after all.

  18. Embargoed? on WikiLeaks Begins Releasing Stratfor Internal Emails · · Score: 1

    Ironically the wikileaks press release was embargoed...

  19. except google on Google Updates Algorithm To Punish Websites With Excessive Ads · · Score: 4, Insightful

    Presumably not punishing google ads (ducks)

  20. Re:Map Reduce? on Startup Combines CPU and DRAM · · Score: 2

    Why in the world is people always saying the word Map Reduce nowerdays.

    Distributed computing...

  21. Re:No no but hell no. on The Iraq War, the Next War, and the Future of the Fat Man · · Score: 1

    Yes, and the nazis adopted blitzkrieg from the British...

  22. Re:A different interpretation. on The Iraq War, the Next War, and the Future of the Fat Man · · Score: 1

    Worth noting also that in the UK, more than 50% of people were polled to be against invading Iraq. Polls lie, and once the invasion went in the numbers came down to more like 30% against the invasion, but even so I think the majority of people did not believe the invasion was a good idea. Afterwards, the famous "dossier" of evidence that Iraq had WMDs turned out to be in the main a conversation overheard in the back of a taxi. So one unreliable second hand witness (the taxi driver). ps: UK, not England - they are different!

  23. Re:Chibi Higgs? on New Particle Identified At LHC · · Score: 3, Interesting

    We have a naive concept that "amount of stuff is conserved". That's just because we don't see tables or laptops randomly appearing. In fact no such law exists in physics. Stuff (okay, subatomic particles) can quite happily appear and disappear. The conservation law is that energy-mass, momentum, charge, a few other things are conserved. So when you stretch a gluon - i.e. put loads of energy into it - why not just let a new particle appear? Just our stupid misconceptions that make us think this is weird.

  24. Re:Chibi Higgs? on New Particle Identified At LHC · · Score: 2

    You have inertial mass, and then you have gravitational mass, though we know they are fundamentally of the same nature.

    No we don't - general relativity says they are (equivalence principle), but we don't know that it's right - indeed we know that it's wrong...

  25. Re:Supernovas on OPERA Group Repeats Faster-Than-Light Neutrino Results · · Score: 1