Monthly Archives: November 2016

Creating a Raspberry Pi Image in OSX

By | November 30, 2016

I had always used Win32 Disk Imager to create my Raspberry Pi images because I was a windows person prior to my conversion to Mac. To be honest, Win32 Disk Imager was really simple v trying to understand command line such as: sudo dd bs=1m if=path_of_your_image.img of=/dev/rdiskn I finally took the leap and gave it… Read More »

The White Space Phenomenon

By | November 6, 2016

As a developer, one of the worst problems to encounter is the white space problem. In recent memory I’ve encountered this 2 times. Once in 2013 when integrating with MYOB, a trailing white space at the end of a variable caused an http 400 error which was a complete mystery at the time. The second time… Read More »