Recent Projects

Recent Blog Posts

Installing Ubuntu on the BeagleBone Black

May 18, 2013, 7:16 p.m. - [19] Comments

In order to install Ubuntu on the BeagleBone Black, essentially two steps need to be taken. The first step is imaging an SD card with Ubuntu because in order to flash the eMMC memory with Ubuntu, you CANNOT be booted to the eMMC, you need to be booted off of an external source (i.e. an SD card).

Install Ubuntu ...

Read more...


Working With Django and RSS Feeds

Sept. 17, 2012, 10:42 p.m. - [1] Comment

Yesterday, I added a new feature to the site, an RSS feed of my blog. This feature was really easy to implement thanks to Django. Django comes with an RSS feed function which consists of a class:

from django.contrib.syndication.views import Feed

which you use to subclass with your Feed class. When you do this, it allows you ...

Read more...


Welcome to ZachRohde.com

Aug. 19, 2012, 10:42 p.m. - [0] Comments

This was the first website I have ever created, so it was a big milestone for me in terms of web programming and designing. I spent a lot of time creating ZachRohde.com, approximately 150 hours as of now. A lot of that time was learning the basics: HTML and CSS, but a big portion of that time was spent ...

Read more...