Hey!
36/M/Australia, I'll write a bunch of words over on my blog. It might be cool, but probably not.
Other Sites
I made this other stuff, usually because I wanted to try something out.
DateTimeHub - I made this because I always needed to convert from UTC time to other time zones, and then it just turned into a stack of other somewhat related things. There's some date and time conversion stuff, timers, countdowns, calendars and other stuff. This was completely vibe coded and its probably obvious.
AdlFuel - Shows the latest fuel Prices in South Australia. One of the things that I wanted to clearly show was how much it costs to fill your tank. and how much you could save by driving a little out the way, or vice versa where you drive 10 minutes out the way to save 4 cents a litre, or a grand total of $2. You can also lookup the price history of a fuel station. I wrote the back end in .NET and usually use that project to try out new .NET features. The frontend is a react app. I don't really know react, but copilot does.
Electricity Price Comparison Utility - A utility for comparing electricity retailer rates using your actual usage. I made this when I was comparing retailers and Origin let you export your actual usage data. You could then load that data, load your rates and then load other rates and review how much you could have saved (or not) by using another retailer. This was a Blazor Web Assembly app. I like Blazor, and this render mode meant that the data never left the users browser so win win.