Slashdot Mirror


User: i.r.id10t

i.r.id10t's activity in the archive.

Stories
0
Comments
2,431
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,431

  1. Easy... on DARPA's Autonomous Vehicle Challenge Too Popular? · · Score: 4, Insightful

    100 contestants, room for 20 on the course... run 5 heats! Top 4 from each go on to final heat of 20...

  2. Re:spam is beginning to be a real problem on Time-travel Spammer Strikes Back · · Score: 1

    Not only that, but telemarketers pay good too, so there are plenty of employees to work through. I worked for 3 hours for a telemarketer (calling for PBA) just calling to confirm orders and I was getting twice minimum wage. That was fantastic, considering it was $7 an hour, in the late 80s, and in a college town with 60,000 students wanting part time jobs.

  3. How long.... on Send in the Nasal Rangers · · Score: 1

    How long until one of them gets a nose full of something besides a smell?

    "Goooood Nyborg!"

  4. Re:Now, I'm really scared on Microsoft Voice Command Almost Here · · Score: 3, Funny

    Hey, Gilbert Gottfried needs work too...

  5. I guess on SCO Calls GPL Unenforceable, Void · · Score: 2, Funny

    I guess IBM didn't want to show them their IP without a crippling NDA, so this is their next best attempt.

  6. Re:Don't like the website on Vector Linux 4 Reviewed · · Score: 1

    Slack 8.1 works for me on a 486 laptop with 4mb ram... check the 4mb Laptop Howto for some good hints on making it better.

  7. Re:Useful, but easy to get around. on Can Watermarking Help Find GPL Violations? · · Score: 1

    Print it out, snail-mail it to yourself, with some marking on the outside that will allow you to identify it as project #42 revision 6.9 or whatever. Should the need arise, hand it to the judge un-opened.

  8. Re:For a kernel compilation newbie... on Linux 2.6.0-test9 Released · · Score: 1

    Remember, "make oldconfig" is your friend. It may be in /boot, on the install cd, or actually in the source tree at /usr/src/linux/.config

  9. Re:CUPS on PDF Writers? · · Score: 1

    You can also setup a fake printer under samba. Send it postscript information, and it will write out to a ps file then use ps2pdf on it. Works great. Use any PS printer driver (color of course if you want color pdfs) and install it. When you print, it can output the resulting file into a share somewhere the user can access. Really creative scripting can get it to be either emailed to the user who printed it...

  10. Re:Digital Photography Review on Digital 35mm SLRs? · · Score: 1

    Thats the nice thing about digital. If you can get a digital camera that behaves just like a film SLR, you can shoot hundreds of photos for no cost, other than your inital hardware and electricity, etc. to run the computer.

    Tricky thing is getting a decent digital at a sensible price relative to a $200 investment at a pawn shop and tons of black and white processing.

  11. Re:Lifetime on Stealth Computers: NY Times on Mini ITX Modding · · Score: 1

    I've been saying this for a few years, but never before has hardware that is 5+ years old still able to run todays operating systems as well as they do. Anyone else try running Win 3.0 on a 286 with 1mb ram "back in the day"?

  12. Re:if parents consent.... on Reading, Writing, RFID · · Score: 1

    And as a parent, I find this very very bad. Like others have posted, there are many other better uses for the money than tracking my kid around...

    If whatever school my 2 end up at uses this, you can bet I'll be trying to help 'em get around it.

  13. Device to do it small scale.. on Where is the Webcasting? · · Score: 1

    here on /. recently there was an article about a device that would stream tv via broadband between a person's home and a different location.

  14. Re:What people really want... on Branding Mozilla: Towards Mozilla 2.0 · · Score: 1

    my userContent.css file blocks most of these as well... still hunting for a good way to block flash ads...

    Anyway, something like the following in ..../foo.slt/chrome/userContent.css :

    A:link[HREF*="ad."] IMG { display: none ! important }
    A:link[HREF*="ads."] IMG { display: none ! important }
    A:link[HREF*="/ad"] IMG { display: none ! important }
    A:link[HREF*="/A="] IMG { display: none ! important }
    A:link[HREF*="/click"] IMG { display: none ! important }
    A:link[HREF*="?click"] IMG { display: none ! important }
    A:link[HREF*="?banner"] IMG { display: none ! important }
    A:link[HREF*="=click"] IMG { display: none ! important }
    A:link[HREF*="/ar.atwo"] IMG { display: none ! important }
    A:link[HREF*="spinbox."] IMG { display: none ! important }
    A:link[HREF*="transfer.go"] IMG { display: none ! important }
    A:link[HREF*="adfarm"] IMG { display: none ! important }
    A:link[HREF*="bluestreak"] IMG { display: none ! important }
    A:link[HREF*="doubleclick"] IMG { display: none ! important } /* disable ad iframes */
    IFRAME[SRC*="ad."] { display: none ! important }
    IFRAME[SRC*="ads."] { display: none ! important }
    IFRAME[SRC*="/ad"] { display: none ! important }
    IFRAME[SRC*="/A="] { display: none ! important }
    IFRAME[SRC*="/click"] { display: none ! important }
    IFRAME[SRC*="?click"] { display: none ! important }
    IFRAME[SRC*="?banner"] { display: none ! important }
    IFRAME[SRC*="=click"] { display: none ! important }
    IFRAME[SRC*="/ar.atwo"] { display: none ! important }
    IFRAME[SRC*="spinbox."] { display: none ! important }
    IFRAME[SRC*="transfer.go"] { display: none ! important }
    IFRAME[SRC*="adfarm"] { display: none ! important }
    IFRAME[SRC*="bluestreak"] { display: none ! important }
    IFRAME[SRC*="doubleclick"] { display: none ! important } /* turning some false positives back off */
    A:link[HREF*="newthread"] IMG { display: inline ! important }
    A:link[HREF*="download."] IMG { display: inline ! important }
    A:link[HREF*="click.mp3"] IMG { display: inline ! important }

  15. Re:1.5 was the last Mozilla... on Branding Mozilla: Towards Mozilla 2.0 · · Score: 1

    True, but I'm sure at some point down the road they will have a installer that will give you all the individual components at once...

  16. Re:Proper instructions on Software Exorcism · · Score: 1

    Sure, we can read /., dilbert and userfriendly to get the same instructions

    You forgot the BOFH

  17. Re:No change forced... on Switching from tcsh to bash? · · Score: 1

    If you noticed, I did ask if there was a chsh in OSX....

  18. No change forced... on Switching from tcsh to bash? · · Score: 1

    You can always edit /etc/passwd and change it from bash back to tcsh. Or maybe chsh works in OS X? As far as alaises, etc. go there is tons of help on the web, and of course you could always "man bash".

  19. HIPPA? on Transcriber Threatens Release of Medical Records · · Score: 3, Interesting

    Isn't HIPPA supposed to protect us from this type of thing?

  20. Re:I don't care what you say on Dept. of Defense IPv6 Interoperabilty Test Begins · · Score: 1

    Yeah, but wouldn't it be fun to /. a phone? I can imagine some poor geek walking down the hallway, and suddenly his phone explodes in his pockey 'cause someone put up a link to it labeled as "Quake4 test" or something...

  21. Re:Opportunity knocks on EU Publishes Open Source Migration Guidelines · · Score: 1

    I'm thinking that LAMP setups with properly designed web interfaces would be the obvious choice to replace Access as a small (a few tables, etc. - nothing massive) desktop/small office DB. Even WAMP would work well, but it would certainly cost more. It would probaly take a little more skill to setup and write than an equivalent Access DB "app", but the long term payoff would certainly be worth it.

  22. Re:Quick fix at the firewall on Patching Paranoia - How Fast Do You Patch? · · Score: 1

    Yup. Thats how we got Blaster and variants - repeatedly.

  23. Re:DAMN IT!!!! on Microsoft's Take on iTunes for Windows · · Score: 0

    I've been looking for a way to browse the song collections for sale without downloading and installing the software... if they have enough of what I'm interested in, I'll consider installing Windows again...

  24. My choices... on Looking for Fixed Wireless Internet Info? · · Score: 1

    My choices until last month were either sub-28.8 modem, 2 way satellite (slow at 128k, high pings), carrier pigeons, isdn or something called "switched 56". They were all either too expensive or unsuited for my needs (online gaming, large iso downloads of Slackware, etc.) so I stuck with my sub-28.8 modem. Then suddenly I was able to get DSL without moving. Seems some drunk guy hit the Big Box down the road that provided my phone line connection, and they replaced it with a DSL capable box.

    Personally I'd call up the WISP that you mentioned, and see if you can get some test gear to be sure you will get a connection, etc. at your location. If it works, they will have a new customer. Good luck!

  25. Re:Most high-end games suck on Building A High-End Gaming Workstation · · Score: 1

    Yeah, but classic quake is even better at 1600x1200 and 100+ frames/sec in GL mode!