Slashdot Mirror


User: zby

zby's activity in the archive.

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

Comments · 68

  1. Re:unicode support and proper collation on PostgreSQL 7.3 Released · · Score: 1

    The problem with sorting is a bit more complex - my language (polish) uses mostly ascii with some additionall characteres. The additionall characters shoud be sorted IN the sequence of the ascii characters - so sorting just by unicode does not work for this. And I believe this is quite common case.

    The application was just meant to store names in some european languages - ideally with originall spelling.

  2. Re:unicode support and proper collation on PostgreSQL 7.3 Released · · Score: 1

    As far as I remember it well I had to run the initdb with unicode locale set in the environement. And that was not that obvious task.

    And my question - how about sorting?

  3. unicode support and proper collation on PostgreSQL 7.3 Released · · Score: 1

    I've found it really disinformative when thay claimed unicode support in 7.2 but for most scripts there is no proper collation. That was not so easy to find out since the unicode support was generally really hart to set up and I was assuming I must had made some mistake.
    Is it better in 7.3? I can't find anywhere any list of scripts supported.

  4. encodings and syntax on Oasis Gives SAML 1.0 a Thumbs-Up · · Score: 1

    Does the parser really needs to understand the encoding? I mean all the syntax important characters are from the ascii range - so they have the same encoding in all of them. The difference in encoding is importand to semantics but not to syntax.

  5. Re:Bah. on Oasis Gives SAML 1.0 a Thumbs-Up · · Score: 1

    I'm a bit suprised about the complexity of XML - isn't it all about balanced parenthesis expressions?
    Don't read me wrong - I believe you that it has those 89 productions. I just state that it's suprising and perhaps the fact that it looks so simple is the reason that managers like it so mutch.

  6. How about cygwin on Windows? on Competitive Cross-Platform Development? · · Score: 1

    Then you could use standard gcc on all platforms.

  7. Go by that Wolfram book. on Options for Adults with Renewed Interest in Math? · · Score: 1

    It is the New Kind of Math - why bother about the old one?

  8. Re:What is he smoking on The Problem Of Developing · · Score: 1

    There might be 6 billion embeded processors but
    it does not mean 60 times more programes for
    them than for PC. So the market is actually
    not that big.

  9. Diversification in fees is GOOD! on Rogers Cable Plans Fees to Curb Bandwith Hogs · · Score: 4, Insightful

    Why everybody here seems to be so opposed
    to diversification in fees based on used
    resources?
    The bandwidth is not a unlimited resource.

  10. the need of analysis of Slash/Scoop/Wiki models on Chromatic On The Wiki Plugin For Slash · · Score: 1

    A first thought: you can view Slash as a very confined kind
    of Wiki.
    Let's concentrate on viewing the page with
    some treshold > 0. Then generally anybody can
    add something at the end of the page, and those
    with moderation points can delete things from
    the page.
    I just believe there is something more general
    hiding behind them.
    By the way: I feel how awkward this comment is -
    I would like to let it be modified the wiki style
    by someone who would better grasp the idea that
    I just feel is there somewhere.

  11. Re:But will it do.. on Review of Sorcerer GNU Linux · · Score: 2, Interesting

    They claim to have the newest versions
    (something like a day after freshmeat).
    I wander if simply compiling on the user machine
    does so much simplify putting together packages
    to make a distribution.

  12. Re:Duh... - I hope it's just the beginning on Cooperation Works if Majority Can Punish Freeloaders · · Score: 1

    I hope it's just the beginning of some research
    that would lead to goals that you mention.
    It might seem obvious but in science you need
    some statistical data to make it accepted.

  13. Re:Big article on this in Scientific American on Cooperation Works if Majority Can Punish Freeloaders · · Score: 1

    Isn't it a troll? I mean the punished behaviour
    did hurt the group - the group did not gain
    when it could so you can just move the zero point
    and say that it lost.

  14. lineary independent equations on UDP + Math = Fast File Transfers · · Score: 1

    Somebody has already posted some example.
    x + y = 4
    x + 0y = 4
    2x + y = 8
    0x + y = 0
    You can take any two of these equations to be able
    to extract the solution x = 4, y = 0.

  15. They don't even mention SAPDB! on Open Source Database Underdogs · · Score: 0, Flamebait

    The exclusion of the most robust Open Source database product makes the article complete crap.

  16. Re:AOL is totally cool (some corrections) on AOL And The GPL · · Score: 1

    I agree. Perhaps the GPL is a bit obsolete. Hey the world is changing the GPL predates internet and it should be amended.

  17. Re:Compression on How I Completed The $5000 Compression Challenge · · Score: 1

    Sorry - I'd replied to your previous post before I read this one. The right mathematical theory seems to be the Chaitin Omega Number theory. There are uncompressable strings, but it can be impossible to say if given string is incompressable, I mean you can say if it is compressable, but some time you can't prove if it is not. The random data send by the challenger does not seem to be a good move - there is much chance you can find patterns in random data (just like long substrings of 0 - what is the probabillity to find them - I don't know but it's a growing function of the size, ok asume the guy deleted all such substrings - so how about consecutive 01 - you cant prevent all patterns in a random string). Conclusion: the challange seems to be quite fair for both sides.

  18. Re:Compression on How I Completed The $5000 Compression Challenge · · Score: 1

    If that was true you could take the Universal Turing Machine and run your progran on it. For every data it would produce a program and data set - the program and data can be considered together the compressed data. This way the your program would be the universal compressor. This is impossible. I can be impossible to algorithmically find the uncompressable data anyway, and random data is not enough for that as well. The Chaitin Omega number theory seems applicable at this problem.