Slashdot Mirror


User: Cow+Herd+(Anonymous)

Cow+Herd+(Anonymous)'s activity in the archive.

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

Comments · 12

  1. Re:vi is great, but emacs is greater. on The Birth of vi · · Score: 1
    If only existed a good emacs mode for modal editing... :-|
    You should investigate viper mode. Vi key bindings in emacs; but keeping most of the emacs key bindings and all of emacs' programmability.
  2. Re:Qua? on Gaia Project Agrees To Google Cease and Desist · · Score: 1
    You missed some parts of the truth...
    When you spend the money to photograph and map the surface of the Earth, current copyright law says that you can license it and do with it what you please
    There's nothing fundamental about the ability of the generator of the data to license it. It's only a human law, not a natural law, and one that can be changed.
  3. Re:XML "Sucks" on Celebrate the XML Decade · · Score: 1

    Here is a more accessible opinion about XML.

  4. Re:2 things. on Is Microsoft Using RIAA Legal Tactics? · · Score: 2, Interesting
    Unless, of course, the singularity has DRM.
    It's a pity my mod points expired a couple of hours ago, or I'd donate you a point for this!
  5. Re:Oh, for crying out loud... on Beginning GIMP · · Score: 1

    You avoided the question, so I'll ask it again. Have you considered a shell script?

    If you did consider it, or even try it, what was the result?

  6. Re:Security=cost of doing business on Mumbai Bombings Give Outsourcing Community Pause · · Score: 1
    Security is one of the reasons why the US has a successful economy.
    Uhuh.
    If you are looking to open a business, are you going to do it where there are drug dealers and gangs on every corner and you need an armed security team 24/7?
    So to avoid these things I'd open a business in ... the USA? You're joking, right?
  7. Re:Availability of Source Code? Does it Matter? on Oracle and PostgreSQL Debate · · Score: 1
    RMS is a bit on the fringe but if you've ever heard him speak about what got him started with his open source crusade, it was that he was refused access to the source code for a printer driver that had a bug and which he needed to fix.

    I've never heard him speak, therefore the printer driver bug was not what got him started on his open source crusade.

    On a more serious note, RMS has never been on an open source crusade. He has, however, long been on a Free Software crusade.

  8. Re:That's nice on Changes in HDD Sector Usage After 30 Years · · Score: 1

    You should get a prize for completely missing the point. http://www.greenwoodsoftware.com/less/

  9. Re:old paradigms on What is UNIX, Anyway? · · Score: 2, Informative
    ...the concept of setuid (which gives you *all* the privileges available)...


    The setuid bit on an executable file gives you the privileges of the owner of the file. It is mostly used as setuid-root, but doesn't have to be.

    setuid(2) is a different matter of course, because you need to have uid 0 for it to work at all.
  10. Re:Thats what you get for running Exchange on What Corporate Email Limits Do You Have? · · Score: 1
    Ummm...none the I'm aware of. Exchange is not a "mail system". The mail in Exchange is just a component of the GROUPWARE SUITE.
    So? The question is "What Corporate Email Limits Do You Have?".
  11. Re:What they mean to say is.... on UK Government Confiscates Firefox CDs · · Score: 1

    Are you free? Can you be sold?

    Thinking about the answers to those two questions may give you more information about your apparent confusion.

  12. Re:Single, standard, universal plain text format: on What's Wrong with Unix? · · Score: 1
    Define the standard *nix system text encoding to be UTF-8. Require every tool to assume UTF-8 when no encoding or other modifiers are specified, and make UTF-8 support a requirement for every tool that wants to participate in the chaining/piping operations that are the backbone of *nix.
    That bit's been done: Plan 9