Thursday, October 10, 2013
Android Debugging
Saturday, October 5, 2013
Code Camp
So today I went to silicon valley code camp. I went to a couple of great sessions. I learned about making mobile games with html5 and then secure hashing and password protection. Then I got to go to a Google glass demonstration by some guys over at Wakanda, super cool! And now I'm finishing up the day with some intro to game programming in eclipse. Absolutely awesome day with awesome people
The world is flat
After one of my professors mentioned a book in a lecture, "The World is Flat" by Thomas Friedman, I decided to download the sample from Google play and check it out. Just from the first thirty pages... Wow. It's definitely a little nerve racking. The whole book is about globalization and the first part talks about the Indian city of Bangalore, which is equated to India's Silicon Valley, as a utopia in the middle of the desert. Friedman talk about the outsourcing of labor and that it really turns the world in to a flat market where anyone can compete with anyone... from anywhere.
What this means for me as a computer science student is that I'm not just going to be competing with my graduating class in the US for a job, but every graduate across the world for a job. So I ask myself, how will I compete. Right now, my answer is that I have smooth enough soft skills to work with people. I believe that my selling points and hiring points are that I can work with people one-on-one and that is how I plan on competing in a globalized industry... at least for now.
Monday, September 30, 2013
git is going down
Saturday, September 21, 2013
calSpeed domination jdk1.7
So I got some source code from the previous project to get familiar with it. I had some issues running the project in netbeans and I just now resolved the last dependency. Turns out, the jdk1.7 library not only has to be in place but have the exact same title to be linked properly. #littlebugs
Friday, September 20, 2013
C++ to C
Now I begin the rigorous process of turning cout and cin tokens to printf and scanf tokens.... spännande.
Wednesday, September 11, 2013
New classes
Oh and I'm also taking keyboards 1 =D
Saturday, September 7, 2013
Android Development Group
Me and some friends have started a club for android development at CSU Monterey Bay. We had our first meeting and everything went great. We were able to run sample apps on the computers which had android preinstalled in eclipse, we were able to run the apps on the emulators and we filled out the form to be an official club.
All in all, super kickass day!
Tuesday, August 13, 2013
Back from Sweden
Thursday, May 2, 2013
Android +==+ Server Communication
I had to figure a bunch of port stuff out, how to do asynchronous thread stuff for networking, and then how to use a Data Access Layer and a Business Logic layer. At the end of the day, I've learned a freaking ton. =D
