Slashdot Mirror


User: ksorim

ksorim's activity in the archive.

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

Comments · 16

  1. Re:More than Just P=NP on The End of Encryption? · · Score: 2, Informative

    The continuum hypothesis is undecidable in certain versions of set theory. Why couldn't the Riemann hypothesis be undecidable too?

    My understanding of Gödel is that in any sufficiently strong system of axioms there will always be statements that are neither provable nor disprovable. That is: there is a statement S such that S isn't provable and the negation of S isn't provable.

    Is my understanding of Gödel wrong?

  2. Re:Why not sooner? on Encrypted Cell Phone Hits the Market · · Score: 1

    Cell phones with encryption capabilities has been available since at least 1999. The Tiger cell phone from Sectra has been available for more than four years now.

    I don't think there is a very large demand for it though. People just don't care enough about their privacy to compensate for the disadvantages.

  3. Encrypted cell phones are nothing new on Encrypted Cell Phone Hits the Market · · Score: 1

    Encrypted cell phones has been around for quite some time now. The Tiger cell phone from Sectra Communication Systems has been available since 1999.

  4. Re:Summary of changes: not much new on C# 2.0 Spec Released · · Score: 1

    Generics in Java will actually box primitive types. This makes them run about as fast as LISP, and forces you to write a "native" implementation -- which pretty much defeats the purpose of having template libraries in the first place.

    Java with generics will probably still be a lot slower than Common Lisp. Despite common belief, common lisp is quite fast and can be compiled on a lot of platforms.

  5. Re:I'm no mathematician, on Cryptogram: AES Broken? · · Score: 1
    The strenght of the encryption is the difficultly of factoring the very large (non-prime) number. Until a non-linear factoring technique is developed, such encryption schemes will continue to be viable.I haven't seen yet any real research that quantum computing will be able to do this - but who knows.

    Do a search on google for Shor's algorithm. It can factor a product of two primes in O((log N)^3) time.

  6. Re:what about Mplayer on Windows Media Player in Linux · · Score: 1

    1. It still doesn't fully supports ASX files (yes, even with the latest CVS - I tried one from yesterday).

    Why don't you report it as a bug?

  7. Re:what about Mplayer on Windows Media Player in Linux · · Score: 1

    MPlayer doesn't work within browsers.

    Try plugger

    MPlayer does not, and according to its developers, will not ever play audio files

    Try the latest CVS version of MPlayer. It has support for audio only files.

  8. Re:Google's Usenet searching almost useless, too on AltaVista Can't Keep Up · · Score: 1

    Click on a message. Click on "View this article only" and then "Original Format". And there it is. Plain old text. With Message-ID and all.

  9. Re:Why do they call it a FUNCTIONAL programming on 4th ICFP Programming Contest Announced · · Score: 1

    In fact, some C programs have done quite well in previous years -- they just haven't managed to win.

    What about Cilk Pousse? It looks pretty much like C to me... And they won the ICFP contest '98.

  10. Re:Turing equivalence? on C Styled Script - C-like Scripting Language · · Score: 2

    It's possible to do iteration with the C preprocessor. One example of it is http://www.ioccc.org/years-spoiler.html#1995_vansc hnitz

    It is basically a file that #includes itself. Don't know if it's Turing complete though.

  11. Re:actually... on gcc 3.0 Coming Soon to a Computer Near You · · Score: 1

    Try to compile that code with -Wall (with gcc) and you get:

    test.cpp:3: return type for `main' changed to `int'

  12. Re:Before a million people get this wrong... on 3D Microfluid Computers Used To Solve NP Problems · · Score: 1

    Myth number one: if you can efficiently factorize large integers, you've broken today's best encryption schemes. This is not true. In fact, you must solve the *discrete logarithm* problem in polynomial time in order to break today's encryption schemes.

    The RSA cryptosystem relies on that factorization is a hard problem. If you find an efficient algorithm to the factorization problem you have broken RSA. RSA may not be the best cryptosystem but it is widely used.

    From the RSA Laboratories FAQ 4.0: Question 3.1.3 The most damaging would be for an attacker to discover the private key corresponding to a given public key; this would enable the attacker both to read all messages encrypted with the public key and to forge signatures. The obvious way to do this attack is to factor the public modulus, n, into its two prime factors, p and q. From p, q, and e, the public exponent, the attacker can easily get d, the private exponent. The hard part is factoring n; the security of RSA depends on factoring being difficult.

  13. Re:Q. How do I select FreeDB with Windows CD playe on Dear CDDB Users: Thanks For Helping The RIAA! · · Score: 1
  14. Re:I'm an off-topic geek... but I can't help it on 120 Gigabit Pipe To Oz Begins Operation · · Score: 2

    Yep the speed of light is exactly 299,792,458 m/s in vaccuum. A second is defined as the time required for 9,192,631,770 vibrations of a Cs atom. Read about it here

  15. Re:Mirror the whole web ... on Google. on Sweet, Sweet Mathworld Is Gone · · Score: 1

    The cache isn't completely useless. You are right about the images but all the formulas are embedded in the html as comments in latex syntax. A perl script to fix the links wouldn't be too hard to code.

  16. Re:Unfortunately that script won't help on Sweet, Sweet Mathworld Is Gone · · Score: 1

    All the equations are embedded in the html as comments in latex syntax. It's quite easy to make a little perl script creates thoose gif images again.