Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Sign in Subscribe
code

Advent of Code - 2022

  • Robin Michael

Robin Michael

01 Dec 2022

Can I complete Advent of Code 2022 in python this year?  Last years entry and how far I got

  • 2022 - Python solutions

I finished!!  A little later than 25th, but I did catch Covid for the week of 18th - 25th.

Sign up for more like this.

Enter your email
Subscribe

Binary Search

Asked to find the index of a value within a sorted list of numbers. That means binary search right. Point of reference here is that I have never had to do this in a work setting because the data is never ordered or kept in order. Uniqueness sure, but the
20 Jul 2025 1 min read

Data Modeling: SQLite + Python

Working through a parsing problem of text files and finding the relationships between them. In this case there are three relevant files * UserIP - Holds the IP and UserId tracking information * Purchased - Holds the UserIds of every user that makes a purchase * AdClick - Contains various information, but the
04 Jul 2025 4 min read

Import git history

Need to import the git history of one repository into another due to consolidation of several separate microservices into a single vertical slice service. Example I have a repository called infra and I want to import the history of commits into the new current folder as it holds my consolidated
22 Jun 2025 1 min read
Empty Space © 2025
Powered by Ghost