26 Mar 2003 bgeiger   » (Journeyer)

bad news
My grandma died Monday.
dink
I'm starting work on a Python-based go server, meant to emulate the general operation of KGS. I even have a name picked out: "Dink". Yes, it's recursive.

I realized a limitation in either Python or my thought processes. In C, I could have:

struct Point points[boardsize][boardsize];
but I have no idea how to do the equivalent in Python. The closest I've come is:
points = [[Point() for x in range(boardsize)] for y in range(boardsize)]
But then I have to go through each and set their neighbors appropriately...
go
Very little since my last entry. I've been thinking about the game more than playing it.
language
Considering learning Japanese. I know it's difficult, but I think I'm up to the challenge.
o/~ (internet porn...) girl on girl on girl on girl on girl on guy on sheep o/~ -- da vinci's notebook, "internet porn"

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!