Slashdot Mirror


User: chris_eineke

chris_eineke's activity in the archive.

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

Comments · 709

  1. Re:Can a layman get an explanation in English? on New Binary Diffing Algorithm Announced By Google · · Score: 3, Informative

    A compiler takes source codes and turns them into assembler code. That's lines of human-readable machine instruction mnemonics (for example, "Copy from here to here." "Is that bigger than zero?"). The assembler takes those lines and turns them into machine instructions, a sequence of binary numbers.

    Finding the difference between two huge gobs of binary numbers is difficult. Instead, they turn the binary numbers back into lines of mnemonics and use a algorithm that finds the difference between two huge listings of mnemonics.

    That method is easier because the listings of a program that has been changed slightly can be very similar to the listing of a unmodified program. That has to do with how compilers work.

    Capiche? ;)

  2. Spook Country by William Gibson on Smartphones Get "Reality Overlay" App · · Score: 1

    This augmented reality is prominently featured in William Gibson's novel Spook Country. I was talking to a suit about this idea just a couple of weeks ago. He suggested that it was worthwhile pursuing. Now that they seem to have done that, I'm discouraged. Fuck, I'm always too late... :(

  3. Re:Eh. on A Mathematician's Lament — an Indictment of US Math Education · · Score: 2, Insightful

    90% of the student population isn't interested in math because it's taught in the way and by the people he talks about in his text.

    *insert snide comment about reading comprehension here*

  4. Nana/na na-nana.nana on Warehouse or No, UK's Expensive Net Spying Plan Proceeds · · Score: 1

    En-crypt-ion!!

  5. Re:Fix it yourself. on Options For a Laptop With a Broken Screen? · · Score: 1

    Holy moly, if I had mod points I'd mod you up instead. That's a great resource. Thanks!

  6. Frist Psot on Brain Decline Begins At Age 27 · · Score: 1

    LAlALala, wooooooot. Kinda ironic that this message is released on frikkin' St. Paddy's Day. D:

  7. Re:The trouble with lights... on Homemade Robot Patrols Atlanta Streets · · Score: 1

    So? It also allows everybody else to see what they are doing.

  8. Group punishment? on Chicago Links School Cameras To Police · · Score: 4, Interesting

    Isn't adding surveillance to monitor a group a punishment of said group? One student flips out and goes on a killing spree, therefore all other students need to be monitored from now on -- that seems like a treatment, not a cure, for the problem.

  9. Re:Rise of Internet Radio. on Reznor Follows Radiohead, Offers Free Album · · Score: 1

    Just download the podcast of your choice,
    Unfortunately, a big part of the population doesn't know how to do that.
  10. Re:free market? on Sony Paid Warner Bros. $400 Million to Go Blu-Ray? · · Score: 1

    Here Mr Stallman, here Mr. Torvalds -- have some money to write a better Operating System for us.

  11. Re:Hey on Yahoo CAPTCHA Hacked · · Score: 1

    People who can see can answer pretty easily.

    There, fixed that for you.
  12. Re:vista ultra-lite - rm /dev/sda1/* on Software Tool Strips Windows Vista To Bare Bones · · Score: 1

    You might want to consider donating to the aforementioned makers of the software.

  13. Re:And as quick as it is reported on Apple Crippled Its DTrace Port · · Score: 1

    Hear, hear. I'm on my third computer in five years and it's still compiling KDE!

    </joke>

  14. Re:Labor options for the individuals, not the mass on Newmark Denies Craigslist Is Killing Newspapers · · Score: 1

    With regards to your object theory, Project Xanadu by Ted Nelson had that idea in 1960. :-)

  15. Re:Sony Nanowire Batteries on Nanowires Boost Laptop Battery Life to 20 Hours · · Score: 1

    And that's why atomic reactors are munitions. :-)

  16. Re:Switch statements are syntactic sugar on Perl 5.10, 20 Year Anniversary · · Score: 1

    It isn't. That's why 'if' is a special operator in Lisp. You *could* write it in the former style, but the second is much more readable: syntactic sugar. There's no advantage of doing it the difficult way. Except, maybe, that you can now pass true and false around as functions. :-)

    BTW, why do you think that defining true and false as functions makes them 'only extremely locally true'? If you have a predicate, the only outcome is either true or false.

  17. Re:Switch statements are syntactic sugar on Perl 5.10, 20 Year Anniversary · · Score: 3, Interesting

    Yeah, and who needs if statements anyway,
    You wrote something accidentally insightful. Look at the following expression:
    (if (> 3 2) 5 4)
    which obviously evaluates to 5. But you know what? You can eliminate the if operator entirely if you let > (and any other predicate) return a two-ary function:
    (define true (x y) (x))
    (define false (x y) (y))

    and stuff the arguments into separate functions for deferred evaluation:
    ((> 3 2) (lambda () 5) (lambda () 4))
    :-)
  18. Re:number of writes still limited? on 512GB Solid State Disks on the Way · · Score: 1, Informative

    Why won't this meme die already?

  19. Re:No problem. on Patent Reformers O'Reilly, Bezos Mum on 1-Click · · Score: 1

    There is also AddAll, a international search engine for new and used books. :)

  20. Re:Anyone can sue anyone on Thompson Sues ESRB, Best Buy · · Score: 1

    I thought 'M' stood for 'minor'! :-)

  21. Re:Valve Reality Distortion Field on Valve Locking Out Gamers Who Buy Orange Box Internationally · · Score: 1

    but that's not my point here.
    Then why does it take up half of your post?

    I am a consumer and I am not screwed in the slightest.
    You are a citizen and you're screwed by globalisation.

    Go back to bed.
  22. Re:A few duties. on Provider of Free Public Domain Music Shuts Down · · Score: 1

    The problem here, and the thing that makes it outrageous, is that publisher (Universal Edition) threatened to obtain a "judgement" against the guy in Europe - which then (according to UE's version of Canadian law, which may or may not be entirely accurate) would be enforceable against the guy in Canada. I don't know about you, but I find that kinda fucked up.
    New World Order?
  23. Re:this guy is a liability to the community on Stallman Attacked by Ninjas · · Score: 2, Funny

    to show that crippled, proprietary code is not the norm
    This is madness!

    And it doesn't help when your leaders are barefoot lunatics who dislike shampoo and don't cut their hair.
    This is Sparta!
  24. Re:What Woz... on Woz Still Misses Homebrew Computer Club and Apple · · Score: 2, Interesting

    welp! wishful whoaing with wicked women will woe waists!

  25. HAH! on Choice Overload In Parallel Programming · · Score: 1
    My LM-2 beats all yo puny non-programmable languages!

    (mapcar* #'traveling-salesman '(ottawa sydney new-york berlin))