Stories

Fishy prompt widgets
Fish is a nice shell, its nice, lite, fast, and have a lot of features. One of them is universal variables. This variables are shared...

MRuby by Example
In mean time I was playing with MRuby. Embeded it into a VST and describe in my last post. The results of it is an...

MRuby within VST
From time to time, I want to just do something more than a Rails app. Recently I just looked at MRuby. The fruit of my...

Ember-cli with Coffee and Emblem
In mean time, I want to try ember.js app. Just an ember.js app without any backend. I really don't like plain javascript. CoffeeScript it my...

My first textmate bundle
When I saw, that Textmate 2 supports gutter informations, I want to use it somehow. While is no good Rubocop bundle, I want to make...

5 years later ...
Welcome BACK! After 5 years I decided to clean up my stuff. Blog is moved here on github page with jekyll. Many sites are unavailable...

Moving from rubyforge to github
Finally I moved my rubyforge repositories to github and gems to gemcutter.org: gruby colorize RDoc documentation is now on rdoc.info. gruby colorize It was quite...

My Player 2.0
Do you remember My Music Player ? I still hate myspace sites! Unfortunately AppJet hosting go down, but... Heroku comes in. My Player 2.0 is...

What's wrong with You merb ?
If you get this ... FATAL: The gem data_objects (= 0.9.11, runtime), [] was not found ... try this ... sudo gem install launchy ......

Using Mac Sudden Motion Sensor with RubyInline
Quick and dirt script for reading your macbooks sudden motion sensor: require 'rubygems' require "inline" class SMS class << self inline do |builder| builder.add_compile_flags '-x...

Include helpers in controllers
Yes, I know! Helpers are modules that provide methods which are automatically usable in your view. But sometimes you want to use it in controllers...

GEdit With Multi Terminal
GEdit is nice developer editor for GNOME. Textmate like snippets, file browser and embedded terminal. Last one is a nice feature, but default plugin gives...