$ emrebener

Occasional notes on new posts. No spam. Unsubscribe anytime.

~/about
$ whoami
emre bener — software engineer
$ cat about.txt
welcome to my personal site. this is where i publish blog posts about technical topics such as software engineering, system design, networking, cybersecurity, and related topics.
~/metrics
$ find posts -name '*.md' | xargs wc -w | awk 'END{print NR-1" posts totalling "$1" words across "${topicCount}" topics"}'
70 posts totalling 167,576 words across 14 topics
$ find personal-projects -name '*.md' | awk 'END{print NR" projects"}'
12 projects
$ git log -1 --format=%cr posts/ | awk '{print "most recent post: "$0}'
most recent post: today