Slashdot Mirror


User: grub

grub's activity in the archive.

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

Comments · 5,448

  1. Every title is doomed. on EA Ending Online Support For Dozens of Games · · Score: 3, Insightful


    "As games get replaced with newer titles, the number of players still enjoying the older games dwindles to a level - typically fewer than 1 per cent of all peak online players across all EA titles

    So every EA online game will die when the figure on a spreadsheet drops below a certain threshold. Why not open source the server software rather than abandon it?

  2. Look for a good Fan Edit on Why Disney Can't Give Us High-Def Star Wars Where Han Shoots First · · Score: 5, Informative


    There are some very well done Fan Edits which take footage from various versions of the film and create a fan-friendly version. Han shoots first, no CGI Jabba the Hutt, etc.
    You can often spot the differences when they went from HD to a DVD or Laserdisc source to keep the story true to the original, but that's part of the fun.

  3. Re:Still a big hit in Vietnam on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 1

    That had me laughing.

  4. Why not? on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 3, Insightful


    At work in the recent past (2000's) we were still supporting FORTRAN on the SGI machines we had running. The SGI compilers would optimize the hell out of the code and get it all parallized up, ready to eat up all the CPUs.

    Newer isn't always better.

  5. Re:Apache is dying... on Netcraft: Microsoft Closing In On Apache Web Server Lead · · Score: 2, Funny


    Every six days?
    Seven digit UID slacker!

  6. Yawn. on Why Hollywood's Best Robot Stories Are About Slavery · · Score: 2


    So should I watch I, Robot or Roots?

  7. VM on The Upcoming Windows 8.1 Apocalypse · · Score: 5, Funny


    I run Windows 8 in a VM on Vista. It's like a layer cake of failure.

  8. This is cool! on How To Find Nearby Dark Skies, No Matter Where You Are · · Score: 1

    My daughter loves science and the new Cosmos. This is a perfect tool to plan with for an upcoming warm summer night.

  9. Re:Sign story on Researchers Find Easy To Exploit Bugs In Traffic Control Systems · · Score: 3, Insightful


    They still have wardialling, it's called nmap. :)

  10. Sign story on Researchers Find Easy To Exploit Bugs In Traffic Control Systems · · Score: 4, Funny

    Back in the mid 80s I ran a BBS (Demented Data Systems) We used to to crap like run scans looking for modems. Anyhow, one of the users found something interesting: an electronic sign on top of a downtown office building here was accessible by modem with no password or anything. Just a banner with the company name, sign location and menu.

    He set up a scroll for sometime late one particular evening saying "CALL DEMENTED DATA SYSTEMS - 555-5555 (insert real phone number). So that evening after many beers, the band of drunken ~18 year old geeks went out to the street corner across the road and watched. Sure enough, after what seemed like ages of waiting, there it was scrolling across the screen.

    So, yeah, in the olden days some crap was pretty easy to play with.

  11. Re:The more C++ evolves... on C++ and the STL 12 Years Later: What Do You Think Now? · · Score: 3, Funny

    C++ is to C as Lung Cancer is to Lung.

  12. Safety Deposit Box on Ask Slashdot: How To Back Up Physical Data? · · Score: 1


    Some banks, like my own (TD Canada Trust), offer one for free if you keep a minimum balance in an account. That is where all our original documents go.

  13. Re:Safety Deposit Box on Ask Slashdot: What Tech Products Were Built To Last? · · Score: 1

    WTF? I was replying to a story about physical data backups...

  14. Safety Deposit Box on Ask Slashdot: What Tech Products Were Built To Last? · · Score: 1


    Some banks, like my own (TD Canada Trust), offer one for free if you keep a minimum balance in an account. That is where all our original documents go.

  15. Re:Slashdotted phone number? on Man Builds DIY Cellphone Using Raspberry Pi · · Score: 2

    I think he's mixing his Arabic and Roman numerals. 3500 readers is about right for 2014.

  16. Re:Ted Unangst's article on OpenBSD Team Cleaning Up OpenSSL · · Score: 1

    heh and I see it was linked to in TFA. Sorry.

  17. Ted Unangst's article on OpenBSD Team Cleaning Up OpenSSL · · Score: 4, Informative

    Ted Unangst wrote a good article called "analysis of openssl freelist reuse"

    His analysis:

    This bug would have been utterly trivial to detect when introduced had the OpenSSL developers bothered testing with a normal malloc (not even a security focused malloc, just one that frees memory every now and again). Instead, it lay dormant for years until I went looking for a way to disable their Heartbleed accelerating custom allocator.

    it's a very good read.

  18. Re:Drop Dropbox on Commenters To Dropbox CEO: Houston, We Have a Problem · · Score: 1

    Dedupes client side.

  19. Re:Drop Dropbox on Commenters To Dropbox CEO: Houston, We Have a Problem · · Score: 2

    I have my own domains and do this with tunnelled rsync to a NAS4Free box, though for long term storage I like SpiderOak (and TarSnap). SpiderOak keeps historical versions and dedupes the data.

  20. Drop Dropbox on Commenters To Dropbox CEO: Houston, We Have a Problem · · Score: 1


    Try SpiderOak. Free 2 GB, zero-knowledge, secure. Works on a load of OSs and devices.

    I'm a completely satisfied customer.

  21. Fork it. on NSA Allegedly Exploited Heartbleed · · Score: 4, Funny


    Theo de Raadt should fork OpenSSL. He could call it OpenOpenSSL.

    .

  22. So... on Chinese Man On Trial For Spreading False Rumors Online · · Score: 1


    ... it's kind of like a Chinese Snopes, except you go to jail rather than being unfriended.

  23. Re:Whatever you may think ... on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 5, Informative

    From the proof-of-concept page I mentioned above.

    Conclusion

    It is quite obvious in light of the recent revelations from Snowden that this weakness was introduced by purpose by the NSA. It is very elegant and leaks its complete internal state in only 32 bytes of output, which is very impressive knowing it takes 32 bytes of input as a seed.

    Here is the Github repo for the PoC code.

    This PRNG is not the NSA making a crypto system stronger ala DES, it's a backdoor.

  24. Re:Whatever you may think ... on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 3, Interesting

    [sorry, link screwed up in my reply, should have checked more closely.]

    There is also a nice proof-of-concept backdoor with a link to the github repo.

  25. Re:Whatever you may think ... on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 4, Informative


    RSA has denied having knowledge of the backdoor, says NSA tricked them, and has never denied the $10M payout. Some of Snowden's leaks mention it.
    Reuters has a summary

    proof-of-concept backdoor with a link to the github repo.

    None of that is a smoking gun, but there is enough smoke to tell me there is a fire.