Slashdot Mirror


User: wmbetts

wmbetts's activity in the archive.

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

Comments · 501

  1. Re:4.2 GRAMS??? SRSLY??? on Cocaine Found At Kennedy Space Center · · Score: 1

    To quote Charlie Sheen “I don’t know man. I was banging 7 gram rocks and finishing them because thats how I roll. I have one speed, I have one gear Go!”

  2. Re:I am from that area. on Facebook Photo of Stolen Ring Puts Couple In Jail · · Score: 4, Funny

    It's not nice to assume everyone is a coke head. She might like meth too!

  3. Re:Here's the guy... on Old Man Murray Wikipedia Controversy Continues · · Score: 1

    Thank you. Now I know what's wrong with Wikipedia.

  4. Re:Hard to reconcile on Court Rules It's Ok To Tag Pics On Facebook Without Permission · · Score: 1

    Because I purposely don't want my information entered into their database. If I did I would have an account and upload my own pictures. Someone else shouldn't be allowed to populate their database with my personal information.

  5. Re:Make a hotspring resort out of it on Town Expands To Boost Cooling For NSA Data Center · · Score: 1

    You sir are an IDEA MAN. We need more people like you working at the upper levels of government!

  6. Re:Saying no on A Letter On Behalf of the World's PC Fixers · · Score: 1

    girl friends don't count!

  7. wtf? on Former MI6 Chief Credits WikiLeaks With Helping Spark Revolutions · · Score: -1, Troll

    So are they saying wikileaks is good? I'm confused.

  8. Has anyone with kids not observed this?

  9. Re:A BIT expensive?! on New Apple MacBook Pro Reviewed · · Score: 1

    I like the MBP mainly because of the magnetic power adapter and now the OS.

  10. Re:why has google taken OUR # 1 search ranking? on Google's Fight Against 'Low-Quality' Sites Continues · · Score: 1

    It's mainly because Google doesn't like or believe in the mission of your non-profit.*

    *I completely made it up...

  11. Re:I'll drop my webapp sec researcher hat... on Anatomy of the HBGary Hack · · Score: 1

    You shouldn't ever let your browser store passwords.......

  12. Re:Gotta Have Catchy Nicknames for Them Though on The Seven Types of Hackers · · Score: 1

    The term as been around over a decade now. If I remember correctly it was first used to describe the milw0rm attacks on the Indian nuclear program.

  13. Re:I think Beck has started to believe his own con on Glen Beck Warns Viewers Not To Use Google · · Score: 1

    with terrorists!!!

  14. Re:Paywall sites are going to be hit pretty hard on Google Goes After Content Farms · · Score: 1

    Yes, EE does produce original content and lots of it.

  15. Re:I've never run "pure" Debian... on Why Debian Matters More Than Ever · · Score: 1

    wow your anger can't be healthy...

  16. Re:Google and Microsoft, please... on Microsoft Vehemently Denies Google's "Bing Sting" · · Score: 0

    Clearly Superman would win.

  17. Re:Let's go back to horses on Sensor Measures In Fingertips If Driver Is Drunk · · Score: 1

    Doesn't matter there are recorded cases where people have been arrested for DUI while on a horse. It's not about public safety it's about money.

  18. All Exploits on Sony Sends DMCA Takedown Notice To GitHub · · Score: 2

    I wonder if all exploits could fall under the DCMA.

  19. Re:Why on SourceForge Down After Attack [Updated] · · Score: 2

    No it's based on OMG OMG OMG HOW THE FUCK DO THEY DARE TRY AND MAKE MONEY WITH A WAY I DON'T APPROVE OF.

    It's talking about them bundling toolbars with their software. Every piece of software I've seen like that on source forge has always had an easy way to choose not to install them.

  20. Re:Learn, folks on Spam Levels Lowest Since 2009 · · Score: 1

    WOW O_o

    what has been seen can't be unseen

  21. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 1, Troll

    PHP Warning: assert(): Assertion "strlen("£") == 1" failed in /home/ant/nou.php on line 3

    Awesome Unicode support there, buddy. Performance of C combined with the user-friendliness of an interpreted high-level language! Oh wait.

    Who's full of shit again?

    Awesome incorrect use of a language while trying to sound smart. If you don't even know how to use a language please refrain from commenting on perceived deficiencies.

    ?php
    mb_internal_encoding('UTF-8');
    if (mb_strlen("£") == 1) {
                    print "lol@op being full of shit\n";
    }

  22. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 2

    The OP is full of shit. It does have unicode support and does support namespaces. The generalization of the parser I have no idea what he's talking about and == vs. === makes sense if you know what you're comparing.

  23. Re:Why does this code even exist? on PHP Floating Point Bug Crashes Servers · · Score: 0

    Sounds like you need to learn how to use the language a little bit better.

  24. Re:Who uses floating point input in PHP? on PHP Floating Point Bug Crashes Servers · · Score: 1

    Anything that deals with shipping with USPS apis would. I've seen people get hung up on why some value (i forget example what now) was being returned incorrectly. Turns out they had to cast the value to a float before passing it to the api.

  25. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 1

    I wish I could mod you up. Pretty much everything the OP complained about has been addressed.