--- title: "Notes" layout: default ---

Notes

I've moved publishing to my [Substack](https://bchendev.substack.com?utm_source=bchen.dev). For reference, old notes remain accessible here.

{% assign posts_by_month = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %} {% for month in posts_by_month %}

{{ month.name }}

{% endfor %}