Slashdot Mirror


User: ahde

ahde's activity in the archive.

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

Comments · 1,231

  1. Re:Maybe Bill Gates will have an attack of kindnes on Mozilla 1.0 Officially Here · · Score: 2

    When you are very rich, you can go to $100,000 a plate political dinner parties. Whether you are passionate about politics or not, its really about 1) spending $100,000 on a party because you can, and 2) buying your way into a social circle.

    Donating to the right charities is the same thing. It's what gets you to the right parties, get's your name printed in the right periodicals, and so on. It may seem like a waste of money to you and me, but when you have millions (or billions) sitting around, why not spend a few to satisfy a whim.

    If I had 2 billion dollars, I would think nothing of spending a million or two to satisfy a trivial desire.

  2. Re:Maybe Bill Gates will have an attack of kindnes on Mozilla 1.0 Officially Here · · Score: 2

    So you're saying he didn't have to pay taxes on 23 billion dollars, but he only actually had to give away 5 billion? That sounds dishonest to me. It's not particularly clever. Most people know how to cheat on their taxes, it isn't hard to figure out. But even if you can't you can pay an accountant to do it for you.

  3. Re:Maybe Bill Gates will have an attack of kindnes on Mozilla 1.0 Officially Here · · Score: 2

    He gives money to the Bill & Melinda Gates foundation. He donates money to himself. Some of it gets spent, some of it doesn't. He gets to spend it on what he wants, which sounds to me less like donating, and more like buying things you want and earning interest on your own tax write offs!

  4. Re:Maybe Bill Gates will have an attack of kindnes on Mozilla 1.0 Officially Here · · Score: 2

    Dollar-wise he has given less than nothing. It's all tax deductible.

  5. Re: mod parent up ! on Games in High School? · · Score: 2

    At first I thought you were responding to this post:

    " Plus it is a great teacher of military tactics. Probably better and more efficient than any history teacher could. Plus kids actually learn themselves from experience."

    That's about the funniest thing I've heard in a while.

  6. Re:computer capabilities on Games in High School? · · Score: 2

    Playing video games is, in fact, a waste of time. That's not to say kids don't have a right to enjoy themselves once in a while. It's no worse than, say, watching TV, which gives most kids something like 20 hours a week to play video games. The difference between playing a video game and say, soccer or wrestling should be apparent. And no, video games do not improve hand-eye coordination.

  7. Re:Sort of on Games in High School? · · Score: 2

    I thought conservatives were pro gun (anti-gun regulation)?

  8. You'd rather create bloodthirsty conquerors on Games in High School? · · Score: 2

    instead of homocidal individuals?

  9. Re:Amen to that ... on Conceptual Models of a Program? · · Score: 2

    Open source mostly obsoletes these methodologies. The idea behind them is to hide your code, which is fine for APIs, but especially in scripting languages (except perl) -- it's quicker and more concise to do your configuration in the code. Even with a C program, with the source (and a good makefile), its eaiser to grep (or sed!) for a string you want to replace, and then recompile, than to figure out how to set the right config to the right abstract interface.

  10. Re:It's simple, really on Conceptual Models of a Program? · · Score: 2

    simple flowchart design:
    steps are squares. decisions are diamonds. Use arrows for flow.

    write objects as two lists:
    methods/interfaces/functions/etc.
    variables

    start general and move to specifics.

  11. Re:Anti-management childishness on Slashdot on Where UnitedLinux Got It Wrong · · Score: 2

    The difference is that you don't want to do his job. That's why you'd suck at it. You could be a 'bad manager', which is to say, slightly above average. Most managers can not be techs if they wanted too.

    Ask yourself why you don't want to be a manager? You don't want to waste your time? You don't want to deal with politics or BS or insubordinate subordinates? These are all things you could do if you have to, like cleaning toilets. You'd probably do a bad job as a janitor, too, but its not for lack of ability.

  12. Re:Anti-management childishness on Slashdot on Where UnitedLinux Got It Wrong · · Score: 2

    that's what managers tell themselves to make themselves feel better. And they look for the exception to justify their rule.

  13. Re:"Individuals rather than communities" on Open Source Developed by Individuals, Not Large Groups · · Score: 2

    You're saying nature is a benevolent dictatorship with a single ultimate authority that allows individual choice, but has final say in all things?

  14. What a freaking flawed study on Open Source Developed by Individuals, Not Large Groups · · Score: 2

    What a freaking flawed study

    I don't think you can tell anything from his "statistics." Even if they had any relevance.

  15. Re:Very funny. on Latest IE Hole Lets Gopher Root You · · Score: 2

    There are some things that don't require Admin access, but I'd say installing hardware drivers should.

  16. Re:I remember... on BPDG Not Much Of A Threat? · · Score: 2

    Actually, he was from Connecticut, but he worked in LA or SF

  17. Re:Interesting, but huh? on BPDG Not Much Of A Threat? · · Score: 2

    A successful tyranny requires laws that are easily broken. How else would you tyrannize your populace legally?

  18. Re:It's all Human Nature on Cradle to Cradle · · Score: 2

    zen seems to be doing pretty well, monetarily speaking, these days.

  19. Re:Not really original on Cradle to Cradle · · Score: 2

    Isn't Europe the place that went into a panic and slaughtered hundreds of thousands of animals when symptoms of a benign disease was "detected" that they hadn't bothered to check for before the panic. Several times in the past few years.

    I'm not saying common sense and a rudimentary understanding of biology are directly tied to environmental awareness, but there could be at least some correlation, couldn't there?

  20. Re:While I will not address the eco-notions. . . on Cradle to Cradle · · Score: 2

    Why is the typical evolutionary arguement, "Man descended from lower creatures through natural selection, but man is completely different than all other creatures, by some divine mandate or whatever"

    It's one or the other. you can't have it both ways.

  21. Re:What the Big Boys do... on Keeping Private Customer Data...Private? · · Score: 2

    That's what insurance companies (like Counterpane) tell you. Maybe you should ask someone else what insurance does, in their opinion.

  22. Re:Is there real safety? on Keeping Private Customer Data...Private? · · Score: 2

    Internet Explorer is not Windows

  23. Re:avoid the problem on Keeping Private Customer Data...Private? · · Score: 2

    I thought the funniest part was "institution."

  24. Re:The Best Policy on Keeping Private Customer Data...Private? · · Score: 2

    Q. What's the shortest path to build a bridge from Alaska to Australia.

    A. Don't build a bridge. Build a boat (or plane)

  25. Re:Use a two-phase query system. on Keeping Private Customer Data...Private? · · Score: 2

    I think this is a job for the old floppy disk.

    typedef struct
    {
    char CCType[16];
    double CCNumber;
    unsigned short CCExpDate;
    char MD5HashID[128];
    } CCData;

    1.44 MB / sizeof (CCData) is a lot of records