Kentaro Kuribayashi's blog

Software Engineering, Management, Books, and Daily Journal.

Entries from 2013-02-16 to 1 day

My Presentation at #fluentd Casual Talk 2: Log Everything with Fluentd

At Fluentd Casual Talk #2 held today, I gave a presentation titled "Log Everything with Fluentd". It's based on my work for Puboo, an e-book publishing service. I couldn't use fluent-logger-php, but it eventually was good fo me. As I wrote…

ruby-jquery: jQuery Expression Generator

String-jQuery written by id:motemen intrigued me. I tried to port it to Ruby: https://github.com/kentaro/ruby-jquery It's almost the same as the original one except one big difference. require 'jquery' jQuery() #=> jQuery() jQuery('a') #=>…