NotesThe fun, functional and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window, or a mix of both.Unfurl
NotesThe UI is served over HTTP directly from the binary using Go’s fantastic http.FileServer implementation from the standard library. Sometime around February 2021 was the Go 1.16 release, which came with native embedding of files into Go binaries. Flipt quickly took advantage of this feature for bundling the static UI assets directly into the binary. Go has a handy wrapping function that adapts the embed.FS into the required http.FileSystem interface to integrate it seamlessly into an http.Server. You can find the current (v1.16.0) embed directive in Flipt here.FeedUnfurl
NotesZen19 is beating extremely strong amateurs, but it hasn't beaten professionals in games with no handicap yet. That said, now that we know that Zen19 is using Monte Carlo strategies, the reason why it seems to be getting stronger as it's fed more CPU time is revealed: these strategies are the most obviously parallelizable algorithms out there, and for all we know this exact version of Zen19 could end up becoming World Champion if a few more orders of magnitude of CPU time were made available to it.
Which would feel like a shame, because I was really looking forward to seeing us figure out how brains work. FeedEmbedUnfurl
Notes"Play Go online with your friends. It’s fun, easy to get started, and free!<br />
<br />
This site was built by Dave Peck and other members of the Go community."Unfurl
Notes"I wrote a quick and dirty WordPress plugin to emulate the behaviour of sites such as Sensei’s Library and GoDiscussions; namely the automatic conversion of ASCII board diagrams into PNG images, supporting markup and such."Unfurl
Notes"The EidoGo Player (SGF viewer and editor) is an independent piece and can be embedded into any webpage. The basic Player is entirely client-side (browser-based) and does not include the joseki tutor, pattern searching, GNU Go, or saving features. To use these features, you must set up code server-side (see site source code below)."Unfurl
Notes"It is noted for ... the premature death of the go prodigy Intetsu Akaboshi who died soon after coughing up blood onto the board after the game."Unfurl
Notes"Computers have great difficulty with the Game of Go. The field of Artificial Intelligencehas conquered chess, but still has difficulties with Go. This blog will contain information about advancing the state of the art Go AI"Unfurl