Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Purple

“It’s hard to feel motivated. All this red vs. blue, it’s like, Are you guys Crips and Bloods? What about tackling jobs, obesity, poverty? Since red and blue make purple, why not unite, because scientifically speaking, purple is the fastest light. If they were to come together, they would be faster and more powerful”

The [...]

osql -> isql -> aargh on Ubuntu

Trying to set up ODBC on Ubuntu. osql is a great script to test it out, but running it on Ubuntu 10.10:

root:~# osql -S fcstest -U sa -P ***** osql: error: no potential directory strings in “/usr/local/bin/isql” isql strings are: + /lib/ld-linux.so.2

So inspecting the code, I can extract the meaningful parts on [...]

Hudson, Git and the extra space

At work I am installing a new Hudson slave for continuous integration. Everything works great, using the Tanuki Java Service Wrapper to fire up the slave.jar, but when it comes time to run the build, it fails:

Started by user anonymous Building remotely on warehouse_build_slave Checkout:WarehousePortal_Rake / /var/hudson/workspace/WarehousePortal_Rake – hudson.remoting.Channel@26c81672:warehouse_build_slave Using strategy: Default Checkout:WarehousePortal_Rake [...]