Slashdot Mirror


User: mkcmkc

mkcmkc's activity in the archive.

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

Comments · 864

  1. No on Longevity Gene Found · · Score: 1
    The calorie restriction effect is heavily documented--it's real. No one really knows how it works, or what variations might work, but the basic effect has been replicated over and over. Check out PubMed.

    (I think there are some studies that didn't show the effect for certain strains or under certain conditions, which may be what you're thinking of.)

  2. No on Longevity Gene Found · · Score: 1
    Your body won't start destroying itself if you skip breakfast.

    As for the slowdown of metabolism, that may be true, but what evidence is there to suggest that this is unhealthy? It may actually be an intrinsic part of the mechanism that extends lifespan.

  3. wanting a gun is like wanting to be President on Longevity Gene Found · · Score: 1

    The problem is that the people who desire to carry guns around on a daily basis (i.e., not as a part of their occupation) generally turn out to be mentally or morally incompetent to do so. Ergo, even though it sounds like allowing people to carry guns around would make things safer for all of us, it doesn't work out that way in the real world.

  4. Or, Greenspun's 10th Rule: on Windows PowerShell in Action · · Score: 4, Funny

    Any sufficiently recent Microsoft OS contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Unix.

  5. Hammers don't kill people... on Student Arrested for Making Videogame Map of School · · Score: 1

    Nails kill people.

  6. VMS file versioning was lame on Ext3cow Versioning File System Released For 2.6 · · Score: 1

    VMS was my first real OS, and I don't miss it at all. Its versioning was fairly useless--one of the first commands everyone learned was PURGE, to get rid of all of the clutter. In order to be useful, other versions have to be out of view during normal operation...

  7. Time's Cancer Drug of the Year on Cancer Fighting Drug Found in Dirt · · Score: 1

    You guessed it--it's YEW.

  8. Strategic Incompetence on Virtues of Monoculture, Or Why Microsoft Wins · · Score: 3, Insightful
    In my experience, nothing makes a monoculturist IT manager happier than being able to reply to some big ugly request for services with a simple

    Sorry, but Microsoft doesn't do that.
    And in many bureaucratic environments, that's the end of the story.
  9. Re:Better than DVD how again? on Wal-Mart Begins Massive Push For HD DVD · · Score: 1

    If your present car doesn't work for you, and the new cars you can buy do no better, it's obvious that you shouldn't buy one, no?

  10. Better than DVD how again? on Wal-Mart Begins Massive Push For HD DVD · · Score: 2, Interesting

    Er, so why am I supposed to buy one of these? Do they come without annoying trailers? Do they allow me to skip forward at any time (no UOPs)? Do they allow me to play any DVD I buy (no region problems)? Do they allow me to back up my media, so that I don't have to buy another one when the kids ride the original across the floor? Anything?

  11. Re:Outdated information at that website on Bill Would Require Labels on Cloned Food · · Score: 1

    Interesting. Something stinks, though--why can't I buy beef that's been tested?

  12. How about we start with Mad Cow labelling? on Bill Would Require Labels on Cloned Food · · Score: 1

    Labelling genetically altered foods would certainly be nice, but it seems a bit beside the point considering that it is currently illegal in the United States to test beef for Mad Cow disease.

  13. MOD PARENT UP on Vonage Admits They Have No Workaround · · Score: 1

    Ain't it the truth...

  14. You suppose? on Thailand Bans YouTube · · Score: 2, Funny

    And I suppose my wife's

    Okay, now we're curious:

    • Does your wife have an identical twin?
    • Was she wearing a bag over her head at the time?
    • Do you even know what your wife looks like?

    Enquiring minds must know! :-)

  15. We're all playthings of the rich now... on Amazon Patents Humans Assisting Computers · · Score: 1
    Actually, this sort of thing is inevitable, considering the growing concentration of wealth (in the USA, at least) among a tiny fraction of the population. Over time, more and more people will be employed to service the whims of the ultrawealthy. As this graphic shows, all recent growth in recent years has been skimmed to serve the ends of those at the upper margin.

    Is this bad? Hard to say--maybe our new overlords know better than we how to spend society's resources. We shall see...

  16. In other words, our choice is between the idiots.. on ICANN Wants Immunity · · Score: 1, Flamebait

    ..at ICANN, and the idiots in the Bush administration, to protect the future of the Internet. That makes me feel much better.

  17. Re:warts on What is the Best Bug-as-a-Feature? · · Score: 1
    You might think, but it's not. Try something like this:

    $ echo -e "a\nb\nc\n0\n1" | perl -e '@a = ( "b", "c" ); while ( <> ) { if(/$a[123]/ ) { print $_; } }'

    (Note the '0' and '1' input lines. I can't try this right now, so my syntax might be off.)

    Or instead of the '123', try '0x0' or '00' or '0_0' (which all are literals equivalent to '0' as far as I know).

    I have no idea of the complete semantics of this, but it's complex, strange, and undocumented (AFAIK).

  18. Utter Apathy on Do You Get a UNIX Workstation at Work? · · Score: 1
    If the company doesn't care whether or not you have the tools to do your job, why should you? (And Quake runs better under Windows anyway...)

    But seriously,

    1. Go ahead and make the case for a Linux box. Not because they'll give it to you, but just so that you know that you've tried to fulfill your professional responsibility.
    2. If you can, snag an old PC via "midnight requisition" or whatever. Hide it in or behind a file cabinet. That's your main box.
    3. If that doesn't work, start looking for a new job.
    Good luck.
  19. Visual C++ thrashing... on What is the Best Bug-as-a-Feature? · · Score: 1

    I once had a job doing Windows development using Visual C++. Every time I had to compile, the machine would start thrashing away, and I had time to go to lunch, take an "in-cube sabbatical", etc. Now, there's a feature you won't read about in any manual...

  20. warts on What is the Best Bug-as-a-Feature? · · Score: 1

    Some of these are warts, to be sure. Nothing near as bad as Perl's though. Try, for example, to describe--or even find out--what /$foo[123]/ will match. Good luck.

  21. Re: "wife" on Why Microsoft Should Fear Apple · · Score: 1

    Thanks for the link to the "wife" article in Wikipedia--I keep forgetting what that word means. :-)

  22. Re:My Static Analysis on Static Code Analysis Tools? · · Score: 0, Troll

    Many sucessful products are made up of around 500K lines of C++.
    That may be, but it doesn't really contradict my comment. The question is: What proportion of 500K+ projects fail?
  23. My Static Analysis on Static Code Analysis Tools? · · Score: 0, Troll

    If your project has 500K lines of C/C++, it will almost certainly fail.

  24. Webkinz sucks on Disney, Stuffed Animals, Draw Kids to Online Games · · Score: 2, Informative
    I've been watching my kids get involved with these with a mixture of amusement and dread.

    One notable observation so far: Webkinz sucks. When a child forgets their username ("Who could have imagined that this could happen?"), there's no way to retrieve or reset it. Attempts to re-register with the secret code draw an error. An attempt to reach tech support got me one illiterate, useless response three days later, followed by nothing.

  25. Proprietary software frightens *me* on Management 'Scared' by Open Source · · Score: 2, Insightful

    I guess I can understand being scared by the unfamiliar, but what really frightens me is proprietary software, or rather the licenses thereof. There's some really scary shit in there about what you can and cannot do, and the penalties for running afoul. Not to mention the stuff (which you may know as "software patents") that you only get to hear about after you're in trouble.