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 solve the speed challenge. Any suggestions? Ideally a suggestion that is not just the answer as I’m sure I could search for the solution.

Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring. Have question you want answered in a future video? Pair on a problem? Constructive feedback? Send an email to ask@saturdaymp.com.

[Read More]

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 would have done different then me?

Slides and source code for the presentation can be found here.

I’m posting this the day after the EDMUG presentation. Thank you to EDMUG for allowing me to present and special thank you to the attendees who braved the snow and bad driving conditions.

[Read More]

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?

Found this video useful? Then help others find it by liking, subscribing, sharing, and sponsoring. Have question you want answered in a future video? Pair on a problem? Constructive feedback? Send an email to ask@saturdaymp.com. Need help shipping secure high quality software faster? Check out Saturday Morning Productions.

Categories: saturday-mp-show  Tags: kali saturdaymp-show 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:

Set-VM -VMName WsUbuntuExample -EnhancedSessionTransportType HvSocket

I’ll try that at a later date and let you know if works. Please let me know if you think above will work and if you have any improvements on migrating virtual machines.

[Read More]

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 sponsoring.

Have question you want answered in a future video? Pair on a problem? Constructive feedback? Send an email to ask@saturdaymp.com.

[Read More]