Search found 153 matches

by Peter C
Thu Aug 04, 2011 8:03 pm
Forum: Engines, GUIs, Books and Platforms
Topic: Ajax Chess 3.0
Replies: 4
Views: 2429

Re: Ajax Chess 3.0

You could possibly make it an EXE with the help of NodeJS, although I have trouble running Node on Windows so it would be kinda useless anyway.
by Peter C
Mon Jul 11, 2011 4:23 pm
Forum: Engines, GUIs, Books and Platforms
Topic: UniOS.earth
Replies: 2
Views: 1208

Re: UniOS.earth

Yeah, we gotta have something that can run all that fantastic Mac chess software.

Seriously, this project is useless for chess and most likely won't succeed anyway.

Peter
by Peter C
Thu Jun 09, 2011 2:42 am
Forum: Everything Else
Topic: we were never alone - life on mars
Replies: 10
Views: 7608

Re: we were never alone - life on mars

Er, YouTube isn't exactly a scientific publication. I'd be more convinced if you linked to some kind of peer-reviewed journal or similar.


science, journals, they all have a paradigm-behaviour. they often think only within a certain range that is allowed to think.

youtube's thinking range is ...
by Peter C
Wed Jun 08, 2011 10:31 pm
Forum: Everything Else
Topic: we were never alone - life on mars
Replies: 10
Views: 7608

Re: we were never alone - life on mars

Er, YouTube isn't exactly a scientific publication. I'd be more convinced if you linked to some kind of peer-reviewed journal or similar.
by Peter C
Wed Jun 08, 2011 10:20 pm
Forum: Help, Suggestions, Etc.
Topic: PRE tags and FF4 [Workaround found]
Replies: 6
Views: 38513

Re: PRE tags and FF4 [Workaround found]

I'd go for reporting it as a bug, as that's definitely not desired behavior. Going for something like

Code: Select all

pre {
    overflow: scroll;
} 
might work.
by Peter C
Tue Mar 22, 2011 7:20 pm
Forum: Everything Else
Topic: Searching my youngest brother
Replies: 19
Views: 12492

Re: Searching my youngest brother

What the heck?

Wow, this is weird. Maybe this thread should be locked or deleted or something?

Peter
by Peter C
Wed Mar 16, 2011 6:47 pm
Forum: Programming and Technical Discussions
Topic: Designing an analysis friendly Stockfish?
Replies: 364
Views: 111828

Re: Designing an analysis friendly Stockfish?

Uly wrote:>3) How easy will it be to re-implement any changes not included in next official Stockfish?

I don't know but my guess is that it'll be trivially easy.
It won't be particularly hard. I know from experience that adding GTB support is really easy and the other stuff shouldn't be difficult.

Peter
by Peter C
Thu Mar 10, 2011 4:58 am
Forum: Engines, GUIs, Books and Platforms
Topic: OpenSUSE 11.4 Released
Replies: 8
Views: 3204

Re: OpenSUSE 11.4 Released

Jeremy Bernstein wrote:Or get OSX and enjoy the best of both worlds
lol.

Peter
by Peter C
Wed Mar 02, 2011 12:18 am
Forum: Programming and Technical Discussions
Topic: Designing an analysis friendly Stockfish?
Replies: 364
Views: 111828

Re: Designing an analysis friendly Stockfish?

Frankly I believe ProbeOnlyAtRoot should always be checked, except perhaps in analysis in certain endgames. Tablebases just aren't worth enough to compensate for the speed hit. Of course this all changes if you have your tablebases on an SSD.

Peter
by Peter C
Sun Feb 27, 2011 11:04 pm
Forum: General Topics
Topic: the "clones" issue for a user point of view
Replies: 14
Views: 3629

Re: the "clones" issue for a user point of view

Or, perhaps, for those with some small sense of ethics? Those that do not copy other's work without mentioning that fact. Those that do not copy code that is protected by legal licenses.

There is room for progress _and_ ethics. Computer chess developed pretty rapidly thru the 70's and 80's without ...