From fa6932646836a65c58d69d4193797a403d32fa83 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 8 Mar 2026 15:33:40 +0000 Subject: [PATCH 1/2] Fixup blog post --- content/posts/cpython-codebase-growth/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/cpython-codebase-growth/index.md b/content/posts/cpython-codebase-growth/index.md index bd66567..8a59a1a 100644 --- a/content/posts/cpython-codebase-growth/index.md +++ b/content/posts/cpython-codebase-growth/index.md @@ -1,6 +1,6 @@ --- title: 'CPython: 36 Years of Source Code' -publishDate: 2026-08-03 +publishDate: 2026-03-08 author: Stan Ulbrych description: >- An analysis of the growth of CPython's codebase from its first commits to the @@ -13,4 +13,4 @@ published: true While working on a patch and navigating through CPython, I got curious as to how the codebase has grown over the years. Using an interesting tool I found on the internet to *count lines of code* ([cloc](https://github.com/AlDanial/cloc)), some scripts, and some patience (thank goodness for multiple cores, or I’d be at this all day), I amassed a [1,392 commit dataset.](https://gist.github.com/StanFromIreland/bd33d5ee3c59c54cbe1f3bad2fbdb4e9) With that, and some Git spelunking for the annotations, I was able to generate the above graph. -Many thanks to Tim and Ned for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-) +Many thanks to Tim, Ned, and Hugo for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-) From 8322f44df05da2188db2edd2b7a05ffd754c4d94 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 8 Mar 2026 15:35:31 +0000 Subject: [PATCH 2/2] Update bluesky --- content/authors/stan-ulbrych.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authors/stan-ulbrych.json b/content/authors/stan-ulbrych.json index f52d6e4..9f05754 100644 --- a/content/authors/stan-ulbrych.json +++ b/content/authors/stan-ulbrych.json @@ -4,7 +4,7 @@ "github": "StanFromIreland", "avatar": "", "twitter": "", - "bluesky": "https://bsky.app/profile/stan.ulbrych.org", + "bluesky": "stan.ulbrych.org", "mastodon": "https://mastodon.social/@stanfromireland", "website": "https://stan.ulbrych.org", "featured": false