Slashdot Mirror


User: enedwaith

enedwaith's activity in the archive.

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

Comments · 5

  1. Linux vs. *BSD fracturing on BSD For Linux Users · · Score: 2, Insightful

    This is the one thing that I have never quite understood and have always heard people in the BSD camps complain about.
    I always hear complaints of how fractured the linux community is because of the umpteen different linux distributions. Now I have used about 5 different linux distributions over the years and I have to say that I have been able to sit down at everyone that I have tried and felt pretty much at home. The base operating system is always made from the same packages. I have yet to see a mainstream distribution that didn't use glibc, util-linux and the like. The only major difference you see between the distributions is the package managment.

    On the other hand I currently use both Open and FreeBSD and while mostly similar I would have to say that there was a greater difference in the core OS between them then between different linux distributions. For example the disk partitioning program. Also since they use seperate kernels it can result in other incompatabilities. I know in the past filesystems were not quite compatible, or all features were not supported, such as UFS2 and soft updates.

    Also when he talks about the installation from ports being snazy for install because they find dependancies and install them for you I am suprised he doesn't bring up any of the linux tools that do the exact same thing such as apt or emerge. He mentions the distributions that they are a part of so I think he knows about them. It is possible that he thinks that linux users know about them and therefore doesn't have to.

  2. Re:Adobe/Macromedia "Greatest Hits" on Adobe Considers Withdrawing from Asian Markets · · Score: 1

    I'm no expert on copyright laws by any means, however I'm pretty sure that even if your right about her posessing a copy for her self I would have to say the redistribution of the product to her class would definetly be infringing.

  3. Re:Cheating Is Harder Than Actually Doing The Work on Cheating Detector from Georgia Tech · · Score: 1

    I think your confusing cheating with cheating well. Cheating is easy, cheating well is an art form. Besides this wouldn't catch any one cheating well anyway.

  4. Re:different encryptions on Wireless LAN Encryption Standard Broken · · Score: 1

    The main problem with these encryption schemes is that they are developed by companies in house and aren't submitted for peer review. DES and RSA on the other hand are open algorithms that have been tested by many cryptographers and have yet to fail (Not counting DES's meager key size).

  5. Re:linux-ports? on Is It Time To Change RPM? · · Score: 1

    I must say that I have wanted to see a linux version of the *BSD ports tree. I prefer to work with source rather than precompiled binaries. I just think that, for me anyway, binary packaging systems are to easy to break. You can easilly add things to a system not going through the packaging system that will screw up the entire packaging system because they don't check if things actually exist on a system just if they have been installed with a package.