Hi neighbor, you’ve found the notes on my writing desk.
Read on if TILs, research-in-progress, and rough blog ideas on software development,
automation, cloud architecture, DevOps, and teams interest you.
Copy code with caution.
2024-01-27 ::
grayside
#til
#codespaces
#hugo
#shell
#taskfile Starting the hugo dev server with the correct base URL in Codespaces.
2023-02-15 ::
grayside
#til
#shell
#sentinel
#productivity Run a script no more than every 24 hours.
2023-02-06 ::
grayside
#til
#golang
#lexical-scope
#filesystem Using fs.WalkDir
to collect data.
2023-02-01 ::
grayside
#decisions
#website
#static-site-generator
#hugo
#notes.grayside.dev How this site went from objective to reality.
2023-01-31 ::
grayside
#til
#gha
#testing
#environment
#shell When dynamically setting an environment variable in GitHub Actions,
use ’tee -a’ to see the value at the same time as you set it.
2023-01-28 ::
grayside
#til
#golang
#testing
#bug Avoiding Go testing/fstest.MapFS crashes on absolute paths.