SaturdayMP Show 78: Advent of Code 2025 (Day 1 - Part 2: Success)

It took me two videos and over 2 hours, but I finally solved the Day 1 - Part 2 Advent of Code 2025 challenge! I wonder if I’m that is the slowest time on record? At least the slowest time anyone would admit too.

Apparently solving Advent of Code problems is not my strong suite. They remind me of university assignments which I never really liked and is a big reason for not perusing a Master’s or PhD. Hopefully someone will just give me an honorary Master’s or PhD one day.

[Read More]

SaturdayMP Show 77: Advent of Code 2025 (Day 1 - Part 2: Failure)

In this episode I explain how I previously solved Day 1 - Part 1 of the Advent of Code 2025 problem. I then proceed to fail to solve part 2, though I think I was close. I got stuck in the “keep trying random stuff” mindset instead of sitting back and thinking about the problem. A problem that is magnified when I’m recording as I have to think and talk at the same time.

[Read More]

SaturdayMP Show 72: Migrate From Rails to Jekyll (Part 5)

In this episode I fix the SASS depreciation warnings for @import and other statements. By fix I mean just ignore them as Bootstrap does not yet support the new @use and @forward.

Part 4:
https://youtu.be/eJbMn75dQKo Jekyll: https://jekyllrb.com/

Bootstrap:
https://getbootstrap.com/

SASS and Bootstrap:
https://sass-lang.com/documentation/breaking-changes/import/
[https://github.com/twbs/bootstrap/pull/41236
](<https://github.com/twbs/bootstrap/pull/41236

)
Have a question you want answered in a future video? Constructive feedback? A challenging or interesting problem you need a hand with? Then comment, DM me, or send an email to ask@saturdaymp.com.

[Read More]

SaturdayMP Show 73: Migrate From Rails to Jekyll (Part 6)

No major hiccups in this episode, just several small tasks such as migrating the about and contact us pages, the favicon, and updating the documentation. All are done using Claude Code.

Only one more step to update DNS entries, which I think I’ll make a video for. If you want to see the DNS entries update video, let me know.

Part 5:

[Read More]

SaturdayMP Show 71: Migrate From Rails to Jekyll (Part 4)

In this episode I fixe the broken build from the last episode. I also created a Bootstrap plugin to find the Bootstrap SCSS path to load with the help of Claude Code. Spoiler: I’m still not done, so there will be a part 5. Will it ever end?

Previous video:

[Read More]