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 "${blogCount}" blogs"}'
75 posts totalling 179,809 words across 15 blogs
$ 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: 4 days ago
~/content
$ history | tail -n 10
- Many Ways the Universe Can End
- Most of the Universe Is Already Out of Reach
- What Goes on Inside Black Holes?
- 13.77 Billion Years Is Nothing
- The Fermi Paradox
- Git Worktrees for the Parallel-Agent Era
- The Devcontainer Spec, Explained
- A Brief Guide to the Major Linux Distributions
- Understanding Bloom Filters
- Managing Linux Services with systemd
$ ls ./
$ ls blogs/
ai-and-ml/
(8)
architectural-patterns/
(1)
astronomy/
(6)
devops/
(2)
dotnet/
(4)
gof-design-patterns-behavioural/
(11)
gof-design-patterns-creational/
(6)
networking/
(5)
react/
(10)
reinventing-the-wheel-series/
(3)
reliability-engineering/
(4)
science/
(2)
software-development/
(3)
systems-and-infrastructure/
(5)
web-development/
(5)