Vote Charlie!

April 2025 Archives

Building a garden bed

Posted at age 36.

Last week I got inspired to build a garden bed into my backyard hillside using some discarded fence boards and other wood lying around my property. It took me a while to decide where to put it, but once I got going, it was mostly done within a day. I’m quite happy with the space!

Completed first raised bed using mostly salvaged wood.

Completed first raised bed using mostly salvaged wood.

Read more

Building a garden bed

Posted at age 36.

PTH=2026/06; (cd /home/cgorichanaz/projects/website/pelican-content/blog/"$PTH"; find ../../../images/"$PTH" -type f -iname "*.jpg" -print0 | xargs -0 jhead -ft 1>/dev/null; find ../../../images/"$PTH" -type f -iname "*.jpg" -printf "%T@ %p\n" | sort -n | cut -d' ' -f 2 | while read filename; do printf '![%s](%s)\n\n' "$(exiftool -s -S -comment $filename)" "$filename"; done)

Read more