Slashdot Mirror


User: gcnaddict

gcnaddict's activity in the archive.

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

Comments · 577

  1. Re:Broke the internets! on Google Search Flagging Everything As Potentially Harmful · · Score: 1, Funny

    Ouch. I wish I could mod myself down as redundant after your post, but I can't use mod points on stories I've commented in. Oh well.

  2. Re:Broke the internets! on Google Search Flagging Everything As Potentially Harmful · · Score: 1

    This'll make for a good joke:

    http://i42.tinypic.com/55q7wl.png

  3. Re:I already said that. on Progress On Electric Cars · · Score: 1

    Water is self limiting but not when too much of it is being vaporized. In the end, hydrogen-powered cars are redirecting solar energy which would otherwise hit the land (indirectly or directly the form of energy used to break water apart) into water in the form of water vapor. Sure, burning hydrocarbons releases water and CO2 (this is understood), but burning hydrogen gas and oxygen releases more water vapor into the air (well, in terms of sheer numbers of molecules) than the CO2 and H2O released when burning octane.

    In the end, more solar power is going towards shoving water vapor into the air.

  4. I already said that. on Progress On Electric Cars · · Score: 1
    I already said that:

    that's much more water that's being converted from liquid to gas than by weather alone (or even by cars today).

    So yes, I do realize this.

  5. Re:I meant too much water vapor. on Progress On Electric Cars · · Score: 0

    Do you have any idea how much more will be released if every car on the planet is replaced with a hydrogen-powered car? It won't happen now, but it will later if Hydrogen takes off. That's why I'm fond of electric-powered vehicles... or mini fusion plants in cars, but that won't happen during our lifetimes, nor would it be too nice given that we'd be converting water permanently to helium and oxygen (breaking down water and fusing the hydrogen).

  6. Relevant solution on Progress On Electric Cars · · Score: 1

    Good point. Most of the electricity around us near DC is from coal/oil, though some parts get nuclear energy as well.

    You know what would work best? This.

  7. I meant too much water vapor. on Progress On Electric Cars · · Score: 3, Interesting

    Well duh, water vapor should always be in the air, but if suddenly a whole bunch of cars start creating immense amounts of water vapor from hydrogen gas + oxygen... well, that's much more water that's being converted from liquid to gas than by weather alone (or even by cars today).

    It's a fact overlooked by many.

  8. Soon, gas stations will be replaced by on Progress On Electric Cars · · Score: 1, Interesting

    parking lots. If Shelby Supercars created their own charging technology in-house, I wouldn't be surprised if (assuming SS licenses their technology, or assuming the company which licensed the tech to SS pushes it to other car manufacturers as well) gas stations are flattened and converted into parking lots with high-wattage 220volt outlets per parking spot.

    Let's hope that SS's claims are true. This would eliminate the need for hydrogen cars as well (water vapor is another major greenhouse gas).

  9. As for preservation on Long-Term PC Preservation Project? · · Score: 2, Interesting

    Perhaps that mineral oil which is used to keep CRAYs cool might work? Maybe just get a barrel of that, drop all of the components in, and seal it up.

    I'm not sure how practical it will be for when it's opened, but it'll suffice for keeping the sucker preserved.

  10. Good job. on Linus Switches From KDE To Gnome · · Score: -1, Offtopic

    Your predictive posting failed.

  11. A reasoned analysis? That's good. on Linus Switches From KDE To Gnome · · Score: 4, Insightful

    I first read the summary wondering why anyone cares what Linus uses, but then I noticed that he agrees with the general consensus that KDE4 isn't turning out as well as everyone had hoped...

    Here's to KDE doing better with v5.

  12. You did it wrong. on Microsoft Donates Code To Apache's "Stonehenge" Project · · Score: 4, Insightful

    Embrace - you are here. Extend Extinguish

    I do believe "Embrace" was covered when Microsoft joined the Apache foundation. Now that they're actually adding code... that's represented by "Extend."

  13. Owned by Slashdot link protection on Solution Against Cold Boot Attack In the Making · · Score: 1

    I love it when Slashdot automatically rips open a troll post.

  14. Oops, bad link on MS Silverlight To Stream Obama Inauguration Events · · Score: 1

    http://www.mono-project.com/Moonlight

    meant that. I somehow got to the parent mono download link instead. Feel free to mod parent down.

  15. Moonlight...? on MS Silverlight To Stream Obama Inauguration Events · · Score: 1, Interesting

    Whatever happened to Moonlight? I thought they covered Silverlight 2.0 just fine:

    http://www.go-mono.com/mono-downloads/download.html

  16. It looks like on Ricardo Montalban Dead At 88 · · Score: 2, Funny

    Khan got the last laugh.

    YEEAAAHHHH

  17. This patent might be thrown out: on Nintendo Files Patent For Game That Plays Itself · · Score: 3, Insightful

    Let's look at it this way: this is combining simple, linear bots into the storyline which play as the first person in the event that the main player gets bored.

    Am I the only one who sees this as a bit obvious and un-patent-worthy? Games have been doing this for a while during Demo screens... just without the story advancement.

  18. This makes for a fine game of Chess. on Microsoft In Mobile Search Deal With Verizon · · Score: 4, Interesting
    It's interesting how Microsoft nailed Dell for search. They've now got Verizon as well, which leads me to think that either:
    1. Microsoft offered more money, or
    2. companies are getting weary of partnering with Google and dealing with Google's bottomless desire for control.

    It'd be interesting to see how all of this plays out.

  19. It's about time. on Microsoft Rumored To Lay Off Thousands Worldwide · · Score: 4, Interesting
    If you've ever been on their Redmond campus, you'd see two things:
    1. There are lots of smart people who deserve jobs at Microsoft.
    2. There are lots of stupid people who don't deserve jobs at Microsoft.

    Lisa Brummel is a Microsoft Senior VP. She's in charge of human resources, and given some of her other decisions internally, I think she'll do the right thing and cut some weight from Microsoft.

  20. Re:Warning, Y2.1K bug. on The Exact Cause of the Zune Meltdown · · Score: 2, Insightful

    The code in the freescale driver actually covers this. Check the IsLeapYear() function in the code (line 162):

    static int IsLeapYear(int Year)
    {
    int Leap;

    Leap = 0;
    if ((Year % 4) == 0) {
    Leap = 1;
    if ((Year % 100) == 0) {
    Leap = (Year%400) ? 0 : 1;
    }
    }

    return (Leap);
    }

  21. Re:Warning, Y2.1K bug. on The Exact Cause of the Zune Meltdown · · Score: 2, Funny
    It won't matter:

    #define ORIGINYEAR 1980 // the begin year
    #define MAXYEAR (ORIGINYEAR + 100) // the maxium year

  22. Re:Import calendar? on The Exact Cause of the Zune Meltdown · · Score: 2, Interesting

    Well, that might explain why the same clock doesn't exist in the subsequent Zunes, but who knows.

    I'm more disturbed by one of the comments and the subsequent reply.

  23. offtopic question re. slashdot on How Can the Stimulus Plan Help the Internet? · · Score: 2

    Totally offtopic, but what does the red titlebar mean for a story on the index which just went up? I didn't see any reference to this story being a story "in the future" so I'm not quite sure what it is.

  24. Re:FROM TFA: on Huge iPhone Cut-and-Paste Tool Security Flaw · · Score: 4, Informative

    So what you're trying to tell us is that this story...

    ...needs a usererror tag, right?

  25. Re:Parent is actually insightful. on Performance Tests Show Early Windows 7 Build Beats Vista · · Score: 4, Informative

    This is honestly insightful, because the more they work on it, the more it will suffer from the heavy weight of feature creep. I hope their claim of 'modular' is still in the plans.

    The entire mechanism for building the OS is based on it being modular. Also, 7 is already feature complete. Beta 1 is in escrow right now.