I’m currently working on a few new posts for my blog. Coming sometime this week is a tutorial on making a personal “cloud” and CDN, and a tutorial on making slack bots and/or discord bots might be coming soon as well! I’ve also been working on updating my robocar post.
I just set up a simple CMS for my site using Netlify CMS, allowing me to change or create projects, blog posts or updates for my site without needing to manually open a text editor, create new content and push to github! It was insanely easy to set up.
I really do want to start blogging again I’m just not entirely sure what I’d write about. Also, I’m participating in Hack Club Summer of Making and will be posting updates for my project here.
The first part of my new personal site is live! It’s at the root of this domain: benjaminashbaugh.me
Hello - as you can see I migrated my site from scitronboy.com to benjaminashbaugh.me. Please note that some features might not work properly or might be disabled completely until I roll out my big update in a few weeks.
As you may have noticed, this site’s been kind of dead, as my last post was in march. The good news is, I will be making a new, more personal site in early 2020 to advertise myself. It will be on a new domain, and I will be moving this blog to a subdomain there and hopefuly reviving it a little. On a different note, I’ve been working on another project lately - a multiplayer math game. It’s not ready yet, but you can learn about it at arithmerace.com.
I just purchased a new domain for my website! scitronboy.github.io is now scitronboy.com.
I’ve started working on a simple game that uses an evolutionary algorithm to teach circles to jump over blocks. Click the title to check out the code!
While using git, NEVER EVER checkout a previous commit in a different branch without first stashing or commiting the changes in your working branch!