begins anew
I’m a procrastinator. I’m supposed to be studying for an exam next week for my current class: Computer Systems 2. “Linking, processes, virtual memory, dynamic memory allocation, system level I/O, networking and network programming, concurrent servers and web services.” I prefer to call it Linux System Programming.
Or at the very least working on the homework project that is due after the final – an online pac-man game. Yes. It’s due a week after the final. I’m not certain how that works. So much for a week off.
Instead I get a bug up my ass last night to delete my 6 year old blog and do this to it. Whatever it is.
Not only am I procrastinating school work for this blog, I started procrastinating this blog to do some research on making droid apps. That’s my summer plan. Learn Java and the Droid SDK. I certainly know how to have a good time, don’t I? So I have this final, a homework, and another full term of classes; yet I’m preoccupied momentarily for getting that planned out.
Be that as it may, I’m actually a good student. Everything in on time and working correctly. Mostly A’s. Comes to find out that taking an accelerated summer class on Assembly (B+) isn’t the best idea in the world. Nor is Calculus (B) taken at the same time as Math For Game Programming (A). Sorry. Building a ray-tracing renderer from scratch in C++ was far more interesting than derivatives.
The initial plan for this is my adventure in coding. We’ll see what happens…
Cheers
Luthi
1 2 3 4 5 6 7 8 9 10 11 | //testing the plugin for code int main() { int test = 10; for(int i = 0; i < test; i++) function(); if(snark) luthi.laughs(); cout << "oh hey look it works" << endl; } //yes I know this code is lame and doesn't work. |
