Slashdot Mirror


User: AndrewNeo

AndrewNeo's activity in the archive.

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

Comments · 1,257

  1. Re:Awesome... on Comedy Central Confirms 26 New Futurama Episodes · · Score: 4, Funny

    I think it was said best in the words of the Aqua Teen Hunger Force:

    Meatwad: Why don't you ask that TV if he'd mind showing me some Futurama? I like me some Futurama.
    Master Shake: Well, now we're too damn cheap to receive it, so go the hell over to Carl Central and watch it to your heart's content.
    Meatwad: Carl gets Futurama?
    Master Shake: He didn't even want it until we started watching it

  2. Re:DRM support? In the kernel? on Linux Kernel 2.6.30 Released · · Score: 1

    You forgot RMS.

  3. Re:Damn! That may stop my plan...... on Comcast Intercepts and Redirects Port 53 Traffic · · Score: 1

    I think they're intercepting outgoing from your home, not incoming, so your plan may actually still work (at least from the home end)

  4. Re:Not pollution on One Fifth of World's Population Can't See Milky Way At Night · · Score: 1

    You're right, it's not a literal form of pollution like say, an oil spill, but it is 'polluting' the sky by lowering nighttime visibility.

  5. Re:Prime Time Commercial on Has Bing Already Overtaken Yahoo? · · Score: 2, Interesting

    I think the fact there's new episodes of Fullmetal Alchemist is more interesting than this news story.

  6. Re:Anyone even using VS 2008 yet? on First Look At Visual Studio 2010 Beta 1 · · Score: 1

    Pshaw, you know your name should be System.Console.Write!

  7. Re:Only Apple on Triangular Buttons Make On-Screen Keyboards More Usable · · Score: 1

    Developing for an open platform, rather than something still rather locked down and also the current tech fad? Ridiculous!

  8. Re:More widespread? on Twitter, Flickr, Hotmail, Others Blocked In China · · Score: 2, Funny

    It's just your government 1984'ing your ISP. Don't worry about it.

  9. Re:Stop the artificial life support on Internet Explorer 6 Will Not Die · · Score: 2, Funny

    But that'd just be one more thing IE6 wouldn't support, and you'd have to upgrade your browser for!

  10. Re:Sue Those Monopolistic Apple Bastards! on Palm Pre To Sync Seamlessly With iTunes · · Score: 1

    I do believe it was said that there is on-device Amazon MP3 store support, like on the G1, too.

  11. Re:Slashdot is awfully slow on How Microsoft Degrades Their Users (In a Good Cause) · · Score: 1

    Apparently you've never heard of AdBlock.

  12. Re:Windows 7 RC download on How Microsoft Degrades Their Users (In a Good Cause) · · Score: 1

    The disks are served directly from Akamai, so it's just you.

  13. Re:Pretty soon ... on Google Tricycles To Map Footpaths For Street View · · Score: 1

    But you wouldn't copy a CAR, would you?
    Er, car keys. Sorry.

  14. Re:What? on What OS and Software For a Mobile Documentary Crew? · · Score: 1

    Probably more like, "Oh, hey, you know computers! Figure something out for us."

  15. Re:!editor on MS Word 2010 Takes On TeX · · Score: 2, Insightful
    I think anyone who's never used vi before would like to have a word with you. When I first started using FreeBSD I had a few OHGODWHATDIDIDO incidents when vi started as the default editor. I had to switch to another console and use lynx to find :q!.

    Or, in more Slashdot terms:

    is a lot easier to use

    I don't think that word means what you think it means.

  16. Re:Hmm on Hacking Our Five Senses and Building New Ones · · Score: 1

    If you can see vibration I think you're already a little ahead of the intent of the article!

  17. Re:well let's stop right there. on Mozilla Preparing To Scrap Tabbed Browsing? · · Score: 2, Insightful

    Third, to make firefox useful, you must bloat it up with addons.

    I don't think you quite understand how this works, as evidenced by

    Fifth, If I could load addons into chrome, I'd be a fanboy. (specifically adblock)

    So you're bashing Firefox for needing addons to make it useful (when in reality you mean more useful), but then you want addons to make Chrome (more) useful? There is no difference. Add-ons in Chrome would be add-ons in Firefox.

  18. Re:Why? on How Google's High Speed Book Scanner De-Warps Pages · · Score: 2, Insightful

    I really don't think the libraries that Google was scanning at would have appreciated that too much..

  19. Re:These have been around for a while on Turn Your iPhone Into a Web Server · · Score: 1

    Oh my god, you can access a device on the internet from any other device on the internet?! Stop the presses!
    Seriously, though, it's not like the networks are 'different'. You can probably get the WWAN IP of your iPhone and connect to it just fine, normally.

  20. Re:Silly and useless on Microsoft To Banish Memcpy() · · Score: 1

    Which goes to prove why everyone should be using parametrized SQL.

  21. Re:Solar! on 220-mph Solar-Powered Train Proposed In Arizona · · Score: 1

    Not if everyone has to get out and push the train!

  22. Re:Interesting on 220-mph Solar-Powered Train Proposed In Arizona · · Score: 1

    So how fast do they go? Warp 2?

  23. Re:Are you serious? on The Electronic Police State · · Score: 1

    And join the freeman movement.

    It's time for an uprising against the Combine!
    Er, now the relevance to the article is starting to get a little creepy.

  24. Re:Why is multicore programming so hard? on Apple Freezes Snow Leopard APIs · · Score: 3, Informative

    Unfortunately that's not the issue at hand. You're referring to the video card using system RAM for it's own, but the issue they're talking about (which only occurs in the 32-bit world, not 64-bit, due to the MMU) is that to address the memory on the video card, it has to be put into the same 32-bit addressable block as the RAM, which cuts into being able to use it all, rather than using it physically. At least, that's how I understand it works.

  25. Re:Focuses on Interfaces to Ease the Pain on Microsoft Releases New Concurrent Programming Language · · Score: 1

    I understand your protest to using msi, but I don't believe installing add-ons to Visual Studio requires registry entries, it just extracts the files in a directory in your Program Files folder (and probably installs assemblies to the GAC). Seriously, though? You WANT to stick crap in the path for a IDE? (And even if you're using msbuild and the command line, csc.exe takes parameters, not environment variables.)
    At least Microsoft is using msi's, and not random installer programs like everyone else.