Slashdot Mirror


User: Skuto

Skuto's activity in the archive.

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

Comments · 569

  1. Re:This is a poorly phrased problem on The Tuesday Birthday Problem · · Score: 1

    The odds of having an Fboy *at all* are higher if there are two boys than if there are a boy and a girl. That's the clue of the problem: you cannot ignore the a-priori probabilities in that case.

  2. Re:It depends on *why* you are being told on The Tuesday Birthday Problem · · Score: 1

    Mod parent up please, it's one of the very few sane replies that points out the real issue. News for Geeks? Not for Math Geeks, it seems :)

  3. Re:This is a poorly phrased problem on The Tuesday Birthday Problem · · Score: 1

    I agree. Let's try this:

    After having heard that Obama was born on a Friday, a parent remarked: "I have two children, one of whom is a boy born on a Friday. What's the probability that my other child is a boy?"

    With the problem restated like this, the mathematical answer should be more acceptable.

  4. Re:Where are the C development jobs? on Objective-C Enters Top Ten In Language Popularity · · Score: 1

    Try this with Broadcom or Xilinx :)

  5. Re:KISS on ISO 9001-Compliant Document Control? · · Score: 1

    While I've seen that system successfully used in organizations held to much stricter standards than ISO 9001, I'll be the last one to say it's the best way of doing it.

    Some Wiki with proper access controls?
    Any version control system with proper access control?

  6. Re:Should they be playing games in prison, anyway? on Prison Bans D&D For Mimicking Gang Structure · · Score: 1

    >are supposed to be...learning to reintegrate into society

    >Sitting around playing games and watching TV all day

    Makes perfect sense to me!

  7. So they're concluding that performing a complex multidisciplinary task requiring thinking, planning and problem solving skills, but that is also fun improves student performance and learning?

    I'm shocked!

  8. Re:As jellomizer put it... on Lost Northwest Pilots Were Trying Out New Software · · Score: 4, Insightful

    >Kind of sucks when you are designing a $20000 dollar circuit board in your first month and you put the
    >PGA socket lands in backwards.

    Shouldn't they have fired whoever was signing off on your work?

    I can't imagine a company letting a newbie design a 200000 USD board and then not having a more experienced engineer sign off on it. For all the things wrong that were wrong at my past job, what you describe sure as hell wasn't one of them.

  9. Re:Off topic, but vaguely related on Intel Lynnfield CPU Bests Nehalem In Performance/Watt · · Score: 1

    Both are Penryn. P vs T is indeed the power efficiency.

  10. Re:As long as someone does it. on EU May Allow US To Keep Snooping On European Bank Data · · Score: 1

    >It is not Microsoft or Coca Cola who have access to the information right now.

    Yes, because government officials can't be bribed. Especially not by corporations that have lots of money.

  11. Re:I was a little worried on SHA-3 Second Round Candidates Released · · Score: 3, Informative

    >The thing I like about Skein is its tree mode.

    Pretty much every hash in the competition can work in tree mode. Not all submitters defined a tree mode, but that shouldn't stop NIST from defining a good one.

    There are better performers than Skein, so unless those are all seriously weakened I doubt it can win. Skein looks good on high end hardware, and not so good on anything else (compared to some other top competitors).

  12. Re:What about TIB3? on SHA-3 Second Round Candidates Released · · Score: 1

    It had too strong attacks against it.

  13. Re:Where's Whirlpool? on SHA-3 Second Round Candidates Released · · Score: 2, Interesting

    Because the Rijndael guys submitted something much better: Keccak.

  14. Re:I was a little worried on SHA-3 Second Round Candidates Released · · Score: 1

    It's unclear this tweak lowers security, probably the opposite. It has more rounds than the original submission.

  15. Re:Just use gandi.net on Registrars Still Ignoring ICANN Rules · · Score: 1

    Seconded. Another 100% satisfied gandi.net customer here.

  16. Re:Summary is extremely misleading on IBM Releases Open Source Machine Learning Compiler · · Score: 1

    >Actually the time to make a new compiler is
    >reduced *and* the optimization performance of the
    >compiler increased when compared to standard GCC
    >(whichis what the 18% refers to).

    Yes, 18% performance increase on an IBM p system running an embedded application benchmark. Ahem. Let's not talk about the compilation time, either.

    It seems to be basically a very smart way to find the optimal combination of gcc optimization flags.

    Now, how this will achieve:

    "The compiler is expected to significantly reduce time-to-market of new software, because lengthy manual optimization can now be carried out by the compiler."

    It won't. The summary is complete bollocks.

  17. Summary is extremely misleading on IBM Releases Open Source Machine Learning Compiler · · Score: 3, Informative

    >The compiler is expected to significantly reduce time-to-market of new software,
    >because lengthy manual optimization can now be carried out by the compiler.

    The time to *make a new compiler* for a certain processor is reduced, and the
    process of figuring which optimizations are should be in the compiler for that architecture
    is automated.

    This is for the kind of research where they attempt to make many specialized processors
    on a single chip instead of a general monolithic one. In this case, you need many
    compilers and tuning those is important. It's the time optimizing THOSE that is lowered,
    not the one of writing the software that is compiled itself.

    I see no real relevance to the "normal" desktop situation on that website.

  18. Re:Things to learn from the Open Source model on Browser Vendors Force W3C To Scrap HTML 5 Codecs · · Score: 1

    >If Ogg/Theora comes under fire, guess who will get
    >targeted: some game developers or Apple and its
    >$30 billion. If MPEG4 gets targeted, it will be
    >one troll vs. the rest of the world.

    So? What does that change? They get sued either way.

  19. Re:Things to learn from the Open Source model on Browser Vendors Force W3C To Scrap HTML 5 Codecs · · Score: 2, Interesting

    >Apple doesn't want to be the deep pocketed commercial implementation of Ogg that ends up having to pay patent
    >trolls. That's why it is going with the ISO/MPEG standard, which pools patents together from everyone.

    The patent pools provide ZERO protection against patent trolls.

    Several people got sued DESPITE paying for patent licenses to the MPEG patent pool. The MPEG LA provides no guarantee they cover all patents applying to their technologies.

  20. Re:Complexity. on New AES Attack Documented · · Score: 1

    The original post was surprised that the attack worked against AES-256 but not AES-128. That isn't surprising. Reality is that It's fairly typical for the reasons I stated.

    Even before this attack, 10 rounds of AES-256 were broken, but only 7 rounds of AES-128. That's not because AES-256 has weaker rounds than AES-128.

  21. Re:Complexity. on New AES Attack Documented · · Score: 1

    Only if 2^0 memory is involved. The attack requires 2^128 memory, which increases the total complexity.

  22. Re:Complexity. on New AES Attack Documented · · Score: 1

    It's irrelevant to the point. The explanation is about why an attack with a given complexity can be a break for Cipher-256 but not for Cipher-128, but not necessarily mean that Cipher-128 is stronger than Cipher-256.

    If the break found would have been 2^129 instead of 2^119, what I described would have exactly been the case.

  23. Re:Complexity on New AES Attack Documented · · Score: 1

    >Um, even if you brute force AES 128, wouldn't you only have a complexity of 2^64?

    No. This is an encryption function, not a hash.

  24. Re:Complexity. on New AES Attack Documented · · Score: 1

    Not really. The thing is that a break against AES-256 can use up to 2^256-1 operations and be considered faster than brute force. The same technique wouldn't count as a break against AES-128, because that is brute forceable in 2^128 anyway.

    If there's an attack against AES-256 that takes 2^200 operations, it's considered a break. But this is still more effort than the one needed to just brute force AES-128. So AES-256 would still be more secure.

  25. Re:Biggest Shock Of All on Exchange Rates Spell High Prices for Windows 7 In the EU · · Score: 3, Informative

    Windows pricing is exactly opposite as you describe, so you just reinforced the original posters point.