Slashdot Mirror


User: L3WKW4RM

L3WKW4RM's activity in the archive.

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

Comments · 56

  1. Biometrics Lab Visit on ATM Iris Recognition Coming Soon · · Score: 1

    I just visited the University biometrics lab this week for a tour...

    Some grad students were studying ways of countering biometric devices. They were successful in spoofing an eye scanner with a picture of an eye that had a pupil hole cut out (the scanner looks for depth or reflection from in the pupil, I believe).

    They had 4 different fingerprint scanners (AC, DC, optical, something else?), and the most reliable and easiest way to fool it (ALL 4 scanners) was with a simple PlayDoh mold!

  2. Re:Still relevant? on Trees Fall Prey to AoA · · Score: 4, Informative

    You havn't checked back in awhile...AoA is available in the old 16 bit/DOS version, as well as an updated 32 bit/Win32 and (finally) a 32 bit /Linux version!

  3. Re:Strong Typing is a Must on Guido van Rossum On Strong vs. Weak Typing · · Score: 2, Insightful
    One, my experience and the experience of a lot of others says the opposite. You spend an unbelievable amount of time jumping through compiler hoops in a static typed language, and sometimes the smallest change cascades down your entire static hierarchy. You spend a lot of time worrying about things that really aren't importent in the grand scheme of things. Half the time if you're trying to write with any sort of flexible pattern like Iterator or something you end up with a superclass called "Iterable" or "Object" (sound familiar?) or some equivalent, which isn't that far from dynamic typing anyhow.

    Sorry, but what you describe above is the java Interface, a way of guaranteeing that an object will meet a particular group of method signatures (but doesn't require any of the work like creating parent-class implementations). This is something that Python lacks in a big way. For instance, all the almost-like-all-file objects you mention don't have the same group of file-like methods. An interface promises you that all the methods you expect will be there.

    And I really don't understand the argument against strong typing anyway, are you too fucking lazy to use an extra keyword for an argument and return type? You don't like having auto-generated documentation that you can actually use without examining the code to fill in the details?

    The other thing is again, "mechanically checking" code isn't possible for anything but type-correctness. No other goodness properties can be checked that way; in fact Rice's theorem [stanford.edu] proves no non-trivial property of programs can be proven mechanically. (This implies type correctness is not an interesting property ;-) )

    I'm sorry, but this is just wrong. I'm writing code in a weakly-typed language with the most advanced IDE possible. If I'm writing inside a function or method definition, that IDE cannot provide me any intelligent auto-completion or method checking of ANY of the arguments passed in. That IDE can provide me no help when using that funtion or method because it doesn't know what it returns. This might not mean much on a small API that you wrote yourself, but working with someone else's code on a large project means that you've got to have access to all source, all the time to serve as your own documentation.

  4. Great waste of 10 minutes on Appreciation For All Things ASCII · · Score: 4, Interesting

    If you really want to be astounded with some ascii craziness...

    $> apt-get install bb
  5. Off Topic on Gibson to Embed Guitars with Ethernet · · Score: 4, Funny

    Q: How do you get a bassist off your porch?

    A: Pay him for the pizza!

    (...sorry)

  6. Inferno Possibly to be Dual Licensed on The Cathedral In The Bazaar? · · Score: 3, Informative

    Vita Nuova say in their most recent newsletter that they are considering "a dual-licence scheme that makes the Inferno software free for non-commercial use, but with a more traditional software licence for commercial use."

    A quick glance at the features of the upcoming release reveals some clarification on this:

    • It is available as `Free Software' (in the sense of the Free Software Foundation) if the use you make of it will also be made available on the same terms, as Free Software.
    • A more conventional software licence if the result of your work using Inferno will not or cannot be made Free Software.

    Inferno is the very interesting cousin OS to Plan 9 (both modern descendants of UNIX). This would be a very cool thing.

  7. Department on Turn-Key Linux Audio · · Score: 2
    from the so-simple-even-drummers-can-understand-it dept.

    Ha!

  8. Intel Link on First Desktop Computer To Use Intel's XScale · · Score: 5, Informative

    Intel's XScale site is here: http://www.intel.com/design/intelxscale/

  9. X-Arcade Video Game Controller on MAME Ported to (Chipped) Xbox · · Score: 2, Informative

    This looks interesting. Doesn't look like an XBox adapter exists yet though...

  10. Oh The Humanity! on California Hax0red · · Score: 0, Offtopic

    Stolen info included "the perfect mix of information to allow identity theft" according to the Sacramento Valley Hi Tech Task Force."

    Their Slashdot passwords?!

  11. Slashdot, please do the right thing... on Sun Java Runtime Uploads Usage Data to RedSheriff? · · Score: 1

    Update this story so as not to confuse anyone else. Is it that much egg on the face to admit when you're wrong?

  12. Linux? on ATi's All In Wonder Radeon 7500 · · Score: 2, Interesting

    So does ATI release Free drivers unlike the NVIDIA hell I've been stuck with the last 2 years?

    I wish it were easier to turn down hardware on the same issues we can turn down software, but it seems to be a sellers' market.

  13. starwipes on Linux Media Arts Advances Video in Linux · · Score: 1

    What the hell is a starwipe?

  14. Uhh on Inventors Wanted (Add To The Wishlist) · · Score: 1

    Didn't he just invent them?

  15. ...From Outer Space on Scientific American Article: Internet-Spanning OS · · Score: 1

    Sounds to me like Plan9!

    I love that little bunny.

  16. Oh no! on Linus Tries Out BitKeeper · · Score: 3, Funny

    Hopefully they don't keep the repository on the same machine that hosts their website...

    We may have /.'ed the kernel!

  17. XMill is designed specifically for XML on XML Compression Options? · · Score: 1

    XMill by AT&T is free (not quite GPL, but the source is there too), and it takes advantage of the redundancy in XML data so that it's super efficient. Here are some comparisons to plain old gzip compression (it blows it away). It'd be horrible on random data, but it squishes XML like you wouldn't believe.

  18. xbox.bin on Strong Hints On Flashing Your Xbox · · Score: 2, Funny

    Download the xbox.bin linked at the very top of his page...

    lukewarm@mr-causey:~ > cat xbox.bin
    gamecube rulez... ;-)

    This encryption is going to take a long time to crack!

  19. He was happy happy happy then he ate some.... on Winamp Alpha for Linux · · Score: 1

    I've been using WinAmp 2.666 very happily with Wine...it seems to use an equal amount of CPU as XMMS does on my machine. Unfortunately there's a few kinks lost in the translation, but I find that I use it more than XMMS.

  20. It doesn't hurt me. on Glass-Eating Microbes · · Score: 3, Funny

    I can eat glass, it doesn't hurt me.

    Lameness filter encountered.
    Your comment violated the postercomment compression filter. Comment aborted

  21. This is front page material. on Ada95 Book, Now Free Online · · Score: 5, Informative

    This ought to be on the front page. This is an excellent book, I wish it'd encourage more people to start writing some beautiful Ada code. It's a shame so many open source projects are done in C/C++ when Ada lends itself so well to large projects.

    You can get the free (and awesome) Gnat Ada compiler here:

    ftp://cs.nyu.edu/pub/gnat

    Read up and start writing some great code!

  22. Schweet! 194KB/s! on Return to Castle Wolfenstein Test for Linux · · Score: 1

    02:21:55 (193.93 KB/s) - `wolfmptest-0.7.16-1.x86.run.1' saved [67861928]

  23. The future of PARC on Xerox PARC Working On Modular Robots · · Score: 1

    Last I heard, the big X was looking to sell off Pala Alto Research to avoid going bankrupt (this was right about when I quit working for Xerox), I've not heard anything about their financial status since...Does anyone know if PARC is still in danger of being sold?

  24. Deep Fritz on Bobby Fischer Online? · · Score: 3, Funny

    I'll bet he's controlling Deep Fritz via ICQ.

  25. Re:Water kills too. on 1st Cup Of Coffee: Hardening Your Arteries · · Score: 1

    It's much worse than you think, friend...Read this
    FAQ to find out *just* how bad water is.

    Paranoia-safe URL: http://www.psychoactive.com/h2o.html