Slashdot Mirror


User: bellis

bellis's activity in the archive.

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

Comments · 4

  1. Porting! on Why Develop On Linux? · · Score: 1

    - develop on Unix, then porting to other *nixes
    is a breeze. porting to Windows is reasonable.

    - develop on Windows, and porting to anything
    else is major major headache, and usually means
    rewriting from scratch.

    in other words, kill two birds with one stone,
    and develop on a Unix environment first.

  2. Wile E. Backhoe on Massive Fiber Cut Slows Net · · Score: 1


    The Backhoe
    Natural Enemy of the Network Administrator


    http://www.23.com/backhoe/

  3. Faster swap at front of drive on Ask Slashdot: Linux and Swap Optimization? · · Score: 1

    I've heard you can get some extra performance
    out of swap partitions at the lower cylinders
    of the hard drive. More so with the larger
    drives coming out these days.

    Can anyone confirm these rumor/theory?

  4. RedHat = Microsoft-minded UNIX on Ask Slashdot: Perceptions of Red Hat Software · · Score: 1


    A problem with Microsoft is they try to re-create
    concepts they THINK are right when they could
    have built on ones used and fine-tuned in the
    UNIX community for years before. (Things like
    UID/GID vs ACLs, NFS or sNFS vs File Sharing,
    TCP/IP vs IPX/NetBEUI, DNS vs WINS the list
    goes on and on.)

    What RedHat is doing from under the noses of
    those who are not familiar with UNIX is similar
    to the Microsoft mentality. RedHat THINKS it
    is better to put this config file here, or that
    log file there. This breaks sh$t and is
    completely foreign to a UNIX user from outside
    the RedHat world. It also makes it far more
    difficult to use both RPM and non-RPM packages.

    RedHat is really trying to make life easier by
    putting categories of files in specific locations
    but the effects are anything but that. They
    really should have created most RPM packages
    with the default locations the author used
    (usually something like /usr/local or /opt)
    Now if you want to make tweaks to binaries
    you're in for plenty of work.

    I appreciate the good publicity RedHat has given
    the Linux community. Driver support and programs
    are being created far faster with a larger
    user base. However, (Note to RedHat) don't try
    to re-invent UNIX, it has been around a lot
    longer than you.