Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Tetris need creativity? (Score 1) 322

Not a chance, you can play it half asleep without a single thought, just as easy as writing or talking. I've written a relatively simple algorithm for a computer to play tetris, it enumerates all possible options of placing a piece and compares certain properties of resulting landscape (number of holes, smoothness of surface, etc). Of course it is not perfect, but it can easily outplay most human players without any problems.

Comment Give them license to modify the code (Score 3, Insightful) 447

First of all, client expects to be able to use and MODIFY code you've done for them, both physically and legally. Who owns the code - is the second question. They don't want to own your library - they just want THE LICENSE allowing them to see, modify and use that modified code. It is the same thing as open source, except that they don't get the right to redistribute your library.

Don't be a dick, just give them that license.

Comment Re:predicted convergence unlikely (Score 2, Informative) 394

Exactly. Some people don't understand that netbooks fill exactly the same niche that Sony Vaio's filled before them: lightweight universal computers, but with display and keyboard large enough to be productive for the most computer task. "Universal" is important part here: some people would browse the web, others would write some documents, watch films, sort pictures from photocameras or even play games. I even have IDE installed and happily code while on the road. You cannot do that with smartphone!

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...