Slashdot Mirror


User: GunFodder

GunFodder's activity in the archive.

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

Comments · 746

  1. Re:more irony on What Happens When You Reply To ALL of Your Spam · · Score: 3, Funny

    I would have given them my former best friend's address.

    fixed that for you...

  2. Re:pretty continua on Black Holes Don't Trap Information Forever · · Score: 4, Insightful

    I suspect most physicists would rather believe that they are working towards a final description of the universe rather than just another step on an infinite progression.

    Asking a physicist if the universe is infinitely complex is like asking a salesman if his product is shoddy. They both have a vested interest in the answer.

  3. too late on US To Employ Overhead Spying Domestically · · Score: 1

    There is no overthrow by an evil dictator if there is already one in charge.

  4. Re:foreheat meet desk on How Mainstream Can Code Scavenging Go? · · Score: 1

    You said it. I think they have a name for reusing existing code, it's called "Software Engineering."

  5. Re:slashvertisement on Meet the 5-Watt, Tiny, fit–PC · · Score: 1

    That's easy. If I think it's cool then it's a worthwhile article. If I think it sucks then it's a slashvertisement. Any questions?

  6. Re:Hmm on GPhone Still In the Works At Google · · Score: 1

    Who cares when you can run Firefox with AdBlocker?

  7. Re:And so help us... on China Says Tibetans Need Permission To Reincarnate · · Score: 2, Insightful

    Technically true, but moot. Modern intensive farming techniques require machinery that needs fuel. Then additional fuel is needed for machines to transport food to cities, where most people live. And finally fuel is used to refridgerate, heat, and otherwise process food. So technically food is more important, but we wouldn't have food without fuel.

  8. Re:My current boss does that. on Hear No Evil, See No Evil — E-mail Kills the Phone · · Score: 1

    You're probably not too worried about the situation because when eventually there is a screw-up you'll have an audit trail and your boss won't. There's nothing like instant karma.

  9. Re:Where is it Coming From? on Harvesting Energy from the Human Body · · Score: 1

    Depends on the machine. My new laser hand might draw considerably more power.

  10. Re:The Market? on Stanford Gets First Sun Blackbox · · Score: 1

    Well, it would be the first portable with a decent display.

  11. Re:Hmm... on Google et al. Want 700 MHz Auction Opened Up · · Score: 1

    The difference between a pipe and a tube is that pipes are normally used to carry crap OUT of a building.

  12. Re:in other news on Computers Outperform Humans at Recognizing Faces · · Score: 3, Funny

    I can't wait until someone has to lop off my head and carry it with them in a plastic bag in order to break into my workplace. I can wait - frankly if someone really wants to break into my office they can have my badge.
  13. If so, it's a rip-off on The End of .Mac and Google Apps? · · Score: 1

    That sounds just like Unix.

  14. Re:I Care But on The Math of Text Readability · · Score: 3, Funny

    What kind of geek are you? I would think the biggest advantage of running 3200x2400 is the ability to fit at least 16 reasonably sized fixed-font xterms onscreen AT THE SAME TIME!

  15. pretty good, but some improvements on Preparing for the Worst in IT · · Score: 1

    Those sound like good ideas, but why take a chance on opaque clothing? Use transparent plastic, and you can even get several uses out of each set of clothing - more if you actually wash it between wearings. And why allow luggage? Checking all that crap for bombs is expensive. Americans are supposed to consume - why can't they just buy everything they need at their destination? That way you can even earn extra revenue by selling tickets to the "steerage" section, formerly the cargo bay.

  16. more like a corporate tax on MS Requiring More Expensive Vista if Running Mac · · Score: 1

    The assumption is that only corporations will have the desire to run virtualized Windows, and they certainly have the cash to afford to pay extra for Windows. Lots of products have a corporate tax - last minute air fares, flashy hotel rooms, box seats at sports venues, etc. If something seems ridiculously overpriced then chances are corporations have a need for it.

  17. Re:One Question... on 1-800-Google Launches · · Score: 2, Insightful

    Right. So Google, like every other company that dominates a particular market, worries about saturating that same market. Even successful companies have to try new things if they want to keep growing. Google has thrown a lot of stuff at wall to see if it sticks, and this is yet another effort to establish an profitable market.

  18. flip side on Using Two Monitors Makes You More Productive? · · Score: 1

    This is true, but the flip side is it costs the company nothing to make an exempt employee work for 5 minutes longer.

  19. Re:Win vs Lin on Linux Systems and the New DST · · Score: 1

    I used to agree with you, and storing dates in local time certainly makes it easier when viewing raw DB data. But eventually you run into issues when attempting to compare dates across TZs. In the end you will end up having to do TZ conversions on every date anyway, so you might as well keep everything in UTC to ensure that all stored dates can be easily compared.

  20. Re:Beware JVM Problems on Linux Systems and the New DST · · Score: 1

    Why would anyone in their right mind still be using JVM 1.3?

  21. Yes it does on Google Releases Paper on Disk Reliability · · Score: 1

    There are apparently several SMART parameters that are correlated to eventual disk failure. If a disk starts throwing SMART errors in these categories then your best bet is to replace the disk ASAP. While it may be true that most disks fail without warning that doesn't mean it isn't a good idea to look for early warning signs of failure.

  22. Re:2007 CA19 on Asteroid Highlighted as Impact Threat · · Score: 4, Informative

    No it doesn't. Here are the hit probabilities from your links:

    CA-19: 1 in 714,000 chance
    Apophis: 1 in 45,000 chance

    I'm assuming the risk factor for CA-19 is higher because it is larger and its projected impact date is closer, which gives us greater confidence in its projected path.

  23. IntelliJ IDEA still doing OK on Has Open Source Lost Its Halo? · · Score: 3, Interesting

    You'd think that the availability of Eclipse and Netbeans would drive non-free Java IDEs out of the market. However at my company IntelliJ IDEA is the most popular IDE despite its non-zero cost. After using both I would be satisfied with Eclipse, but I'm glad my company got me a copy of IDEA. Apparently companies are willing to shell out cash for software that is only incrementally more useful than free alternatives. See Windows vs. Linux, MS Office vs. OpenOffice, etc.

  24. relative ranking units on Could Open Source Lead to a Meritocratic Search Engine? · · Score: 1

    I don't think we need to bring bears into the discussion. The real question is whether we should use monkeys, ninjas, pirates or robots.

  25. is this a strawman attack? on XML::Simple for Perl Developers · · Score: 1

    I agree that the article is pointless. XML::Simple is the oldest Perl XML library in existence, and there are better alternatives available. How does YAML::Syck hold up against XML::LibXML for performance? Is the syntax as easy to use as XML::XPath? Who else uses YAML? I don't want to invest my time in a data format that no one else uses.