Author Archives: Chris C

SaturdayMP Show 60: Advent of Code 2024 (Day 2)

In this episode I solve the Advent of Code 2024 Day 2 problem. I solve it using Python, a language I’m not very familiar with. I did learn that Python lists allow negative indexing, which confused me at first. Do … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 60: Advent of Code 2024 (Day 2)

SaturdayMP Show 59: Customize Office Ribbon

In this episode I show how to customize Microsoft Word Ribbon (i.e. menu) without any developer tools. Inspired by a client who needed some changes to their Word Ribbon. Found this video useful? Then help others find it by liking, … Continue reading

Posted in Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 59: Customize Office Ribbon

SaturdayMP Show 58: Human Resource Machine (Duplicate Machine Size Challenge)

In this episode I solve the Human Resource Machine Duplicate Machine size challenge! Sorry for the spoiler, I am really excited that I solved the problem which you can hear in my voice in the video. That said, I didn’t … Continue reading

Posted in Fun, Saturday MP Show | Tagged , | Comments Off on SaturdayMP Show 58: Human Resource Machine (Duplicate Machine Size Challenge)

SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale

In this episode I tackle the famous Gilded Rose refactoring kata as practice for my upcoming Edmonton .NET User Group (EDMUG) presentation. One of the great things about the Gilded Rose kata is the different ways to “solve” it. What … Continue reading

Posted in Code Examples, Edmonton .NET User Group, Presentations, Saturday MP Show, Software Development | Tagged , , , , , | Comments Off on SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale

SaturdayMP Show 56: Kali on WSL

In this episode I install Kali Linux on the Windows Subsystem for Linux (WSL) and try different desktop GUI experiences. You can find the steps I used here. What is your experience using Kali, or other Linux distributions, on WSL? … Continue reading

Posted in Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 56: Kali on WSL

SaturdayMP Show 55: Migrating from VMWare to Hyper-V

In this video I migrate an Ubuntu VMWare Workstation hard disk to Hyper-V. I get stuck trying to enable enhanced session at the end. I think the problem is I need to set the EnhancedSessionTransportType to HvSocket: I’ll try that … Continue reading

Posted in Uncategorized | Comments Off on SaturdayMP Show 55: Migrating from VMWare to Hyper-V

SaturdayMP Show 53: Human Resource Machine (Inventory Report)

In this video I solve the Inventory Report problem in Human Resource Machine game by Tomorrow Corporation. It simulates finding characters in a null terminated string. Found this video useful? Then help others find it by liking, subscribing, sharing, and … Continue reading

Posted in Fun, Saturday MP Show | Tagged , , , , | Comments Off on SaturdayMP Show 53: Human Resource Machine (Inventory Report)

SaturdayMP Show 52: Human Resource Machine (Strings)

In this video I solve a couple string problems in the Human Resource Machine game by Tomorrow Corporation. The problems are a good way to explain null terminated strings. Found this video useful? Then help others find it by liking, … Continue reading

Posted in Fun, Saturday MP Show | Tagged , | Comments Off on SaturdayMP Show 52: Human Resource Machine (Strings)

SaturdayMP Show 51: Cyber Insecurity in the Wild

A presentation about security issues I’ve personally witnessed. The IRL presentation is Oct 3rd, 2024 for the Dev Edmonton JavaScript, Ruby, and Python Meetup in Edmonton. Found this video useful? Then help others find it by liking, subscribing, sharing, and … Continue reading

Posted in Saturday MP Show, Security | Tagged , | Comments Off on SaturdayMP Show 51: Cyber Insecurity in the Wild

SaturdayMP Show 50: Hack the Box Sherlock (Brutus)

In this episode I solve the Brutus Sherlock on Hack the Box with only minimal help from the walkthrough. Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring. Have question you want answered in … Continue reading

Posted in Saturday MP Show, Security | Tagged , , | Comments Off on SaturdayMP Show 50: Hack the Box Sherlock (Brutus)