Re: [Computer-go] Learning from CGOS

2015-03-31 Thread Remco Bloemen
I would appreciate being able to download complete plays logs of all the
games ever played on the server, for analysis.

It would also be nice to have a web interface for replaying live and old
games (much like http://www.codecup.nl has), but this can always be
added later.

In any case, I would encourage you to store as much data as you can. For
example complete GTP transactions with timestamped messages. Storage is
cheap and it will very likely be useful in the future.

— Remco

On 29-03-15 06:58, Joshua Shriver wrote:
 What elements did you like about CGOS and what do you wish for?
 
 I've begun writing a new version from scratch that isn't TCL based.
 With the aim for future use and also open source and open to public
 commits.
 
 -Josh
 ___
 Computer-go mailing list
 Computer-go@computer-go.org
 http://computer-go.org/mailman/listinfo/computer-go
 

___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Learning from CGOS

2015-03-30 Thread Urban Hafner
Awesome Joshua! I agree with the others. Start open sourcing it right away.
That's what I did with my Go bot that I started writing in a language I
didn't know. And people (well, two ;)) just decided to help out.

As for features. Well, I'd be happy if you just reimplemented CGOS and it
were running all the time for all three sizes. ;) There are only minor
things I'd like to change:

1. The standings page could update more frequently
2. The length of the usernames is a bit restricting for me as my bot is
called Iomrascálaí which almost takes up all 16 (?) characters. Adding a
version number and some identifiers for various command line parameters
gets difficult then.
3. On that topic. Allowing characters other than ASCII in a username would
be nice, too. It's 2015 after all.

Other than that, I'm happy with the way it's set up.

Urban

On Sat, Mar 28, 2015 at 11:58 PM, Joshua Shriver jshri...@gmail.com wrote:

 What elements did you like about CGOS and what do you wish for?

 I've begun writing a new version from scratch that isn't TCL based.
 With the aim for future use and also open source and open to public
 commits.

 -Josh
 ___
 Computer-go mailing list
 Computer-go@computer-go.org
 http://computer-go.org/mailman/listinfo/computer-go




-- 
Blog: http://bettong.net/
Twitter: https://twitter.com/ujh
Homepage: http://www.urbanhafner.com/
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Learning from CGOS

2015-03-30 Thread folkert
 What elements did you like about CGOS and what do you wish for?
 
 I've begun writing a new version from scratch that isn't TCL based.
 With the aim for future use and also open source and open to public
 commits.

A simple json interface that enables people to do automated checks for
elo rating, latest match played and failures.
Oh and indeed failures: currently it says illegal move; it would be
great if it also could say what is illegal about the move. Maybe create
a logfile accessible via the web-interface for that.


Folkert van Heusden

-- 
Always wondered what the latency of your webserver is? Or how much more
latency you get when you go through a proxy server/tor? The numbers
tell the tale and with HTTPing you know them!
 http://www.vanheusden.com/httping/
---
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Learning from CGOS

2015-03-29 Thread Xavier Combelle
In which langage will it be ?

2015-03-28 23:58 GMT+01:00 Joshua Shriver jshri...@gmail.com:

 What elements did you like about CGOS and what do you wish for?

 I've begun writing a new version from scratch that isn't TCL based.
 With the aim for future use and also open source and open to public
 commits.

 -Josh
 ___
 Computer-go mailing list
 Computer-go@computer-go.org
 http://computer-go.org/mailman/listinfo/computer-go
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] Learning from CGOS

2015-03-29 Thread Adrian Petrescu
I encourage you to work in the open from the start (on GitHub) so everyone
can see what you have in mind.

On Sat, Mar 28, 2015 at 6:59 PM Joshua Shriver jshri...@gmail.com wrote:

 What elements did you like about CGOS and what do you wish for?

 I've begun writing a new version from scratch that isn't TCL based.
 With the aim for future use and also open source and open to public
 commits.

 -Josh
 ___
 Computer-go mailing list
 Computer-go@computer-go.org
 http://computer-go.org/mailman/listinfo/computer-go
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

[Computer-go] Learning from CGOS

2015-03-28 Thread Joshua Shriver
What elements did you like about CGOS and what do you wish for?

I've begun writing a new version from scratch that isn't TCL based.
With the aim for future use and also open source and open to public
commits.

-Josh
___
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go