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

Thoughts on programming with an LLM

Where do I begin. The topic is fraught with issues and already decided by thought leaders as a completed achievement. You speak or write out a set of instructions to an LLM and it will implement them by generating the most probabilistic matches with some randomness sprinkled in. Further point
14 Apr 2026 4 min read

Wraps and Lambda methods

I am working in Databricks developing a ContextManager class in python to read and write new metadata for connections, catalogs, tables, etc. As I was doing this I generalized the access pattern that seemed to be happening over and over which was get a value from Databricks. I am using
14 Mar 2026 1 min read

sed: Remove lines

I wanted to remove the first and last lines of a text file that ends each line with a newline. This is because there are delimiters that are unnecessary to processing of the file. I suggest you use sed Example input File Start Important line 1 Important line 2 File
22 Feb 2026
Empty Space © 2026
Powered by Ghost