Slashdot Mirror


User: craftyimp

craftyimp's activity in the archive.

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

Comments · 7

  1. Re:Rhapsody rocks on RealNetworks Invests in Legitimizing Free Music · · Score: 1

    Of course, the day I post any praise for them, they stab me in the back and kill my connection. As far as I can tell, I no longer have a Rhapsody account, and cannot access the service that I am paying for.

    Maybe you should consider other options after all...

  2. Rhapsody rocks on RealNetworks Invests in Legitimizing Free Music · · Score: 1

    I've been using rhapsody for about 8 months now. I initially signed up due to an ridiculous offer made to my school -- students get unlimited access to the streaming songs for $24 / year. I could not be more satisfied with the product; and I this is coming from someone that hates Real Player. Listening to the music is instantaneous, they have most of the music I look for and have exposed me to MANY new artists that I wasn't aware of, and it's legal. I suggest you check it out if the same offer is available at your school...

  3. Find a US Proxy... on Bush Website Blocked Outside N. America · · Score: 1

    # Perl script to find fast US proxies using
    # publicproxyservers.com and ping times
    #
    # schedule with cron using the crontab line:
    # 0 7-23/2 * * * perl ~/proxyfind.pl
    # proxies.txt will be updated every other
    # hour between 7:00 AM and 11:00 PM.
    #
    use LWP::Simple;
    $output_file = '~/proxies.txt'; $ping = "/bin/ping"; $country = "United States"; open (OUTPUT, ">$output_file"); my $minIP;my $minPort;my $minAvgRTT = 1000; for ( $i = 1 ; $i ](\d+\.\d+\.\d+\.\d+)[](\d+)[) { if (/max/) { $result = $_;$result =~ /\d+.\d+\/(\d+.\d+)\/\d+/;$tempAvg = $1;if ( $tempAvg $minAvgRTT ) {$minIP = $ip;$minPort = $port; $minAvgRTT = $tempAvg;}}} close(PING); }} print OUTPUT "\nWith an average RTT of $minAvgRTT ms, your best bet from page $i is:\n"; print OUTPUT "HOST: $minIP\nPoRT: $minPort\n"; $minAvgRTT = 1000;}}

  4. Glowing deer too! on Hypo-Allergenic Cats Now Available for Pre-Order · · Score: 1

    http://www.genetiate.com/projects.html

    Just what we need ...

  5. That's sooo last month... on 1 Terabyte Optical Storage Disks · · Score: 3, Informative

    A similar story was posted last month on slashdot.
    http://slashdot.org/article.pl?sid=04/08/25/163922 4&tid=198&tid=1

    Optware -- the company claiming to have done this a month ago -- has a press release available at:
    http://www.optware.co.jp/english/what_040823.htm

  6. /. == Tech support? on Does Your LCD Play Catch-Up To Your Mouse? · · Score: 1

    Is slashdot really the place for tech support? Somebody having problems with their LCD is not "stuff that matters" in my book.

    -A

  7. Missing the point on Home Defense, Geek Style? · · Score: 3, Informative

    Okay okay okay, too many comments about guns.

    Guns are not a reasonable solution for Yo Maing's problem. He/she specifically says "not looking for something that would get someone injured." Guns injure people. Besides, buying a gun and getting proper training just is not an interesting solution to the problem.

    If you really want to do a security system on the cheap look into fish alarms like http://www.outdoorsweekly.com/ultrashackfishalarm. html

    If you have one of those, you can set up a tripwire fence of barely visible fishing line around a piece of property so that when somebody or something trips it, a loud alarm goes off with flashing lights. You'll want to go with a non-nylon fishing line though because nylon stretches too much. My dad has used this system while camping in Alaska to ward off grizzlys and he's still alive too!

    If $20 is still too much, you can make your own trip-wire circuit: http://www.aaroncake.net/circuits/alarm1.htm

    ++ Eschew Obfuscation ++