Slashdot Mirror


User: wondershit

wondershit's activity in the archive.

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

Comments · 63

  1. Re:I Got It! on Deloitte: Use a Longer Password In 2013. Seriously. · · Score: 1

    Well, not if you scope the timer to the IP address the failed login comes from. Obviously this doesn't really work either because of bot nets.

  2. Re:unlicensed code (D)DOS on Pushing Back Against Licensing and the Permission Culture · · Score: 1

    But shouldn't this work both ways?

  3. Re:Not A New Concept on JavaScript JVM Runs Java · · Score: 1

    There is a JVM targeted for research named Maxine that is written in—you guessed it—Java. It needs to be bootstrapped by another JVM in order to compile itself with its JIT compiler and after that it runs by itself. I recently attended a talk by one of its developers and it looks very interesting.

  4. What the hell?! on Things That Turbo Pascal Is Smaller Than · · Score: 1

    Good job. Posting obvious shit and getting on the main of Slashdot. I hope I'm not the only one who thinks this sort of comparison is absolutely pointless. Why are we even comparing executables to web pages or images?

  5. Re:I've actually been using bing lately on Official "Firefox With Bing" Released · · Score: 1

    The page summary doesn't include some of the words, and worse is that when you go to the page, and hit ctrl-f, you can't even find one of the omitted keyword! Frustrating as hell.

    I think this has been around for a while. I usually went to the cached version which highlights the searched terms in different colors. At the top, the omitted terms are listed and described as appearing only in sites linking to the current site. This may even be very helpful in finding sites. However when you specifically search for one of those words (say, a configuration parameter) it just sucks.

  6. Re:Given he had retirement plans how unfortunate on Civil Suit Filed, Involving the Time Zone Database · · Score: 1

    Yep. Slashdot covered it in March.

  7. Re:Hilarious! =D on Glowing Cats a New Tool in AIDS Research · · Score: 1

    A little while ago we had something similar: fluorescent dogs. The interesting thing with the dogs is that you can turn the effect on and off depending on what drugs you mix into their food...

  8. Re:Failure on 'Cosmo' — a C#-Based Operating System · · Score: 2

    I agree that it's stupid they got got even the name wrong in the summary. But I do not agree with such a project being "pointless in the first place". How often do we embrace stuff like that on slashdot? Doing things for the sake of doing. Hand in your Geek Card.

  9. Re:Packt on Book Review: Using CiviCRM · · Score: 1

    The interesting thing is what Packt achieves with these reviews. I'm stating this as if they were buying the reviewers (which is a likely possibility) and this is exactly the problem. Whenever I'll see two books on the same topic - one from Packt and one from another publisher - I'll pick the other one. Because somewhere in the back of my head I'll always think "Yeah, that's Packt. They need to buy all those reviews; therefore their books must be crap."

  10. Re:Where are the free PDF versions? on 2 RMS Books Hit Version 2.0 · · Score: 5, Informative

    Here and here.

  11. Reminds me of Defender of the Favicon on A Game Played In the URL Bar · · Score: 5, Interesting
  12. And here is the iFixit link on IPad 2 Teardown Shows Tablet's Guts · · Score: 5, Informative

    Why the main article this summary is about is not linked is beyond me...

    http://www.ifixit.com/Teardown/iPad-2-Wi-Fi-Teardown/5071/1

  13. Re:Bad Tech Journalism on Cloud Gaming With Ray Tracing · · Score: 1

    For a while I don't open links to *world sites like Computerworld, PCWorld or Infoworld anymore. Keeps the blood pressure low. Too often they have horribly bad researched articles spread over as much pages as possible. It's unbearable how little content they provide with so many words. Comments on slashdot seem to confirm this more often than not.

  14. Re:Zelda on philips CD-i on The Legend of Zelda Turns 25 · · Score: 1

    The Angry Video Game Nerd had two pieces on them; iirc it's these two: Angry Video Game Nerd: CDi Part 2 and Angry Video Game Nerd: CDi Part 3.

  15. Re:Opera on Browser Private Modes Not So Private After All · · Score: 1

    I think Opera got better. I once opened Google in private mode and was still logged in. Now this isn't the case anymore, even when opening them right after each other. But what is really great is that it also won't save or read Flash cookies in private mode. I recently read that some browsers have or had problems with it but can't remember where. I think they'll all figure it out eventually. (well, it might be useful for those who use Flash... /. seems to be populated only by people who despise it.) Of course this doesn't say if it leaks encryption keys or whatever.

  16. Re:That's cute and everything.... on MINI-ITX and the Future of PC Case Design? · · Score: 1

    but PLEASE don't spread bullshit you know isn't true.

    That's why I only spread bullshit on things I know nothing about. That way I don't even know I'm wrong.

  17. Re:Shenannigans! on Google Says It Mistakenly Collected Wi-Fi Data While Mapping · · Score: 1

    hey /. I need your help
    I accidentally 93MB of Wi-Fi data
    what should I do...is this dangerous ?

  18. Re:Troll? on Mac OS X Problem Puts Up a Block To IPv6 · · Score: 1

    Nope, still funny.

  19. Re:I disagree on The Virtual Choir Project · · Score: 1

    Dude, you mean Heiner Goebbels. Heinrich Goebbels is the nazi child of Heinrich Himmler and Joseph Goebbels.

  20. Re:FrontPage? on MIT Offers Picture-Centric Programming To the Masses With Sikuli · · Score: 1

    Non-techies want to do things like scripting and web design without paying a professional, the same way they want to fix things around the house or fix the car.

    I really doubt that. And from what I hear you can't easily fix most issues with cars anymore.

  21. Re:Profit in four easy steps! on Palm Opens Dev Program, Offers $1M For Top App · · Score: 1

    What is step 3???????

  22. Re:Privacy fears on Mozilla Exec Urges Switch From Google To Bing · · Score: 1

    Alternatively we come to a more honest world where everyone realises that pretty much everyone looks at porn.

    Yeah. Reminds me of this story about a study of porn consumption. They couldn't find people that never looked at porn for the control group...

  23. Re:ehh on DX11 Tested Against DX9 With Dirt 2 Demo · · Score: 1

    Come again when it's OVER 9000!!!

  24. Re:Underhanded Way to Increase Comments in Code on Dumbing Down Programming? · · Score: 1

    However, this self-documentation addresses only "how the code works". The programmer must still write comments explaining "why the code is used".

    This should be rare. Ideally you document the API both internal and external. Actually some people think internal functions need not be documented but it might depend on the context. Anyway this documentation defines the contract a certain function fulfills. Now somebody calls this function. What should be the "why"? Well, because I want the result of that function, duh.

    The "why" is only necessary if you write something that seems at first glance counterintuitive, superfluous, wrong, illogical etc. Maybe it wasn't even easy to figure out because it just seems not right. So you write a comment why you did it in order to avoid someone "correcting" it.

  25. Re:Now hook it up to Blinkenlights. on Google Voice Controls Giant LED Display · · Score: 1

    They have been to Canada too.