JS objects synchronisation – true story

It looks like I know why I was getting so strange results in my bear with JS and Google Maps API. Well, true reason is something I call programming through C&P, or simply using others code without full understanding (let’s face it – even without a little ;-)) ) since I’ve got copied this function …

JOE and failing rake stats

Habits are second nature, so I’m still using JOE. If You do also don’t be surprised with strange error when running rake stats, like: $ rake stats (in /RAILS/APP/PATH) rake aborted! No such file or directory – /RAILS/APP/PATH/config/../app/models/.#route.rb JOE uses special symbolic link in file system to mark files with ongoing changes (this allows JOE …

Moving ports tree between machines

I’m using FreeBSD on many servers dedicated mostly to network management and monitoring. Due to many restrictions I often need to move ports updates as an tgz archive. I’ve learned that You should delete old ports tree before unpacking new one. Otherwise You will encounter errors like => Patch patch-eval.c failed to apply cleanly.. Old …