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!
Read more
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 '\n\n' "$(exiftool -s -S -comment $filename)" "$filename"; done)
Read more