Humbucker Apps
Categories
-
Recent Posts
Recent Comments
Twitter Updates
- RT @capotribu: MobiRuby, build iOS app in Ruby rather than Objective-C mobiruby.org | 4 weeks ago
- RT @nutrun: 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors cyberciti.biz/tips/check-uni… | 1 month ago
- RT @abhishektiwari: Twitter open sources its MySQL secret sauce — goo.gl/XBcQW | 1 month ago
- RT @nutrun: Spherical formation bee army uses brain heat to kill hornet bbc.co.uk/nature/17381710 | 2 months ago
- RT @jtuulos: Data Science Toolkit by @petewarden - a DIY data processing server with common use cases and APIs set up by default http:// ... | 4 months ago
XCode installer is stupid
I was updating my XCode installation today, and got a prompt from the installer asking me to quit iTunes in order for the installer to be able to continue. Trouble was iTunes was not running! It turns out that what … Continue reading
Post to WordPress with Ruby – update

A while back I wrote a post on using ruby to post content to a WordPress blog. It has been getting a steady stream of traffic since it was posted, so it’s obvious that people are into that kinda thing. … Continue reading
Simple yet efficient XML Sitemap generator for Rails Apps
Google tells us that every website should have an XML sitemap attached to it, that gives Search Engines meaningful information about its content. The XML Sitemap specification is fairly straightforward and easy to implement, and there are a couple of … Continue reading
Ruby capitalization for foreign people
If you are building apps in an accented and/or non latin character language, you have probably bumped into the old ‘capitalization doesn’t work for my string’ spiel. The built-in Ruby String#capitalize method only works on latin strings, and will return the input … Continue reading
Ruby web crawling with anemone

I recently bumped into Anemone, a site-crawling gem written by Chris Kite. We at Humbucker have our own high-performance crawlers written in various languages and geared towards different objectives, but Chris’ solution definitely offers an easy to setup and use … Continue reading
Rails Permalinks for Foreign People

This world is latin-centric in many ways. Politics aside, I have come across a recurring problem as a developer, as I find myself using new technologies to build internationalized stuff. Every time I create a CMS in any framework, I … Continue reading