Blaugust 2023 – Introduction Week

Blaugust 2023 – Introduction Week

There isn't a hard schedule or any real requirements for Blaugust, it's literally just an excuse that people can use to write blog posts. The timing feels really great though considering social media seems to be starting to collapse on itself and maybe people are more primed for "personal blogging". Week two is "introduction week". Since the month started last week on Tuesday and my post then pretty much met the "Welcome to Blaugust" theme, I figure today I could go ahead and keep up with that with an introduction post. I've written plenty of introductions in the past, and…
My Computing Journey – Part 1 – Commodore 64

My Computing Journey – Part 1 – Commodore 64

I often offhand mention the idea of "I've used computers my whole life" but I am not sure I've ever really gone into a lot of detail on what exactly that means. (I probably have but my memory is pretty shit these days). I've decided it might be fun to do a sort of, reminiscing series on the various "key computer points" in my life. Maybe that's not quite the right way to put it, but basically, the eras' surrounding specific computers in my life and what I remember about my time using them. I'm considering doing something similar for…
Arduboy FX

Arduboy FX

I recently picked up a neat little device called an Arduboy FX. It was a bit of an impulse buy after someone posted about getting one on Threads. It turns out it's not actually particularly new, the community goes back quite a few years, but it's still pretty cool none the less, and I am happy with my experience with it. So what is it? It's a small credit card sized handheld based on the Arduino. On a related note, it's "credit card sized" in footprint, not so much in thickness. I wouldn't trust putting this in a wallet at…
Welcome to Blaugust 2023

Welcome to Blaugust 2023

Welcome to Blaugust 2023, I guess, I'm not real sure what that means aside from, maybe, MAYBE, a bit more of an "intense posting schedule". I dunno, I subscribe to Tales of the Arrgonaut blog in my RSS reader, it's apparently something they psudo run each year and have done so for a while, and it seemed like an excuse to motivate more writing. Details on Blaugust are on his blog here. After signing up it seems it isn't required, but it's also sort of originally for MMO/game bloggers. I actually do of course have a games blog, but I…
Python Logo

Code Project – Python – Fresh RSS to WordPress Digest V2

A while back, I talked about a little simple project that I build that produces a daily RSS digest post on this blog. This of course broke when my RSS Reader died on me. I managed to get Fresh RSS up and running again in Docker, and I've been slowly recovering my feeds, which is incredibly slow and tedious to do because there are a shitload of feeds, and i essentially have to cut and paste each URL into FreshRSS, and select the category and half the time they don't work, so I need to make a note of it…
Code Project – JavaScript – Pixel Camera

Code Project – JavaScript – Pixel Camera

Sometimes I do projects that end up being entirely fruitless and pointless. Ok, maybe not entirely fruitless, but sometimes I get caught up in an idea, and end up essentially just sort of, reinventing the wheel, in a complicated way. For starters, I got caught up with this little tutorial here: https://thecodingtrain.com/challenges/166-image-to-ascii . It uses JavaScript, to convert the input from your webcam, into ASCII art. It's a nice little step by step process that really explains what is going on along the way so you get a good understanding of the process. And I got it to work out…
Benn Venn Game Boy Cart Dumper

Benn Venn Game Boy Cart Dumper

Another device I've been wanting to get for a while was a Game Boy Card ripper. There are a few varieties of these, but I went with the Benn Venn Joey Jr. The key feature here, is the ability to copy off Saved files. I can get ROMs anywhere, what I really want is to preserve my old Save Files. This device does Game Boy, Game Boy Color, and Game Boy Advanced titles. The most important title worked right off the bat. My original Pokemon Blue is not preserved forever with my original Charizard. There are ways to get these…