This Blog: 10 Years Later
Ten years ago I published my first post in this blog. Let’s look back.
I’ve published 210 posts:
$ ls src/_posts | wc -l
210
Relatively evenly over the years:
$ ls src/_posts | cut -f1 -d'-' | sort | histogram | sort
2012 11 ######################
2013 12 ########################
2014 19 ######################################
2015 30 ############################################################
2016 22 ############################################
2017 21 ##########################################
2018 18 ####################################
2019 21 ##########################################
2020 20 ########################################
2021 22 ############################################
2022 14 ############################
(See my post on World Player Age if you are curious about histogram
)
And even more so if we count by month:
$ ls src/_posts | cut -f2 -d'-' | sort | histogram | sort
01 19 ####################################################
02 17 ###############################################
03 17 ###############################################
04 18 ##################################################
05 22 ############################################################
06 17 ###############################################
07 16 ############################################
08 19 ####################################################
09 19 ####################################################
10 16 ############################################
11 16 ############################################
12 14 #######################################
I’ve written almost 87,000 words (roughly 193 pages)
$ wc -w src/_posts/*
86919 total
Some of the blog posts I am most proud of, are also the longest (wc -w src/_posts/* | sort -r | head -n 10
):
Word Count | Post |
---|---|
3183 | Deployments With Schema Migrations |
2153 | Bug Driven Design |
1966 | Scratching An Itch With A Ge, |
1881 | I Also Built a CLI Application With Crystal |
1672 | Avro Schema Evolution |
1557 | Enforcing Style |
1293 | Bitemporal Data |
1236 | Abstractions With Database Views |
1213 | This Blog Is Now Delivered Over TLS |
And if you create a world cloud out of the categories, I write about these topics:
Here is to the next 10 years!
Find me on Mastodon at @ylansegal@mastodon.sdf.org,
or by email at ylan@{this top domain}
.