01.17
Im now running a free / open STUN server: stun.mm-202.com
A place for mm_202 to share his ideas and possibly rant
I *hate* timezones and DLS (Day Light Savings). Im going to actually rant about this one, just not now. I just wanted to point out that my blog is now based on UTC (instead of EDT, or UTC-5).
I just wanted to post some code that I wrote when I was playing around with 3D / graphics in Linux.
It simply displays a rotating wireframe cube using SDL. But the code is simple enough that anyone should be able to take it and expand on it. The code was supposed to be a basic 3D engine, so I named it ‘mmgfx’ :)
Any comments would be appreciated!

I just ‘released’ my first version (which is not much at all), but I wanted to put it out there to people know that its being worked on and here are just a few of the goals of v1:
I want to see how ’strong’ I can make it without resorting to opening/ending lookup tables.
Check out MMChess for more details and to download it.
Im in the process of writing a chess engine from the ground-up. This is much more of a recreational programming exercise than what would be considered a ‘real’ chess engine (like fruit, rybka, fritz, etc).
Right now, my first goal is to get it to play legal chess, then just watch for threats (and avoid them) and take any free material. So essentially, have a horizon of one ply.
My question is: How strong [Elo rating] would such an engine be?
I was setting up WordPress (WPMU, actually) for a client and decided to give it a try myself.
I usually hate CMS’s –Im the type that edits his html/php files in [vim|kate|notepad]. But since I wanted to completely redo my website and didnt have the time to give it the proper TLC it needed, I decided to give WP a try. I mean, how bad could it be?
So far I actually like WP. But we’ll see how much I like it when I try adding custom php pages, json-scripts, and all that jazz….
– mm_202.