Slashdot Mirror


User: Bat_Masterson

Bat_Masterson's activity in the archive.

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

Comments · 133

  1. Obvious Prior Art? on Linux Patent Infringement Lawsuit Filed Against Red Hat/Novell · · Score: 1

    EMACS

  2. Anti-terrorism...? on Bill Gates Should Buy Your Buffer Overruns · · Score: 3, Interesting

    I wonder if this strategy could be used as a means to averting terrorism?

    That is, don't just offer large amounts of money for the most important terrorists (like bin Laden), but also offer varying amounts of money for reports that stop terrorism.

  3. Re:I can see it now... on In-Game Advertising To Top $800 Million By 2012 · · Score: 1

    In Elder Scrolls 5, you'll be able to buy Coke and Pepsi alongside "Cheap Wine," mead, and other RPG beverages. It's worse than that. At the first bar, you'll probably get "Coke, no Pepsi" and, at the next bar, you'll probably get "Pepsi, no Coke". This, of course, will lead you into "The Great Cola War" where you'll have to pick the right side in order to be awarded some talisman of great power.
  4. Re:In-game advertizing is cool if done right on In-Game Advertising To Top $800 Million By 2012 · · Score: 2, Insightful

    Did you believe them when they said, since cable TV has subscription fees, there won't be any need to advertise during the shows...

  5. Re:In-Game Advertising To Top $800 Million By 2012 on In-Game Advertising To Top $800 Million By 2012 · · Score: 2, Funny

    It will probably be in the hidden sex scene...

  6. Avoid 2D thinking -- Flying Cars! on The Quest for the Car of the Future · · Score: 1

    Imagine putting one of these in your garage. If the ground traffic is at a standstill, then take to the the third dimension and rise into the air!

  7. SPAM SPAM SPAM ... on Using Technology to Enhance Humans · · Score: 1

    having a chip inside our brain to answer our email messages


    Imagine the SPAM... 8-)

    How long would it be before your brain shuts down due to too much spam... 8-)
  8. Re:aren't you special? on Botnet Mafia in Online Turf War · · Score: 1

    Back in the pre-spam days of Usenet or early bulletin boards, you could put your email address on the boards so that it could email you whenever somebody replied to your post. Now the spam is so thick that people are hiding their email address as much as possible (note all the Anonymous Cowards here). We've lost A LOT in the friendliness of the Internet in the last ten years...

  9. Big Brother is already here... on Airships to Patrol Venezuela's Skies · · Score: 1

    They're not exactly black helicopters, but how long do you think until we see similar measures in high-crime American cities?


    They're already here. They're called ATM cameras... ;-)

  10. Re:It gores both ways on Open Source Globalization? · · Score: 1

    You presume that the world can achieve "full" employment. I'm beginning to wonder if that is truly possible. As artificial intelligence and automation rise, the number of jobs in the low-end diminishes. It's not likely that high-end jobs will ever be plentiful to the point of providing a job for everyone in the world.

  11. Re:Tortoise on Graphical File Revision Control for Non-Techies? · · Score: 1

    Does this address the requirement to change control pictures and other binary data?

  12. Re:No, it bloody well does not on GPL 3 As Bonfire of the Vanities · · Score: 1

    I'd take a look at what they said, evaluate it against the knowledge I currently have, and then decide if either is worth further investigation.

    And if you don't have knowledge directly (or indirectly) pertaining to the issue, how do you evaluate the statements? Appeal to authority?

  13. Re:What a Terrible Idea! on Corporate Software Development Wiki? · · Score: 1

    And POD...

  14. Re:I can tell you why you can't spend a penny onli on PayPal to Offer Micropayments · · Score: 1

    Who want's to go through all the trouble and expense of collecting penny payments, just to split one cent with a stranger?


    The government??

    Think about it...
  15. Re:Clay knew the answer five years ago on PayPal to Offer Micropayments · · Score: 1

    Clay is ignoring the value of a penny to both the retailer and the customer.

  16. Re:Nope. They Forgot To Tell Good Stories on Trek Producers Will Provide World A Break · · Score: 1

    Are there any good stories left in the Trek Universe? Between the books, the movies, and the television shows, what more could they do that would be a "good story"?

  17. Re:Demo it? on OpenOffice vs. MS Office for Education? · · Score: 1

    Obviously you've never tried coverting word/excel/powerpoint docs to a new release of word/excel/powerpoint...

  18. Re:Portable code solves this problem on Should Dual Cores Require Dual Licenses? · · Score: 1

    Your second point brings up the question of the dividing line. All programs are now in (at least) three layers: the GUI, the application, the database. The problem is that, as more and more power is put into the GUI or the database, the application gets squeezed down to just bare essentials. For those people that standardize on a particular GUI or database, this is a good thing. However, swap out the GUI or database and things become much more dicey.

  19. Environment variables on Environment Variables - Dev/Test/Production? · · Score: 1

    But those are exactly the ones that should be analyzed and changed according to the environment you're working in.

  20. Re:GNUstep has, and always will, do this on Bundled Applications for GNU/Linux? · · Score: 1

    This seems like an unnecessary expense. You're incurring an executable execution (openapp) to find out where the actual executable is. Other UNIX systems would cache the names of all executables in the PATH to speed up finding the one you want.

  21. Re:Don't "path" bundle components! on Bundled Applications for GNU/Linux? · · Score: 1

    So, DLL hell is a problem with the naming of library files and not where in the directory hierarchy they are placed. Actually, a symlink-based package manager can facilitate managing DLL hell by making more explicit where libraries come from and providing means to decide which version of the library (assuming they aren't version named) can become the default version.

  22. Re:GNUstep has, and always will, do this on Bundled Applications for GNU/Linux? · · Score: 1

    True and this is what various package managers do (like Pkglink). Without the package manager approach, the next problem is keeping track of what to symlink.

  23. Re:Don't "path" bundle components! on Bundled Applications for GNU/Linux? · · Score: 1

    Explain DLL hell and how symbolic links could contribute to it...

    Why do you say "arbitrary"?

  24. Re:Absolute common sense on Bundled Applications for GNU/Linux? · · Score: 1

    Potentially, libraries are not the only thing that is shared amongst programs. Plus, the designer of a program may build a library that is intended to be shared, but no one comes and shares it -- who's fault is that?

  25. Re:GNUstep has, and always will, do this on Bundled Applications for GNU/Linux? · · Score: 2, Informative

    Of course, the problems with this is that, if everyone follows this approach, then PATH variables can become HUGE! Also, there can be unintended side-effects in the ordering of the PATH variable.