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. Re:HOWTO make mozilla launch bittorrent on RSS And BitTorrent, Together At Last · · Score: 1

    After assigning the bittorrent program to be used for .torrent files, now all I do is click torrent links, I choose what dir, and it downloads the files. Isn't that what you wanted to accomplish?

  2. Re:Don't use Linux for this on x86 Commodity-Hardware Router? · · Score: 1

    I recommend ClarkConnect for a firewall for those who can't figure out iptables. It's got a nice default config and a web gui to tweak it. Plus it has other nifty stuff setup; like snort for intrusion detection and gives some nice stats with mrtg.

  3. Re:I would look for niches on How Do Small GNU/Linux PC Vendors Survive? · · Score: 1
    I don't know how anyone can stand up to those $500 wal-mart HP Windows boxes.

    And how about standing up to the $300 Wal-mart linux boxes? 8^)
    (the $200 one is out of stock)

  4. HOWTO make mozilla launch bittorrent on RSS And BitTorrent, Together At Last · · Score: 1

    edit... preferences... Navigator... Helper Applications... New Type...

    MIME Type: application/x-bittorrent
    Description: torrent
    Extension: torrent
    Open it with: /home/dkr/bin/btlaunch

    my /home/dkr/bin/btlaunch script:
    #!/bin/sh
    cd ~/dl
    /usr/bin/btdownloadgui.py --max_uploads 4 --max_upload_rate 20 "$*"
    #xterm -e /usr/bin/btdownloadcurses.py --max_uploads 4 --max_upload_rate 20 --responsefile "$*"

    xterm with curses version was old way I did it, but newer tk gui app is nicer(although I did tweak the code a bit to make it less annoying)
    The curses way had no confirmation, which is why I cd to my download dir first.

    note that this method doesn't always work since some folks don't use the correct mime type for their torrent files.

  5. Re:Argh. on Balloon Helps Doctor Reach Brain Tumor · · Score: 2, Funny

    Clean Lab ( Evicted All Nasties ) Clean Lab Environments Are Nice Clean Lab Environment Aptly Neat Clean Lab Environment Au Nonpareil Clean Lab Excelling ACE Niche Clean Lab Envying ACE Nickname

  6. Re:I carry wallet and keys. That's it. on What's in Your Gadget Bag, Cory? · · Score: 1
    I only carry wallet and 3 keys(home/car/work) which I stash somewhere other than my person when I arrive at most places. Plus I don't wear a watch or any other adornment; and living in Miami, only a jacket a few days a year. So I often get away with just carrying around the obligatory 5 pieces of clothing, 8^)

    Evidently not all geeks exhibit gadget mania.

  7. Re:CmdrTaco on What's in Your Gadget Bag, Cory? · · Score: 2, Insightful
    It's a joke. You can tell because he over-emphasizes that the site is small by saying it in 3 different ways.

    I find that those types of jokes where you simply say something not true in a believable way are quite often difficult to get. I think because we coders tend to take things too literally, :)

  8. tarpits are a similar idea to bog down probes/worm on An Anti-DoS Tool That Returns Fire · · Score: 1
  9. Re:Step 1, dress the part on Building Social Skills in Gifted Youths? · · Score: 1
    "Note, that some people are anti-conformist by nature and dress abnormal on purpose (goth, etc )."

    I'd give those folks as an example of conformism. Do you think they all independently decided that black lipstick, heavy metal and visiting graveyards is "cool"(sorry for the over generalization)? No, they learn it from others and mimic that behaviour, so they are simply conforming with goths instead of conforming with some other popular group.

    So they are still following that conformism instinct which some introverted geeks near the autistic end of the psychological continuum don't seem to have.

  10. Re:Hofstede on Can Counter-Strike Players Be Summed Up By Nation? · · Score: 1

    I always thought there was a reason that the pronoun indicating the speaker, I, is capitalized in English but not any other language I learned.
    In the individualism portion, he ranks the USA, Australia, and the UK as first, second, and third.

  11. Re:Hm. Kinda like school yard bullies, but. . . on A Peek At Script Kiddie Culture · · Score: 1

    Learning to deal with the bullies and morons is part of your education in dealing with society at large. The bullies simply use lawsuits or gossip instead of fists when they are older, 8^) The social education aspect of school(forced interaction with peers) is quite important.

  12. Re:Personal experience on How To Hire Great Open Source Developers? · · Score: 1

    So you didn't hire someone based on their religion? ;)

  13. Re:here is a clue on Anatomy of Game Development · · Score: 1

    O.K. I'll take a different approach. Considering your ability to accurately judge the competence levels of everyone you've ever worked with(giving you the benefit of doubt), you are likely in the top 2% yourself.
    Could it be possible you are in the top 2% of game programmers as well?
    Is it possible that there are hordes of other game programmers out there writing yet another graphics loader for pre-rendered graphics for yet another "adventure" game or simply re-implementing the tried and true algorithms? I'll admit that what you do may be hard for a lot of programmers(well, not the criticizing games or inter-departmental squabbling bits, :). But is what you do really representitive of what all game programmers do?

  14. Re:here is a clue on Anatomy of Game Development · · Score: 1
    "bugging them to do there work in the schedule that the programmer said it would be done". [Terrible grammer, by the way.]

    We should have a name for the phenomenon of making a spelling or grammatical mistake while in the act of whining about someone else's grammar or spelling, ;)
    Or we could just call someone that does it a "pro-grammer", 8^)

    As for the whole 'we do matrix arithmetic and other "hard" stuff therefore game programming is harder than regular programming'; I suspect that is a bunch of hogwash.
    It's just a matter of specialization in a particular field, or even of inclination considering that some of us lowly non-game programmers actually studied or majored in math, applied math, and physics in school. I'd probably be more lost trying to be a programmer in the financial or drug research industries since I don't happen to already have most of that specialized knowledge already.

    Plus, even if lots of folks are doing simple sql joins, there are also some folks doing the phd level work in query optimization engines. The same probably holds in the gaming industry where a bunch of folks are coding yet another level editor or copying graphics algorithms from elsewhere and just a few guys are working on new dynamic path-finding algorithms based on player behaviour.

  15. Re:Someone wasn't paying attention in Physics on Fuelless Flight with Air Submarine? · · Score: 1
    "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...." RFC 1925

    Very apt .sig, 8^)

  16. dd_rescue is great for copying from flaky drive on Resurrecting Dead Harddrives? · · Score: 2, Insightful
    dd_rescue

    It is similar to dd, but it does not exit on I/O errors. So it is perfect for pulling as much data as possible from a bad drive. It also has a nifty optimization wherein it uses 16kB blocks to copy until it gets an error, then it goes down to 512 byte blocks so it can get as close to the corrupted sectors as possible.

    I just used this to recover all but 500kB of data from a 120GB drive that went bad. The method was simple, albeit long:

    • Buy new 250GB drive(WD 7200rpm 8MB cache for $160 from Best Buy(stupid $90 rebate)
    • fdisk, mkfs, mount new drive on /mnt/new
    • dd_rescue -A /dev/hdc1 /mnt/new/home.ext3 (-A so it fills in any errors with zeroes)
    • wait many hours(did my taxes, :)
    • fsck -p /mnt/new/home.ext3
    • mount home.ext3 /mnt/loop -o loop
    • cp -a /mnt/loop/* /mnt/new
  17. Re:An idea on Visual Autopsy Of An ATM Card Skimmer · · Score: 1

    heh, that's funny how you pretended you didn't know the M in ATM stands for 'machine' to prove your first sentence. 8^)

  18. Re:Roaches aren't humans on Scientists Claim They Cloned Humans · · Score: 1
    I think you misunderstood me. I did not claim that roaches were humans. I gave roaches as an example of a living creature with brain activity that we have no qualms about killing as a means of explaining my theory that we really decide whether something should live or die based on its similarity to us rather than on whether it is alive(which brain activity is usually a measure of)

    I did not claim that the metric of brain activity is a bad idea. Based on my theory you just have to convince people that prior to brain activity embryos/fetuses are quite dissimilar to us.

    You can go to jail for killing a dog, btw:
    http://www.home.earthlink.net/~blindworld/GUIDEDOG /3-05-05-01.htm (just first link I found from web search, I recall other examples)

  19. Re:Scientific, but arbitrary on Scientists Claim They Cloned Humans · · Score: 4, Insightful

    Roaches have brain activity, and yet most of us have no qualms about killing them. We like to think we are being rational about the issue of life, but we are really just following our instincts for the most part. It seems to mostly boil down to similarity.
    If something is similar to us then we admire it(dog), if it is disimilar we dislike it(roach). Whether it is 'alive' does not enter the picture. Some people have in their heads a simplistic picture of embryos at this stage as miniature humans and others see them as a clump of 100 undifferentiated cells. So the real debate is 'how similar to us are they?' because similarity is what we base our 'decisions' of mortality against.

  20. But what *IS* the internet? on What The Internet Isn't · · Score: 4, Funny

    > It's the largest equivalence class in the reflexive transitive
    > symmetric closure of the relationship "can be reached by an IP
    > packet from". --Seth Breidbart

    I think I got that from the nanog list a few years ago.

  21. Re:I wanna hear, not see on Analog Approach to Displaying Data · · Score: 1
  22. other obvious extra layer on "Port Knocking" For Added Security · · Score: 1

    Is to simply use some iptables rules to only allow ssh connections from where you expect them from. For example, if you have live servers colocated somewhere then only allow connections from the ip block of your office.

    iptables -A INPUT -i eth0 -p tcp -s \! ip.of.off.ice --dport 22 -j DROP

  23. Re:Blind C Coder on Three Blind Phreaks · · Score: 1

    That's not that impressive considering most people can type without looking and most people are capable of listening.
    I was more impressed with the blind guy that beat me at a game of chess once. And german shepherd seeing eye dogs are cool, ;)

  24. Re:Male/Female Ratio on Orkut Goes Dark, At Least For A Bit · · Score: 1

    That's why the logo has 4 women and 4 men. To mislead hopeful male geeks as to the ratio, ;)

    Orkut seems to continue the trend of taking well established
    text based internet services and putting them on the web.

    usenet -> groups.google (by way of dejanews)
    archie -> images.google
    invite only rooms on irc -> orkut

    I wonder if orkut is going to become the word for 'dating service' as google has
    become the word for 'search engine'.

  25. Re:the real contest on Perl Haiku Poetry Contest · · Score: 2, Interesting

    perl -MCoy -wle 'warn "Easier done than said."'
    Coy module on CPAN