Post Entries
The Road to GUADEC 2010
May 05, 2010[caption id="" align=“aligncenter” width=“350” caption=“GUADEC 2010”][/caption]
This past April 16th I had the pleasure of receiving the following email:
Congratulations, your submission Making easier for companies to give back to GNOME has been accepted for presentation at GUADEC which is being held from 2010-07-26 to 2010-07-30 at Den Haag.
I was ecstatic!!! Having had the opportunity to attend GUADEC 2009 at Las Palmas, Gran Canary last year, I was thrilled with the possibility of attending my second one and presenting my ideas on how to facilitate the collaboration between downstream and GNOME.
When the movie is better than the book
May 04, 2010[caption id=“attachment_1022” align=“alignleft” width=“264” caption=“Band of Brothers”][/caption]
Over this past weekend I found just enough time to finish reading Band of Brothers by Stephen E. Ambrose, a book about the story of the men of E Company, 506th Regiment, 101st Airborne, U.S. Army infantry. Back in 2006 HBO had turned this book into a 10-episodes mini series which I avidly watched in one shot one day while visiting my friend Vinny in Massachusetts.
What\'s new with Radio Tray?
May 03, 2010http://radiotray.sourceforge.net/
[caption id="" align=“alignleft” width=“128” caption=“RadioTray”][/caption]
Radio Tray, your favorite light weight online radio streaming application, has gone under some more development churn since its last release. Namely, there is now a dbus interface to allow other applications to interact with it! So you write a “remote control” for Radio Tray and change the volume, change stations, extract metadata from the stream being played, etc. Here’s what’s currently supported:
listRadios() getCurrentRadio() playRadio(name) turnOff() volumeUp() volumeDown() getCurrentMetaData() Fancy learning a bit about adding a dbus interface to your own application?
Week in Review: April 26th - 30th, 2010
May 01, 2010[caption id=“attachment_963” align=“aligncenter” width=“279” caption=“Week in Review”][/caption] Here’s what happened this week:
Coffee, a personal history I first got hooked on drinking coffee back in the Spring of 1994 while attending a Microbiology class at Pace University. Our class started way too early for me and our professor (can’t remember her name right now) was this tiny old lady […] A Pig, an Elephant and a Yellow Dog From the “Read a Book to a Childâ€?
A Hamster, a Lynx and The Princess Bride\... What???
Apr 30, 2010Got a couple of interesting bits for you today, starting with some really great news from the Hamster Project, a time tracking application. My friend Tom wrote about his recent work decoupling the communication layer from the client and the back-end, which will now be handled by dbus. What that really means is that it will be easier to script against hamster and tap into the data that it captures. Here’s a simple code sample from Tom’s page:
Splitting WordPress Export File with ChoppedPress
Apr 29, 2010You’re all probably tired of hearing me talking about my script to split the XML-like file that WordPress generates when you use the Export feature. Tonight I have finally added the final touches to it and can now share it here with you.
If you don’t remember, I wrote it because my good friend Evandro from QuartoEstudio.com is always getting asked by some of his clients to migrate an existing web blog to a new host/domain and hands him a tarball containing the exported content of a WordPress blog in XML format.
RESTful Web Services, Beautiful Soup and Launchpad
Apr 28, 2010[caption id="" align=“alignleft” width=“160” caption=“Pumpkin Black Bean Soup by neon.mamacita”][/caption]
Last night I attended two short presentation by Leonard Richardson, author of the O’Reilly book RESTful Web Services and developer on Launchpad.net. Unfortunately it took me a while to find a parking spot near UNC’s Chapman Hall, so I missed 90% of the first one, titled “A Spotter’s Guide to RESTful Web Services”. Based on the number of questions that were asked at the end, it seemed to me that this is an area where there are way too many possible ways people can get lost attempting to implement it…
A Pig, an Elephant and a Yellow Dog
Apr 27, 2010From the “Read a Book to a Child" department, I’d like to recommend two amazing books that will be a sure hit for any kid, even the one inside you!
[caption id=“attachment_969” align=“alignleft” width=“216” caption=“Watch me throw the ball by Mo Willems”][/caption]
“Watch Me Throw the Ball" An Elephant & Piggie Book by Mo Willems is a wonderful book! I simply love the way Mo Willems writes the dialogs between Gerald, the always cautious and pessimistic elephant and Piggie, an optimistic, lovable pig.
Coffee, a personal history
Apr 26, 2010[caption id=“attachment_979” align=“alignleft” width=“240” caption=“Trader Joe’s”][/caption]
I first got hooked on drinking coffee back in the Spring of 1994 while attending a Microbiology class at Pace University. Our class started way too early for me and our professor (can’t remember her name right now) was this tiny old lady who barely raised her voice over the decibel level that dogs can hear. The class and subject were very interesting and by the end of the semester I felt very confident about my laboratory skills (and developed a phobia about anything that was not coated with some type of anti bacterial product).
Week in Review: April 18th - 23rd, 2010
Apr 24, 2010[caption id=“attachment_963” align=“alignleft” width=“279” caption=“Week in Review”][/caption]
Here’s what happened this week:
Quotes to brighten your day Kind of ironic how my post titled “Stop whining and improve your life� attracted so much negativity in the comments area. From the “Useful Django Tip� Department: Reset The Admin Password This comes straight from the Useful Django Tip department: How do you reset the admin password for a Django project when you’ve forgotten it?