Here's the code:
github.com/tailscale/go... -- a Go module cache virtual filesystem (FUSE or WebDAV) with deduping
Here's the code:
github.com/tailscale/go... -- a Go module cache virtual filesystem (FUSE or WebDAV) with deduping
Thanks @commaok.xyz for hosting @michael.express and I to talk about a fun bug in Go’s new Green Tea GC and the tools we used to investigate.
sigpod.dev/6
My passion for small (hopefully) educational programs is still intact. Reinforcement Learning in Tic Tac Toe in less than 400 lines of C code. github.com/antirez/ttt-rl
I think big techs strategy of just writing all its own internal tools and hosting it behind a corp network starts to make sense.
stderr can still be used for printf debugging? I also think there are debug like jsonrpc notifications the server can send to your editor. I do remember heavily investing in debug pages for Sourcegraph’s lsp-proxy. Leaning on some custom pages and go’s net/trace pkg