2010
01.17

STUN Server

Im now running a free / open STUN server: stun.mm-202.com

2009
11.25

Time and UTC

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).

2009
11.14
cube_thumb

Click for a larger image

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’  :)

mmgfx.tgz

Any comments would be appreciated!

2009
11.12

MMChess v0.0.1

A screenshot of mmchess

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:

  • Full OOP codebase
  • Flexible user interface
  • Ability to play against it on IRC
  • Learn from its previous games

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.

2009
09.24

Chess Engine

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?

Simple Chess Engine Strength (1 Ply)

View Results

Loading ... Loading ...

2009
09.23

Trying out WP

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.