Finished my first coding project in a very long time. A watch face for the Pebble's.
programming.dev
Finished my first coding project in a very long time. A watch face for the Pebble's.
I’ve been meaning to make new dev projects for a while. But finding the time to sit down to just code is difficult for me these days. However I wanted to make a watch face for my new watch and I just said screw it. Through a mix of using the Pebble SDK documentation, and referencing a few AI chatbots, mainly GPT-OSS I’m running in Alpaca, I was able to make it, make it run, and since it’s in C, I was able to have no memory leaks (according to the logs). I’ve uploaded the source code to Codeberg if you want to look at it, I’ve yet do document it, so hopefully it’s not too hard to understand and not a spaghetti mess. https://codeberg.org/the16bitgamer/poketech-dx [https://codeberg.org/the16bitgamer/poketech-dx] ** Notes on my experience using AI to aid in coding ** When I was taught to coding, Google-fu was the goto way if/when the documentation fails you. However with both how old, and incomplete the Pebble SDK docs are, Google-fu wasn’t helping since the info it would pull was about a decade or older and mostly out of date or hard to decipher information on Stack Overflow. I would almost say using an AI along with the actual documentation and tutorials was a necessity for me to even finish this project. The AI wasn’t perfect, endlessly gas lighting me, telling me to do over the top things for functions I already implemented, and putting me down rabbit holes going no-where. But compared to what I could get from Google, and it’s ability to try and break down what the code is doing, it was a lot more helpful than I thought it would be.
0 comments
No comments yet.