Slashdot Mirror


User: MrEricSir

MrEricSir's activity in the archive.

Stories
0
Comments
2,357
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,357

  1. Re:Why WOULD anybody want to work in IT? on IT Management Always Blames the Worker Bees · · Score: 1

    In general, the sales staff is paid on commission. If they don't bring in the cash, they don't get paid.

  2. Re:Why WOULD anybody want to work in IT? on IT Management Always Blames the Worker Bees · · Score: 1

    Protip: every job is like that. IT pays well, but attracts a lot of folks who seem to have an unwarranted sense of self importance.

  3. Re:God forbid... on IT Management Always Blames the Worker Bees · · Score: 1

    I'm pretty sure bandwidth, equipment, and credit card numbers don't fall under the GPL in most cases.

  4. God forbid... on IT Management Always Blames the Worker Bees · · Score: 1

    ...that IT folks do the job they're paid to do without stealing!

  5. Re:Movie...? on Angry Birds and Parabolic Instinct In Humans · · Score: 1

    Sure, but they could use those resources to make something that's actually good in the first place.

  6. Re:Foreshadowing or metaphor? on How Europe Will Lower Emissions — Self Driving Cars · · Score: 1

    Have you read the news lately? Frankly I'm surprised they didn't call it ORWELL.

  7. Crash on How Europe Will Lower Emissions — Self Driving Cars · · Score: 1

    It's a good thing they didn't call it Jettison Galactic Ballistic Automatic Leveling Lever Autonomous Rear Drive.

    (AKA "JG Ballard.")

  8. Don't blame the driver on How Europe Will Lower Emissions — Self Driving Cars · · Score: 2

    My car is condemned to be free; because once thrown into the world, it is responsible for everything it does.

  9. Re:Don't Trust the Chinese on GE Venture Will Share Jet Technology With China · · Score: 1

    I'm sure they say the same thing about us. Just swap "communist" with "capitalist" and "melamine in milk" with "trans fats in french fries."

    Amoral business practices are not limited to a single culture or country.

  10. Re:Movie...? on Angry Birds and Parabolic Instinct In Humans · · Score: 2

    Do you think a law could stop him? IMDb shows he has several movies in production.
    http://www.imdb.com/name/nm0093051/

  11. Re:Movie...? on Angry Birds and Parabolic Instinct In Humans · · Score: 1

    Okay, that was pretty good.

    But for a full length movie, I'm afraid we'll end up with another monstrosity from Uwe Boll.

  12. Re:FRIST on Angry Birds and Parabolic Instinct In Humans · · Score: 1

    Yes! And ironically, one of Microsoft's best games was open source.

  13. Movie...? on Angry Birds and Parabolic Instinct In Humans · · Score: 4, Insightful

    An "Angry Birds" movie? Look, I love the game, I really do. But a movie? Please no.

  14. Have fun upgrading... on Tomcat 7 Finalized · · Score: 3, Funny

    ...by editing thousands of lines of XML files by hand in various directories!

  15. Re:unconstitutional on Patriot Act Up For Renewal, Nobody Notices · · Score: 1

    They could make it all constitutional by adding a constitutional amendment. I propose they call it the "1984 Amendment."

  16. Re:Open Platform? on Is Samsung Blocking Updates To Froyo? · · Score: 2

    There's no reason that Google couldn't include rules like "No DRM" or "Upgrades must be allowed." That would certainly make it more open.

    But they didn't do that.

  17. Re:Status of the status bar on Mozilla To Release Firefox 4 Next Month · · Score: 0

    Not sure what OS you're using, but Chrome for Windows never has a status bar. Instead, hovered links cause a URL to be drawn at the bottom of the window, more or less where the status bar would be. But there's no "bar" that appears, just the text.

  18. Status of the status bar on Mozilla To Release Firefox 4 Next Month · · Score: 1

    Strange how so many comments here say the same thing:
    * Where's the status bar?!
    * Eh, I'm switching to Chrome

    And yet Chrome also lacks a status bar!

  19. "The pod bay doors cannot be opened." on Jeopardy-Playing Supercomputer Beats Humans · · Score: 5, Funny

    "What is the mission is too important for me to allow you to jeopardize it?"

  20. Let's get this straight on NASA Pitches Heavy Lift Vehicle To Congress · · Score: 4, Insightful

    * Congress demands new Moon program
    * Nasa dusts off old plans, calls it Ares V
    * Congress cancels Ares program
    * Congress asks for new heavy lift vehicle
    * Nasa hands them the plans for Ares 5

    Man, talk about recycling...

  21. Developers on MySpace Lays Off 47% of Employees · · Score: 5, Funny

    MySpace has developers? What do they do?!

  22. Re:Linking on An Interview With C++ Creator Bjarne Stroustrup · · Score: 1

    Why not? Windows has a standard ABI for C.

  23. WebP on Google To Drop Support For H.264 In Chrome · · Score: 1

    What next, will Google drop JPEG, GIF and PNG in favor of WebP?

  24. Linking on An Interview With C++ Creator Bjarne Stroustrup · · Score: 3, Interesting

    The biggest beef I have with C++ is linking.

    Linking to a library that was compiled in a different C++ compiler (or even a different version of the compiler you have) is somewhere between painful and downright impossible; this is because function name mangling was never standardized and the core libraries are often incompatible.

    Couldn't they standardize this in C++? It would make life so much nicer for those who deal in binaries.

  25. Re:Trivial Count: 2 on An Interview With C++ Creator Bjarne Stroustrup · · Score: 2

    We could add more, it would be a trivial change.