-
Recent Posts
Recent Comments
- James on Migrating big applications from Rails 2 to Rails 3
- David on The Ruby C API – Basics
- 各种MQ比较-老娘舅 on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Chris on A quick message queue benchmark: ActiveMQ, RabbitMQ, HornetQ, QPID, Apollo…
- Andy on How to read one non-blocking key press in Ruby
Archives
Categories
Meta
Monthly Archives: January 2013
How to install custom ROM on Asus TF300TG Transformer Pad
Lately, I received a TF300TG Asus Transformer Pad, shipping with a stock Asus JellyBean (Android 4.1.1) OS. It is awesome, reactive, playful, efficient, has 3G connectivity with a SIM card slot… but does not have broadband telephony feature! So I … Continue reading
rb_iterate replaced by rb_block_call API between Ruby 1.8 and 1.9
You may have noticed that some Ruby libraries using C extensions were suddenly having core dumps when compiled using Ruby 1.9, whereas compiling with Ruby 1.8 got no problems. A good culprit might be the usage of rb_iterate method in … Continue reading
C, Howto, Ruby
1.8, 1.9, block, C extension, example, obsolete, rb_block_call, rb_iterate, ruby, segmentation fault, usage, yield