Projects

I currently have my open source projects hosted on GitHub.

dancarrollorg_hugo: This site’s code, primarily written in Markdown and Go templates and generated using Hugo (previously using the Hyde site generator).

aoc_2024: Solutions to the 2024 Advent of Code, written in Dart.

dart_clique: Implementation of the Bron–Kerbosch algorithm in Dart, which was an offshoot from an Advent of Code problem.

qmk_bongo: Utility code to be used from QMK to add an animation of Bongo Cat to a keyboard’s OLED display.

dancarrollorg_django: Old version of this site, written in Python using the Django web framework

django-activitysync: Social activity aggregator for Django projects, which was used on the old version of this site.

sitemap-diff: Simple C# console app for diffing two sitemaps – very helpful when switching to a new site framework, to ensure all URLs remain consistent (pet peeve of mine when old URLs break – looking at you, Microsoft MSDN!).