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…
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…
Python Logo

Code Project: Automated List From Reddit Comments

This is one of those quick and kind of dirty projects I've been meaning to do for a while. Basically, I wanted a script that would scrape all of the top level comments from a Reddit post and push them out to a list. Most commonly, to use on /r/AskReddit style threads like, well, for this example, "What is a song from the 90s that young people should listen to." Basically, threads that ask for useful opinions on list. Sometimes it's lists of websites or something. Often it's music. The script here is made for music but could be adjusted…
Python Logo

100 Days of Python, Projects 66-70 #100DaysofCode

Whew, I didn't really think I'd get to 9 parts in this series, and I am only around 2/3rds of the way through even.  I actually may change up the format later with the last 20 projects that are listed as "Professional".  Maybe one post each. The bulk of this round is wrapping up the Flask projects and building a simple blog that runs on Python.  It's been fun.  I've been a bit busier than normal slow my pace has slowed, but that's ok too.  Day 66 in particular felt like it took longer than it really should have, given…
Python Logo

100 Days of Python, Projects 15-22 #100DaysofCode

So, the first set of projects for #100DaysOfCode were all fairly simple.  Basic Text based programs that run in a terminal and run through simple loops.  The Intermediate Section starting on day 15 of the course is were things started to get quite a bit more interesting, though the basic code isn't really all that complex yet. There are two main topics covered during the Intermediate portion of the course, creating GUI interfaces with Turtle Graphics, and some introductory data analysis.  These two topics don't particularly overlap, but both seem to be the primary focus here.  I'm rather enjoying the…