Skip to main content
Really, I haven't posted in 9 years? Much has changed since 2011; mobile, cloud, and social are all really huge, and I've definitely had a large focus toward these. I hope to write shortly about things I've learned and wish to share in the coming weeks and months, and hopefully do better at maintaining this site a little better than before.

Comments

Popular posts from this blog

Software Design Principles - SOLID

The SOLID software design principles weren't called SOLID while I was in grad school, but the concepts were there in my Object Oriented Design course. They're worth mentioning here, primarily because I think once you start coding and become dangerous, it's one of the best ways to stay organized once you incorporate it into your daily coding routines, and it even changes your way of thinking for the better: https://en.wikipedia.org/wiki/SOLID

Matlab and MySQL

I had a lot of data in a MySQL database that I wanted to analyze. I had a copy of Matlab, so I figured the best way to look at this all would be to plot this data and use some GUI elements to go through various combinations. After some Googling, I found this database connector that seemed to do the trick. I downloaded the files, configured mex to use MSVC 2008, built the connector, then I was able to successfully connect over the network! I ran into two problems, though: The connector does not support fetching columns of type TIMESTAMP, and With the magnitude of data (about 180k rows), access times were really slow. I was able to solve problem #1 by changing my columns to DATETIME, which was supported. I'm still trying to figure out problem #2. It may come down to importing all the data directly into Matlab.

10 #android apps I can't do without

After a couple of months with my #atrix, I have found some apps to be indispensable. Here they are: Checklist - a great way to organize todo lists to track progress in getting get things done! Evernote - to jot down my random yet important thoughts. Tweetdeck - all in one social networking platform. PowerAmp - a better music player. Widget Locker - a faster way to get to my most commonly used apps. Youtube - watching and uploading video. Slashdot - latest nerdy headlines. Gmail - primary email. Yahoo Mail - spam email. Kindle - to read a book on the go. Angry Birds - waste time on occasion. What are your favorite android apps? posted from Bloggeroid