Wolfenstein 3D in Minecraft? I generated the maps.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps ...
I switched to Linux this year and have been running it for almost a year. In this video we look into DistroSea which is a site for trying out different distros before you take the plunge into the world of Linux. I review the package managers, GUI elements and overall usefulness.
We look into creating a web assembly using typescript build and run in a webpage.
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate…
I was looking into creating a reference editor to show an reference between my object to an SKU and I think it wasn’t obvious how to get this relationship to work. First of I wanted to use the reference editor to show my relationship. I defined it using the code below. I didn’t want the…
We look at a regular expression to parse a URL in detail so we can reason about regex.
We solve the day 5 challenges for the Advent of Code.