the rabbithole
- i searched for how to do directory shortcuts on zsh - on perplexity of course
- found this blog as the source
- the blog’s author found it from Martin’s blog
- now, I found Martin’s blog to be pretty interesting. went to his home page to know more about this person.
- and I saw goatcounter, which has 4k+ stars on Github. seemed interesting. Click.
- read through why he built goatcounter and loved it. i also liked the design note and his blog on personal analytics as well.
- signed up. set it up on my site
- quartz code allows only one analytics provider.
- changed code with Windsurf (AI code editor) to use multiple providers. Ez.
- it is live now here and here.
What was a rabbithole you enjoyed recently?
rabbithole visualized
graph TD; A[Search for Zsh directory shortcuts] --> B[Found blog post on hash shortcuts in Zsh]; B --> C[Learned about Martin's blog]; C --> D[Discovered GoatCounter on Martin's homepage]; D --> E[Read about GoatCounter and its design]; E --> F[Signed up for GoatCounter]; F --> G[Quartz only allows one analytics provider]; G --> H[Fixed code with AI code editor]; H --> I[GoatCounter live on site];