in reply to Really slow sort, but useful.
I like the idea, but it has a couple of flaws. First off, it's quite possible for humans to give inconsistent choices, such that a>b && b>c && a<c. Obviously, such a set of choices will not give well-sorted output. Worse, it will cause a segfault with some perls. Secondly, it won't neccessarly give the same ordering that different pairs, or considering things in groups, would give, because humans aren't really exact in these things. Thirdly, in this purticular case, there's a fully automatic method you could use -- render the character to a bitmap of some sort, and take the mean color of the bitmap. (This has faults, though -- which is lighter, '-' or '!'. Since the bounding-box of the ! is tight, it's very dark. The bounding-box of the - is much looser, because bbs of chars are always computed as being a fixed height, so it's ratehr light. However, a human would probably call them about even.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Really slow sort, but useful.
by BrowserUk (Patriarch) on Nov 29, 2002 at 05:21 UTC | |
by Abigail-II (Bishop) on Nov 29, 2002 at 10:20 UTC | |
by BrowserUk (Patriarch) on Nov 29, 2002 at 10:32 UTC | |
by Abigail-II (Bishop) on Nov 29, 2002 at 11:08 UTC | |
by BrowserUk (Patriarch) on Nov 29, 2002 at 12:04 UTC |