Slashdot Mirror


User: Trogre

Trogre's activity in the archive.

Stories
0
Comments
5,901
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,901

  1. Re:Those who don't know history on Yet Another Premature Declaration of Email's Death · · Score: 1

    Is it finally October 1, 1993?

    (Dammit, why can I never refer to that phenomenon without mentally rendering a certain Green Day song?)

  2. Facebook, Google Wave, Email, Twitter on Yet Another Premature Declaration of Email's Death · · Score: 1

    Spot the odd one out.

    That's right, folks. Only one of the above doesn't require lock-in to a single vendor nor depend on a silly "cloud" for storing correspondence.

  3. Re:I've gone to the Dark Side... on Explaining Corporate Culture Through "The Office" · · Score: 1

    Wow. Jaded much?

    Honestly, how does nihilistic BS like this get modded up?

  4. Re:Transistors Per IC and Planck Time on The Ultimate Limit of Moore's Law · · Score: 1

    Correction, that should be Gordon's observation, not Thomas'. I'm sure a lot of people called Thomas have observed a lot of important things, but this isn't one of them.

  5. Re:Transistors Per IC and Planck Time on The Ultimate Limit of Moore's Law · · Score: 1

    Hehe yes I realised that mistake shortly after posting it. I did mean Gordon Moore, who seems to be a pretty together sort of guy. That doesn't stop industry folks making wild extrapolations based on his predictions, and often downright misquoting him.

  6. Re:Semi-Vegetarian on Vegetarian Spider Described · · Score: 2, Interesting

    So why should you deserve a label, while others don't?

  7. Re:Transistors Per IC and Planck Time on The Ultimate Limit of Moore's Law · · Score: 1

    Thank you for offering a bit of sanity to the whole Moore's Law (Peace Be Upon It) dogma.

    Some people seem to think that Thomas' observation is some kind of fundamental law of physics that will always be obeyed, like gravity or thermodynamics.

  8. Re:Not worth it... on Huge ISS Science Report Released · · Score: 1

    Dude, they *&%#@ing walked on the mother^@*$ing moon.

    Is it a clear night in your timezone? Go look out your window at that big white thing in the sky. Some blokes went and *!#$ing walked on that.

    What more benefits to we need than that?

  9. Unemployment Check? on Blogger Loses Unemployment Check Because of Ads · · Score: 1

    What, she loses the ability to check her unemployment?

    Oh, upon reading TFS I see they mean she lost her unemployment cheque.

    Stupid cultures different from mine.

  10. Re:Management on The Sidekick Failure and Cloud Culpability · · Score: 1

    I think you mean light, fluffy keychains.

    Look, it's very simple. If you put your data on someone elses server then no matter what they promise you, that data is no longer yours. Period.

  11. Re:41? on BSA Says 41% of Software On Personal Computers Is Pirated · · Score: 1

    I'm curious. What exactly do you think is preventing someone from making a competing product just as good right now?

    And if they did take over the industry, how long do you think it would be before they went down the same path of onerous licensing?

  12. 41%, huh? on BSA Says 41% of Software On Personal Computers Is Pirated · · Score: 1

    I wonder what their sample demographic was.

    I honestly don't remember the last time I pirated any software. I suppose running Linux since 2001 helps. I can't exactly say I've been FOSS-only since I still use Adobe Flash and the proprietary nVidia graphics drivers, but in general if I can't apt-get, yum, untar or most importantly /share/ it, I won't take it.

    Some software such as libdvdcss has dodgy legal status thanks to arcane laws, but that's definitely not pirated software by any definition.

  13. Re:Next issue... on Marge Simpson Poses For Playboy · · Score: 1

    I presume that's so they can't see how shallow you are?

  14. Re:Logistics on Miniature Stonehenge Discovered In Wiltshire, UK · · Score: 1

    You should have gotten a +5 for that. Or a dry-cleaning bill at least.

  15. Re:Logistics on Miniature Stonehenge Discovered In Wiltshire, UK · · Score: 1

    Isn't it obvious?

    More slaves, to work the farms.

    Just like XML and violence, if it doesn't solve your problem, just add some more!

  16. I don't know about anti-competitive... on Is Valve's Steam Anti-Competitive? · · Score: 1

    ...but I would say it's fulfilling its purpose very well - pushing DRM to the masses.

    And people even here seem more than happy to swallow it up.

  17. Re:The end of creativity on PhotoSketch Image Manipulation Tool Taking the World by Storm · · Score: 1

    I believe that would be a type of animatic.

  18. Re: Media Center on What To Do With a Free Xbox 360 Pro? · · Score: 1

    So... your friends Xbox media centre is awesome, but your HTPC is ... better?

  19. Re:Penny Arcade Charity on What To Do With a Free Xbox 360 Pro? · · Score: 1

    I am genuinely curious about this - assuming both you and kklein are US citizens, how is it that at least one of you manages to get a basic aspect of US Tax Law completely wrong?

    Please don't misunderstand me, I'm not trying to make anyone look foolish, but I'm wondering where such misinformation could have originated, and why people seem to propagate it.

    Of course I think any economy that taxes the prize /recipient/ is absolutely batshit retarded, but perhaps I've been spoiled in that regard.

  20. Re:Thin CRT? on The First High-Definition TV, Circa 1958 · · Score: 1

    Uhm, do you mean like a Plasma display?

  21. Re:Amazon sells the track on Artist Not Allowed To Stream His Own Music · · Score: 1

    Wait, are we allowed to use the word 'stealing' in this context again?

  22. Re:Percentage? on Google Finds DRAM Errors More Common Than Believed · · Score: 1

    > The problem isnâ€(TM)t getting worse.

    Well maybe not *that* problem.

  23. Re:Percentage? on Google Finds DRAM Errors More Common Than Believed · · Score: 1

    The problem isnâ(TM)t getting worse.

    Well, maybe not *that* problem.

  24. Re:learn to.... on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 1

    fail2ban is great, but this attack looks designed to sneak around it. Since this is a distributed attack, the offending script has hundreds of IP addresses at its disposal, and has each IP attack each server a small number of times (usually twice, often once, rarely thrice).

    Fail2ban is designed to scan for repeated attacks from a single IP.

    I second the PermitRootLogin no >> /etc/ssh/sshd_config advice from the above posts.

  25. Re:Outward facing systems ... on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 1

    PermitRootLogin no - Correct
    PubkeyAuthentication yes - Not so much

    Public keys are great for trusted intranets and all, but for external access they're not such a good idea. If someone compromises your workstation they're automatically authenticated on the outward-facing server.