Saturday, September 2nd, 2006
Following on from the previous post, I found myself with a few hours to myself tonight. The estrogen in the house went out as a group so I managed to do a bit more coding on the FreshPorts listening daemon.
Posted in Development, New ideas, PostgreSQL, Python, Watch Lists, vuxml | No Comments »
Saturday, August 26th, 2006
Data driven applications are a good concept to keep in mind when design an application, especially when that application needs to have new bits added to it on a regular basis. My idea for using Python to listen for FreshPorts events is a case in point.
Posted in Development, New ideas, PostgreSQL, Python, vuxml | No Comments »
Saturday, August 26th, 2006
Today I started playing with Python again. My goal is to create a listening “daemon†to process PostgreSQL events. I wrote about my initial proof of concept at the start of the month. Today, it’s time to look at using this for real.
Posted in Development, New ideas, PostgreSQL, Python, vuxml | No Comments »
Tuesday, August 1st, 2006
PostgreSQL is my database of choice. Any who has worked with commercial databases will find more in common with PostgreSQL than any other open source database.
I moved to PostgreSQL for the transactions, the stored procecdures, and the relational integrity Sure, other databases have begun to catch up, but they still don’t have the […]
Posted in Advocacy, Development, New ideas, PostgreSQL, Python | No Comments »