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…
Code Project – Python – Flask Top Ten Movies Site

Code Project – Python – Flask Top Ten Movies Site

So, I mentioned dumping the Flask Blog a while back, but then I decided that since I had managed to get it all working, it would be somewhat trivial to get it working on a subdomain, instead of a main domain, which had been my original plan to start with.  I was never too excited about dropping this project because I have a few ideas for little projects that I wanted to build that would actually work pretty well in Python and Flask, since it essentially adds a direct path to running a back end style script and a front…
Retroid Pocket 3

Retroid Pocket 3

So, I've been pretty heavy on the programming push lately, but it's not all I've been up to. So, back around the start of the pandemic, I started work making a PiGrrl handheld emulator device. PiGrrl is basically a Game Boy Clone that runs with a Raspberry Pi at it's core. I ordered a bunch of parts and a case, I already had a Pi (I have several), and then the Pandemic caused my parts to take forever to arrive. Plus I probably spent more on it than I really should have. Then I got a little bored and it…
Code Project – JavaScript – Drum Kit

Code Project – JavaScript – Drum Kit

The second actual project from the class I've been doing is a simple clickable drum kit. Part of the purpose was to work with signs and to work with clickable elements. Like the dice roller game, the basic HTML and images were provided, though there was some freedom in arranging the icons and sounds. It feel a bit flaky, when it comes to overlapping sounds, but that also feels like a bit of a limitation with the code itself, or at least, the simplicity of what is being done here. I'm sure it's "fixable" with some more advanced work. But…