Archive for the ‘Blog’ Category

Immortality of writers

Blog: January 6th, 2009

writing,

Writing Resources

Blog: January 4th, 2009

Finally found the password to the site. Nearly moved everything to livejournal; still considering it.
Among other things, I have updated resources for writing I gathered past few months. I think I will also start writing ‘writing prompts’ from WritingExcuses.
Better catch up on my backlog of critters as well. Hmm.. I should add that on the [...]

Viva la vida

Blog: July 9th, 2008

Viva la Vida - Coldplay
I don’t know why but this song inspires me.  Makes me want to kick back and continue on my novel (dreaded editing phase). I gotta finish up on the grammar book I have somehow convinced myself to read over AFTER the course ended… -_-;
And I already got a game design concept [...]

JNI - exception.toString()

Blog: June 17th, 2008

Sometimes JNI works. And then it fails.
I am still working on one of the bugs but I found a code to print out the exception (ex.toString() equivalent) in c:

if (env->ExceptionCheck()) {
jthrowable e = env->ExceptionOccurred();

char buf[1024]; memset(buf, 0, 1024);

// have to clear the exception before JNI will work [...]

Crowd Control - TOJAM 3 - Part 2

Blog: June 8th, 2008

I know Tojam3(tojam.ca) ended a month ago but I was asked not to release the code before end of June. It’s June and though Tojam site will be updated shortly…since hardly anyone checks my blog, I will share the original and revised version now.
[Update: The only reason I have the game on my site is [...]