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:I will be doing one thing about it. on What To Do About an Asteroid That Has a 1 In 625 Chance of Hitting Us In 2040? · · Score: 1

    I can't read stuff that mixes meters and feet. It requires endless calculations while reading, the end result being that I don't remember any of it afterwards.

  2. Re:Innovation, "digital native" style. on Developer's View: Real Life Inspirations Or Abstract Ideas? · · Score: 1

    Why would you store all the comments for an article in the same record? Makes for update/clashing hell. Just store the article id and reply-to comment-id along with each comment, and let the db/caching take care of the heavy lifting.

  3. Re:SkyNet on James Gosling Leaves Google · · Score: 1

    I somehow find it hard to believe that Skynet will run in a single process, especially given its spread out geographical locations. I bet it will be written in Erlang though.

  4. Re:needs time on Announcing Opa: Making Web Programming Transparent · · Score: 1

    At my company, we use something similar called Direct Web Remoting for creating Javscript client code that communicates seamlessly with a Java server.

  5. Re:Improvements on Java 7: What's In It For Developers · · Score: 1
    I just did a small test on all three for the fun of it and you're right about the startup time. For a simple hello world on my machine, Ruby 1.9.2 takes on average ca 50 ms to execute, python 3.2 70 ms and Java 6 100 ms. That startup time difference is too small for user-detection and once the program starts doing anything the difference will be in the other direction.

    Other things you talked about don't have anything to do with performance, so you haven't talked about use-cases in plural but only about the small amount of startup time difference.

  6. Re:Improvements on Java 7: What's In It For Developers · · Score: 1

    Both python and ruby can outperform it in at least some situations

    [Citation Needed]

  7. Re:One day we will be done with java... on Java 7: What's In It For Developers · · Score: 3, Interesting

    "Write once, run anywhere" was like communism -- an idea that sounds nice in theory in some ways but utterly fails to work in reality.

    True, if you hardcode C:\something or /somethingelse in your app. I've never had cross-platform problems, either on big server side applications or trivial desktop ones. So I guess 'utterly failes to work in reality' is somewhat dependent on the developer.

  8. Re:And this is on /. why? on Terror Attack On Norwegian Government · · Score: 1

    9/11 was also reported on Slashdot. Were you unhappy about that too?

  9. Re:Morality on Researchers Grow a Brain In a Dish · · Score: 1

    I must admit that you do have the right to not sense when others are not serious.

  10. Re:Morality on Researchers Grow a Brain In a Dish · · Score: 1

    So you do have the right to debate the declaration?

  11. Re:Morality on Researchers Grow a Brain In a Dish · · Score: 1

    I declare your worldview incorrect, and you have no esoteric right to debate that.

  12. Re:Heres how you do it! on Ask Slashdot: Moving From *nix To Windows Automation? · · Score: 1

    If you'd have bothered to read what you are replying to, you'd have seen that the poster specifically mentions having to work against Sharepoint and Exchange.

  13. Re:Youtube is a fit, eyeball for advertising ... on Why Google Should Buy the Music Industry · · Score: 1

    Not everything Google does is open source. And even if this would be open source, yes some people would use an alternative player but most would use what's handed to them by Google. Anyway, if it's streaming we're talking about, it could be browser-based, similar to youtube.

  14. Re:cutting out the middlemen on Solar Breakthrough Could Provide Power Without Solar Cells · · Score: 1

    "you can't store electricity"
    All the batteries in the world suddenly stopped working at the exact moment this information was revealed.

  15. Re:Youtube is a fit, eyeball for advertising ... on Why Google Should Buy the Music Industry · · Score: 1

    Google could make a music player that streams targeted ads along with music. The incentive for the user would be that it would be cheaper or even free with ads attached, but more expensive without it.

  16. Re:They steal the difference between buyer and sel on Contemplating Financial Trading At Picosecond Resolution · · Score: 2

    They are inserting a middle man in every single trade to leech the difference between buyer and seller.

    Just like the tax man.

    Except that the tax man in civilized countries gives back the money for your health care, education, law and order, roads and multiple other things.

  17. Re:Can this be real? on Man Pays $200,000 To Save Fake Online Girlfriend · · Score: 1

    1. Get rejected
    2. Bitch about everyone else jumping blindly into a relationship
    3. ???
    4. Profit!

  18. Re:Oh, look it's someone we can relate to on Zimbabwe Professor Arrested and Tortured For Watching Online News Videos · · Score: 1

    Knowing what I know about his future actions, I might. But my reason would be that one wrongdoing would undo a much bigger wrongdoing.
    Saddam was a prisoner when he was executed, so it isn't really comparable.

  19. Re:Oh, look it's someone we can relate to on Zimbabwe Professor Arrested and Tortured For Watching Online News Videos · · Score: 1

    Killing is wrong. Even if it's Saddam's head on the chopping block.
    And a man who calls everyone that thinks this way a moron, says a lot about himself.

  20. Re:Life Imitates Minecraft on Iceland Eyes Liquid Magma As Energy Source · · Score: 2

    Yes it's a new source. The old one is water extracted from geothermally active areas, although the water is very hot because of the magma being nearby.

  21. Re:Submission is bigger troll than oil company on Oil Companies Patent Trolling Biofuel Production · · Score: 1

    When all the oil goes away, its replacement will cost more, and the oil companies want to be the ones collecting that money.

    Competition should hinder that a bit, though I must admit that my belief in the market is by far weaker now than a few years ago.

  22. Re:Salary details publibly availaible. on Should Younger Developers Be Paid More? · · Score: 2

    Yes, it's quite common e.g. in socalist scandinavian countries. For some reason, people in these countries enjoy more common wealth than the rest of the world.

  23. Re:DON'T make the administrative interface a GUI on 10 Dos and Don'ts To Make Sysadmins' Lives Easier · · Score: 1

    A good, intuitive GUI can help a lot the first time. But after all the radiobutton-clicking, field entering, next, next and finsh, you want the configuration saved to a text file that can from then on be used for automatic installation for the next who knows how many times are needed.

  24. Re:Or Beowulf on The Tipping Point of Humanness · · Score: 1

    On the contrary, it exactly explains why you would like Finding Nemo and not Beowulf. The drawings in the former are colorful, with big expressions and not like reality at all. In other words, not anywhere near the uncanny valley. Beowulf characters are firmly in that valley, making you not like them.

  25. Re:Maintaining code by others are always a nightma on Programming Mistakes To Avoid · · Score: 1

    try maintaining code written by an architect

    Isn't that some sort of racism? There are good architects, and there are bad architects.