Slashdot Mirror


User: BotnetZombie

BotnetZombie's activity in the archive.

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

Comments · 313

  1. Re:Nuts on Google Launches Lively, an Avatar Based 3D World · · Score: 3, Funny

    Lucky you. I got stuck with the Oracle, and all she talked about was indexing.

  2. Re:It depends on how varried your projects are on Same Dev Tools/Language/Framework For Everyone? · · Score: 1

    Didn't you read this one, The Next Browser Scripting Language Is -- C?. C FTW!
    (you're right, of course - I, for one, would not welcome C if it were forced upon me as a browser scripting language)

  3. Re:It works, doesn't it? on Is Today's Web Still 'the Web'? · · Score: 1

    This is not the correct place to talk about better leverage and a paradigm shift. I'd try Wall Street.

  4. Re:won't someone think of the children? on Using AI With GCC to Speed Up Mobile Design · · Score: 1

    I thought that metamoderation only involved judging old moderations from others, e.g. I never meta-moderate on brand new stories. You seem to think that one can metamoderate a random tag, in this case redundant, on a previously unmodded comment. To me it just looks like someone wasting a mod point for who knows what reason. Perhaps I misunderstood your comment, metamoderation, or both.

  5. Re:Is it just me or does that seem incredibly smal on Only One Quarter of the Planet To Be Online By 2012 · · Score: 1

    This is the only valid reason I've ever seen for posting AC.

  6. Re:Don't rule science out it. on Google Begat the End of the Scientific Method? · · Score: 1

    The article is stating that the old Ford Model T is on its way out, and that it's being replaced by invisible pink unicorns?

  7. Re:Goes to show ... on Multiple Security Holes In Ruby 1.8, 1.9 · · Score: 1

    We used Jython quite a lot at a company I previously worked for. Real life applications (mostly mobile services), some with 500-1000K hits daily, no special problems with that. Jython has its quirks, but I like it and still use it sometimes for personal projects

  8. Re:In other news on Sun's Java Will Be Free This Year · · Score: 1

    Maybe the modder thought it was funny enough to boost your karma. I'd have gone for informative though

  9. Re:Who woulda thought? on Fastest-Ever Flashgun Captures Image of Light Wave · · Score: 2, Funny

    Does this mean that I should call the fabric of my tent - tentacles?

  10. Re:Seriously, WTF? on McCain Backs Nuclear Power · · Score: 1

    Geothermal has been working well in Iceland for decades. It's not tapping volcanoes for power, but instead generating electricity and heating our consumption water using hot spring water. I haven't heard many concerned about this, but there have been more concerns about large dams for hydro plants. Comparing scales, I think the likelyhood of human activity having much impact is similar to fleas on a dog worrying about if the next bite is gonna cause heart-attack for their beloved host.

  11. Re:Garage Nukes on Nuclear Warhead Blueprints On Smugglers' Computers · · Score: 1

    Nowhere did I see the OP or the GP advocating that billions should be killed. They were just stating that there were too many people on the planet for reasonable sustainance, the OP following it with a common prophecy of famine/war.

  12. Re:Fail a lot? on How To Teach a Healthy Dose of Skepticism? · · Score: 1

    I'd think that for all purposes, there isn't an invisible dragon or anything else unusual in the garage unless there's some evidence, say missing tools or unexplained burn marks on your car. The observation of compelling evidence is key here.

  13. Re:Most people are stupid on Douglas Hofstadter Looks At the Future · · Score: 1

    Hmm. I'm more into assimilating stupid brains than simulating them, much more cost-effective.

  14. Re:NOOOOOOOOO! on Bacteria Make Major Evolutionary Shift In the Lab · · Score: 1

    Maybe we'll some day get repeatable evolution from single-cell organisms to multi-celled ones. IMO that's a giraffe in a petri dish, wonder what they'll say then.

  15. Re:Good riddance! on The SUV Is Dethroned · · Score: 1

    Let us use the scientific method to decide the matter:
    http://www.abc.net.au/science/planetslayer/greenhouse_calc.htm

  16. Re:Stupid? on Is Google Making Us Stupid? · · Score: 1

    Have we not found a meaningful use for the Internet/Google yet? I get to spend half my worktime here and elsewhere and you find that meaningless?
    But of course I otherwise agree that all kinds of useful knowledge at your fingertips is totally worthless. Except for free pron.

  17. Re:First post! on Have Mathematics Exams Become Easier? · · Score: 1

    Don't patronize us brutes, you insensitive clod. I'm an insensitive clod too! Now I have no idea who I was insulting.
    this.sorry();

  18. Re:Earth as a model? on Building a Miniature Magnetic Earth · · Score: 2, Funny

    I'm mostly worried about the fjords now. Much harder on a tiny sphere.

  19. Re:Lazy dumbasses on Microsoft Pushes Devs With Wider IE8 Beta · · Score: 2, Insightful

    Yep. Dance with the devil and you burn, even if it's warm at first. Film at 11.
    Only sad thing is that it wont be the long gone pointy-haired bosses that get bitten, but instead the poor on-the-floor webdevs.

  20. Re:CORBA was shit. SOAP not much better. on Cisco To Open-Source New Messaging Protocol · · Score: 1

    You can use Spring to auto-generate proxy and stub classes for Java RMI. That way you don't need to write any boiler-plate code at all, very easy to use.

  21. Re:Linux? on Removing the Big Kernel Lock · · Score: 1

    I would have modded this as funny if it wasn't an AC. No need to label it troll though, even if the submitter doesn't have the guts to post it with name attached.

  22. Re:A good trailer on Early Review Calls New Indiana Jones Film Dreadful · · Score: 1

    Thank you. My neurons just fired associated pictures from that time. Samantha Fox was first up.

  23. Re:Slander and Libel charges should do the trick. on A Guardian Angel In Your Cell Phone · · Score: 1

    Indeed. Anyone who wants such a device deserves all the disasters that will come with it.
    Anyway, it's just vapourware. From TFS "advise you on the appropriateness of your jokes". Latest AI is nowhere near that, and our own wetware even often has problems with this task.

  24. Re:Anonymous Coward on Melting Microchip Defects May Extend Moore's Law · · Score: 1

    Yeah, I read the title as 'Melting Microsoft ...'. Oh, well.

  25. Re:Hmm on Threads Considered Harmful · · Score: 1

    Exactly. I dunno why so many people look at this as rocket science. All you really need is to put something immutable on a queue. Whatever takes it from there creates some immutable output that gets put somewhere else. Rinse and repeat.