Search found 57 matches

by shiv
Sun Dec 06, 2020 5:39 am
Forum: Main Lobby / General Discussions
Topic: Judit Polgar beats Victor Korchnoi
Replies: 6
Views: 1480

Korchnoi always had time trouble. That was a weakness. The art of chess lies not only in finding good moves over the board but in managing time as well. Agree on Korchnoi and time pressure in general. However, this position is a trivial draw, even if a 2000 rated player played against Kasparov or C...
by shiv
Sat Dec 05, 2020 11:07 pm
Forum: Main Lobby / General Discussions
Topic: Judit Polgar beats Victor Korchnoi
Replies: 6
Views: 1480

Not a fan of Korchnoi at all. However, Polgar's behavior was quite provocative as well. If you look at the final position, Korchnoi had rook and pawn, and Polgar just had a rook. Korchnoi lost on time on what is otherwise a position where only he has winning chances, though the result should be a dr...
by shiv
Tue Jun 23, 2020 6:09 pm
Forum: Main Lobby / General Discussions
Topic: Congratulate me.....
Replies: 11
Views: 1763

Re: Congratulate me.....

Fernando wrote:I just draw a game with CC· in its level 2!!!

Am organizing a party to celebrate. Anyone of you can join me. I see you all in the Steven B. house.
Drinks on me regards
Fern
Can you post the game? :)
by shiv
Tue May 26, 2020 6:10 am
Forum: Main Lobby / General Discussions
Topic: LCD Data Sheet or Related Schematic
Replies: 12
Views: 2004

Re: LCD Data Sheet or Related Schematic

Seems that nearly all chess computers that included an LCD representation of the board used the same horrible display. For example, Simultano, Renaissance, Radio Shack 2150/2150L/2250, Novag and Excalibur handhelds, Ivan II, etc (though the Excalibur models seem smaller, the piece representation se...
by shiv
Mon Nov 19, 2018 3:11 am
Forum: HIARCS Customer Support & Announcements
Topic: HIARCS support for DGT Board
Replies: 21
Views: 18311

Hello Mark, is there any update on the willingness of DGT to support the Mac and HCE? Thanks for your info Cheers Uwe +1 Would love an update on this Mark! What can we do to help the cause? Contact DGT again? Greg I have supported native DGT mode here in https://github.com/sshivaji/dgt-uci-engine Y...
by shiv
Sun Jan 12, 2014 5:37 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

On tablebases, is there a simple way to query tablebases and show tablebase moves in an understandable form to humans? At present, I seriously doubt if I will be doing any more public tablebase stuff this year, if ever. Maybe someone else can help. No worries. However, I was just looking for one li...
by shiv
Sat Jan 11, 2014 8:18 pm
Forum: Main Lobby / General Discussions
Topic: Dedicated comp's and the end game
Replies: 5
Views: 1663

Something like a Fidelity Excel Club 68000 in my opinion plays a very intelligent and competent endgame for it's overall playing strength. I think I would always defer to Fidelity machines with hash tables for the endgame as well as the strongest hash table Novags (though with limited experience wi...
by shiv
Sat Jan 11, 2014 8:14 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

The network connectivity problem has been solved by a cable swap (which probably didn't do anything) and by swapping out the Onn mouse for a mouse by Acer. Now my RaspPi can get the correct date/time automatically when it boots and I can get updates installed (rather slowly). I did not have to add ...
by shiv
Sat Jan 04, 2014 6:31 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: DGT XL clock arrived

I am already using the Raspian distribution. I use the ifconfig utility to do most network tinkering. It looks like the kernel is seeing the RaspPi NIC but is not seeing a physical connection on the NIC even after tinkering. I suspect that the RaspPi is underpowered; I will try a powered USB hub ne...
by shiv
Sat Jan 04, 2014 4:59 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: DGT XL clock arrived

My DGT XL clock has arrived and works solo. I'll be doing basic connectivity and functional testing with it over the next few days. At last I've had the chance to try the DGT XL clock with the board. The DGT utility program recognizes the clock, but this takes a power cycle of the clock under some ...
by shiv
Tue Dec 24, 2013 4:36 am
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: DGT XL clock arrived

My DGT XL clock has arrived and works solo. I'll be doing basic connectivity and functional testing with it over the next few days. Awesome! Thanks for the updates. The error detection and recovery code is likely where Picochess has issues after several hours. I added very rudimentary error recover...
by shiv
Sat Dec 21, 2013 5:07 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: Near term plan

All sounds great. Virtual drivers are a good way for applications to perform integration testing. I am interested in your stress tests as there are growing reports that picochess has issues after several hours of usage and at times needs to be restarted. Which library are you considering for voice s...
by shiv
Sun Dec 15, 2013 7:55 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: Routines and calls

How will you implement ReadString to read a move. In my case, I had to get previous fen, store it, Get New fen, compute all legal moves on old fen. Finally, return the legal move that successfully worked. Is your interface planning to take care of this whole interaction? That would be quite useful....
by shiv
Sun Dec 15, 2013 6:53 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: Routines and calls

Input from the board for a move: ESCI::ReadString(); -> "Usermove Nf3" Note that SAN is used and no illegal moves are sent. How will you implement ReadString to read a move. In my case, I had to get previous fen, store it, Get New fen, compute all legal mov...
by shiv
Sun Dec 15, 2013 5:55 pm
Forum: Programming Discussions
Topic: DGT board C++ interface project
Replies: 53
Views: 54378

Re: Where is the USB port entry usder OS/X?

That project uses the dgtnix C++ libraries via python, dgtnix.so is a shared object accessible to python. My copy of dgtnix is written in C, not C++. The design decision here is what to put in a library and what to put in the application code. Anything dealing strictly with the low level physical d...