Slashdot Mirror


User: concernedadmin

concernedadmin's activity in the archive.

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

Comments · 39

  1. Re:Get a Video! on USA 193 Shootdown Set For Feb 21, 03:30 UTC · · Score: 1

    Let's apply some logic here. Hawaii is a (sunlight-lover's) paradise. Sunlight causes tans. Slashdotters are, pardon the euphemism, not tan. Ergo, no Slashdotters live in Hawaii.

  2. Re:The SW experimenter's kit on OLPC To Be Distributed To US Students · · Score: 1

    I'll never forget my first erector set.
    Is that what the kids are calling it these days? ;-)
  3. Re:A much simpler solution in bash on NSI Registers Every Domain Checked · · Score: 1

    You are correct. However, the probability that the script comes up with 50 domains that start with a hypen is quite low. When I ran it, one of the URLs that got queried was "Aa.com" which of course, is American Airlines' domain. The script generates a completely random length string, which is what is desirable in this situation.

  4. A much simpler solution in bash on NSI Registers Every Domain Checked · · Score: 2, Informative

    #!/bin/bash
    for i in `seq 1 50`; do
    length=$(tr -cd [:digit:] < /dev/urandom | head -c 2)
    domain=$(tr -cd a-zA-Z0-9\- < /dev/urandom | head -c $length)
    echo "NSI will register $domain.com shortly"
    whois -h whois.networksolutions.com "$domain.com"
    done
  5. Re:I'm surprised that number isn't higher. on Vista Shipped On 39% of PCs In 2007 · · Score: 1

    Buy a 'small business' laptop from Dell. It's clear that Dell only forces people into the various groups (home, business, small business, etc.) to obfuscate their marketing strategy.

  6. Re:Just goes to show on Why Intel and OLPC Parted Ways · · Score: 1

    Hey, fuck you buddy. The former CTO of the OLPC, Mary Lou Jepsen, created the innovative display technology of the XO laptop. Why must "geek" and "woman" be mutually exclusive to you?

  7. Re:Restrictions? on High School Robotics Competition Kicks Off · · Score: 1

    Last year it was C and EasyC (a scripting language for programmer-deficient teams [usually the new ones that have more than enough to worry about like funding, etc.]). You can use any tools, though a lot of the teams used MPLAB. I used vim, make, mcc (the Microchip compiler), and the ifiloader for Linux.

  8. Re:Why not microsoft? on Google, Yahoo, Others Sued Over Solitaire Patent · · Score: 1

    Why mention your firm if you don't mean to shamelessly advertise for them? Besides, verifying that you are indeed a patent lawyer is an extra step that most non-RTFA'ing Slashdot visitors would never dream of performing. So cut the unneeded disclaimers.

  9. Re:Guys... It's probably a joke. on Apple Lawyering Up On "Fake Steve Jobs" · · Score: 1

    Anecdotal evidence or do you have something more substantial?

  10. Re:Hmmm... on First Look At Firefox 3.0 Beta 2 · · Score: 0, Redundant

    Firefox 3.0 Beta 2 does not support Acid 2. Here's proof (tested on an i686 machine).

  11. I was just about to post this story.... on Debugging the FreeBSD Kernel Transparently · · Score: 3, Informative

    Hehe, good to see others saw this as an influential story of the day.
    However, I have a question that perhaps others can answer.
    What does the diagram actually work out?
    Listing 1. 25-Pin NULL modem cabling

    2 3 Transmit Data
    3 2 Receive Data
    4 5 Request to Send
    5 4 Clear to Send
    6 20 Data Set Ready and Carrier Detect
    7 7 Signal Ground
    20 6 Data Terminal Ready

    What does that mean? I thought serial -> serial is merely a connection. Do I have to solder something?

    Regards

  12. Lies! on XP On 8-MHz Pentium With 20 MB RAM · · Score: 1

    They say they are using 8 Mhz processors, but they actually mean 9 Mhz!
    OMG NO WAI

    Better change the Slashdot title as well!

  13. Re:Censored and discriminated on Two Ways Not To Handle Free Speech · · Score: 1

    Don't use the term "American" in place of "white."

  14. Project Honepot? on Spam is Back With A Vengence · · Score: 1

    Somewhat tangentially, what happened to Project Honeypot?

    I saw this Slashdot headline and immediately headed there to check up on my honeypot, but noticed the site was down. Just a few days ago, it was "down for maintenence."
    If this really is what spammers are taking their revenge out on, then how can we ensure that upstanding members of the Internet community are protected?