Tag Archives: project

2009 final considerations. 2010 year of the Phoenix?

About a year after the creation of bd-theme-zen WordPress theme, I decided to switch to a new theme. The new theme is monochrome The reasons behind are simple: unfortunately, 2009 has totally been not a Zen year for me. Many things have not gone as I thought they should have been. Many other important things

Announcing Dycapo 0.0.1

It’s a pleasure for me to announce Dycapo-0.0.1, the very first release of the project. Dycapo-0.0.1 is part of the pre-alpha-dontuse releases, to only illustrate some functionalities. Here are the release notes: 2009-12-26 Daniel Graziotin <daniel DOT graziotin AT gmail DOT com> Dycapo 0.0.1 is just for showing out some functionalities of the system and

Dycapo, road to 0.0.1

I’m doing some refactoring to the code and writing some useful documentation for the first pre-alpha-dontuse version of Dycapo (a.k.a. DyCaPo – Dynamic CarPooling system). Dycapo 0.0.1 will only be for illustrating some functionalities of the system and the integration of the technologies. The following is an explanation of our version codes: 0.0.x releases are

OpenTrip adoption, Models implemented and documented

At the end we decided to adopt OpenTrip. I could propose the Dynamic extension of the protocol, over XML-RPC. By the way, I opened a GitHub repository to host the source code of Dycapo. At this moment I just implemented and documented the models. Dycapo project source code is hosted on: http://github.com/BodomLx/dycapo.

Network Manager on Slackware 13.0, the dirty and easy way

I love to be back to Slackware, my very first distribution. However, there are a couple of things that I’m missing from the other more comfortable distributions. From among them, I totally miss Network Manager. I saw many people asking in forums on how to install Network Manager in Slackware 13.0. There is Wicd, already

On the automation of API writing and XML-RPC serving for Python Django

While searching for solutions on adopting Django for the server side of our Dynamic Car Pooling system, I found two very interesting projects: WAPI – a framework which abstracts the details involved in publishing an API and translates class methods to API methods, serializing the objects returned when possible. WAPI handles authentication, too, and other