Slashdot Mirror


User: eddeye

eddeye's activity in the archive.

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

Comments · 327

  1. Re:Well on New Phone Service Promises to ID Songs · · Score: 3, Informative

    Wouldn't this technology be great for fixing up all those ID3 tags?

    Well with google you can already do this for free.

    I'll do you one better: musicbrainz recognizes songs by music fingerprint. The API is rough around the edges but it works pretty well. I cobbled together a python script to tag my 1300 mp3s and it identified all but a handful correctly. I'll throw a copy up on this page later for anyone who's interested.

  2. Re:"Unhackable Code"? on Using Diamonds to Create Unhackable Code · · Score: 5, Informative
    Quantum Cryptography is indeed real cryptography. It uses the encryption system known as the One Time Pad.

    Not long ago, I took a graduate course in quantum computing from a researcher in the field. I wrote a paper for that class specifically on quantum cryptography. In 2001, I worked in the same lab as a physicist building a quantum cryptography device (we had lunch almost every day). I've also studied quite a bit of conventional cryptography. Trust me when I say this:

    Quantum cryptography has nothing to do with encryption, and barely anything to do with cryptography. It's an authentic channel with eavesdropping detection (but not prevention). In other words, QC is just a bootstrapping phase to distribute key material (random data) to two parties. Everything you do from that point forward, including everything involving your actual data, is classical crypto on classical channels.

    QC has nothing to do with one-time pads. You could use the key material for OTPs, if you're deranged. More likely you'll use something like CBC-AES, CTR-AES, CBC-3DES for encryption, which are much faster (less key material, not limited by QC data rate), simpler, and safer (unless you have the resources of a major world government to oversee proper handling of the data and key material at every point from creation to destruction). At any rate, you'll still need integrity even with a OTP or your data is worthless. That means SHA1-HMAC, CBC-MAC-AES, etc.

    Cryptography proper punts on the key distribution issue as it's not solvable mathematically. It's an administrative not an algorithmic problem, putting it outside the domain of modern cryptography. This applies equally to asymmetric crypto; public key databases and root certificates require proper oversight and maintenance. Hence the one problem QC solves, key distribution, is really external (but related) to the field of cryptography. That's why I say the two are orthogonal.

    The funny part is, QC isn't even a good solution to key distribution. Its physical requirements are costly, stringent, and limiting. Unless you're an ultra-cautious damn-the-expense client like the US govt, there are more cost effective ways to exchange keys, and much better ways to improve your data's security. QC is a problem in search of a solution.

  3. Re:Speaking of jack-ass theories... on Interest in CS as a Major Drops · · Score: 1

    So your considered rejoinder to my thoughtful, reasoned critique boils down to this:
    "No it isn't".

    And your original gets modded up while I get pushed down to oblivion. God I love slashdot.

  4. Re:Sexual Suicide on Interest in CS as a Major Drops · · Score: 2, Insightful
    Indeed, the reproductive costs, as well as resulting fertility rates and mating quality among US engineers are statistics that needs to be studied carefully if we are to come to any sort of understanding of the outsourcing phenomenon.

    Stop, my head hurts; I can't take anymore. American engineers aren't "dying off" because they can't reproduce. Your theory requires that

    1. Engineering is genetic
    2. These genes are located on the Y chromosome
    3. Only or primarily engineers carry and pass on these so-called "engineering" genes
    4. People with "engineering" genes always become engineers, rather than choosing a career influenced by market conditions like most everyone else.
    5. Engineers produce fewer children on average than comparably educated men in other fields.
    6. Engineers would produce more children if they married more.
    7. Engineers will stay celibate rather than marry non-engineers.

    Frankly all these assumptions are ludicrous (reproduction rates are empirically testable, but irrelevant without the others). It's nothing but folk heredity theory spiced up in the language of genetics. Such views have been completely discredited by modern anthropology and genetics. Stop drinking the sociobiologist kool-aid and go read Jonathan Marks.

    How about this alternate explanation: our culture discourages engineering through social stigma and glorification of anti-intellectualism, style over substance, and instant gratification, pushing many perfectly capable engineers into other fields. Women in particular are driven away by the male-dominated engineering culture, which produces such jack-ass theories as engineers dying off in droves because it's tough to find a date at MIT.

  5. Re:Just like TOS on Paramount Says Enterprise Cancellation Is Final · · Score: 2, Funny

    In the case of Firefly, I can tell you why...
    Basically, just about everything a network can do to not encourage a following, they did.

    s/Firefly/Action/
    s/Firefly/Family Guy/
    s/Firefly/Greg The Bunny/
    s/Firefly/Undeclared/

    Every season Fox trots out another surprisingly witty show to plug the gap between When Midgets Attack and Close-Up Animals With a Wide-Angle Lens Wearing Hats. Despite critical acclaim, the "filler" shows rarely see a second season and die before their time. Someone at Fox likes taunting us.

  6. Tilting at windmills on Gates' Resolve in Bringing Spammers to Justice · · Score: 1

    Yes this is horribly pedantic, but can't the editors at least abide by this one page from Strunk & White?

    i.e. Gates's, not Gates'

  7. Re:Why is whitespace significance a good thing? on Python Moving into the Enterprise · · Score: 1
    Whitespace (or more specifically, indentation) significance forces you to make the visual structure of your code match its semantic structure.

    Tired of Perl's quirks, I finally switched to Python a couple years ago. I absolutely love it. However the whitespace issue still bugs me. The argument about it forcing good visual structure rings hollow. Naming constants with ALL CAPS is good practice too, but I don't know of a single language which forces you to do so. Yet somehow everybody does it.

    In my book, conventions should be encouraged, not enforced. Sometimes the rules need to be broken. For example, say I want to add a temporary statement to a block of code (for debugging or otherwise). I only want it for a few runs then I'll remove it. In other languages, I can put such statements flush left where they stick out like a sore thumb, making them easy to remove later. Python doesn't allow that.

    It comes down to a philosophical difference. I prefer giving people structural freedom over their code. Good programmers use the freedom well, following conventions when they promote understanding the code, and breaking them when they inhibit it. Breaking a convention is a good sign something weird is going on, so that code should be inspected more carefully. Python's whitespace allows no such visual clues.

    Bad programmers will write bad code in any language. Good indentation may make it more readable, but it won't be any more intelligible. And there are automated tools for indentation. Why hamstring all programmers for the sake of saving a few reformatting cycles on pathological cases?

    The whitespace has little to do with why Python code is so intelligible. I've read tens of thousands of lines of code in other languages and the vast majority is indented properly too. What makes Python so intelligible is the lack of surprises. The core language is small and behavior is consistent -- there are almost no special cases where semantics change. Contrast with C++, where identical syntax can cause radically different behavior depending on whether Section 58 Paragraph 29 Clause 11 of the C++ Standard applies or not.

    That said, if you use a Python-aware editor like vim/emacs and run with the -tt option, you'll rarely run into the whitespace issue. In practice it doesn't bother me so much.

  8. One's things sure on How Do You Store and Reconcile Email Archives? · · Score: 4, Funny

    Don't ask Microsoft.

  9. Re:too little, too late on Star Wars Episode 3 PG-13? · · Score: 1
    If he were verifiably insane instead of simply losing his talents and abilities

    What?! You mean he's not insane? Jar-jar isn't the product of a horribly deranged, twisted mind? May god have mercy on us all.

  10. Re:too little, too late on Star Wars Episode 3 PG-13? · · Score: 2

    Who owns an idea? This isn't a facile question, it's actually the root of the issue. A book/movie/song/painting/artistic expression is just a set of ideas fixed in a tangible medium. When you view a creation, you experience those ideas and make them your own. In other words, your thoughts and feelings filter your perceptions to create a unique personal experience.

    Subsequent alterations of a work can never replace your experience of the original. Ideas can't be "undone". At best, changes to a work can supplement or enhance it in the spirit of the original. At worst, they corrupt or cheapen the ideas into a twisted distortion. But it's never the same experience as the original, and every person will perceive the changes differently.

    Creators are given distribution rights over physical manifestations of their works to encourage them to create (how effectively that works is another topic). This includes the ability to create derivative works by altering the original. Some people will prefer the new version, others the old. But ultimately they are two separate works, as surely as if made by two different artists. One can never replace the other because each embodies a (perhaps slight) variation on the ideas of the piece.

    A creator who owns his creation lock, stock, and barrel is given unnatural dominion over other people's minds. An artist is free to create as many new versions as they want. But eliminating access to the originals deprives the world of that experience. It is an invasive intrusion into our minds to say "No longer can you experience what you saw before. Now you must see it as I say." It is shameful revisionist history.

    Lucas can keep his super special terrific happy deluxe editions. They are a gross debasement of what I love about the originals and I will not spend a dime on them.

  11. animal, mineral, vegetable? on New Virus Attacks Via RAR Files · · Score: 1

    Rar is a file format? I thought it's the noise gay lions make.

  12. Re:If you think this article is about spam, read e on Eisenstadt's Analysis Of 8 Years' Worth Of Email · · Score: -1, Troll
    This is one of the most thought-provoking articles posted on Slashdot in a long time.

    In other news, political analysts rated President Bush's comment that "Water is wet" the smartest thing he's said in a long time.

    <math nerd> The amount of information contained in linuxbaby's comment can be described as the least member of the set (0,1]. </math nerd>

  13. what this means on Random Number Generator That Sees Into the Future · · Score: 1

    Guess that Futurama guy from the cryogenics lab who says "Welcome... to the woooorrrlld of tomorroooowwww" will be getting the pink slip now.

  14. Right... on AskJeeves Steps Into RSS with Bloglines Acquisiton · · Score: 5, Funny

    Perhaps AskJeeves will be able to legitimize itself again in the crowded search market by integrating Bloglines into its suite of products."

    Because nothing says "legitimate" like blog.

  15. Re:Ridiculously overblown on Scientific American on Quantum Encryption · · Score: 2, Insightful
    On the other hand, the grandparent is incorrect that breaking RSA via Quantum Computing is unrelated.

    There is no relation between quantum "encryption" and RSA. Quantum computers are a completely different technology than quantum key distribution. All you need for the latter is fiber optic cable, some photon counters, and polarizing filters. Quantum computers OTOH require quantum circuits, which are no more than lab toys ATM. It could be 50 years before we see sizable quantum computers, if ever.

    Even if QCs do arrive, that doesn't mean quantum key distribution will take off as well. As you said, it will be a whole lot cheaper and just as effective to ship a storage device full of symmetric keys to whoever you're communicating with. RSA and quantum encryption are independent technologies; the downfall of one will not necessarily lead to the rise of the other.

  16. Re:Ridiculously overblown on Scientific American on Quantum Encryption · · Score: 1
    Quantum encryption is not about exchanging keys, its not even encryption in its normal sense. What it really is, is secure trasmission.

    Secure in the sense that eavesdropping is detectable but not (entirely) preventable. It's an authentic channel which detects privacy compromises after the fact. You never want to send real data down such a pipe. It's perfect for key distribution: if you detect eavesdropping, toss the key and send a new one.

  17. Ridiculously overblown on Scientific American on Quantum Encryption · · Score: 1, Insightful
    Quantum "encryption" is for the most part useless. It's just another way to exchange symmetric keys. The advantages are purely information-theoretic; in the real world, classical methods are just as good and a whole lot cheaper.

    It's like replacing a steel deadbolt with titanium, meanwhile the door is wooden, the hinges are brass, and there's a large window right next to it.

    The only possible uses are extremely high-value applications like banking and the military. Even then I'd spend my money elsewhere.

    The breaking RSA stuff is unrelated (quantum computers, not quantum key exchange) and pure speculation. RSA isn't going away for a loooong time.

  18. My experience with transfering on How Important is a Well-Known CS Degree? · · Score: 1

    I went to a small Cal State and looked into transfering to a UC after my sophomore year. In the end, it just wasn't worth it. Because of various quirks in sequencing, it would've taken me 3 more years to finish just a CS degree at a UC.

    By staying put, I was able to complete a double major in CS and math in only 2 years. Because it was a smaller school, I also got to know the faculty really well working on a few projects outside the classroom. That's helped me immensely down the road as they've provided excellent personal references.

    Having taught CS courses at several places, I can say the curriculum is pretty much the same everywhere. You're not missing much material by not going to a larger university.

    On the downside, the career placement offices at large schools can be worth their weight in gold, especially if you want to work outside the area. Coming from a small school, you'll have to do a lot more legwork to find openings. But once you do, the degree doesn't matter nearly so much. Whatever school you're at, the most important thing is to build up contacts and experience.

  19. Re:My Favorite Splash Screen on GIMP 2.2 Splash Screen Competition · · Score: 1

    A splashscreen is like a commercial that grabs your head in a vice and holds your eyelids open with toothpicks. Open a normal window with normal window controls.

  20. Re:Java Programs Need Them on GIMP 2.2 Splash Screen Competition · · Score: 1
    Actually, some splash screens are good for something. Think about Java programs that have to be runtime compiled, they usually take long times to load. In a case like that, a splash screen is extremely useful.

    You do NOT want a splash screen for this. Have it open a normal window right away with normal window controls -- goes to background, minimize, stays on one desktop. Splash screens prevent you from doing other work while the program starts. It's like a commercial that grabs your head in a vice and holds your eyelids open with toothpicks.

  21. Re:Rebuttal on Top Ten Persistent Design Flaws · · Score: 1

    Unpractical? That's unpossible.

  22. Re:Reverse dates on Top Ten Persistent Design Flaws · · Score: 1
    The US style of writing dates (and I live in the US) drive me completely batty. MM/DD/YY? No! That makes no sense.

    Sure it does, if you think in terms of psychology. For most people in most circumstances, dates are highly localized, temporally speaking: less than six months off in either direction. The year portion can therefore usually be assumed correctly. Makes sense to put it at the end where it's out of the way.

    The first thing I want to know is a rough time frame for the date. Is it this month, something I have to worry about soon? A future month, something I can worry about later? Or a past month, telling me I can ignore the exact day? The next most relevant information is the day: is soon today or next week, does it conflict with other events that month, etc.

    So the form MM/DD/YY coreesponds to "rough estimate/more exact/probably redundant". You may not like it, but it does make sense from a certain point of view.

  23. Design flaw # 12 on Top Ten Persistent Design Flaws · · Score: 1

    How about reducing the user's default font size for the article body? "Hey you, your browser isn't causing enough eye strain with those big fonts. Let me take care of that for you." Does he get a cut of every Lasik surgery or something?

  24. Re:Just Engineering Taken to its Logical Conclusio on The Economist Tackles Complexity in IT · · Score: 1
    For really effective design each part has to serve multiple functions, like evolution is able to do: The human mouth can be used to eat, breathe, talk, etc etc.

    Your overall point is good - engineers and phsyical scientists prefer reductionist modes of thinking, which have their limitations (see The Hedgehog, the Fox, and the Magister's Pox).

    But your example actually shows how overloaded design can introduce new problems. Having one mouth (throat, actually) resposible for all three functions is why we can't talk while we eat and why we can choke to death. Surely a better design is to have separate GI and air tracts.

    Suboptimal design like this is actually the strongest evidence for evolution. No sane designer would overload functions so foolhardily. But evolution has to adapt what's already available; there is no clean slate to start from.

  25. +5 Pithy on Recycling Gone Wrong: The AOL Throne · · Score: 1
    Shouldn't that be "he should of built a better web server out have them"?

    Dammit! I just posted in this thread a second ago, now my mod points are useless! That deserves a +5 Funsightful. Why do the gods mock me so?