I've recently lost my music database to the hands of Banshee (actually, the Sqlite3 database file is still somewhat salvageable). I have longed for an application that would make my life easy in managing my music collection (which is pretty extensive) and do this day haven't found one. The recent event pushed me to the edge: I am embarking on a quest to scratch my itch on this matter.
Monday, January 11, 2010
Rhythmbox plugin for Last.fm desktop client
Wednesday, January 6, 2010
Wednesday, November 25, 2009
Collaborative Sites
I recently found out about a cool software collaboration site: Stackoverflow. There one can get questions answered in a timely manner as well as earning "reputation" credits. Access is free and unlimited akin to a "wiki" site such as Wikipedia.
- Hardware related: Chiphacker
- Communications / Networking : PacketDrop
- Computer User: Superuser
- Server Users: Serverfault
Tuesday, November 17, 2009
Chrome Extension: mDNS Service Browser
As a stepping-stone towards making the browser my main portal to my applications, I have crafted a Google Chrome extension (based on an NPAPI plugin) that lists the services announced through Avahi / mDNS.
It is available here. Note that only Linux based systems are supported.
Wednesday, November 4, 2009
Notes on NPAPI based plugins
I am sharing the following diagram to (hopefully) lessen some pain from folks who intend to write NPAPI based plugins (Firefox, Chrome etc.).
STEP 1: the host browser loads the library corresponding to the MIME type expressed in the embed element tag.