Slashdot Mirror


User: kervel

kervel's activity in the archive.

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

Comments · 49

  1. Re:He likes JavaScript??? on What I Hate About Your Programming Language · · Score: 2, Insightful

    i disagree. he did not complain about the lack about regexes in java, he complained about the fact the interpreter and standard library are one big package.

    also i think he correctly talked about 3 key issues: syntax, usage, and extra features (libraries/tools). what's important about a language besides that ?

  2. Re:Well this really bothers me ... on UK ISP Imposes Download Limits · · Score: 1

    volume limits perfectly matches the normal user behaviour of bandwidth usage in spikes: a lot of bandwidth during short periods.
    you get fast internet, downloads go fast, but you can't download all day. i think that's okay ...

  3. Re:Longtime GNOMEr Ready to Try on KDE 3.1 Released · · Score: 1

    vcard viewing support is in the release, vcard importing support in head i think. and kmail situation got a lot better last days.

  4. Re:Eh? on Draw! · · Score: 1

    there is no more research on the algorythms itself going on (maybe the one is more efficient than the other, but that would make a big difference i think), i heard. however, both have a heuristic.
    if you want to search two possible moves, you first calculate their heuristic. the one with the highest heuristic you calculate first.

    so the heuristic is a rough estimate of the best move thats not always right. and its very difficult to find a good heuristic for chess. the two programs probably have a different heuristic.

    also, both programs probably have a database with known bad/good moves (esp openings) that may differ

  5. Re:Eh? on Draw! · · Score: 5, Insightful

    not true. since computer chess is about searching trees, the fastest computer is able to search deeper in the tree and get a more accurate picture of the best move.
    if you want more info about how chess computers
    (and AI in general) work:
    http://www.gamedev.net/reference/programmin g/featu res/chess1/
    http://oellermann.com/cftchess/notes/ shortcuts.htm l

  6. Re:Reinventing the wheel? on New GNU Hurd Kernel Released · · Score: 1

    sure they do care. they want an entire gnu system, and what's the point of that if nobody uses it...

  7. Re:What I'd really like to see in a review on LinuxPlanet Reviews KDE 3.0 · · Score: 1

    i can reproduce some severe memory leaks here,
    especially with konqueror.
    i reported them (and how to reproduce) as bugs.

  8. Re:KDE is the most unstable thing in the Linux wor on Criticisms of KDE 3 Release Process · · Score: 1

    it took me 3 lines of source code to make my kde2 app work on kde3.

  9. Re:hmm fair comparision? on GNOME 2.0 Desktop Alpha · · Score: 1

    kde is not multithreaded but multiprocess. KDE
    3 will be multithreaded a bit , but still
    mostly multiprocess.

  10. Re:::yawn:: on Testing the Audigy · · Score: 1

    can't you use the rear speakers of a sblive! as a
    separate channel ?
    it works with c-media pci cards and (recent) alsa.

  11. Re:tux2? on ext3fs in Linus' Kernel Tree · · Score: 1

    i tought there were patent issues with tux2 ..
    anyway, the developer of tux2 created a directory index patch for ext2 which can speed it up a lot for large directories (like /usr/share/doc). someone knows if that's incorporated in ext3 ?

  12. Re:Preemptible kernel patch on Kernel 2.4.14 is out · · Score: 1

    i have written a small script that does something like this:
    sox -blah /dev/dsp -blah | lame -V 3 > out.mp3
    for realtime recording to mp3's.
    without the preemptible kernel patch those mp3's are mostly fine, but with the patch, they contain oddities like skips and so.. i wonder why.

  13. Re:The problems with X on DirectFB: A New Linux Graphics Standard? · · Score: 2, Informative

    try out dxpc. its a X proxy that does compression.
    with dxpc using netscape over a slow (ISDN) link becomes at least 20 times faster in my experience...

  14. Re:Check out the Preemptible Kernel patches... on Kernel 2.4.11 Released · · Score: 1

    i have audio dropouts if i use a small buffer, when i switch desktops or maximize a window. But make -j4 doesn't trigger any dropouts. (with preempt). I wonder if the nvidia closed drivers are to blame here ...

  15. Re:Don't try to do too much, though! on Linux Office Suites · · Score: 1

    - easy layouting for free like kword does ...
    the frame-based approach of kword is almost unique (for wordprocessors intended for personal use). its not ready yet, okay, but once it will be possible to create complex layouts in a few mouseclicks. Try it, you'll use it even for simple tasks ...
    - being free. Microsoft will start acting against warez.
    and some features for not-so-basic use:
    the open xml format makes it very easy for eg perl scripts to generate abiword/kword docs (even with embedded graphs and so, try it!). and microsoft VBA will never match the power of perl, linked with things like SQL databases, and the tons of modules available at CPAN.
    and the kword source is really clean and easy to understand, making it easily extensible (don't know about abiword).

  16. Re:Fault Tollerance? on MS, CNET On 7-Day Messenger Outage · · Score: 1

    thats only one word

  17. Re:Why MS and .NET will win on Ports System As A Strategy Against .NET? · · Score: 1

    microsoft tries 'divide et empera' with the freebsd support according to me.

  18. Re:Sealand, no on Slashback: Offshore, Oratory, Goals · · Score: 1

    Please. Its a fricken little heliopad and a couple cement tubes...

    ...that will probably sink in the not too distant future unless they make a lot of money out of havenco. (sealand the first dot-com iland?)

  19. Re:More work per clock. on x86 vs PPC Linux benchmarks · · Score: 1

    don't forget about bus speed/clock speed ratio, and other hardware like hard disks, memory bandwidth ....

  20. Re:Movies on XFree 4.1.0 Out · · Score: 1

    you can make xfree 3 as fast as xfree 4 by enabling mtrr (see /usr/src/linux/Documentation/mtrr.txt)

  21. Re:2.4.4 breaks vmware 2.03 on Linux Kernel 2.4.4 Released · · Score: 5

    insert this into /usr/src/linux/include/linux/skbuff.h below the line /* Internal */ Each quotation is a new line (remove the quotes before you paste) "static inline atomic_t *skb_datarefp(struct sk_buff *skb)" "{" " return (atomic_t *)(skb->end);", "}".

    from openprojects irc 'apt'

  22. Re:No, fuck TOP in the goat ass on XFree 4.0.3 Released · · Score: 1

    TOP is aware of shared memory,
    seems you gotta look at the right column of top before shouting out it sucks.

  23. Re:Finally on Progeny Debian Release Candidate 1 · · Score: 1

    the kernel ? yes ! the gui ? NO !. ever saw a win2k gui hang ? i saw XFree crash 1000 times yet

  24. Re:Waiting for Signal 11 on Caltech DNA Sequencer Patent Question · · Score: 1

    Well,
    i must admit i prefer posts of signal 11 instead of yours. but thats just me offcourse.

    i tought karma was MADE to encourage people to write good posts, and not to juge about people being karma whores. so if signal11 wants to spend his time writing posts to get karma, who are we to stop him ?

    ok i ll shutup because this offcourse already has been said.