The magic that is SQLite

Back in 2010, I was sitting at a client and using SQLite to do reconciliation between systems when we were doing a migration. Back then I thought: I must do a feature on SQLite as an “App of the week” because, honestly, it’s a beautiful thing.


Where OCM has the edge over ECM

In a corporate environment, where there is the convenience of face-to-face exchange, and immediate discourse through means such as telephone or meetings, much information goes lost, leading to the large overhead of getting new members on the same page as everyone else.


Using Pidgin to access Google Talk behind a Proxy requiring Authentication

There are many posts referring to accessing Google Talk from Pidgin, though I had some trouble accessing it from behind a proxy in addition to that. After finally getting it working, here is what I had to do.


App of the week: GnuCash

Having recently been admonished by listening to some messages by Andy Stanley to pay closer attention to my personal finances, and my expenses in particualar, I thought I should give GnuCash a try. (Andy actually mentions Quicken, but I had come across GnuCash before, and I will try anything that’s free first). Anyway, I am highly impressed with GnuCash. It definitely beats trying to track expenses on a spreadsheet.


Ubuntu – where is the focus?

I have been an avid Ubuntu user for the last few years, and have become a staunch supporter (well, at least as far as my mouth goes). There are many compelling reasons for me to use Ubuntu: It’s free, it does what I need, it has a wide selection of free software available from a local mirror of Ubuntu packages.


App of the week: Greenshot

From time to time, you probably need to make screenshots to put into a mail or document, sometimes to explain a problem, or possibly for documentation purposes. Most times, you don’t want to generate a screenshot of the entire screen, but just a portion of a window.


Categories: Open Source, Ruby

Bitmap font tileset with Ruby and Imagemagick

My latest undertaking is writing mobile apps with Java ME. A problem I bumped into was creating tiles for bitmap fonts to use for displaying text in an application, in lieu of the Graphics.drawString() method, which may not always produce the most suitable output. Here I show you how you can use a Ruby script combined with ImageMagick to create a usable bitmap font tileset for your app.


Categories: Music, Open Source

Something nice for FL Studio users

When I left Windows, one of the things I left behind was FL Studio. Not that I was an avid user of FL Studio. Nor did I manage to create anything nice with it. But I paid money for it, and because they offered free lifetime updates, I thought I would really miss it. Not anymore.


Photo manger with movie clip support in Linux

If you were hoping I was going to tell you where or how to get a photo manager for Linux with movie clip support, I have some bad news for you: there is no such thing. But there could be. You can help make it a reality by voting for the following idea:


Categories: BSD, Open Source

QEMU runs OpenBSD, DragonFlyBSD (Hooray!)

After my disappointment with trying to run OpenBSD in VirtualBox (due to continuous segfaults), I am pleased to report that I can successfully run both OpenBSD and DragonFlyBSD in QEMU. And it’s easy!