Slashdot Mirror


User: Danny+Rathjens

Danny+Rathjens's activity in the archive.

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

Comments · 986

  1. What does 'Third world' mean? on Open Source Africa · · Score: 1

    And if we are in the 'first world', where are the 'second world' countries?

    I've wondered about the etymology of these terms forever. And I've never found anyone that knows.
    --

  2. Tad Williams rocks on Otherland: River of Blue Fire · · Score: 1

    I am truly impressed by his genre-hopping ability.
    I don't think many authors are capable of writing fantastic tolkienish(in scale) fantasy and then jumping to near-future realish/VR adventures.
    I can't wait to see what is next.
    --

  3. Re:.web? on Cybersquatting Disputes Resolved Online? · · Score: 1

    My family is an organization of individuals. That's why I registered a .org domain for my family website.
    --

  4. How to use the new system on Network Solutions Changes WHOIS · · Score: 5

    Doing a whois to rs.internic.net will no longer give
    you the info about a domain on Dec 1st. It will just
    tell you who that domain is registered with.

    So we'll have to do this until we hack whois to
    support it:

    alias whois 'whois \!*@`/usr/bin/whois \!*@whois.nsiregistry.net |grep Whois\ Server: |
    cut -f2- -d:`'

    note: This syntax is specific to fwhois which is what is on Redhat boxen
    by default(whois is a symlink to fwhois.)
    fwhois user@host instead of whois -h host user

    p.s. Is there any kind of group/mailing list that is somewhere
    between flux(user level) and nanog(backbone level). I guess I
    should look for some kind of ISP operator's list.

    Posted on NANOG:
    "Newell, Tom" wrote:
    >
    > An FYI of an operational nature.......
    >
    > --Tom
    > Director of gTLD Programs
    > NSI Registry
    >
    > ##########################################
    >
    > Redirecting Port 43 Whois
    >
    > The following change is being made to comply with the recently
    > negotiated and signed agreements between the U.S. Department of
    > Commerce, ICANN, and NSI.
    >
    > Effective December 1, 1999 Network Solutions will be redirecting
    > port 43 (rs.internic.net) Whois from the NSI Registrar Whois to
    > the NSI Registry Whois. The NSI Registry Whois can currently be
    > found at whois.nsiregistry.net. After this occurs, port 43 Whois
    > will show the following information: domain name, registrar, Whois
    > server, registrar referral URL and the names of the name servers
    > associated with the domain. To obtain registrant and domain name
    > contact information, users will need to refer to the Whois service
    > provided by the registrar for the domain name.
    >
    > Send questions or comments to whois@nsiregistry.net.
    --

  5. Re:Dating culture on Uncle Robin's Advice for Lovelorn Geeks · · Score: 1

    And the very last thing you can say to a woman you're trying to seduce, is what you really want: to get her in your bed. I think of culture as the commonly accepted answers to these contradictions. Culture seems to be a set of standardised lies that you are expected to apply in well-defined situations.
    Maybe I am just rationalizing my own introversion/prudishness/shyness but this inherent dishonesty in our culture is one of the primary reasons I can't even approach a girl.
    It seems too dishonest to me to say, 'Want to see a movie with me?' but it also seems too forward or rude to say, 'Will you spend some time with me so that we can find out if we are perfect for each other?'
    --

  6. Concatenating classical mp3s on Ask Slashdot: What Music do you Code By? · · Score: 1

    cat 1.mp3 2.mp3 3.mp3 > concerto.mp3

    The players will just skip the extra header info
    between movements and continue playing.

    I have quite a few gig made this way.
    I like to just put my whole collection on random shuffle, but I like movements to be in order.
    --

  7. Just a scary episode of 'The Real World' on Forum:Blair Witch Project · · Score: 1

    Although maybe a step or two above in quality.
    --

  8. I was denied access, Etrade keeps my $ for 2 weeks on Red Hat IPO Surprise · · Score: 1

    I started an Etrade account with 5,000
    Account went active last night.
    Today Etrade informs me after I answer their 'profile' questions that I cannot participate.

    Here is a summary of the answers I gave that hopefully someone else can use to get a better chance of Etrade accepting them:
    Income: 40k
    Total Liquidity: 10K
    Current investments: 3k
    Market Knowledge: Limited
    Investment Goal: Growth
    maybe 'capital holding' is a better answer here
    The etrade broker also asked what the e-mail address was that I received the invitation from redhat at.(IOW non-transferability check)
    Now I have to wait 2 weeks before they will let me get my money back. Sounds like a great deal for Etrade to me.

    --

  9. Re:Linux and FAT32 on Using FAT32 with Linux · · Score: 1

    I have a linux box and a win98box networked together. I play mp3s on the windows box from a fat32 partition on the linux box's disk(partition shared over samba) I've never had any problems reading stuff at mp3 rates(I do have a relatively large audio buffer set in x11amp which probably helps.)
    Where I do have problems with using fat32 from linux is when I attempt to ls a directory with on the order of 1024 files. ls -l or ls -color take forever and a half because apparently ls is looking for inode info on each file and evidently isn't happy about it not being there. Also accessing those dirs over the samba share is horrendously slow as well. \ls (to get rid of my aliases) works fine. I don't know why the stat() calls aren't just returning whatever the inode values are for the whole filesystem. Guess I should read more of the source to see what is going on.
    --

  10. Read it Now! 8^) on Godel, Escher, Bach -- 20th Anniversary Edition · · Score: 1

    Go check it out from the library if you can't afford it. If you have a brain, this book is for you.
    --

  11. Look to religion first on Review:The Sun, The Genome and The Internet · · Score: 1

    Religion is going to go the way of the dodo.
    Linux is proof that eventually the public do listen to the smart people.
    "The only good thing to come from religion is the music." --George Carlin
    Although I think s/music/art on that is more accurate.
    --