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: Fresh RSS to WordPress Digest V 2

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…