Slashdot Mirror


User: Quill_28

Quill_28's activity in the archive.

Stories
0
Comments
1,053
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,053

  1. Re:What do I think? on Open-source Licensing: BSD or GPL? · · Score: 1

    I know you are joking, but MS had a tcp/ip before they switched to the BSD one.

  2. Re:Good introduction to game theory! on Getting Started with Game Development? · · Score: 1

    Nice questions, though the 3rd will turn into a flame war.

    The 2nd seems very obvious, maybe I missed something.

  3. Re:Another "faith based" initiative on Six Bomb Blasts Around Central London · · Score: 1

    Bull crap.

    To tie Christians in the US to these murdering Muslims is ludicrious.

  4. Re:Double Standard on Grizzly-sized Catfish Caught in Thailand · · Score: 1

    why?

  5. Re:I'll certainly be... on Grizzly-sized Catfish Caught in Thailand · · Score: 1

    You may want to add the Mississippi River to your list as bull sharks have been found as far north as Illinois in it.

  6. Re:"Jipped"? Watch your language, please. on MMOGs Only For the Hardcore? · · Score: 1

    It had very litle effective since very few people knew the jipped comes from gypsy(if that is even true).

    Seems like you go looking for ways to be offended.

  7. Re:It's really disappointing on 'DVD Jon' Breaks Google Video Lock · · Score: 2, Informative

    goto when used correctly can simplify code and make it easier to read.

    Most colleges just say never use it because so many people turn out horrible code by using too many or misusing the goto statement.

  8. Re:C# Book on Effective C# · · Score: 1

    "spit it"

    What does that mean?

    If you and going to troll and be a jerk. Then learn to write a sentence.

  9. April 21st on MySQL Mug and Ten Years of MySQL and PHP · · Score: 1

    My guess

  10. Re:Ridiculous but fun. on Building the Ultimate Gaming Desktop · · Score: 1

    So what is the best bang for the buck videocard right now?

  11. Re:Miles?? on Japan Tests New Bullet Train · · Score: 2, Insightful

    Well then shouldn't the article be written in Japanese?

  12. Moon on Low-Hanging Moon Explained · · Score: 1

    So last night driving I saw probably the coolest looking moon in my life.

    Low, big, orange-yellow, and a thin cloud covering the mid section like in some horror film.

    Now I know why. The big low part, not the color.

    Or the cloud, i understand how clouds work.

  13. Re:Barrier to Entry on How Amazon and Google are taking eBay's Business · · Score: 1

    Fair enough.

    But I don't see any easy way around it

    Well maybe if ebay does a better job of tracking down the crooks.

  14. Re:Barrier to Entry on How Amazon and Google are taking eBay's Business · · Score: 1

    Find a friend. I sell stuff on ebay for them all the time.

    Make sure to pay them to make it worth their while.

    Or start buying stuff on ebay to raise your score.

  15. Re:slashdot being sued on GeForce 7800 GTX Review · · Score: 0, Offtopic

    From the article:
    Defendant slashdot.org is an far-right wing Internet news website that posts libelous and defamatory content and is used by Open Source Community members to anonymously post hate speech, death threats, threats to murder and promotes and advocates acts of domestic terrorism within the United States. The address and location of defendants is believed to be within the State of California, but is unknown at the present time.

    Far right wing Internet news website??

    This statement is wrong on so many levels.

  16. Re:What the author doesn't realise on Inventor of Proxy Firewall Blames Hackers · · Score: 1

    Could you let me know where you live?

    I would like to "express" myself as I please.

  17. Gone to the gutter on How to Build a Mainboard: ECS Production Tour · · Score: 3, Insightful

    >skilled female technicians who have the ability to >test two at a time, in tandem.

    Trolling for vulgar comments I say.

  18. Re:the problem with whores on Tech Support Businesses on the Rise · · Score: 1

    Why would you ever want to pee on someone?

  19. Re:relative intteligence on Bigger Brains Make Smarter People Study Says · · Score: 1

    You know alot about this?

    I had a friend in high school who was quite smart.

    I believe he currently has his doctorate and works for the NSA. Computer related stuff.

    I am considered pretty smart also, but he would kick my butt in calculus.
    He was the first person I meet who 'got' math quicker than I did.

    Here is the thing, he couldn't touch me chess.
    Or other strategy games. It wasn't that I played more I was just better.

    But I am sure his IQ was higher than mine.

    Why and how does that relate to this 7 intelligence thing.

  20. Re:The fundamental zombie problem on Zombie Report By ISP · · Score: 0, Flamebait

    How does this get modded interesting?

    Interesting to read a arrogant self-absorbed jerk write flamebait.

    Nobody wants to be a zombie idiot they do care.

    But they are not knowledgeable enough to set their firewall up correctly or install linux.

    So they connect and 4 minutes later they are taken over without even knowing it.

    They just want to read some e-mail, see pictures of their relatives, maybe check their bank account.

    Funny has you get pisted at the users and not the hackers.

  21. Re:Any good Republican on ACLU to Challenge Utah Porn-Blocking Law · · Score: 1

    I think you make a fair point.

    But most people do not have much choice when it comes to an ISP.

    I only have one broadband provider.

    And what I would want is not what other people want.

  22. Re:Companies' Rights on ACLU to Challenge Utah Porn-Blocking Law · · Score: 1

    Restaurant analogy doesn't fly with me.

    I have one ISP(broadband) to choose from.

    I can't(realistically) take my business elsewhere.

  23. Re:isn't it ironic? on The Death of Folders? · · Score: 1

    Would you believe I never knew grep had that option?

    Had a little shell script for years that did the find grep.

  24. Re:isn't it ironic? on The Death of Folders? · · Score: 1

    Ok, how would you do a find grep?

  25. Re:isn't it ironic? on The Death of Folders? · · Score: 1

    That's because spotlight doesn't require;

    find . -type f -exec grep "foo" {} /dev/null \;