Slashdot Mirror


User: Rupert

Rupert's activity in the archive.

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

Comments · 1,070

  1. Re:God does not die if we find ET's. on Vatican Astronomer Comments On Extraterrestrials · · Score: 1

    Proving god exists is not impossible. After all, nothing should be impossible for an omnipotent being.
    Proving god does not exist is impossible. If the experiment fails to find evidence of a deity: (a) that's still not proof in the scientific sense; and (b) god was probably just messing with the experimenters heads for the sheer ineffability of it.
    Assuming the existence of god makes it impossible to proving anything other than the existence of god. Particularly if you assume the capricious, vindictive and mutable god that most people in the world seem to believe in. Omnipotence, omniscience and ineffability mean you can't trust the results of any experiment. You just get the results god wants you to get, and you don't know why.

  2. Re:Alternatives on RFID Implants for Spanish Revelers · · Score: 1

    How about in a tube, about an inch and a half across and a foot long? I'm not saying where you should wear it, but before you hardware hackers start getting any ideas about putting an Athlon inside it, you may want to consider the relative amounts of acceptable heat dispersion at various places on the body.

  3. OT: your sig on Cisco Applies For Patents To Secured TCP · · Score: 1
    You have violated the design principle that you should code for the common case first. So instead of
    if (slashbot.uid=="678002")
    {
    slashbot.girlfriend = NULL;
    }
    we would have
    slashbot.girlfriend = NULL;
    switch (slashbot.uid)
    {
    case 1:
    slashbot.girlfriend = new Slashbot(570);
    break;
    case 28001:
    slashbot.girlfriend = NaG; // Not A Geek
    break;
    ...
    default:
    break;
    }
    Note that we have allow wives to be associated with slashbots in the girlfriend member variable. This is because (a) wife derives from girlfriend in a depressingly predictable way, and (b) while very few slashbots have either, almost none have both.
  4. Re:Article text on Illinois Considers Taxing Custom Software · · Score: 2, Interesting

    Since almost all software sold at retail is, according to the software developers concerned, licenced or leased rather than sold, does this mean that I don't have to pay sales tax on, say, Windows XP Pro if I buy it in Illinois?

    Alternatively, if I *do* pay sales tax on it, does that mean I retain all my first sale rights, including the right to transfer it? Can I stop eBay from taking down my auction when I want sell my copy of XP? Can I force Microsoft to reactivate the product key when I do sell it?

  5. Rob Enderle? on A Running Shoe For Agent 86? · · Score: 1
    Of all items of clothing, said Rob Enderle, a principal analyst for the Enderle Group in San Jose, Calif., the shoe is a logical one to be a focus of wearable technology

    Other quotes from Rob Enderle, just so you can put this into context:
    SCO owns Unix
    for our common good, SCO must prevail.
    I have a hard time seeing the Linux Zealots as any different from terrorists
  6. What is in the OS on Microsoft Drops Next-Generation Security Project [updated] · · Score: 1

    Whatever Microsoft needs to get onto everybodys desktop for no additional cost is what's in the OS. I'm pretty sure that if Everquest was a free download, Asheron's Call would be part of the OS. "No, your honor, we can't take that out, Windows won't work without it".

  7. Re:Microsoft does what it does best on Microsoft Drops Next-Generation Security Project [updated] · · Score: 2, Informative

    IANACPUExpert, but my understanding is that x86 has had a distinction between code and data pages since at least the 80386. I don't know if NX is different from data. Why would you execute something that isn't code?
    Anyway, I know Microsoft has never taken advantage of this feature. I'm surprised *BSD (particularly) FreeBSD hasn't.

  8. Be Nice To Microsoft Day on Microsoft Drops Next-Generation Security Project [updated] · · Score: 0, Offtopic

    Bear in mind that Bill Gates owns a large percentage of a waste management company. So every day is Be Nice To Microsoft Day. If you know what's good for you.

  9. Re:Sound Effects on Rescuers Prep for Hybrid Car Accidents · · Score: 1

    What else would you listen to while driving round and round?

    Personally, I like the foxtrot. I drive two blocks north, then one block east, then two blocks north, ...

  10. Re:They're serious, aren't they? on Earthlings: Ugly Bags of Mostly Water · · Score: 2, Funny
  11. Re:what about.. on Turn Your PC into a 'Moblogger' · · Score: 3, Funny

    What's the URL for your cellphone? I hope you have caller pays.

  12. Re:Worthless Study on MIT Studies Software Development Processes · · Score: 1

    You want five different names? Because the product that meets your customer's needs quickly with great uptime and fewest bugs is unlikely to be the cheapest.

  13. Re:As friggin awsome as it is... on The Politics of the Video Game · · Score: 1
    Initial development I heard quoted as seven million dollars. I don't know what they're up to now when you add in development costs for 2.0. Operating costs are pretty negligible - even the downloads are hosted elsewhere at no cost to the army.

    I don't know how good it is as a recruiting tool. I know that after having played it, I have increased respect for those soldiers who can:
    • throw a grenade through a window, rather than having it bounce off the wall and explode at your feet;
    • fire a weapon on full automatic and not hit his comrades standing around him;
    • fire an M16 at an enemy at 10 yards and actually hit him. The greatest risk to some of my opponents would be breathing while I am firing at them. With the air that full of lead you wouldn't want it in your lungs.
  14. Re:Card-carrying member? on ACLU Sues FBI Over ISP Records · · Score: 1

    The 2nd Amendment has a huge lobbying organization all to itself - the NRA. It would be a duplication of effort to have the ACLU challenging the government when it oversteps the bounds of the 2nd. I don't know if the ACLU would take up gun rights cases if the NRA didn't exist. I'd like to think their commitment to the Bill of Rights extends beyond their personal opinions. I mean, it can't be that they like the speech of some of the people they defend.

  15. Parent is not OT. on LOTR - The Third Age Takes Tolkien Toward RPG? · · Score: 1

    Crack-addled moderators strike again.

  16. Wot, no link to MEO? on LOTR - The Third Age Takes Tolkien Toward RPG? · · Score: 1
  17. Ninth & tenth amendments on MIT Student Grills Valenti on Fair Use · · Score: 1

    Since the right to regulate the building of television sets has not been given to the government by the people, it is retained by the people.
    Of course, try engaging in interstate commerce with them and you become Fritz Hollings' bitch.

  18. Bandwidth on Data Transfer Has A Speed Limit · · Score: 1

    Means what the grandparent described. You are just exposing the limitations of this one number as an indicator of data transfer performance. Most of the factors you describe are actually contributors to latency.

  19. Re:Here's the news on New Darth Vader Costume Revealed in upcoming DVDs · · Score: 1

    This is actually the first thing I thought when I watched Moulin Rouge.

  20. Maybe I've been writing too much C++ ... on The Joy of Random Shuffle · · Score: 1

    ... but I thought this was going to be about the random_shuffle() functor in the STL.

  21. Taxation without representation on Florida Ponders Communication Tax on LANs · · Score: 1

    Happens all the time. And it's not always a bad thing. Like corporate income tax.

    Feel free to tell me I'm an idiot and don't know what I'm talking about

    Well, I was just going to tell you that you don't know what you're talking about, but since you put an "and" in there, I guess I'll have to tell you that you're an idiot, too.

  22. Repeat after me on Save a Chatlog... Go to Prison? · · Score: 1

    All the men are men.
    All the women are men.
    All the children are cops.

  23. Re:Why? on What Should a Documentary Filmmaker Ask About Offshoring? · · Score: 4, Insightful

    In many countries, CEOs work for a fraction of the cost of an American CEO. Despite this disparity in cost, foreign CEOs produce work of comparable quality, as measured by the performance of the companies they head. So:

    where are the H1-B CEOs?

    which US companies have relocated their CEOs to foreign countries, rather than just their head office?

    When we know the answers to these questions, we will... ...well, we'll sit down and cry into our beer. That's what we'll do.

  24. Re:I'm sick of Stallman on Two Takes on the Java Dilemma · · Score: 2, Insightful

    I don't know about everyone who reads slashdot, but I would still be in a job. I've been programming for fifteen years and I've never done anything that didn't at some level involve specific customization for the way a particular client does business.

    Did you complain about the jobs lost when compilers replaced the work of assembly programmers? Or as more and more functions make their way into standard OS libraries? Remember doing http with raw sockets?

    The fact is, some problems are just plain *solved*. If your livelihood involves solving those problems over and over again, and charging money for it each time, then you're going to lose to someone who is more interested in solving new problems.

  25. Re:Try Wal-Mart on Rack Mounted PCs for the Home User? · · Score: 1

    Nice troll. If I click on that link I'll see a really old guy in a blue vest bending over and showing us his ...

    Wait...

    They really are rackmounted servers at walmart.com! Would you effing believe it!