Slashdot Mirror


User: tangent3

tangent3's activity in the archive.

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

Comments · 431

  1. Re:Who knows... on Data Breach Reveals 100k IEEE.org Members' Plaintext Passwords · · Score: 2

    Apparently they logged http access but not ftp access....

  2. Re:Well... on Data Breach Reveals 100k IEEE.org Members' Plaintext Passwords · · Score: 5, Informative

    Disclaimer: I've RTFA'ed

    The passwords were not stored in plaintext.
    However, the web server access logs logged the passwords entered in plaintext. That was what was downloaded from a publically access ftp folder.

  3. Re:First of the many bogus patents by Google on US Patent Office Seeks Aid To Spot Bogus Patent Claims · · Score: 0

    Are you stupid or what?
    Google does NOT have a patent for using anonymity online.
    What Google has is a patent for one method of providing anonymity online.

    There are plenty of ways to offer anonymity online, other companies are welcomed to use their own methods. If they want to use Google's methods, they will have to license it from Google.

  4. Re:No redundancy on Three Mile Island Shuts Down After Pump Failure · · Score: 1

    Says right there: "Its shutdown was caused when one of four coolant pumps for a reactor failed to work."

    Could probably have continued operating on the remaining 3 pumps, but was shut down for safety.

  5. Re:Note to TSA on TSA Spending $245 Million On "Second Generation" Body Scanners · · Score: 1

    A couple of questions for you...

    1) Who did you vote for?
    2) If that politician you vote for had taken office, how would he or she have prevented TSA from happening?

    Just curious

  6. No obligation to protect your free speech... on The Implications of Google Restricting Access To Anti-Islam Film · · Score: 1

    To be precise, they actually have no obligation to host your free speech, especially not in countries where there is no free speech.

  7. Re:Big businesses won't move on Google Kills Apps Support For Internet Explorer 8 · · Score: 1

    Or you know, they could just install Firefox or Chrome to access Google Apps and retain the obselete IE to access the obselete services.

  8. Re:He also added... on Wozniak On the Samsung Patent Verdict · · Score: 1

    Nintendo is evil, no doubt about that. Just less evil than Sony and Microsoft, so Slashdot tend to cut Nintendo a bit of slack.

  9. Mila Parkour on Cloud Firm MediaFire Flags Malware Samples For DMCA Violation, Bans Researcher · · Score: 3, Funny

    She was kicked off...

    No worries, she will grab on to the horizontal bar, swing 360 degrees around it then flip, somersault and land with a graceful roll.

  10. No... on Will Developers Finally Start Coding On the iPad? · · Score: 3, Interesting

    ..but if they were serious enough about coding on a tablet, there are plenty of portable hardware keyboards that can be connected to it.

    But really, the IDE apps mentioned don't seem to allow development of actual iOS apps on the device, unlike https://play.google.com/store/apps/details?id=com.aide.ui&hl=en

  11. So do Facebook, Microsoft, Yahoo, Myspace, et al on The Worst Job At Google: a Year of Watching Terrible Things On the Internet · · Score: 5, Informative

    http://www.nytimes.com/2010/07/19/technology/19screen.html

    The 2-year old article I linked also explains that all Google content reviewers are on one-year contract because of the nature of the work and have access to counseling. From TFA it seems many of these reviewers got the false impression that they would be hired fulltime after completing the one year. Considering that Google seem to have pretty tough hiring process, I'm not surprised that very few of these reviewers get hired fulltime. Their managers must be filthy liars though.

  12. Re:Zero sympathy...none...nada...bupkis on Assange Makes Statement Calling For an End To the "Witch Hunt" · · Score: 1

    Good luck trying to get your government's Foreign Policy department to function properly if all the correspondences with foreign sources have to be made available to the public.

  13. Re:Shame on Hillary and Obama on Assange Makes Statement Calling For an End To the "Witch Hunt" · · Score: 3, Insightful

    Obama wasn't even born in 1954, why is it his fault that the US wasn't a party in the 1954 OAS Convention?

  14. Re:Most stupid idea ever on Insurer Measures Driver Safety With Smartphone App To Calculate Premiums · · Score: 1

    That's why life insurance premiums don't discriminate based on your age and whether you are a smoker, right?

  15. Re:I still don't get it on How Google+ Punk'd The Oatmeal · · Score: 2, Insightful

    I think you need to look up the difference between "I" and "we"

  16. This is for real on Blizzard Says Battle.Net Has Been Hacked · · Score: 5, Informative

    Real links here: http://us.blizzard.com/en-us/securityupdate.html
    http://sea.battle.net/support/en/article/important-security-update-faq

    The important thing to note is that the passwords were encrypted with Secure Remote Password protocol, meaning that Rainbow Tables are ineffective since each password is individually encrypted instead of using a common hash. Also, the process is CPU expensive so brute forcing is highly unfeasiable for reasonably length passwords.

  17. Re:rename Digia as Trolltech on Digia To Acquire Qt From Nokia · · Score: 3, Insightful

    If Nokia never happened, there wouldn't have been an LGPL version of Qt.

  18. Re:Hang down your head, Tom Daley on Teenager Arrested In England For Criticizing Olympic Athlete On Twitter · · Score: 1

    Yes, the two tweets are from the same person rileyy_69
    Submitter conveniently left out that fact to troll people that don't RTFA.

  19. *VM on the iPhone... on ScummVM 1.5.0 'Picnic Basket' Released · · Score: 2

    ...requires the iPhone to be jailbroken, of course.

  20. Re:write your own on Ask Slashdot: Scripting-Friendly Smartphones? · · Score: 1

    And if you want to develop the app right on your mobile phone, you can use https://play.google.com/store/apps/details?id=com.aide.ui&hl=en

  21. Everyone knows that the release date... on EA Outs Battlefield 4, Plans To Charge $70 For New Games · · Score: 1
  22. Re:No software patents! on Apple-Motorola Judge Questions Need For Software Patents · · Score: 3, Informative

    Copyright laws still exist even if software patents go away.

  23. Re:Easy peasy on World's Hardest Sudoku · · Score: 1

    That is the dumbass brute force method trying every single number irregardless of the givens, which will take forever. Why the fuck will anyone do it that way?
    Several years ago I wrote a brute force solver that pruned numbers for each cell that has already appeared in the same row/cell/box, and it solved all puzzles in under 200ms on a sub-100MHz ARM processor.

  24. Re:Latency on Google Unveils Nexus 7 Tablet, Nexus Q 'Social Streaming Device' · · Score: 3, Informative

    You still have no idea how triple buffering works. What will actually happen is this:

    Input A
    Render frame #1 showing response to A
    Render frame #2 showing response to A
    Render frame #3 showing response to A
    Input B
    Display frame #3
    Render frame #4 showing response to B
    Display frame #4
    Render frame #5 showing response to B
    Input C
    Display frame #5
    Render frame #6 showing response to C

    Triple buffering is required to drop frames if you render faster than they are being displayed. It's the only way to guarantee that there will be a ready buffer to render to.

  25. Re:Latency on Google Unveils Nexus 7 Tablet, Nexus Q 'Social Streaming Device' · · Score: 5, Informative

    You obviously have no idea what triple buffering is. There is no extra latency when triple-buffering is used.

    In double buffering, one renders to the back buffer while the hardware is displaying the front buffer. When the rendering is done, a buffer swap takes place. However, this does not take place immediately because you will need to wait for the hardware to finish reading the front buffer before it can be made available to be rendered on.

    Triple buffering solves this wait by providing a 3rd buffer which can be rendered on while the hardware is displaying the front buffer and the previous frame is in the queue. Now, if your rendering is fast enough and you finish rendering while the hardware is still displaying the front buffer and the queued buffer has not been displayed yet, then the queued buffer will be removed and made available for the next frame. No latency issues here.