Search found 6 matches
- Tue Oct 11, 2022 1:24 pm
- Forum: Forum/Site Suggestions and Bugs
- Topic: Banned by IP?
- Replies: 16
- Views: 36848
Re: Banned by IP?
can confirm emails don't work
- Thu Sep 15, 2022 1:35 pm
- Forum: General Go Chat
- Topic: Is this opening really so bad?
- Replies: 39
- Views: 22831
Re: Is this opening really so bad?
Noguchi Motoki 7d EGF once gave a lecture in a go training camp. He showed a game of his where he played quite unorthodox, and still won convincingly against an opponent of his level.
His advice to the audience (SDK to high dan players) was to play the type of moves and the type of games that you ...
- Wed Jul 15, 2020 10:58 am
- Forum: General Go Chat
- Topic: Problem with Drago
- Replies: 2
- Views: 3970
Re: Problem with Drago
In the SQL try this:
Code: Select all
((PB = 'Gu Li') OR (PW = 'Gu Li'))- Fri Aug 09, 2019 7:29 pm
- Forum: Off Topic
- Topic: 5km Racing Tips
- Replies: 16
- Views: 13581
Re: 5k Racing Tips
I saw this thread in "View new posts" and thought it was about 5 kyu racing. I'm sorry but I have nothing more to add to the topic.
- Wed Oct 24, 2018 6:59 pm
- Forum: General Go Chat
- Topic: Is it bad to feel good about winningdue to opponent mistake?
- Replies: 11
- Views: 8475
Re: Is it bad to feel good about winningdue to opponent mist
I win all my games due to the mistakes of my opponent
- Tue Oct 23, 2018 7:27 pm
- Forum: General Go Chat
- Topic: Leela zero install on Ubuntu
- Replies: 6
- Views: 12314
Re: Leela zero install on Ubuntu
For anyone getting weird errors about missing Eigen/Dense in Ubuntu Bionic as I was today, you can symlink /usr/include/eigen3/Eigen to /usr/include/Eigen, like so:
and then hopefully it'll build! :D
Code: Select all
sudo ln -s /usr/include/eigen3/Eigen/ /usr/include/Eigenand then hopefully it'll build! :D