Slashdot Mirror


User: IXI

IXI's activity in the archive.

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

Comments · 217

  1. Re:One OS on Why Mandrake is Too Cool for UnitedLinux · · Score: 1

    Ever heard someone pray to heavens core team?

  2. Re:Grrr!! on Why Mandrake is Too Cool for UnitedLinux · · Score: 1

    GNU is not the god, RMS is. And Linus is only the kernel god. So it must read: one OS, indivisible, under RMS -- which is the same as the absolute value of the OS (SQRT(OS*OS) = |OS|)

  3. Re:Free PGP? How about GnuPGP on Zimmermann Suggests Freeing PGP Source · · Score: 1

    Well, the GNU Project is not "any random Open Source project" either. Though the FSF might prefer the current situation, without PZ involved in GnuPG.

    But I doubt that PZ would be interested in working on GnuPG anyway. Seems he's more interested in his project surviving.

  4. Re:I'm glad he finally made it on Around the World In 14 Days · · Score: 0, Offtopic

    The first post in this thread says it. He won't bother us anymore with his failed attempts.

  5. Whodunit? on Anonymous Will Award $200,000 for Xbox Linux · · Score: 1

    Guess it was Bill Gates or Steve Ballmer trying to get stupid Linux freaks to buy M$ hardware.

  6. Re:Linux on Anonymous Will Award $200,000 for Xbox Linux · · Score: 1

    $50 will buy you a first class ethernet card working perfectly with Linux.

  7. Re:Careers? on Snort Creator Makes Good · · Score: 0

    Ouch! That's so stupid, it hurts!

  8. Re:Probably the only time on Can You Hear Me Now? · · Score: 1

    > a sales call came in handy.

    This is a good pun in germany because a cell phone usually is called "handy" over here. (Stupid name invented by some sales persons)

  9. Re:I am %100 pro Microsoft on Microsoft Discloses Security Flaws in XP and WMPlayer · · Score: 1

    It was left out because M$ don't bother if there was another OS on your harddisk. Because they don't want you to have any other OS on your computer.

    It's annoyingly stupid from the users point of view.

  10. Even more Low-Tech Cell Phone Blocking on Low-Tech Cell Phone Blocking · · Score: 1

    Put a person at the entrance who will ask people entering the room to take out their cell phone and make sure that it is switched off, or at least the bell is off, and remind them to leave the room if they want to use the phone (or warn them that they might not be able to use it in the future if they don't).

  11. Re:I am %100 pro Microsoft on Microsoft Discloses Security Flaws in XP and WMPlayer · · Score: 1, Informative

    You should have read the installation instructions. I'm not sure about Redhat but my Debian asks if it may overwrite the MBR while Windos does it unconditionally.

    And

    > Before this, I was a neutral in the Linux vs. Microsoft debate.

    I don't buy that. If you weren't biased towards Windos in the first place you wouldn't have given up on the first minor problem and blame Linux for something which is your own fault.

    If I had given up on installing Windos because of commensurable issues (I actually did this several times, though I never seriously used it) I would never have gotten any Windos to run -- except on my laptop, where it came preinstalled (I'd rather have it without, but they don't sell it, and you know why).

  12. Re:Ballmer's Quote on The Empire Strikes Back - in China · · Score: 1

    Interesting thought indeed, Mr. Ballmer. The local industry I'm working for depends on Free Software, so Free Software is good for Micro$oft and you should start supporting it.

  13. Re:But... on The Empire Strikes Back - in China · · Score: 1
    What we all need to ask ourselves is this: is what's good for Microsoft good for the rest of us? I think we already know the answer...
    Oh yes, err no, well, of course, no, I mean yes I know, no -- you know what I mean?
  14. Re:Did anybody actually READ the article? on Is Linux Dead? · · Score: 1

    Of course not. I won't give M$NBC a page hit, especially not for an article with such a stupid headline.

  15. Very bad for Micro$oft on Is Linux Dead? · · Score: 4, Funny

    ... their OS is outperformed even by a DEAD Linux ;)

  16. (Not) very brightly chosen name? on Microsoft's 'Palladium' Privacy/DRM Scheme · · Score: 1

    From Greek Mythology Link "The Palladium is the wooden statue that fell from heaven and was kept at Troy; for so long as it was preserved, the city was safe." As we all know Troy was taken with the help of a trojan horse. So we must assume that M$'s Palladium won't help against trojan horses either.

  17. Obscure Emacs keybindings on Version Fatigue · · Score: 1

    Emacs keybindings aren't that obscure, you just need to know the systematics. Eg prefixes the Ctrl, Meta and Ctrl-x in that order simply affect smaller to larger entities, when appropriate.

    And C-s for search isn't hard to remember as well as C-r for reverse search, C-t for transpose characters, M-t for transpose words and C-x C-t for transpose lines.

    And once you know that file commands start with C-x it isn't hard to imagine that C-x C-s saves your buffer (under it's current name) while C-x C-w writes the buffer to a file (with a new name).

    One more advantage is that emacs bindings are default in the readlin lib so that you can use them for command line editing in bash or use C-r to search backwards in the history buffer.