Slashdot Mirror


User: zindorsky

zindorsky's activity in the archive.

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

Comments · 83

  1. Re:Its not just Linux, its trusted boot... on Washington Post Says Use Linux To Avoid Bank Fraud · · Score: 1

    Not to mention TEMPEST (http://en.wikipedia.org/wiki/TEMPEST)

  2. Re:Its not just Linux, its trusted boot... on Washington Post Says Use Linux To Avoid Bank Fraud · · Score: 1

    Its not just "linux vs Windows" but "trusted boot": All you need to rely on is that the live CD is OK and your BIOS is not corrupted and you can effectively safely connect to your bank.

    ORLY? What about hardware key stroke loggers? They do exist you know.

  3. Turn stick figures into photos? on PhotoSketch Image Manipulation Tool Taking the World by Storm · · Score: 3, Interesting

    Someone should take all the XKCD comics, mark 'em up a bit, turn 'em into nice pictures, and .... Profit!!

  4. Pics or it didn't happen on PhotoSketch Image Manipulation Tool Taking the World by Storm · · Score: 1

    Pics or it didn't happen.

  5. Re:Useless book. on Coders At Work · · Score: 1

    The use of the "or" conjunction, which in English is semantically equivalent to a logical XOR.

    _Usually_ equivalent to XOR. Consider the following statement:

    "It will rain today or tomorrow".

    If, in fact, it rained today _and_ tomorrow, would you consider the statement false? Most people wouldn't. Therefore, in that particular case, English "or" is equivalent to logical OR not XOR.

  6. Re:Who Cares on Game Over For Sony and Open Source? · · Score: 3, Informative

    Buy a damned computer, or one of the mobiles you can install Linux on.

    Maybe you should RTFA before posting ...

    Of course there are a million machines you can install Linux on, but the PS3 was particularly nice because of its Cell architecture. That allowed for some super-computer like performance for a low, low price. Lots of research institutions used PS3 clusters for low cost supercomputing. Now that future is jeopardized.

  7. Breaking RSA expected in next few decades? on Tetraktys · · Score: 1

    Speaking of "getting your facts right" ...

    Breaking RSA is something that is not expected for many decades

    Um, [citation needed] much? Seriously does anyone expect RSA to be broken in the next few decades?

    Certainly much longer key lengths will be brute-forceable in the next few decades, but that's a far cry from coming up with a polynomial time algorithm that breaks RSA.

  8. Re:Headline misses the point completely on Stroustrup Says New C++ Standard Delayed Until 2010 Or Later · · Score: 1

    Concepts are (were) cool. But let's be realistic: unless you're doing a lot of template library programming, you wouldn't use them much.

    I think much cooler additions are lamda functions, move semantics (rvalue references), auto keyword and others. Also additions to the standard library like threading and decent smart pointers.

  9. Re:Salts? on Free Rainbow Tables Looking For New Admin · · Score: 4, Insightful

    Once you've reverted the hash back to salt+plaintext, it's *much* easier to remove the salt (often some string concatenated with the plaintext).

    Often? That's the definition of salt.

    Also, rainbow tables don't revert the hash back to salt+plaintext. Rainbow Tables don't work if salt was (correctly) used. Well, I guess you could make a set of RTs for every possible salt value ... if you have an ice age or two to wait.

  10. Re:Salts? on Free Rainbow Tables Looking For New Admin · · Score: 5, Informative

    I thought the prevelance of using salts with hashes obsoleted rainbow tables years ago.

    True. Correctly salting your password hashes will make rainbow tables useless.

    But ... Guess which system still doesn't salt passwords? Windows!

  11. Re:Default is way older on On the Humble Default · · Score: 0, Redundant

    (Really? No takers? Huh. Well, a geek's gotta do what a geek's gotta do:)

    NO ONE EXPECTS THE SPANISH INQUISITION!!!

  12. Re:dictatorships, cartels, democracy on Mass Arrests of Journalists Follow Iran Elections · · Score: 3, Insightful

    When you have a good dictator, things are generally pretty
    good. The trick is to avoid the bad dictator.

    That is indeed the trick. The fact is, the harm that bad dictators cause greatly outweighs any good that "good" dictators provide. And a dictator system, once in place, is very hard to get rid of.

    Also, I feel suspicious of the idea that there are "good" dictators. Some may start out good, but power corrupts and absolute power corrupts absolutely.

  13. Yes, but does it run Nethack? on iPhone Shakes Up the Video Game Industry · · Score: 1

    Call me when someone ports Nethack to the iPhone. Or figures out a good mobile device type interface for roguelikes in general.

  14. ls | grep on How To Manage Hundreds of Thousands of Documents? · · Score: 0, Redundant

    ls | grep

    amiright?

  15. Re:Computers can't model macroeconomics on Hydraulic Analog Computer From 1949 · · Score: 5, Funny

    What they don't realise is that motorists are more intelligent than water particles.

    Says you.

  16. .5 million lines of code on OpenOffice 3.1 Released · · Score: 5, Insightful

    Having a lot of lines of code is not necessarily something to brag about. In fact, it's more likely to be an indicator of badness than goodness.

    If the product works great, people won't care how many lines of code it has. If it's buggy or sluggish or in other ways wonky, people might look at the code line count and point to that as the problem. ("It's bloated!" "It's so big no one can understand it or fix it!")

  17. Re:Why text messages instead of email? on Why Text Messages Are Limited To 160 Characters · · Score: 2, Informative
    Worth noting:

    UTF-16 is much better than UTF-8 for encoding asian scripts. UTF-8 needs 3 bytes per code point in that range, while UTF-16 needs only two.

  18. Re:I'm calling BS on Forensics Tool Finds Headerless Encrypted Files · · Score: 3, Insightful

    OK, I checked it out. Here's how they "do" it:

    1. No File Header.

    2. (File size % 512) = 0

    3. Successful X2 and Arithmetic Mean tests on certain bytes.

    4. File size greater than 15 MB.

    Step 2 == entropy tests.

    In other words, they detect random looking files (which implicitly implies "no header") whose size is 0 mod 512 and is greater than 15MB.

    Big fucking deal. It might be true that on your system, the only files that meet these characteristics are TrueCrypt volumes, but again it's trivial to create non-TrueCrypt files that meet these criteria. Simply, any true random file (whose size meets the above requirements) will be detected as a TrueCrypt file.

    I stand by my assessment: BS.

  19. I'm calling BS on Forensics Tool Finds Headerless Encrypted Files · · Score: 2, Interesting

    I'm pretty familiar with TrueCrypt, but I don't know what a TrueCrypt "Dynamic" file is. Are they just talking about an encrypted virtual volume?

    Anyway, I'm pretty sure this is BS. I think they're just doing regular entropy tests on files. That will tell you when you have random data. A good test might be able to distinguish a large amount of compressed data from encrypted data since compressed data does have a little redundancy (emphasis on "might" and "little").

    But I guarantee that they are not detecting any redundancy in ciphertext. Detecting even a small amount of redundancy in the output of any modern cipher algorithm (like AES or Twofish) would be a HUGE cryptanalytic result. It would be front page news (in cryptographic circles).

    In summary, I'm positive that they can't distinguish between a TrueCrypt volume and true random data.

    Put up or shut up.

  20. "Unemployed college professor"? on Town Fights Cricket Plague With Led Zeppelin · · Score: 5, Funny

    ... says Laura Moore, an unemployed college professor and one of the town's 13 residents

    If you're unemployed, you're not a college professor. You're a former college professor, or a wannabe college professor. Also, maybe a town of 13 doesn't have a lot of college professor openings?

  21. Re:Convert? on Time Warner Cable Won't Compete, Seeks Legislation · · Score: 2, Insightful

    Government intervention in the market, whether as a primary actor, or via impact (regulatory) on a primary actor, is anathema to a free-market idealist.

    Then free-market idealists are living in a fantasy world.

    In reality, even if you start with a free-market utopia, eventually some players consolidate power and then use it to stifle competition. We've seen it over and over again.

    Yes, sometimes the government is the player that has too much power and quashes the free-market. But at least (in theory) governments are beholden to the people.

    Really, these libertarian types remind me of old-school communists: their ideas sound cool but fail to take human nature into account.

  22. Re:laptop heat? can that be used to charge it self on How to Charge Your Cellphone Using Wasted Heat · · Score: 4, Funny
  23. Re:Sesame Street & the Importance of Bilingual on Shouldn't Every Developer Understand English? · · Score: 1

    The closest language to English is French.

    Not true. Frisian is.

  24. Re:nice... on Is That "Sexting" Pic Illegal? A Scientific Test · · Score: 1

    I can't stand the stupid "try 'em as adults" trend that has swept the country.

    I think that if you're tried as an adult and acquitted, then you get the privileges of being an adult. Like voting, drinking, renting cars, etc.

    After all, according to the government you have the responsibilities of an adult. You should get the privileges too.

  25. Re:Did know it was that bad on Project Aims For 5x Increase In Python Performance · · Score: 2, Insightful

    Yes, I realise the right tool for the job argument.

    Exactly. Most applications are not CPU bound. If yours is, then I don't know why others are trying to get you to use Python.