Slashdot Mirror


User: MikeBabcock

MikeBabcock's activity in the archive.

Stories
0
Comments
6,826
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,826

  1. Re:Huh? on The Design Failures That Led To Rock Band · · Score: 1

    You obviously never played Amplitude or Frequency on the PS2.

    Personally, they were much better games than their later Guitar Hero cousins, especially featuring online competition modes.

    Unfortunately, they didn't have the gimmick controllers to sell them to the masses.

  2. Re:Rock Band isn't about playing a guitar on The Design Failures That Led To Rock Band · · Score: 2, Funny

    You know, that's what always annoys me about Ratchet & Clank -- people can't be bothered to jump through real lava fields and blow each other up with electric field weapons anymore. They just sit on their lazy backsides and do it on a TV instead of getting out there and really blowing stuff up! Come on people, get up and torch something with your plasma weapons instead of just pretending to on TV!

  3. Wow, intelligent I/O with caching? on Intel's Braidwood Could Crush SSD Market · · Score: 1

    What's new about this exactly? I have I2O controllers with on-board cache from ten years ago, and we had RAM-based PCI cards for caching back in the nineties on some servers I administered.

    So now Intel's just integrating a cheaper I/O cache into the backplane ... flash instead of RAM ... big deal, and hardly innovative. Its also not going to help streaming data speeds at all, which will always rely on spindle speed, nor random access of changing data for that matter, only data that can be cached -- which is why we've been doing RAM caching for all these years.

  4. Re:So it's a fnacy nmae on Schooling, Homeschooling, and Now, "Unschooling" · · Score: 4, Insightful

    Actually I'm quite certain the gp was trying to point out that having 'engineer' in your job title and being a Professional Engineer are completely different things, and that the latter requires a lot more education.

  5. Total FUD on Game Over For Sony and Open Source? · · Score: 1

    Let me get this straight, Sony actually bothered allowing us to install Linux on the PS3 in the first place and they're no friend to open source or hackers? Since when did the competition let you install any third party software on their machines at all? Sure, it had limitations to protect their investment, but it was an option at all. Now it seems its no longer economical to continue making the device that way but surely someone else recognizes the severely short-sighted Sony-hating required to claim that somehow the only console company to offer Linux support ever (on two of its consoles in a row no less) has some special standing as a parriah to the open source community.

  6. Re:How is this new news? on Red Hat Releases Windows Virtualization Code · · Score: 1

    Windows only just did the same thing a month ago. What is this ages thing you speak of?

  7. Re:Blimps on High-Tech Blimps Earning Their Wings · · Score: 1

    And if this is in any way related to the blimp system they're testing near the Sarnia Canada border (which I'm betting it is), they don't do so well with lightning either.

  8. Re:Umm .... on Fear of Porn URL Exposure Discourages Firefox 3 Upgrade · · Score: 1

    Wow, way to troll.

    I'm quite certain the reason why so many people use Firefox instead of the browser that came with their OS is because it does in fact do what they want it to do, making your argument completely bunk.

    That said, if you're going to use cute monikers like 'open sores', why don't you bother explaining what ground you have to insult developers that give their product away in a form that you can change any way you like after getting it. There's nothing stopping even Microsoft from changing a few lines in Firefox and re-releasing it to their own customers without this URL bar feature.

  9. Re:Wa wa what? on Behind the 4GB Memory Limit In 32-Bit Windows · · Score: 1

    You missed the pun which was predicated on the previous pun in the g-g-p I believe.

  10. Re:Wa wa what? on Behind the 4GB Memory Limit In 32-Bit Windows · · Score: 1

    PAE is no more of a hack than the EMS managers many of us used for the better part of a decade to access our RAM back in the earlier DOS/Windows days.

  11. Re:Call me naive... on Coder of Swiss Wiretapping Trojan Speaks Out · · Score: 1

    For example to supplement the parent, bo2k isn't exactly hard to find. They have a really huge website with a lot of details on how to use it.

  12. Re:Example on Dirty Coding Tricks To Make a Deadline · · Score: 1

    Or a local static?

    There's a reason I like Python ... it actually has this type of functionality built into the language.

    That aside, I think I last used something like this when I wanted that functionality in C:


    int foo()
    {
        static int i=1;

        switch (i)
        {
            case 1:
            i++;
            printf("First operation\n");
            return i;
        case 2:
            i++;
            printf("Second\n");
            return i;
        default:
            return -1;
        }
    }

  13. Re:One word.. on Dirty Coding Tricks To Make a Deadline · · Score: 3, Funny

    If you were going to do that without goto, use a while with a break instead of ugly nested ifs.


    while(1)
    {
            if (!start_condition) break;
            action1();
            cleanup1();
            if (!test_condition1) break;
            action2();
            cleanup2();
            if (!test_condition2) break;
    }

    And so on ... it basically gets you exception handling formatted code. Of course, goto is probably still cleaner :)

  14. Re:Diesel is so obviously better for hybrids on World's Only Diesel-Electric Honda Insight · · Score: 1

    Because of rolling weight issues on the wheels. It completely ruins the suspension characteristics of your car.

  15. Re:Poor choice for screensaver? on Why Is Linux Notebook Battery Life Still Poor? · · Score: 1

    Do you get paid to be a shill or do you just do it out of ignorance?

    The kernel shouldn't know if you're running on battery IMHO, it should be told by the userspace. What's lacking here are good userspace controls for explaining to the kernel what you want from it, and at that point I'd expect distros to configure the kernels to be properly optimized for those conditions.

    Having attended the Ottawa Linux Symposium and heard the finger pointing and ranting about how poorly ACPI (for example) is actually implemented in hardware, and that it only works on Windows because of proprietary drivers, I understand completely why this has been a pain on Linux. Implementing open standards that aren't actually followed by vendors because they can write a Windows driver to fix the problem is a royal pain.

    FYI I don't want my computer running in lowest-possible-power-mode when on battery sometimes, because I may be outside where I need the screen brighter (for example).

    I won't even ask what security you think is better on Windows.

  16. Re:"It's the Network" on Why the Google Android Phone Isn't Taking Off · · Score: 1

    You really don't understand the use of comparison in argument, do you?

  17. Re:Aluminum powder is green? on Air Force & NASA Fire Off Green Rocket · · Score: 1

    Mind you, I can think of smarter things to do with water than to use it as propellant in space where it won't be reclaimed by our biosphere.

  18. Re:Green... eh - manufacture on off planet ... coo on Air Force & NASA Fire Off Green Rocket · · Score: 1

    I made the mistake of sending the Prius vs. Hummer total lifetime pollution article to a tree hugger I know.

    Now they're just confused.

  19. Re:If you can't remember that far back, wikipedia on Thanks For the ... Eight-Track, Uncle Alex · · Score: 1

    I know where to find several, but none of them are at brick and mortar retailers as new devices.

    Luckily we have ebay.

  20. Re:Slashdot account on Thanks For the ... Eight-Track, Uncle Alex · · Score: 1

    I was hoping a two-digit would reply, but we got a 3.

  21. Re:Pretty easy on Thanks For the ... Eight-Track, Uncle Alex · · Score: 4, Insightful

    If I were going to pick a random filesystem that will be readable in 15+ years for such a project, I'd probably put my bets on ISO9660, especially since this is a read-only storage situation.

  22. Re:This proves that software is where the money is on Apple vs. Google, Who Will Control the iPhone? · · Score: 1

    The comment had nothing to do with comparable pricing for comparable hardware, but where 'entry level' begins.

    That Mac may be a very good deal for what's included, but my point was that there is an entry level even lower than that.

  23. Re:This proves that software is where the money is on Apple vs. Google, Who Will Control the iPhone? · · Score: 1

    Even on a normal performance metric, I can't tell you the slim I cited is a better deal than the Apple Mini. My problem is with people who think that the entry point in PC hardware isn't as low as it is.

    FYI the Slim is 37.79cm x 10.6cm x 43.31cm at 7.3kg and the Mini is only 5.08 cm x 16.51 cm x 16.51 cm at 1.31 kg. Personally though, I'm tempted by one of these.

  24. Re:Expectation of anonymity? on Model Drops Lawsuit After Outing Anonymous Blogger · · Score: 1

    One could anonymously "out" you as a child molester (even though you're presumably not) on blogs all over the planet and make you lose all your friends, your job, the trust of your neighbours, etc.

    I'm pretty sure you'd be questioning your belief that speech can't take away others' freedom after that experience.

    That said, I believe fairly strongly in free speech, but also in limits thereto. No, its not an absolute.

  25. Re:Expectation of anonymity? on Model Drops Lawsuit After Outing Anonymous Blogger · · Score: 1

    I don't have a problem with your basic points except that you skip one ... does the skanky ho have a right to use the judicial system for the sole purpose of exposing the other skanky ho if the first skanky ho had no real desire to continue the case thereafter?

    I have a recollection that in some states this would be considered an abuse of the process at least.