Slashdot Mirror


User: Strilanc

Strilanc's activity in the archive.

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

Comments · 115

  1. Re:This Book Review: Poorly Conceived, Poorly Writ on The Road to Big Brother · · Score: 1

    Excellent post. Well written, insightful, and even a bit funny.

  2. Re:1% ! on Reliable Male Contraceptive In the Works · · Score: 3, Informative

    A 1% pregnancy rate over two and a half years actually sounds very effective. I don't know the rates for other protection methods, or even unprotected, but I know they're not as good as 99% (in practice) over 2.5 years.

    But 1/3 of the sample dropping out is not very promising. Side effects? Cherry picking? Guess we'll find out later.

  3. Expect more of this in the future on A Computer Composing and Playing Jazz · · Score: 1

    If computers get better at composing music (and they will), we should eventually see websites that stream newly composed music 24/7.

    Instead of selling songs you sell composition.

  4. Re:Unfortunately... on How to Search Today's Usenet For Programming Information? · · Score: 1

    Experts exchange puts all the responses at the bottom of the page, so they still come up in searches, but you're not likely to see them.

    Get the aardvark and remove-it-permanently extensions for firefox and RIP all the clutter in the middle and it'll look just like any other forum.

  5. Re:Will this work? on Company Announces $30,000 Prize For Solving iPhone Game · · Score: 1

    You're assuming you're not going to have to share the prize.

  6. Re:Not for Active on World's First "Unclonable" RFID Chip · · Score: 1

    Even if they use physical properties of the chip you can still clone it. Your clone will simply contain a digital copy of the physical information, instead of actually measuring it every time like the original chip.

  7. Re:Forgive my ignorance on 45th Known Mersenne Prime Found? · · Score: 1

    We already have an algorithm that solves NP problems in P time, but only if P = NP.

    http://en.wikipedia.org/wiki/P_%3D_NP#Polynomial-time_algorithms

  8. Re:Well said... on Jail 'Greedy' Scam Victims, Says Nigerian Diplomat · · Score: 1

    That's actually not true, although many cons will no longer work. Lots of people with cancer spend thousands of dollars on cures that don't work [the seller doesn't always know this].

  9. Re:NO, they do NOT! on Do Subatomic Particles Have Free Will? · · Score: 1

    How is it unjustifiable?

    They showed, given very few assumptions [read the paper], that if humans are unpredictable then particles are unpredictable.
    A pretty basic logical equivalence: A->B === ~B->~A
    Therefore if particles are entirely predictable, humans are entirely predictable

  10. Re:Hrm... on Do Subatomic Particles Have Free Will? · · Score: 1

    Right, because no physicist could have ever though of that. "It's there but we just can't measure it" theories, aka "Hidden Variable Theories" aren't compatible with the predictions of QM, unless you throw in some other weird things like non-locality.

    http://en.wikipedia.org/wiki/Hidden_variable_theory

  11. Re:will there be changes? on Hacking Ring Nabbed By US Authorities · · Score: 1

    There's a demand for credit cards, people aren't going to "just use cash". Not to mention cash doesn't work nearly as well as credit over the internet. The idea is to fix the system, not throw it out.

  12. Re:will there be changes? on Hacking Ring Nabbed By US Authorities · · Score: 5, Interesting

    I'm going to go out on a limb and say the core of the problem isn't the security of the computers, it's the fact that in order to use a credit card number you have to reveal it. There will always be some retailer or customer without a secure system. _We can't change this, it's too hard_.

    I think the solution is a small device with an embedded secret key. All it has to do is sign data [secondary: show text, wireless, usb, etc].

    For example, to complete a transaction, a store asks you to sign this:
    [
          VISA Credit Transfer
          "here's a one-line ad because we just can't help it!"
          amount: 12.34$us
          buyer: John Doe
          seller: Matt's Grocery Store
          date: August 7, 2008
          buyer public key: 09 f9 11 02 9d 74 e3 5b d8 41 56 c5 63 56 88 c0
          seller public key: 4B 3D BA 71 3B D8 56 43 2B A7 E8 F4 69 CA C5 5A
          seller transaction id: 594864purplebunnies
          protocol version: 1
    ]
    Then the store also signs it, and sends it and the signatures to VISA, or whoever.

    The beauty here is that the security is now entirely encapsulated in a) the signing device, and b) the plaintext format for requesting credit.

    In the example I have given the buyer only has to check that the amount is correct because all other modifications give them free groceries. The store only needs to ensure they match the format specified by VISA, and that the buyer's signature is valid. VISA takes most of the work, checking that the format is correct, the signatures are valid, the transaction id is unique for the seller, the buyer has enough credit, etc.

    I'm sure there are holes, but it's a hell of a lot better than what we have now.

  13. Re:There is substance to the disagreement. on Linguistic Problems of GPL Advocacy · · Score: 4, Insightful

    BSD is about giving to the world.
    GPL is about changing the world.

  14. Re:The problem on Avi Rubin Has Some Optimistic Words About E-Voting · · Score: 1

    A secure voting system, in the sense that every person can keep their vote a secret AND check that their vote has not been tampered with, requires every person to have a public/private key pair. It will be years, maybe decades, maybe never, before we start getting those kind of IDs.

  15. Re:Just one more errosion.... on Boiling Down Books, Algorithmically · · Score: 1

    While you're at it, complain about university students not making their books less expensive. Your beef is with publishers. They aren't the entire scientific community.

  16. Re:what does it all mean, Basil? on Prominent Mathematicians Rebuke Recent Riemann Hypothesis Proof · · Score: 2, Insightful

    Unless it says the number is prime (you have to trust there are no factors) or gives factors that aren't primes.

  17. Re:These people don't understand poker on Poker Program Battles Humans In Vegas · · Score: 1

    That's actually not true. 'Optimal' play means you are at least as good as every player, it doesn't mean you are the best against every player. You can sometimes do better against poor players by making moves that good players would counter.

    A computer with a perfect model of their (non-optimal) opponent will do better in the long run than a computer just playing the probabilities.

  18. Re:So what's the point of having ratings? on Minnesota Pays Video Game Industry $65K In Fees · · Score: 1

    The same reason insulation must display a resistivity value: so the customer knows what the hell they're buying. It might not be illegal to sell mature games to young kids, but it's illegal to put a teen rating on those games (or it should be!).

  19. Re:C is easy - what about Java or Python? on 2008 Underhanded C Contest Officially Open · · Score: 1

    It has to not look suspicious. Spaghetti code _always_ looks suspicious.

  20. Re:Block them from flying over cities? on Pentagon Wants Kill Switch For Planes · · Score: 2, Funny

    I suggest a BIGGER PLANE to surround the smaller one with.

    Of course then we'll need bigger bigger plane in case they get a bigger plane.

  21. Re:Pros and Cons on Bacteria Make Major Evolutionary Shift In the Lab · · Score: 2, Informative

    Spontaneous generation is a type of abiogenesis, but abiogenesis is not spontaneous generation. Abiogenesis refers to any theory about how life arose from non-life. Lookup abiogenesis on wikipedia for more.

  22. Re:amusing on Bacteria Make Major Evolutionary Shift In the Lab · · Score: 2, Informative

    It's becoming more commonplace for "creationist" to by default mean "young earth creationist", and that is what the GP was most likely referring to (definitely seems that way based on the context).

    Strictly speaking, you're correct because "God created the universe" and "the theory of evolution is true" can both be true.

  23. Re:Multiple Choice on Have Mathematics Exams Become Easier? · · Score: 2, Informative

    Math does not go together with multiple choice tests. Many math problems are hard to solve but easy to check, meaning it can be much faster (and easier) to just run each answer backwards than solving the original problem. As a simple example: suppose you're asked to integrate sin(x)*cos(x). Since differentiation is easy, you just differentiate all the answers and see that sin(x)^2/2 differentiates to sin(x)*cos(x). You could do an entire test on indefinite integration and *never even perform integration*. (Another example: prove X vs which proof proves X)

    Of course some math problems don't have that 'easy to check' property, and they are more appropriate for multiple choice tests. Definite integration is an example of such a problem. But even then multiple choice tests are easier, because you can catch your own errors by comparing against the possible answers (not to mention the non-negligible chance of just guessing the correct answer).

  24. Re:Gecko feet on New Robots Developed To Climb Walls · · Score: 1

    I expect that even if it did work, you would end up increasing the rolling friction of the tire. That would cut into gas mileage.

  25. Re:Fire up the soldering irons... on Atari Founder Proclaims the End of Gaming Piracy · · Score: 1

    Well, assuming you can't extract the private key from the chip, and assuming you can't get one of the keys used to make authorized private keys from the manufacturer: you can still crack the games.

    At some point either the game or the hardware needs to check the TPM. Guess what: we can modify the game to not perform the check, and we can emulate the hardware except without the check. Emulating the TPM isn't even necessary.