$ emrebener
~/about
$ whoami
emre bener — software engineer
$ cat about.txt
i write about software engineering, cybersecurity, networking, system design, and adjacent topics. this is where those notes live — sourced directly from the obsidian vault where i think them through.
~/metrics
$ find posts -name '*.md' | xargs wc -w | awk 'END{print NR-1" posts totalling "$1" words across "${topicCount}" topics"}'
4 posts totalling 6,645 words across 3 topics
$ git log -1 --format=%cr posts/ | awk '{print "most recent post: "$0}'
most recent post: 3 days ago