Slashdot Mirror


User: markatto

markatto's activity in the archive.

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

Comments · 7

  1. Re:Old News on RunCore Introduces Self-Destructable SSD · · Score: 3, Informative

    IIRC the "DeathStar" moniker came about back when IBM still owned the brand, before Hitachi bought it.

  2. Re:my question is on China Plans National, Unified CPU Architecture · · Score: 1

    Honestly, architecture doesn't matter all that much as long as you have your OS kernel and compiler(s) ported. MIPS, Alpha, ARM, and Power all run pretty much any open source software you could wish for, although I can't speak to UPU as I've never heard of it.

  3. Who foots the bill? on Canada To Mandate ISP Deep Packet Inspection · · Score: 2, Insightful

    This sounds expensive. Who is going to pay for it? The ISPs? The government?

  4. Re:Dictionnary attack doesn't show any weakness on Cracking Passwords With Amazon EC2 GPU Instances · · Score: 1

    Not necessarily. There are many use cases where there is no disadvantage to a fast hashing algorithm. For example, secure hashes are commonly used to guarantee that data has not been modified. (I believe that PHP uses a hash for this purpose, as it is much faster than running rsa on the entire message.) What this REALLY tells us is something that we have known for a long time: fast hash functions are suboptimal for password "storage"/verification. We need to use something slower for dealing with passwords, such as bcrypt, which can be made arbitrarily expensive.

  5. Re:Too Easy on Why There's Still No Netflix App For Android · · Score: 1

    It is trivial to re-encode a high resolution video at a lower resolution one. The reverse is not true. (Well technically it is just as easy, but it's pretty pointless.)

  6. Re:Summary's BOGUS... on Ubuntu Dumps X For Unity On Wayland · · Score: 1

    `ssh -X` doesn't usually work "correctly and transparently out of the box," at least for most people's definition. You might want to look at `ssh -Y`.

  7. Re:finally! on First Chrome OS Notebooks Due This Month · · Score: 1

    Now if only TFA had actually said anything specific about the hardware... Here's hoping for Cortex-A9, perhaps OMAP4? ChromeOS isn't very interesting to me, but I would almost certainly buy one to use with a real distro.