Slashdot Mirror


User: Rudie

Rudie's activity in the archive.

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

Comments · 15

  1. Re:Zero on Facebook Shares Retreat Below IPO Price · · Score: 1

    That doesn't meant the investment is negative, it just means the return was negative. Going short the stock is a negative investment, however.

  2. Re:Footage of Kim on Kim Jong-Il Was an "Internet Expert" · · Score: 1

    Don't quit your day job.

  3. Re: optical drive on Building 2011's Sub-$200 Computer · · Score: 1

    Grammar

  4. Re:I'd never have figured that out on Fermi Paradox Predicting Humankind's Future? · · Score: 1

    This is called the law of the excluded middle and there are in fact those who deny it, for example intuitionists (http://en.wikipedia.org/wiki/Intuitionism).

  5. Re:Perfect encryption already exists... on Quantum Cryptography In Action · · Score: 1

    A one time-pad is only unbreakable if it is truly random (statistically and algorithmically).

  6. Re:Nice, but... on DNA Solves Million-Answer NP-Complete Problem · · Score: 1

    Yes, but it turns out that not all instances of 3-SAT (or SAT) actually require that much time. Do a search on Google for "phase transitions in SAT" for more information.

  7. Travelling Salesman on DNA Solves Million-Answer NP-Complete Problem · · Score: 0, Redundant

    After reading the article at USC it seems to me that they have solved an instance of the Travelling Salsesman Problem of size 20 encoded in SAT, can anyone confirm or deny this?

    Very interesting in any case, well done.

  8. Re:Which problem? on DNA Solves Million-Answer NP-Complete Problem · · Score: 1

    But 2-SAT is not in NP-complete nor needs exponential time. Maybe you're thinking of 3-SAT or just plain SAT?

  9. Re:CLI on Rotor: Shared Source CLI · · Score: 1

    There are only about 17 000 three-letter acronyms, sooner or later they will have to be reused.

  10. Re:Forth as intermediate language on Ask Chuck Moore About 25X, Forth And So On · · Score: 1

    Both the Java Virtual Machine and the intermediate
    code created by GCC, RTL, are stack based, and
    later interpreted or compiled for a register machine. It isn't really a problem, sometimes
    it's actually easier that way.

  11. Re:Weren't the audits supposed to take care of thi on OpenBSD Local Root Hole Patched · · Score: 1
    • It's true that it is mathematically impossible to ensure that a piece of fairly complex piece of code is bug-free...
      • Not impossible in an absolute sense, but merely extremely difficult.

    No, it's actually impossible.
    There is no way of proving that a program terminates on a given input (in the general case), let alone that it is correct.

    Proving correctness in respect to some specification can also be impossible (undecidable) in certain cases.

    (Of course there is more to it than this, but I can't be asked to explain it all right now...)

  12. Re:Not quite true anymore on Top Ten Algorithms of the Century · · Score: 1

    True. But wouldn't it go slightly faster anyway since the smaller matrices fit in the cache (i e blocking)? Just an idea.

  13. Re:the fuss? on Starwars Episode 1 DVD? · · Score: 1

    "there's probably no better form of government than a good despot"

    Which probably is true.
    The hard thing is to define "good".

  14. Re:digitize it on Two Turntables and a Laser Beam · · Score: 1

    If you follow the link you'll find out that
    this is exactly what it's used for, digitalising
    of LPs.

  15. Facts? on IDCT Approximation: Worth a Patent? · · Score: 1

    The author doesn't seem to know much
    about the topic, for those interested
    here is a much more accurate description:

    http://mathworld.wolfram.com/FastFourierTransfor m.html