* james would be more impressed if netgod's magic powers could stop the splits in the first place...
* netgod notes debian developers are notoriously hard to impress
-- Seen on #Debian
As pointed out in several AVR programming topics, by default your code links against the minimal versions of libprintf and libscanf. Therefore your Arduino ^TM^ software (if compiled by the default IDE) will lack string-float/float-string conversions, as you might suspect it once tried to sprintf some float to a string and only get question marks on your serial output...
There are several options to fix this and link against the float-enabled versions of printf and scanf libraries (present in your Arduino environment).

srejbi Mon, 26 Mar 2012 16:32:48 +0000
0 comments
going down the painful way of upgrading your app from rails 2.x to rails3? one of the gotchas can be that suddenly you find B helper's X method running when you normally expect A helper's X method to run...

srejbi Wed, 17 Nov 2010 14:14:17 +0000
1 comments
I get this problem each time I do a distro upgrade on my Ubuntu box; mounting external USB harddrives end up in a "Not Authorized" message box. This is -- like it was in Karmic Koala - a policy issue, but fix is slightly different...

srejbi Sat, 05 Jun 2010 12:48:29 +0000
2 comments
Besides other hassles, my XBMC playback got messed up after upgrading my EeeBox B206 "mediacenter" from Karmic Koala to Lucid Lynx...

srejbi Sat, 05 Jun 2010 12:01:52 +0000
1 comments
A quick note on the installation of selenium-on-rails for rails-2.3.5...

srejbi Wed, 12 May 2010 15:55:21 +0000
0 comments
a ruby wrapper gem for the 'notorius' fortune program to display random quotes...

srejbi Wed, 24 Mar 2010 00:33:35 +0000
0 comments
recently published a minimalistic captcha plugin for rails applications...

srejbi Tue, 23 Mar 2010 22:57:19 +0000
0 comments
quick-and-dirty solution to get projected estimates from redmine (based on completion ratio and work done already)

srejbi Wed, 10 Feb 2010 11:47:41 +0000
0 comments
when speaking to any professional working in production (in any field that can be used for personal purposes), capable of creating cool stuff for their clients, i often found that this say seems to prove right for anyone - working keenly on whatever projects at his/her job. speaking of shoes, i was always feeling being in the same ones as well... not very comfy...

srejbi Fri, 05 Feb 2010 22:59:11 +0000
0 comments