Slashdot Mirror


User: janwedekind

janwedekind's activity in the archive.

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

Comments · 401

  1. Re:Summarized for people who don't want to read Ze on Why Programmers Need To Learn Statistics · · Score: 1

    What will you do if the 1000 tests takes 10 hours?

    Either ctrl+c, or try it 10 times.

    Why 10 times? Maybe 5 times is enough or at least 20 times is required?

    It doesn't have to be statistically accurate. It just has to be close enough.

    How do you know that you are close enough?

    One can do a benchmark a couple of times to see whether the results are more or less the same. A more sophisticated approach is to measure the standard deviation as well. However there are situations where accuracy is critical. In that case one makes a distribution assumption (e.g. Normal distribution) and then a statistical estimator is used to give a confidence interval for the estimated parameter. I.e. the confidence that the parameter will be within that interval is 95%.

  2. Re:Statistics is HARD on Why Programmers Need To Learn Statistics · · Score: 1

    Do you want a straight answer?

  3. Real-estate? on Google Seeking Patent On Ads For Street View · · Score: 1

    Here is a beta release of the new Google Streetmap.

  4. Re:why don't people do it themselves? on Carriers, Manufacturers Are Strangling Android · · Score: 1

    I bought an unlocked second hand Motorola phone for 40£ in a shop. Note however that GSM in North America uses different bands. I.e. your phone needs to support this and you may have to change the configuration settings.

  5. Re:Found? on Google Found Guilty of French Copyright Infringement · · Score: 1

    20 million DSL subscribers which happen to be among the most attractive in the world

    Google would definitely loose out if they would remove the pictures of the most attractive DSL subscribers in the world ;)

  6. Gemstone's Maglev on Widenius Warns Against MySQL Falling Into Oracle's Hands · · Score: 1

    Another interesting (but proprietary) project is Maglev. The idea is that you write programs in Ruby and the virtual machine gives you persistence and clustering for your variables in a transparent way.

  7. New article by Eben Moglen on Widenius Warns Against MySQL Falling Into Oracle's Hands · · Score: 1

    Eben Moglen just released the article The European Commission and Oracle-Sun.

  8. Re:You guys are missing the point! on Widenius Warns Against MySQL Falling Into Oracle's Hands · · Score: 1

    I thought they were working on Drizzle. But suggesting to the EU to force Oracle to relicense MySQL under the Apache License after having it sold to them (indirectly) doesn't exactly sound like a neutral point of view ;)

  9. Slipery slope on GNOME Developer Suggests Split From GNU Project · · Score: 1

    The question is: Will Mono further the cause of FOSS or not?
    If you are a developer doing cross-platform development under GNU/Linux, there are always two possible outcomes:

    1. users will stay with the proprietary operating systems (Windows,MacOS) because your software runs very well on that platform anyway
    2. users will switch to free software because your software makes them realise that there is a whole world of free software out there

    Especially in the first case it is important to get the licensing right. KDE4 for example is being ported to Windows, MacOS, and Solaris. If KDE4 would be licensed under BSD/MIT instead of GPL, Microsoft or Apple could simply take the work and sell it as part of their proprietary software. The monetary gains then would be used to take control of the project.

  10. Maelstrom on Mars Express Captures Phobos and Deimos · · Score: 1

    My fingers instinctively groped for the keyboard when I saw the asteroids entering the picture. I find it alarming that the large asteroid is faster than the small one.

    http://en.wikipedia.org/wiki/File:Maelstrom.png

  11. Shocked silence on USPTO Asking For Ideas To Enhance Patent Quality · · Score: 1

    Or a Slashdot forum with less than 50 postings. That's what you get when you ask such a question.

    And while we are at it. We also welcome
    * suggestions on how to improve support for proprietary software
    * input for the banks on how to increase capital gains
    * proposals for improving the safety mechanisms of guided missiles

  12. Re:the way they want ballots to work in Redmond on Microsoft Tweaks Browser Ballot As EU Deal Nears · · Score: 1

    Yeah. The previous poster probably also had problems with the Slashdot comment filters. I had problems to post code examples in the past.

    http://validator.w3.org/

  13. Are you sure you want Firefox to be your browser? on Microsoft Tweaks Browser Ballot As EU Deal Nears · · Score: 1

    It's probably going to be something like the Florida Voting Machine.

  14. Re:Nice try on Scientific Journal Nature Finds Nothing Notable In CRU Leak · · Score: 1

    Yes. If it comes out that you are massaging the data in e.g. the field of molecular science it will cost your job very quickly. But the peer pressure is very high on researchers who are saying that anthropogenic CO2 has a minor effect on the global temperature. Gordon Brown for example calls them "flat Earth group".

  15. Re:the way they want ballots to work in Redmond on Microsoft Tweaks Browser Ballot As EU Deal Nears · · Score: 1

    Can you please post a corrected version for us so that we can learn from you?

  16. Re:This is just baffling! on Murdoch To Explore Blocking Google Searches · · Score: 1

    All he wants is a tête-à-tête with Sergey Brin and Larry Page so that he can talk with them about our faith and the future of mass media. Almost every influential politician has granted him that. Sergey and Larry are just the new kids on the block and they better pay him some respect if they want to become members of the club!

  17. My new definition of paying taxes on EU Wants To Redefine "Closed" As "Nearly Open" · · Score: 1

    Analogous to the EIF's definition of Open Source Software (OSS), paying taxes is the willingness of persons, organisations or other members of a mixed source community obtaining salaries to share information about their financial status and to stimulate a debate with the revenue authorities, having as ultimate goal a mutual understanding of the situation and a strong basis for a healthy debate. In that sense, paying taxes leads to a quick turnaround of our fiscal status and strengthens the economy.

  18. Re:Implementing meaningful timestamps is not trivi on Why Computers Suck At Math · · Score: 1

    You are right. In a self-contained system you can choose your own time base of course and absolute time is not important (only relative time). However I think it does no harm to be aware of those things.

  19. Implementing meaningful timestamps is not trivial! on Why Computers Suck At Math · · Score: 1

    Anyone who thinks that measuring time is simply a matter of using accurate floating point values should have a closer look at the definition of time

    • There is the universal time (UT) where there is noon when the average sun crosses the zenit in Greenwich.
    • There is the ephemeridal time (ET) which is a constant time measure which was defined last century. Due to the earth's rotation slowing down ET-UT is more than one minute these days.
    • There is UTC which is a constant time measure which is aligned with UT (running at the speed of ET). Once UTC-UT reaches 0.9 seconds a switch-second is introduced (happens about twice a year).
    • Then there is time zones and all the summer time / winter time nonsense
    • A year has more than 2**34 milliseconds. The Julian calendar starts at 4713 BC. In order to save digits time-signal services use the Modified Julian Date which starts somewhere in 1858.

    And depending on the problem you are working on you may have to take into account relativistic effects caused by the gravitational potential of the earth and the sun.

  20. That's some good news! on White House Website Switches To Open Source · · Score: 1

    When Obama's inauguration speech was published using Silverlight I thought that the Whitehouse IT had succumbed to Microsoft lobbying. So this actually good news for once. Lobbyists will have to be more careful in their rhetorics when arguing against free and open source software.

  21. Creator: Adobe InDesign CS4 on How To List FOSS Experience On Your Resume · · Score: 1

    Sorry, but this is not the right tool to list FOSS experience. Next!

  22. Re:Seen from space on LHC Successfully Cools To 1.9K In Lead-Up To Restart · · Score: 1

    No. But you can see a black hole by the way it distorts the sky around its edges.

  23. The earth won't be destroyed according to Hawking on LHC Successfully Cools To 1.9K In Lead-Up To Restart · · Score: 4, Funny

    Here's what Hawking said when giving his Michelson-Morley award lecture:

    A tiny black hole wouldn't gobble up the earth as newspaper scare stories would have one believe. Instead the black hole would disappear in a puff of Hawking radiation and I would get a Nobel prize.

  24. Re:Lessons Learned 20 Years Ago at JPL/Nasa on Image Recognition Neural Networks, Open Sourced · · Score: 1

    If somebody is interested in vision using "neural networks", I can really recommend to watch Geoffrey Hinton's lecture on Restricted Boltzmann Machines.

  25. Re:Read between the lines ... on Rupert Murdoch Says Google Is Stealing His Content · · Score: 2, Insightful

    He is just doing what he does best: Spreading FUD and steering public opinion. Some time ago there was an interview with the very same Murdoch proudly explaining how the purchase of MySpace would transform his media empire.
    But he would rather see a world in which Google faces strong mistrust by people and their governments. That's why he is spreading this nonsense. What an imposter!