Slashdot Mirror


User: DeKO

DeKO's activity in the archive.

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

Comments · 82

  1. Re:Winner: Most Pointless Screenshot of the Year on Unofficial Windows98SE Patch · · Score: 1

    I prefer using Desktop Architect + WinXP icons.

  2. Re:RealBad on Galileo, Consumed by Jupiter · · Score: 1

    You can always use Real Alternative

  3. To complement on Brazil Mandates Shift to Free Software · · Score: 2, Informative

    The project that gave birth to the Software Livre Brasil was Software Livre RS, at http://www.softwarelivre.org , and announced in the end of the IV FISL (Miguel de Icaza was there :) ).

    This is a great thing; it's our money that was used to buy proprietary software; now it will be used to invest in our knowledge.

    And to all guys who are saying this isn't a good thing: f*ck you! You are all envious! HAHAHA!

  4. Re:yeah, on the good side of the conflicts on E.U. Agrees To Launch Galileo Satellite Location System · · Score: 1

    and those conflicts are fomented by the all mighty Uncle Sam. Go read a little of history, jerk.

  5. So... on Game of Life in Postscript · · Score: 1

    If you can do that much, imagine a cluster of printers, programmed in PS to do something else than... print.

  6. Anti-stupid language on Why Do Computers Still Crash? · · Score: 1

    Are we using the wrong tools (such as C) which do not provide the facilities necessary to write safe software?

    There is NO language that can avoid stupidity.

  7. Re:Don't test with trivial games on Chess Championship: Humans vs. Computer · · Score: 1

    Chess has many restrictive rules; in a 8x8 board, you have "just a few" moves you can make. In other hand, Go has a 19x19 board; you don't move the stones, you put them anywhere in the board.
    You can play chess really well with a brute-force algorithm - even to compete with the strongest chess players in the world.
    And Go? The (probably) strongest Go program in the world it's only about 15-20 Kyu, and take a lot of time for each move (for those who don't know, the levels for players go from 30 Kyu (lowest) to 1 Kyu, and then 1 Dan to 10 Dan (strongest)). You can't brute-force a Go game, there are too many possibilities, even on a 9x9 beginner-board.