Slashdot Mirror


User: Notch

Notch's activity in the archive.

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

Comments · 6

  1. Re:To quote Padme... on WikiLeaks Supporters' Twitter Accounts Subpoenaed · · Score: 1

    I mostly frequent European forums and communities. Am I correct in understanding that the people who want Assange assassinated are the same people who shout the loudest about democracy and freedom? :-/

  2. Re:To quote Padme... on WikiLeaks Supporters' Twitter Accounts Subpoenaed · · Score: 3, Insightful

    Who's applauding, though? From what I can tell, it's mostly just a stunned silence punctuated by occasional mutterings of "wait, isn't this wrong?".

  3. Re:Why Go? on The Coming War Over the Future of Java · · Score: 2, Informative

    Java is not an interpreted language. The very first thing that happens is that you compile it from .java files to jvm bytecode files (.class files). Those files are in turn later compiled into native code on the fly as the application runs.

  4. Re:Let's just back up a moment. on 1978 Cryptosystem Resists Quantum Attack · · Score: 1

    Still, it would be possible to end each message with a textual representation on how to generate the next pad. "Generate the next 1000 byte pad from the GPS coordinates of the next 100 earthquakes, as reported by site.org.example.net" Or even easier, "hey, drive over here and pick up a HD full of the next 2 tb of OTP"

  5. Re:Let's just back up a moment. on 1978 Cryptosystem Resists Quantum Attack · · Score: 1

    Your post was great up until the final paragraph where you suggest reusing one time pads. That will not work. Rot 13, for example, is a reused one time pad of size 1.

  6. Re:Rubber-banding on Should Computer Games Adapt To the Way You Play? · · Score: 1

    Sure, but poor implementation of it will destroy the design of a game. I very much like games that let you change the difficulty setting without restarting the game. That way you can choose how difficult you want the game to be, and if you start having a hard time, you don't have to start over the very first level. Games that automatically change the difficulty, I find frustrating. Games like Oblivion and Final Fantasy 8 take it to the extreme, where you're actually punished for making progress in the game. As your character levels up, so does everything else in the game, making it pointless for the player to bother trying to level up.