Slashdot Mirror


User: smackman

smackman's activity in the archive.

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

Comments · 11

  1. Ellison Entertains Enraged Elephant in Expo on Gates Gets Government Guards for Gala · · Score: 1

    See here for details: http://enragedelephant.com

  2. Horrible review on The Gimp from the Eyes of a Photoshop User · · Score: 1

    That was one of the most horrible and ill informed reviews I've read in a long time. Note his attitude when he thinks that gimp's file open dialog is part of some unix smugness conspiracy to make life difficult (how hard is it to understand that it doesn't have access to the capabilities of the mac gui, that it's not native?) Also note how awful his review of netscape is below. The guy's a tool. Why does anyone care what he says?

  3. Easy to filter...? on U.S. Spam Law to Take Effect Jan. 1 · · Score: 1

    Actually, the interesting bit to me when I read the Spamhaus article entitled, "United States set to Legalize Spamming on January 1, 2004", was that it ought to be awfully easy to filter spam if it must contain some text (and a link?) about how to opt-out. As long as it's clear what is spam and what is not spam, then the probably is almost completely solved.

  4. Logging filesystem (e.g., reiserfs)? on Red Hat Linux 7.1 Release Announcement · · Score: 1

    With this new RH, anyone know about support for a logging filesystem in the installer/on the root partition? That would be nice...

  5. Re:Well.. I reply on Benchmarks of *BSD, Linux, and Solaris at LinuxTag · · Score: 1
    Don't believe about the code quality? well, the BSD C lib is half the size of the GNU lib C, with the same functionality..


    This is the second time I've seen this comment of 2x. It's a crock of shit:

    % uname
    Linux
    % ls -l /lib/libc-2.1.2.so
    -rwxr-xr-x 1 root root 4118299 Sep 20 1999 /lib/libc-2.1.2.so

    % uname
    FreeBSD
    % ls -l /usr/lib/libc.so.4
    -r--r--r-- 1 root wheel 537268 Jun 12 00:26 /usr/lib/libc.so.4

    Looks closer to 10x to me...
  6. Re:And his problem is? on Unhappiness Surrounding Perl 6 Announcements · · Score: 2

    In what possible sense to BSD's have a "closed" deveopment model? The source code is freely available for reading (via cvs), trusted developers can write directly to the repository and unknown developers can submit patches which are included based on their merit.

    What project is more "open" than this?

  7. Re:Linux vs. NT Performance Comparisons? on IBM VisualAge for Java for Linux · · Score: 2

    > NT can run Microsoft IIS (not IE4, that's a webbrowser), as well as a few other webservers, >with Linux, Apache is pretty much the only game in town

    What are you smoking?

    zeus
    boa
    gn
    wn
    roxen
    aolserver

    to name a few, not to mention using squid in conjunction with apache, which is a big win for static content. not to mention they compared CGI with ISAPI, not, say, mod_perl or mod_jserv, etc.

  8. Re:FreeBSD NFS on Ask Slashdot: NFS on Free OSes Substandard? · · Score: 1

    % dd if=/dev/zero of=bigfile bs=1024 count=10000
    10000+0 records in
    10000+0 records out
    10240000 bytes transferred in 0.653652 secs (15665829 bytes/sec)
    % time cp bigfile /cshomes/spfarrel/
    cp bigfile /cshomes/spfarrel/ 0.00s user 0.48s system 10% cpu 4.735 total
    % time cp bigfile /cshomes/spfarrel/
    cp bigfile /cshomes/spfarrel/ 0.00s user 0.46s system 9% cpu 4.932 total
    % time cp bigfile /cshomes/spfarrel/
    cp bigfile /cshomes/spfarrel/ 0.00s user 0.45s system 10% cpu 4.364 total

    this is with 3.1 client & server over a v3 tcp mount, 100baseT, full duplex.

  9. this is a complicated matter! on MS Office for Linux · · Score: 1

    he obviously meant internet exploder

  10. cool, actually on MS Office for Linux · · Score: 1

    I hate MS OS's, but Office might be useful. I say cool...

  11. re: Mac OS X - Why bother with LinuxPPC? on MacWorld to ship LinuxPPC · · Score: 1

    Yes Mach was designed to support multiple CPU's,
    but can you point to *any* Mach-based systems that
    actually support SMP? Linux SMP may not be perfect but it's also not vapor.