As I alluded to in my last post, I have been working on modding Minecraft to use the excellent Tokyo Cabinet database to store the chunk data. I have finally gotten it to the point where it is ready to be released to the masses.
I have carved out a small slice of the great Intarwebs to share with you my goings on.
Friday, February 11, 2011
Sunday, February 6, 2011
Size of Minecraft chunk files
So I'm working on a replacement for Minecraft's save file format, since the format it currently uses is rather busted. In a world that I've been playing with 4 other friends for just under a month, the save directory is 50MB and contains a whopping 17,684 files!
Friday, January 7, 2011
Why I hate Java
I ran into this fun time while trying to install the Scala bindings to Neo4j.
First, I had to install Maven:
First, I had to install Maven:
Monday, September 13, 2010
Test of org-googlecl
I heard about this great project called Org-GoogleCL, which allows for publishing of blog posts to Google's Blogger from within Emacs' Org-Mode. This is a test of that library.
Hmm, there seem to be some issues with it not posting the full thing. I'll have to dive into the code at some point…
Edit: Oh, looks like it is working now. Still are some problems with filling paragraphs, though.
Wednesday, August 11, 2010
On the value of knowing the lower levels
While digging around some of the Python documentation (read: procrastinating), I stumbled across this section comparing Python performance to C in some very simple and contrived "benchmarks." The point of the section was that Python is not C, and you should be careful when trying to apply knowledge of C to Python. On a simple test of adding
i
to itself 10 million times, Python was about 50 times slower than C (which isn't really surprising, given that the C code just executes a series of single assembly addl
instructions).Thursday, July 29, 2010
On cluelessness and racial self-identification
This was a response to Eric Raymond's recent blog post about "the perils of ethnic identification" and why his racial identity isn't a big deal to him. It is an interesting article in its own right, but my response was prompted by a comment made by a "William O. B'Livion", in which he said:
Saturday, July 24, 2010
FroYo on the Droid, a Browser Benchmark Update
Yesterday I rooted my Droid to install the "FRG01" leaked version of Android 2.2 (FroYo) for my Droid. I figured I'd run the SunSpider browser benchmark again to see what (if anything) had changed as far as the browser went. I knew that there were supposed to be speed improvements in FroYo, both to the underlying Android system and also with the browser specifically, so I figured I'd put the fancy new JIT to the test.
Subscribe to:
Posts (Atom)