Latest Blog

Raspberry Pi – Blank screen at bootup

If you have a Raspberry Pi and you have installed one of the linux distros on your memory card and booted up to a blank screen, then this may be your problem. For what it's worth, I have connected my RPi to a monitor via a HDMI to VDI converter cable. When I booted up...

read more

Death of the phone call

A couple years ago, I was in New York, visiting a good friend.  As we stepped into his building's lobby, my cell phone rang.  It was a good friend I have in Colombia, we communicate by instant message regularly; we talk by phone maybe every one or two years.  This was...

read more

Open source fails when it most matters

So I was looking for alternatives to the Mantis issue/bug tracking system. I am pretty much fed up with its lackluster usability.  Simple things take several clicks.  There is no ajax anywhere.  You are redirected to pages just to be told that an operation completed...

read more

C#: Working with Images, image files, and PictureBoxes

One of the most frustrating things you run into when working with image files, Images objects, and PictureBoxes is that once you release your application, some users will get “file locked” errors when trying to manipulate files that you have displayed onto the screen via a picturebox. Finding a workaround can be downright maddening: It is sometimes hard to replicate the problem, and it is difficult to open an image and display it without displaying the image you have just opened from a file :smile:.

read more