Slashdot Mirror


User: andy_shepard

andy_shepard's activity in the archive.

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

Comments · 55

  1. Re:ISPs-Freedom: Cash or check? on Broadband Access Leading to Internet Breakdown? · · Score: 1

    Which promptly gets rooted, and made into a servent of the dark side.

    You mean like the way the home mail server I've been running for the past two years hasn't been?

  2. Re:No real difference on NASA Develops Tech To Hear Words Not Yet Spoken · · Score: 1

    That's a load of crap. I haven't learned any speed-reading techniques (note correct spelling) and I never subvocalize, reading or thinking.

  3. Re:Sound on The Oft Frustrating Job of a Sysadmin · · Score: 1

    In my opinion, in most shops (not all) sound and speakers have no business purpose. I only allow them to be deployed if a true reason exsists (or the big bosses ask for them). For the most part, it would just encourage users to waste company resources (bandwidth, storage, etc) downloading and listening to musak.

    Why don't you try sharing an office with six people who never shut up before going on about how listening to music wastes company resources?

  4. Re:Iris changes on Germany Begins Iris Scans at Frankfurt Airport · · Score: 1

    I mean, the ostensible principles of univeral IDs aren't all bad...

    Yes they are.

  5. Re:otool instead of ldd on FBI Agent Talks Crime, Macs · · Score: 2, Informative

    Bullshit.

    On IRIX 6.5:

    andy@galadriel:/usr/lib32 [9]> ldd libvorbisenc.so
    libm.so => ./libm.so
    libogg.so.1 => ./libogg.so.1
    libc.so.1 => ./libc.so.1

    On Linux:

    andy@melkor:/usr/lib [3]$ ldd libvorbisenc.so
    libm.so.6 => /lib/libm.so.6 (0x400f1000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0x40116000)
    libc.so.6 => /lib/libc.so.6 (0x4011a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)