SaturdayMP Show 105: Migrate Blog from WordPress to Hugo Static Site on Cloudflare (Part 1)

In this episode I (Chris), start migrating my blog from a WordPress site, hosted on WPEngine , to a static website using Hugo and hosted on Cloudflare . I was able to export my existing site and get Hugo to generate the site on development before running out of time.

In part 2 I’ll continue the process. Assuming I don’t just finish it off screen.

Migration Playlist:
https://www.youtube.com/playlist?list=PLOaCY0HmoDNU

[Read More]

SaturdayMP Show 104: picoCTF (Small Trouble & Droids 4)

In this episode I (Chris), sorry no Omar, attempt some picoCTF (now CyLab) challenges. I picked the challenges randomly and ended up with a RSA (Small Trouble) and reverse engineering APK binary (Droids 4). Used the clanker (coding agent) to help with the APK challenge as I didn’t have a way to run the apk on my machine.

It was interesting to watch the clanker parse out the .so file. Have you used a clanker for cyber security? If so, what are your thoughts?

[Read More]

SaturdayMP Show 103: HTTP Server in C (Part 1 - Listen is Working)

In this episode we start writing a custom HTTP Server in C because Omar wanted to learn more about HTTP, servers, and low-level networking. We get a simple app that listens on a port and writes out to the command line what was sent to it. We also have a good discussion about C strings at 1:08:53.

Part 2, if it happens, we will add an HTTP response. We are not very consistent.

[Read More]

SaturdayMP Show 102: PostCast (Part 15 – Slack Channel Selection)

In this episode Omar and I update PostCast so you can set the Slack channel instead of it being hardcoded. Progress at its finest.

We try out Figma for some design ideas, it goes OK. Then we try the design idea, find out we don’t like it and switch back to our original design. We also spend some more time figuring out how to do nested dialog calls in Fyne. It’s not intuitive, at least not to me.

[Read More]

SaturdayMP Show 101: Solved picoCTF No Padding, No Problem Challenge

In this episode we solve the No Padding, No Problem @picoCTF challenge. It takes us a while as we try to remember how RSA works and figure out the weakness and formulas we need to us.

We leave our struggles in the video so people don’t feel like they are the only ones who can’t figure something out in 10 minutes. That said, you can watch the beginning then jump to 1:25:00 - where Omar figures out the formula to use.

[Read More]