Category Archives: Saturday MP Show

SaturdayMP Show 83: Creating PostCast (Part 5 – Go PoC for LinkedIn API)

We get a Proof of Concept (PoC) in Go that completes the LinkedIn authorization. We end up figuring out the difference between a LinkedIn code and token. Get a code by entering your LinkedIn username and password, then use that … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 83: Creating PostCast (Part 5 – Go PoC for LinkedIn API)

SaturdayMP Show 82: Creating PostCast (Part 4 – Figuring out LinkedIn API)

Turns out getting a LinkedIn API key is confusing, at least for us. Did you know you need an Organization Page on @LinkedIn to get a key? You can’t just get an API key for yourself. No actual coding in … Continue reading

Posted in Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 82: Creating PostCast (Part 4 – Figuring out LinkedIn API)

SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)

In this episode I’m joined by Omar, and we try cross-compiling and packaging our Fyne example app for Linux, Windows, and macOS. Spoiler alert: we get Linux and Windows working but fail because of a known bug with Fyne and … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)

SaturdayMP Show 79: Creating PostCast (Part 1 – Setting up Go Environment)

Happy New Year everyone! In this video I start on the PostCast* app, and this video turned out to be an hour of getting Go and Fyne set up. I’ve never used Go before, so it was a learning curve … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , | Comments Off on SaturdayMP Show 79: Creating PostCast (Part 1 – Setting up Go Environment)

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 … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 78: Advent of Code 2025 (Day 1 – Part 2: Success)

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 … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 77: Advent of Code 2025 (Day 1 – Part 2: Failure)

SaturdayMP Show 76: Hack the Box – Lock (Part 2 – Both Flags)

Part 2 of the Lock machine. I was able to capture both the user and system flags with the help of the walkthrough. My biggest learning was with the MSI Installer bug where you can use the installer repair action … Continue reading

Posted in Saturday MP Show, Security | Tagged , , | Comments Off on SaturdayMP Show 76: Hack the Box – Lock (Part 2 – Both Flags)

SaturdayMP Show 75: Hack the Box – Lock (Part 1, Almost Captured the User Flag)

In this episode I attempt the Lock machine on  ⁨@HackTheBox⁩ . Spoiler: I almost captured the user flag but ran out of time. Got delayed by installing items on my new Kali Linux WSL and learning new about MSFvemon, setting Python … Continue reading

Posted in Saturday MP Show, Security | Tagged , , | Comments Off on SaturdayMP Show 75: Hack the Box – Lock (Part 1, Almost Captured the User Flag)

SaturdayMP Show 74: Migrate From Rails to Jekyll (Part 7 or 7)

The final episode in porting the SaturdayMP website from Rails to Jekyll where I update the DNS entries to point to the GitHub Pages site. Playlist:https://www.youtube.com/playlist?list=PLYPcrKbLqwutOPHv6zimONxErY7ke9tWn Jekyll:https://jekyllrb.com/ GitHub Pages:https://docs.github.com/en/pages EasyDNS:https://easydns.com/ Found this video useful? Then help others find it by … Continue reading

Posted in Saturday MP Show | Tagged , , , | Comments Off on SaturdayMP Show 74: Migrate From Rails to Jekyll (Part 7 or 7)

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 … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , , , | Comments Off on SaturdayMP Show 73: Migrate From Rails to Jekyll (Part 6)