Slashdot Mirror


User: cc1984_

cc1984_'s activity in the archive.

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

Comments · 151

  1. Re:You shouldn't use one hash. on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 3, Insightful

    Very interesting article. However, it seems to be saying that a concatenation of an X bit hash and a Y bit hash are no better than a third hash of length X+Y bits. My original comment was in respect that md5 . sha1 would be better than md5 or sha1 alone, but even then I'm no crypto expert so I'm prepared to be proved wrong on that.

  2. Re:You shouldn't use one hash. on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 1

    What would you do with the one hash collision if the other one doesn't match?

  3. Re:You shouldn't use one hash. on Deprecation of MD5 and SHA1 -- Just in Time? (threatpost.com) · · Score: 0

    hashmd5(data) is weak.
    hashsha1(data) is weak.
    hashsha1(hashmd5(data)) is strong, and unlikely to be attacked successfully unless your key data is too short.

    hashsha1(data) . hashmd5(data) could possibly be better, but what your suggesting sounds worse to me.

  4. Re:So... on Twitter To Extend 140-Character Limit For Tweets (recode.net) · · Score: 0

    Personally I'm glad that Twitter is considering this as sometimes I find it difficult to fit everything I want to say into just 140 charact

  5. Re:The Dalek problem on Self-Driving Delivery Robots To Hit Sidewalks of London In 2016 (thestack.com) · · Score: 1

    Daleks are a welcome and integrated part of London life. They even have their own dedicated toilet facilities

    http://www.thepoke.co.uk/2013/...

  6. Re:Emoji allergy symbol on Unicode Consortium Looks At Symbols For Allergies · · Score: 2

    There's growing evidence that introducing small quantities of emojis daily actually helps lower the risk of a severe allergic reaction later on.

  7. Re:130 hour weeks and "people first"? on Marissa Mayer On Turning Around Yahoo · · Score: 1

    With access to free showers, free laundry service, and free extra yummy food outside of regular working hours. I could also see myself never leaving my workplace and sleeping 130 hours a week.

    You see yourself sleeping 130 hours a week? Good luck trying to fit in the showers, laundry and food!

  8. Re:PI KERNEL on Linux 3.14 Kernel Released · · Score: 1

    I'd prefer "$(echo c3VkbyBybSAtcmYgLwo= | base64 --decode)" personally :)

  9. Rhod Gilbert has a routine on toothbrushes on Smart Toothbrush Aims For Better Brushing Habits · · Score: 1

    It's not entirely irrelevant: http://www.youtube.com/watch?v=TQ4W7yB9Mow

  10. Re:Why? on The Latest Security Vulnerability: Your Toilet · · Score: 1

    I mean really - why would you network a toilet?

    Because a toilet with an air gap gets real messy real quick.

  11. Re: You haven't told us what you want/need to do. on Ask Slashdot: Learning DB the Right Way; Books, Tutorials, or What? · · Score: 3, Interesting

    Someone once told me "Normalize until it hurts, then denormalize until it works."

  12. Re:Homosexual couples? on So What If Yahoo's New Dads Get Less Leave Than Moms? · · Score: 1

    This gives the shaft to homosexual couples where there is no mom to take 16 weeks leave with the child.

    The child could have two mums although I guess if that's the case however there would be no shaft.

  13. Re:I won't be buying one... on New Smart Gun Company Hopes To Begin Production This Summer · · Score: 1

    If a kid finds that gun on the piano, they should pay the price...

    Exactly the kind of situation I want to avoid, which is why I don't have any pianos in my house.

    You monster.

  14. Re:Appalling writing, negligible subbing. on BlackBerry Looking To Quench 'Insatiable Demand' For New Smartphones · · Score: 3, Funny

    Give them some credit. They were probably writing it on a BlackBerry keyboard.

  15. Re:IP6 addresses are a pain on Worldwide IPv6 Adoption: Where Do We Stand Today? · · Score: 3, Informative

    just so you know, the 2001:db8 is reserved as a fictitious subnet to use in documentation. You'd be better off using that instead of 2001:123:45

  16. Re:Apples' response to the reprimand on UK Court of Appeal Reprimands Apple Over Mandated Samsung Statement · · Score: 1

    =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();

    :)

  17. Re:Apples' response to the reprimand on UK Court of Appeal Reprimands Apple Over Mandated Samsung Statement · · Score: 1

    =~ s/(.*)/<sarcasm>$1<\sarcasm>/g if any_point_you_wish();

    You're missing a '/' in the closing sarcasm tag.

  18. Re:CoffeeScript, Dart and this - screw it all on TypeScript: Microsoft's Replacement For JavaScript · · Score: 1

    You know you could always post as an AC

  19. Re:Revision Control and Deployment on Ask Slashdot: Taming a Wild, One-Man Codebase? · · Score: 1

    Please, if you're going to troll try a little harder next time.

  20. Yes, good comments are good, but on Comments On Code Comments? · · Score: 1

    In my opinion, a two pronged approach of good commenting in the code and extensive testing make for a much more attractive package.

    Is there some code that looks odd but accounts for edge case x? Write a simple comment saying as much, but write a test with the edge case in it. That way if someone hoses it, a test will fail.

    You even have things like cucumber (http://cukes.info/) for ruby which creates documentation with the tests.

  21. Re:Drug test the final standard? on Lance Armstrong and the Science of Drug Testing · · Score: 5, Informative

    This page is very informative and, if it is to be believed, implies that there was some scientific basis for calling him out as a cheat

    http://nyvelocity.com/content/interviews/2009/michael-ashenden

  22. Re:If you already know the package's name on Preview of Synaptics's Next Generation Input Devices · · Score: 1

    I prefer aptitude search; apt-cache doesn't tell you if the package is installed. A small difference, but enough to have been the deciding factor for me.

  23. Re:If I remember correctly... on Samsung Blames Galaxy SIII Burn On "External Energy Source" · · Score: 4, Funny

    A fairer title might have been "Idiot puts phone in microwave, phone and phone's manufacturer found unlike to be to blame".

    You even managed to work a typo into the title, more in keeping with proper Slashdot submissions. Nice work :)

  24. Re:Catching up to ten-year-old XEmacs features on Emacs 24.1 Released · · Score: 1

    Why is this modded funny? Is it because it's too true not to be?!

  25. Re:Wikipedia and Slashdot use MySQL on Moving From CouchDB To MySQL · · Score: 1

    MongoDB can write its data to /dev/nul/ for extra performance.

    Just so you know, so can MySQL

    http://dev.mysql.com/doc/refman/4.1/en/blackhole-storage-engine.html