Cyber Dragon
Projects Area
Powerlifting Sheet Template + Google Form
I’ve been crafting my powerlifting tracking Google Sheet for years now and I’ve developed a user-friendly way to log and track my workout data with a simple easy-to-access form. This thing tracks my progress, predicts my one rep maxes, and blocks out my workouts for the year with decent accuracy. I’ll show you how I made it and share my template.
Heavy Metal AI Christmas Concept Album
At the end of 2024 I decided to create a heavy metal AI Christmas concept album. Using Suno AI, Audacity, some effects and video editing, I created an 11-track album for YouTube. I created two versions, one with an intro consisting of a Christmas-style poem to introduce the song and a version without, and contrasted how they both performed.
F.R.I.D.A.Y Obsidian Dictation
Building on existing projects: F.R.I.D.A.Y my AI-powered smart assistant, and my Obsidian knowledgebase, I developed a way to talk into my documents using an expanded dictation function within F.R.I.D.A.Y. It can save potentially hours of typing where simply speaking words to page is much faster.
Self-Hosted LLM with UI and Knowledgebase RAG
With the rise of AI, it’s important to keep on top of this emerging technology. Some features like document attachment are hidden behind limited use and paywalls. In this project, I self-host multiple large language models and set up a UI for a free, highly customisable self-controlled AI experience. This combines my Obsidian knowledgebase with powerful AI tools.
Obsidian Knowledgebase with Multi-Device Git Sync
Obsidian is known as “the king of note-taking apps”, but the problem for me has always been cross-device syncing without paying for it. I took on the challenge to host my files in GitHub and develop a workflow for mult-device syncing using a mix of Obsidian plugins, Android apps, and the Git Bash tool.
F.R.I.D.A.Y - Self-Hosted AI Smart Assistant
This one’s ambitious. I realised that the foundational tools were all there to build a smart assistant, and if I come at the problem with some persistence and a bit of ingenuity, I might be able to create something. In this project I set out to create my very own AI-powered smart assistant, completely self-hosted and built from scratch. It took a few days and I will continue to add to it. If this sounds up your alley, come and have a look!
Notion Payment Planner
Keeping track of what comes in and goes out of your bank account can be challenging; at least it is for me. I created a system in Notion to help track my monthly and yearly payments. With some custom formula, I can see when the next payment is due for all of my outgoings. If this interests you, then come and dive into Notion formula with me!
PC Notifications to Mobile
Pushbullet is a very good app to learn how to use that allows you to send push notifications and messages between your PC and phone. It has a nice web interface but that’s not what I’ll be using. It has an easy to use API and Python module while I’ll be using to create an automatic phone notification for when my PC is fully on and ready to use. It’s a simple thing but very nice to have.
Learning Linux Distros
Linux is a staple in computing, and it always felt like the barrier to entry was out of reach. That was until I learned about virtualisation. In this project, I endeavoured to learn Linux by setting up multiple virtual Linux environments according to specific criteria, destroying them and rebuilding them over and over until I felt like “I know Linux now”. This project should be easy to follow, and anyone can do it! So come on, let’s learn Linux!
Self-Hosted Stable Diffusion
I’ve spent more time than I can think learning how to create AI art in Stable Diffusion. I’m not talking about using an online generator; I mean fully self-hosting a blank canvas, downloading all of the checkpoints, lora and so on. Come and learn Stable Diffusion with me from txt2img, im2img and inpainting.
Windows Retrospective - XP to 3.1
I grew up with virtually every Windows version from 95 and up. It fills you with a hit of feel-good nostalgia when you hear that Windows XP boot sound, or see a Windows Media Player Visualiser, or the pipes screensaver. In this project, I set out to virtualise and play around with all previous versions of Windows, finishing up with Windows 3.1! It was a little involved but if you stick with it, you can follow along.
Notion Meal Planner
If you’re into health, fitness or just want to lose or gain some weight, it’s a question (among other things) of: what are you eating? Making a meal plan can be challenging whether you’re experienced or not. In this project, I created an effective way to play daily meals in Notion, using a few databases that can be easily updated.
Automatic Downloads Sorter
This one is nice and simple. Downloads can mount up if you’re not very diligent with cleaning up after yourself. It’s a fairly popular entry-level Python project online, but it’s a decent thing to set up to make your life a little bit easier – an automatic download sorter. It’s very easy and can be done in a few minutes.