ymattw
banner
fmt.re
ymattw
@fmt.re
fmt.re
#AhaMoment
New hobby project: Tenuki - Go elsewhere, to the terminal
github.com/ymattw/tenuki
June 24, 2025 at 6:13 PM
you can use <a class=button>, or you can use just a button with an onClick handler. And within that handler, there are several ways to find the event receiving object, several ways to implement the download, and several ways to disable the button...
March 22, 2025 at 9:19 PM
I consulted a bunch of LLMs, but ultimately found a clue by debugging with `curl --socks5` and `curl --socks5-hostname`. In hindsight, formulating the correct question was the most difficult aspect. #AhaMoment
March 8, 2025 at 8:12 PM
We can also merge the /foo.sh and /bar.sh into one, to allow execute from both remote and local. Just make sure avoid circular execution.

Here's my real script used to deploy gcalexporter.com from GitHub Action.
March 7, 2025 at 8:16 PM