Slashdot Mirror


User: mudimba

mudimba's activity in the archive.

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

Comments · 31

  1. Re:don't forget about your own engineers! on HOWTO Go About Marketing to Developers? · · Score: 1

    I could not agree more. I find that the documentation I produce for my company is always much better after a couple pints of Guinness. If the beer is paid for by the marketing group, my HOW-TOs really can't be beat.

  2. Re:I don't get it on Allchin Admits MSFT Violated the Law · · Score: 1

    OK, so a lot of their functionality relies on having an HTML renderer available. Why not make which HTML renderer to use configurable (use an environment variable, or whatever Windows' equivalent is).

  3. Re:Why Linux? on 2.4, The Kernel of Pain · · Score: 1

    I really like *BSD, and it is often the better choice for a server, but it depends on what you are running. For example, my company chose linux over *BSD because currently java programs tend to run faster on linux.

  4. Re:No ... I like 2.4 ... on 2.4, The Kernel of Pain · · Score: 1

    The article was talking about running 2.4 on server machines, not on desktops. Most servers don't care about USB or sound cards.

  5. Re:OSS _is_ not for business use! on Managing Open Source Projects · · Score: 1

    I think that it is interesting that you use FreeBSD's stability and speed as an example of why open source is not for business use. The last time I checked, FreeBSD is open source.

  6. Re:Nobody Uses XML on Creating and Using XML-Based Internal Documents? · · Score: 1

    I think that your concept of XML is exactly backwards. Instead of being equivalent to binary data, I would say that XML can be used like text data used to be.

    One of the great things about the Unix philosophy is the notion that programs should use text for their input and output. This allows for programs to be piped together, and large problems can be solved by combining many small solutions.

    As data becomes more complex and is shared among many different machines and architectures, straight text files are no longer sufficient. This is where XML comes in. Not only is it compatible and universal across machine types and OS's, but it is also able to be shared across any program.