Blog Post Archive

First Prev Next Last (Page 2 of 4)
EVE Online on Snow Leopard
September 7, 2009

After a few hours of play, it seems like EVE on Snow Leopard brings a noticeable improvement on several fronts. First and foremost, there is a definite increase in framerate and performance with multiple clients open. I can not quantify this scientifically (or am too lazy to do so).

One of the other things that I'm really hyped about is that this brand new Macbook Pro runs a lot cooler with two EVE clients ...

(Read more)
Fun with MDSChannelPeerCreate errors on Mac OS X Server
September 4, 2009

We started experiencing AFP problems and general instability on one of our Mac OS X servers today. AFP locked up and sucked a lot of resources, caused some bogus error messages in the logs. Kept getting this in particular:

AppleFileServer[4806] MDSChannelPeerCreate: (os/kern) invalid argument

It looks like this may be due to a permissions problem on one of the root drives our AFP server is making available to clients. Looking at the files ...

(Read more)
MacPorts Python 2.6 + Snow Leopard
September 3, 2009

I just thought I'd provide a friendly heads up to the Django and Python communities that the Python 2.6 distributed with MacPorts does not compile on Snow Leopard as of now. This issue is outlined on MacPorts ticket #20284.

There are some really hacky work-arounds, but they are not for the feint of heart. This is reportedly an upstream Python problem, and has been reported as such by the MacPorts community. While Python ...

(Read more)
django-eve-proxy 0.1 Released
March 23, 2009

I am pleased to announce the release of django-eve-proxy 0.1. This is a simple proxy/cache app for Django that you may drop in to assist in accessing the API through your Python modules, or with a urls.py entry, via HTTP.

Although young, django-eve-proxy should be fully functional and ready to go. All comments, feedback, and suggestions are appreciated.

(Read more)
Django + EVE Online
February 11, 2009

For the use of fellow Djangonauts out there, I introspected and fixed up CCP's SQL dump of EVE Online data. This means you can now get access to everything from the comforts of the Django ORM.

The project is still very new, and I'm not even sure it's going to be attractive given the table layout. At this point, it is a bunch of introspected models and a fixed up database dump ...

(Read more)
Finally up to Date
November 24, 2008

I finally bit the bullet and went through the necessary leg work to get the site upgraded to the latest Django trunk. The fun included adding the new admin stuff and figuring out the newly redesigned comments system.

If you notice anything odd, let me know and I'll get it straightened out. And now back to our regularly scheduled inactivity.

(Read more)
Toshiba Tecra A4 on Ubuntu Ibex Alpha
September 28, 2008

I haven't had enough time to really get some wear and tear testing in, but it looks like as of today, the latest Ubuntu Ibex Alpha release runs almost flawlessly on the Toshiba Tecra A4 (PTA40E). Wireless and the Wired NIC work without any kernel boot options, and performance is much improved without noapic.

There are just a few minor annoyances like what appears to be a remaining quirk with the ipw2200 driver restarting ...

(Read more)
Lack of an open X-Rite i1 (Eye-One) SDK
July 25, 2008

After doing a lot of work with the X-Rite (formerly Gretagmacbeth) i1 (Eye-One) Pro SDK, I've started running into strange little quirks with their close-sourced libraries. The documentation is decent, but severely lacking in crucial areas such as code examples. Several of the functions are vaguely defined with no examples whatsoever. To make matters worse, there is absolutely no developer community since the SDK isn't publicly available.

So if you're running on ...

(Read more)
Browser Games with Django (English)
July 18, 2008

Just looking through DjangoSites.org and Googling around, I'm absolutely puzzled by the lack of Django-based browser games. It is such an idea platform for developing these, yet there are only a few that are actually open to the public (some of which aren't in English, and are thus inaccessible to me). There seem to be a few games out there in French, Chinese, and some other things I don't really recognize ...

(Read more)
Multi-Model Inheritance + Fixtures = Fixed
June 9, 2008

I just thought I'd take a moment to give everyone a heads up that Multi-Model Inheritance fixture dumping and loading is now fixed, as per Russ Magee's changeset 7600. This fixes a subtle problem that some of you may have seen in the form of foreign keys pointing to the wrong objects after using loaddata to restore an app.

The "pk" fields (usually 'id') in the serialized dump weren't being loaded correctly ...

(Read more)
First Prev Next Last (Page 2 of 4)