Category: Programming
-
Set Up Gitea on a Raspberry Pi Zero 2 W
After finishing last month’s novel, Start Finishing, I’ve realised I have too many code projects sitting in a state of incomplete. I considered it for a while, and finally decided on a simple action plan. I realised the easiest way to complete my personal projects…
-
Experiment: NaNoE.V3 Experimentation Built Through ChatGPT Tutorials
Everyone has been playing around with the new GPT. Some have had fabulous experiences, some have not. I’ve found the style of questions to ask which allow for me to start experimenting in new ways with my personal projects. I went through several iterations to…
-
Active e-Fitness: Notifications, Improvements
I managed to fall into the deep end with the list of things I needed to finish off and do. This is the reason I missed a few posts, and had less time to organise my progress in Active e-Fitness. I decided to focus on…
-
Active e-Fitness: Entering Alpha Testing
Images in article are through the Android emulator for development, the values shown are not indicative of anyone’s progress or use. One of my challenges for the year is to get back into my proper training schedule. I have, a few times, made apps for…
-
Raspberry Pi Zero 2 W – NoIR Camera Progress 1
My next step is to bring the Pi to a re-usable state. A simple web interface to turn the camera on, or off, then a method to refresh the latest image. Then, I had to make a boot script to see if I have internet…
-
Introducing .NET 6 and C# 10
Last year we took a look at some of the new features in .NET 5 through WPF, this year I decided to keep it simpler. The idea is to get the new simpler, cleaner, code in our projects for the future. We’ll look at some…
-
2021/12/02 Advent of Code Day 2
I found my first stumbling block today, I’m on the pre-release of the next version of Windows 11, as well as the Preview of the next version of Visual Studio 2021. This meant, unfortunately, I’ll just swap back and forth with the two languages from…
-
2021/12/01 Advent of Code Day 1
Today we begin the Advent of Code 2021. Every day we get a new problem to solve. Today’s problem was quite simple, you can find my code on my Github. The Goals Today’s goal is simple, get used to the data use, and challenges I’d…