Claude Code and AI
So we recently got Claude Code at work, and I’ve been using it a bit. I’ve been pleasantly surprised with how well it’s been working so far. I decided to go and use it for some of my side projects … Continue reading
So we recently got Claude Code at work, and I’ve been using it a bit. I’ve been pleasantly surprised with how well it’s been working so far. I decided to go and use it for some of my side projects … Continue reading
When using Zephyr, it is common to use mcuboot as the bootloader. However, you sometimes need to configure mcuboot separately from Zephyr. In order to do this, use: The thing to remember here is that when we are doing a … Continue reading
As we’ve seen in the news lately, ChatGPT has been making a lot of headlines with people saying things such as “AI” about it. I haven’t used ChatGPT or any of the other “AI” systems that have now been released(e.g. … Continue reading
“Quit Patton yourself on the back”
Have you heard of the new short-form video app for software developers? It’s called Tcl/Tk.
For a unit test that I’m writing for some code at the moment, I need to create a thread that doesn’t do anything. Well, the easiest way to do this is to do a lambda function. And since we don’t … Continue reading
I recently wanted to play my Gamecube again, so I turned it on for the first time in a while. Unfortunately, it would no longer read any of the disks that I had. Upon some internet searching, it seemed like … Continue reading
NUMBERS!
Recently, I’ve been writing some C++ code that I would like to be ABI compliant. Because of that, I’ve been writing the code that uses a private class that holds all of the private data members. This results in code … Continue reading
Earlier today, I had to install VMWare on a Linux host that had UEFI. Fortunately, there is a guide to how to do this on the VMWare KB, however at the end, the part “Reboot your machine. Follow the instructions … Continue reading