browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Author Archives: Martijn

Hairpin NAT using the Mikrotik

I’m using a Mikrotik Routerboard 450G and since a day or so I stopped using a split DNS approach to access the blog on the LAN. I’ve implemented a Hairpin NAT schema, but I’m having some issues. I can see running tcpdump that the web request from within the LAN to the public IP originate … Continue reading »

Categories: en_US, Mikrotik, Routing | Leave a comment

[FIXED] Google Apps – There was a problem with your transition

So. I was haunted for months with this message on the Google Apps for business dashboard. And the “We will notify you when these accounts can be transitioned” of course never came. I suspected the problem lay within the Analytics account on a different gmail account I used, but that wasn’t the case. Turned out … Continue reading »

Categories: en_US, Google | Leave a comment

iPad – stop reloading my #^&%# webpages!

Brrr… How I hate the reload 'feature' using Safari on the iPad when switching pages.

Categories: Apple, en_US | Leave a comment

Markdown: exit BlueCloth, enter RDiscount

Let’s face it, BlueCloth has been around a long time. And as it is flawed it is also dead slow. I need a solid Markdown replacement: enter RDiscount. Implementing this in your Rails project is easy peasy: [sudo] gem install rdiscount Also add the following requirement in the …/config/requirement.rb config.gem “rdiscount” And make your life … Continue reading »

Categories: Development, en_US, Rails | Leave a comment

SVN import rake task

I’m doing the same tasks everytime whilst importing a new Rails project in the Subversion repository. Just stole and altered a rake task to make life somewhat simpeler create svn.rake in …/lib/tasks namespace :svn do desc “Configure Subversion for Rails” task :configure_for do system “svn remove log/*” system “svn commit -m ‘removing all log files … Continue reading »

Categories: Development, en_US, Rails | Leave a comment