Go to file
0x90.space 19187ff17b PENIS 2021-08-28 21:51:21 +01:00
.gitignore comment game with lichess method 2021-08-28 20:25:10 +01:00
README.md add some notes 2021-08-04 00:04:49 +02:00
blunderboard.go PENIS 2021-08-28 21:51:21 +01:00
go.mod import chess package 2021-08-04 02:06:54 +01:00
go.sum import chess package 2021-08-04 02:06:54 +01:00
spongeboyahoy_vs_tomlx.pgn read real game from pgn 2021-08-28 21:34:07 +01:00

README.md

blunderboard

random notes

serial console

https://www.tal.org/tutorials/raspberry-pi-zero-usb-serial-console cu -d -l /dev/ttyU0 -s 115200 or equvivalent

wifi

sudo rfkill unblock all && sudo reboot sudo raspi-config or edit /etc/wpa_supplicant/wpa_supplicant.conf

enable ssh

systemctl enable ssh

blunder definition (lichess)

https://github.com/ornicar/lila/blob/master/modules/analyse/src/main/Advice.scala#L79

go package zum anflanschen

https://github.com/notnil/chess