Slashdot Mirror


User: TechyImmigrant

TechyImmigrant's activity in the archive.

Stories
0
Comments
5,917
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,917

  1. Re:Retarded on TSA Limits Lithium Batteries on Airplanes · · Score: 1

    The article said *non rechargeable* lithium batteries.

    Your rechargeables don't count for this particular ban.

    Don't tell them that it is the rechargable LiIon batteries installed in laptops that have been exploding.

  2. Re:Oh just jump to 64bit already MS on Notebook Makers Moving to 4 GB Memory As Standard · · Score: 1

    Vista should have been 64 bit and only 64 bit. There was no need to muddy the waters with 32 bit options. There would be no RAM addressing problem, no 2038 problem, no "do I need a 32 bit or 64 bit driver" problem.

  3. Re:Fresh Meat! on Ruby on Rails 2.0 is Done · · Score: 1

    Actually I was arguing from the standpoint that security in online systems comes through reduced complexity in trusted code. Thus affording effective review and analysis. If you structure your online application such that you have to trust the whole codebase, you're screwed. Make sure you only have to trust a tiny bit of code, then polish that turd well.

    The two properties I warned against were 'large' and 'immature'. I mentioned neither 'open' nor 'closed'.

    Thankyou for educating me. I'll file it with all the other security advice I get on Slashdot.

  4. Fresh Meat! on Ruby on Rails 2.0 is Done · · Score: 2, Interesting

    Fresh Meat, full of bugs, for the hackers to hack.

    If you desire a secure system, do not place a large, immature body of code in the line of fire on the internet.

  5. Re:Cool on Balancing Robot Can Take a Kicking · · Score: 1

    It was supposed to be funny. It's funnier that people thought it was insightful.

  6. Re:Cool on Balancing Robot Can Take a Kicking · · Score: 5, Insightful

    > perform tasks like bend over and pick up weighty objects

    A robot should not bend over and pick up weighty objects. It should squat and pick it up while maintaining it s rear electrical conduit in a straight configuration to prevent getting a herniated servo in the back.

  7. Nothing like the Server's Kicking. on Balancing Robot Can Take a Kicking · · Score: 4, Funny

    Unlike the robot, the server seems to have been unable to cope with the kicking it got after getting a good hard slashdotting.

  8. Re:But... on Lenovo Announces ThinkPads Preloaded With XP · · Score: 1

    > Thinkpads, they are quite Linux-friendly.

    1) Intel builds most of the interfaces in a Thinkpad, since they make the chipsets.

    2) Intel wrote much of the Linux driver code for their devices. Even for the stuff they didn't write, they have teams of people making sure the drivers work with their silicon.

    3) All Intel employees are issued Thinkpads (except for the few with Macs). They have been for years. So anyone in Intel responsible for driver support for an Intel chip is going to experience it on a Thinkpad first and get it fixed if its broke.

    That's why Linux works well on Thinkpads.

  9. Re:Use 1x on New Way to ID Invisible Intruders on Wireless LANs · · Score: 1

    802.1X (It's a capital X) is not an authentication protocol. It's an architecture (1X) and a protocol protocol (EAPoL) to carry a protocol (EAP) that carries authentication protocols (EAP methods).

    What you said is akin to recommending a purchaser of a computer use the box it came in.

  10. Re:certification? on US Bot Herder Admits Infecting 250K Machines · · Score: 1

    Certification to a security consultant usually means X.509, RFC3280bis and a sprinkling of ESP methods.

  11. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I figured dot1 would be enjoying your presence.

  12. Re:Argh. on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    That's what I told the person from NIST.

  13. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I was more thinking of getting a beer than discussing crypto

  14. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    Are you going to be in Atlanta next week?

  15. Re:according to archive.org on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    Not *exactly* the same..

    I'm still hunting for the document saying it's deprecated for hashing but it's fine as a PRNG. It's in there somewhere.

  16. Re:As an Oregonian on NY Rejects E-Voting, DOJ Trying to Force the Issue · · Score: 1

    Yes, but the traffic at the library for the 50% of voters who left it to the last minute was hell.

  17. Re:Electric voting machines not reliable? on NY Rejects E-Voting, DOJ Trying to Force the Issue · · Score: 1

    He was phonetically correct. What do you expect in a country where phonics is pushed as a way of teaching a non phonetic written language?

  18. Re:Argh. on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    You're reading 800-56A. Not 800-56.

    800-56 was around at the time. It was not so much withdrawn, as snuck away, destoyed and the remains buried in a shallow grave somewhere in Maryland. NIST won't admit to its existence these days.

  19. Re:Argh. on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I decided to go back and look at the spec so I could respond with the specific requirement. Rather than dig in my files I went to google to find the document. I put in "nist SP800-56" and up pops the message I posted two steps earlier in this thread.

    That's some quick indexing.

    Note to Google. When I put in "nist SP800-56" I want you to take me to the NIST spec.

  20. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I'm not disagreeing. A hash algorithm can cover a sensible range of widths would be useful for situations not needing bigger hashes.

    AES has this property in the key length. Its parent spec Reignwatchamacallit has it in block size also.

    Someone with a lowly ARM should design their chip so the crypto can run at the needed rate. If RTL is needed, go design the RTL. It's not hard.

  21. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I was thinking of the 1600 byte cert it forms the digest in.

  22. Re:Just use Identity... on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    >Personally I think anything over 256 is overkill. But that's just me...

    It's moot in certs. It's going to be padded out to 2048 bits anyway.

  23. Re:Elliptical Curve? on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    > It should probably be based on http://en.wikipedia.org/wiki/Elliptic_curve_cryptography . Unless they want something that only they can break. :O

    That would be for signatures, not hashes.

  24. Re:Encryption != Hashing on NIST Opens Competition for a New Hash Algorithm · · Score: 2, Informative

    When hashing a data set larger than the resulting digest, it cannot be reversed at all. However you can find collisions which is handy if you want to subvert the PKI hierarchy that protects web transactions.

  25. Argh. on NIST Opens Competition for a New Hash Algorithm · · Score: 1

    I put a SHA-1 based KDF in 802.16 because NIST SP800-56 told me to.

    Argh.