Slashdot Mirror


User: aardvarko

aardvarko's activity in the archive.

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

Comments · 95

  1. Re:Think outside the square on Microdrive Technology Rebounds Thanks to iPod Mini · · Score: 1

    Professional photographers? (cough, cough)

    Take the Kodak DCS-Pro 14n. 15MB raw files, *40*MB tiffs. Hmm.

  2. Re:How crash resistant are microdrives? on Microdrive Technology Rebounds Thanks to iPod Mini · · Score: 4, Informative

    Safer than a desktop HDD. The tiny platters don't move quite as much when jolted (edges of the platter being much closer to the axis than with desktop drives), and they tend to spin down a lot more frequently than desktop drives. Still not as "safe" as a regular ol' flash card...

  3. Re:Pretty annoying on Microdrive Technology Rebounds Thanks to iPod Mini · · Score: 5, Informative

    Professional photographers tend to use either:

    512MB Lexar CFs, or
    1GB MicroDrives.
    (Or film. ;-)

    Larger flash cards offer drastically diminishing return, making it harder to carry around ten or twenty of them.

    MicroDrive users tend to be either desperate for storage or more careful with their cameras (as they aren't as shock-proof). (You won't see many pho/journs with a MicroDrive.)

    For the existing MicroDrive users, this 4GB "hack" is a huge boon - given that many current cameras write 10-20MB photographs (in RAW format), the ability to take more than fifty photos between card changes is a bit of a nicety. This likely won't impact current flash card users, though, as the 4GBs are just as damage-prone as the 1GBs.

  4. Re:Pretty annoying on Microdrive Technology Rebounds Thanks to iPod Mini · · Score: 5, Informative

    The seller more likely obtained it from a Creative MuVo, as the Hitachi drive in the iPod is missing some aspect of the standard IDE controller used in most CompactFlash cards and drives.

  5. Re:Security is a touchy issue for RMS on Local Root Vulnerability in passwd(1) on Solaris 8, 9 · · Score: 1

    Is this "school" you speak of MIT?

    No, not at all. That part about the "MIT AI lab" was just thrown in to add a little spice, a little New-Radicals-Courtney-Love-Marilyn-Manson intrigue. You did the right thing by totally ignoring it.

  6. Re:That was cool. But... on A History of Apple's Operating Systems · · Score: 1

    For your deader, pop the hood and push the little tiny CUDA microswitch on the motherboard. Only push it once, though. A lot of "dead" power supplies are vindicated this way.

  7. ID3 tagging? on Legislators Looking At Peer to Peer Monitor · · Score: 5, Interesting

    Screw the RIAA - I want to see this technology used in an ID3-tagger/file-renamer. o:-)

  8. We loves it, oh yes. on Lord Of The Rings - Oscars, We Loves Them · · Score: 5, Funny

    Sam: What we need is a little bit of recognition.
    Gollum: What's recognishin, precious? What's recognishin, eh?
    Sam: Rec-og-ni-tion. Honors, awards, critics in a stew. Lovely big golden awards with a nice nameplate on the bottom.
    Sam: Even you couldn't say no to that.
    Gollum: Oh yes, we could. Spoilin' nice shinies. Give it to us raw and unfinished. You keep nasty awards.
    Sam: You're hopeless.

  9. Re:Your picture is in the dictionary next to gulla on Scam Combines Patriot Act FUD With IE Bug · · Score: 1

    Or perhaps 'gullible'?

  10. Re:BOFH keymappings! on Speak Freely To Be Withdrawn January 15 · · Score: 1

    Along the same lines, how about an RIAA button?

    nohup 'nice --15 "find / -name \*.mp3|xargs rm"'

  11. Do not despair, gentle readers on Speak Freely To Be Withdrawn January 15 · · Score: 5, Funny

    Your right to speak FREELY has been revoked. Your right to speak in DUPLICATE, however, is still flourishing wildly!

  12. Deja vu on Turning A FX5900 Into A FX5950 Ultra, Tool-Free · · Score: 4, Insightful

    It's the Quadro all over again!

  13. Re:What? No trailer link? on Asimov's "I, Robot" Gets Movie Treatment · · Score: 5, Funny

    "No Encoding." Yeah, you've got this whole video thing down pat.

  14. Re:changelog on NVIDIA Releases New Linux Drivers · · Score: 1

    UBB and FSAA Stereo

    Sweet!! Now I can read two bulletin boards at the SAME TIME!

  15. Re:Pumps to what? on Linux-powered Mobile Cocktail Mixer · · Score: 2, Funny

    wait, you don't already??

    oh, I suppose some of you have already graduated...

  16. Re:Humm, where are the ingredients? on Linux-powered Mobile Cocktail Mixer · · Score: 1

    It's really hard to hold a camera when you're sloshed :-(

    all those little labels under the buttons get kinda funny, too. what's this little lightning bolt? "BEER". flower icon? "MORE BEER"

  17. Re:wget on Linux-powered Mobile Cocktail Mixer · · Score: 4, Funny

    It uses FTP - the Fluid Transfer Protocol.

  18. Re:How about the ice cuvbes? on Linux-powered Mobile Cocktail Mixer · · Score: 1
  19. Re:Poll on Thoughts on the New Crop of Ogg Aware Players? · · Score: 0, Offtopic

    Yeah, sure, you make a legitimate complaint about Slashdot comments, but tell me, does your post have hot grits or Natalie Portman in it?

    Thought not.

  20. Re:The end of an era... on JenniCam Closing After 7+ Years · · Score: 1

    You're new here, aren't you?

  21. Re:Let me get this straight.. on 3 New Defendants Named In MP3s4free.net Case · · Score: 0, Offtopic

    Yes. In this millenium, we have also introduced a gyroscope-driven two-wheeled go-cart and a sophisticated clustered networking device. Now, let me show you how to work the three seashells...

  22. iLink == FireWire ? on A Closer Look At D-VHS At DVDfile.com · · Score: 1

    The DVHS factsheet linked from that article mentions that the $2000 recorder has iLink, "but not FireWire" ports.

    Isn't iLink just the Sony name for FireWire?

  23. Automatic grabber script on (Almost) Free Movies On-Line... Sorta · · Score: 2, Informative
    Here's a shell script for automagically retrieving movies from movie88.com:


    tcpdump -s 4096 -w /tmp/tcpdump.out &
    sleep 15s
    killall tcpdump
    grep -a http://210.5 /tmp/tcpdump.out >tcpdump.url
    wget -U "RMA/1.0 (compatible; RealMedia)" -i tcpdump.url
    rm /tmp/tcpdump.out


    I believe that the tcpdump requires root privileges.

    Here's how to use it:
    1. load up movie88 on your Linux machine (with properly configured RealPlayer) or another machine on the same hub - Windoze works fine for this.
    2. 'order' a movie. It should show you a list of all movies that you've ordered, with a button for 300Kb/s.
    3. run this script on your Linux machine.
    4. Click the 300Kb/s link in your browser.

    tcpdump will intercept the RealPlayer's request and pass it along to wget.

    Voila!
  24. Re:Steve Jobs on Design on Interview With iMac designer, Jonathan Ive · · Score: 1

    Here's an updated URL, although they've butchered the formatting - it doesn't say who's saying what, for example. http://www.fortune.com/indexw.jhtml?channel=artcol .jhtml&doc_id=00001611

  25. Re:Slashdot, how low can you go? on I Suspect M$ That Has Broken The GPL · · Score: 1

    This is now what passes for news on Slashdot? Completely unsubstantiated speculations on what Microsoft may have done without any evidence of wrong doing whatsoever?

    It's April First. For those not familiar, it's a day used for large-scale practical jokes. 'nuff said.

    -aardvarko
    webmaster at aardvarko dot com