Slashdot Mirror


User: rrohbeck

rrohbeck's activity in the archive.

Stories
0
Comments
3,407
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,407

  1. Re:Well... on Xbox Live For Original Xbox Games Shutting Down · · Score: 1

    Microsoft can and Microsoft shall, that's the price for being at their hands. The reward? To get to use their products.

    High tech masochism?

  2. Re:Transistor count on Intel Details Upcoming Gulftown Six-Core Processor · · Score: 1

    I have a feeling that Loderunner would be difficult to play at 3.2 GHz.

  3. Re:240mm square? on Intel Details Upcoming Gulftown Six-Core Processor · · Score: 1

    And how much is that in football fields?

  4. Re:What do we need NASA for now? on Cool NASA Tech That Will Never See Space · · Score: 1

    Nothing like brainwashing kids to make sure they'll become good Americans (aka Repubs.)

  5. Re:X in 24 hours on Sams Teach Yourself HTML and CSS In 24 Hours · · Score: 1

    Ha! I learned C++ in 24 hours and now I write security sensitive applications!

  6. Grammar? Writing? Editors? on Super Strong Metal Foam Discovered · · Score: 1, Informative

    We just griped about that.

    >capable of compressing up to 80% of it's original size

    "It's" == "It is." No exceptions.
    The genitive of "it" it "its."

    Sincerely,
    Grammar Police greetings from somebody for whom English is the 3rd language.

  7. Re:No worries on China Is Winning Global Race To Make Clean Energy · · Score: 1

    Quite laughing indeed.

  8. Re:Congrats! on China Is Winning Global Race To Make Clean Energy · · Score: 4, Interesting

    When we spend $100 million on a new wind farm, why does $80 million of that go overseas for high-tech design and manufacturing?

    Because US subsidies go into things like bio-ethanol and fossil fuels so there's nothing left to incentivize alternative energy?

  9. Re:Universities can't keep up on Students Failing Because of Poor Grammar · · Score: 2, Interesting

    It doesn't even have to be that extreme. Many of the routine emails at work have atrocious spelling and grammar, and I can't help but wonder if the bosses (who tend to be a bit older and have some kind of education) don't notice that too.
    I can't imagine an upper level manager writing messages like this. So, not being able to write means a hard career ceiling.

  10. Re:And this is how we die on Students Failing Because of Poor Grammar · · Score: 1

    Most of your tuition is paid for by the good taxpayers of Germany who presumably view a well-educated citizenry as an overall win relative to the cost involved.

    ...as opposed to the US, where you can be successful despite being uneducated. Just look at some leading politicians... as opposed to e.g. Angela Merkel, who is a Physics PhD.

  11. Re:Obama Is Right But for the Wrong Reason on Give Space a Chance, Says Phil Plait · · Score: 1

    That quote makes perfect sense to me.
    Maybe it's because I understand (a little) Relativity.

  12. Re:Obama Is Right But for the Wrong Reason on Give Space a Chance, Says Phil Plait · · Score: 1
  13. perl -e on 7 of the Best Free Linux Calculators · · Score: 1

    Seriously. OK, sometimes the expression becomes a few lines long and at some point I'll write it to a file and fire up vim, but that happens rarely.

  14. Re:Use Irish Whiskey instead . . . on Fertilizer Dump Spoils Intel's Pure Water · · Score: 1

    Germany and/or Austria used wine for a while after the big scandal about wine adulterated with illegal sweeteners like ethylene glycol.

  15. Re:At least nobody is complaining about on iPad Is a "Huge Step Backward" · · Score: 1
  16. Re:maybe I'm missing something but... on PayPal Freezes the Assets of Wikileaks.org · · Score: 1

    "No money none of the time" doesn't sound bad to me.

  17. Re:^--Why on earth is this marked as Troll? on Claims of Himalayan Glacier Disaster Melt Away · · Score: 1

    It is heavily politicized in the US (and a few more conservative/reactionary corners of the world) because so much money has been poured into denialist propaganda.
    Everywhere else, politicians look at the science and say, "OK, what do we need to do to mitigate the damage?"

  18. Re:Google's internal security vulnerbilities on Surveillance Backdoor Enabled Chinese Gmail Attack? · · Score: 1

    If you trust anybody external with your data you're asking for trouble. If it gets off your LAN in unencrypted form it's out. It doesn't matter if it's Google, Microsoft, Iron Mountain or anybody else.

  19. Re:Careful There, Schneier on Surveillance Backdoor Enabled Chinese Gmail Attack? · · Score: 1

    what Google had was an internal system that could pull limited amounts of account information to comply with law enforcement requests, not a backdoor that gave access to the account in question.

    What's the difference? You can be sure that the LEA access method allows access to everything that's interesting, in particular the content of emails. Yeah they would probably not be able to send email from that account and similar mischief but you can be sure they had full read access to everything,

  20. Re:Probably just a bug. on Microsoft Bots Effectively DDoSing Perl CPAN Testers · · Score: 1

    You got it backwards :)

  21. Re:When will we change programming practices? on Microsoft Says Upgrade To IE8, Even Though It's Vulnerable · · Score: 1

    Developers who know what they're doing had it drummed into their heads that they need to watch memory allocation, array boundaries, null pointers, unsafe library functions and the like.
    The problem is if you hire hordes of less qualified programmers and let them loose on a project that requires low level programming.
    Unfortunately, anything using C or C++ amounts to low level programming.

  22. Re:The right time to upgrade on Microsoft Says Upgrade To IE8, Even Though It's Vulnerable · · Score: 1

    You can install it without their crap CD, but it's a PITA because there's zero documentation and you have to discover everything for yourself, if you run Linux for example. But all you need is any browser.
    The same applies to the majority of home networking gear out there.

  23. Rocketeer! on Lacking Buyers, NASA Cuts Prices On Shuttles and Old Engines · · Score: 1

    A SSME for free, add some small tankage and off you go. A parachute might be nice too.
    Iron Man, you suck!

  24. Re:Dragstah! on Lacking Buyers, NASA Cuts Prices On Shuttles and Old Engines · · Score: 1

    So what would a SSME strapped to a light chassis do on a quarter mile?

  25. Re:Same as microsoft, gnome, etc dumb it down on Mozilla To Ditch Firefox Extensions? · · Score: 1

    Extensions were broken from day one. You only need to look at the fact that they are bound to specific versions for proof of that.

    Just like Linux kernel drivers :P

    If you have a powerful API it's going to change so you'll have version dependencies.
    If you want a stable API you have to sacrifice features.

    I have a feeling there's room for both models, the current one and simple JS+HTML+CSS only extensions.