I have a lot of projects to juggle and no matter what I might try, it always seems like I don’t have enough time to do everything. I tend to procrastinate, waiting until the last minute to get things done, and today I thought of a justification. Projects that have a deadline are the kind […]
The Adventures of Doorbot: Part 1
One of the goals I had for this blog when I first set it up was to have a place to post all of the various projects I’ve worked on, both for school and for fun. Well, this particular one has been a long time in the making and is still only partially finished. But […]
My Unfortunate Workflow
I realized today that the process I go through to write a new piece of code isn’t always ideal. Today I needed to get a fast version of Dijkstra’s algorithm working in Matlab. I had already written a native Matlab version which was taking a very long time to run on a very large, but […]
Debugging MATLAB
So today I discovered two tricks for debugging in MATLAB which I’m sure will help me immensely. First, I discovered that my breakpoints were disappearing every time I start a script because the command clear all actually clears all breakpoints. I tend to start scripts with the line
1 |
close all; clear all; clc; |
in order to get a fresh workspace, […]
Fireworks 2012
I spent this weekend with my parents on our farm in Concordia, Missouri. We got a few fireworks and shot some off on Saturday night and the rest the next day. It’s not the most exciting show, but it was still fun. I shot and edited this video on my iPad using iMovie.
Building a New Site
Well, it’s been a while since I’ve done anything with this site. My hosting plan just renewed for another 2 years and I realized that I should probably actually do something with it this time around. My plan is to separate drewbuck.com from the old Philmont site, iwgbtp.com, and hopefully do something unique with it. I […]