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…
Dodie – Build a Problem

Dodie – Build a Problem

Released - 2021.05.07 I am not sure what first brought me to Dodie's music, I know a lot of her fans came from her previous life as a regular YouTube Vlogger. I can say it was quite a bit before the release of Build a Problem. This is her first Studio Album, though she has released 3 previous EP albums, though the third one, Human, has most of her best known tracks, with Monster probably being her most well known. She also has a pretty large amount of additional "unreleased" tracks on YouTube and other channels. This little bit of…
Paramore – This is Why

Paramore – This is Why

Released - 2023.02.10 Paramore's 6th album, This is Why is certainly a testament to the chaos and craziness that has enveloped society in the past few years. With 6 years since the previous album, there has certainly been a lot going on and it shines brightly through in the themes of a lot pf tracks on this album. It opens with the title track, which sort of sums up the overall feel of what is about to be presented, This is Why (I don't leave the house). With lyrics suggesting that the opinions of people in the world have gone…
Various Activities of Late

Various Activities of Late

It's been a bit since I really just wrote out a regular blog post so I thought it would be prudent to do so, mostly just touching on some of the stuff I've been doing or thinking about recently. I'll just break things up a bit into some sections, for easy skimming/ignoring. Old Writing Every so often, I get this weird bug to just delete all of my old posts and start fresh and the old content all sucks and blah blah blah. Then that never really works out as hoped and I kind of miss having all the old…
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…