Sunday, 15 April 2007

Twitter is Slow, but not because of Ruby

Jeff Atwood commented on the Twitter scalability problem and blamed on Ruby’s slowness. I have quoted from Coding Horror a few times (in my other blogs as well), but I still do not get how his opinions can be so highly regarded in programming community, when he cannot even distinguish between performance and scalability. Even [...]

Friday, 13 April 2007

DHH, Rails, Twitter and Scalability

DHH responded to Twitter’s scalability issue. Again that pin-points the “pain” of many share-nothing framework — database, and the lack of generic framework support to facilitate scaling out the database (yeah, I know it sounds oxymoron).

Category: Technology | 0 Comment
Friday, 23 March 2007

Joyent Slingshot

Joyent introduced Slingshot that provides offline support to Rails applications. Lack of off-line support has always been the Achilles’ heel of SaaS-based applications that serve through HTTP — at least it is one of the most frequently asked features at work! Slingshot provides (1) a container environment for running Rails applications on Windows and Mac [...]

Category: General | 0 Comment
Friday, 16 February 2007

Ruby on Rail and Heaven

A few humourous programming language stories — Raganwald: Programming Language Stories — where it looks at the attitude of C, Ruby on Rails, Java and Scheme programmers. The RoR one is my favourite as it was a derivative from another popular joke. Just inside the gates of heaven, St. Peter sits at a desk checking [...]

Category: General | 0 Comment
Tuesday, 30 January 2007

Performance Comparison with 6 Leading Web Frameworks

Alrond’s technoblog: The performance test of 6 leading frameworks. Very interesting read, as Alrond tested Django (Python), TurbGears (Python), Ruby on Rails 1.1.6/1.2.1 (Ruby), Catalyst (Perl), Code Igniter (PHP) and Symfony (PHP), using various load and memory testing utilities. His conclusion? Django is fast, and can be very light on memory as well. RoR 1.1.6 [...]

Category: General | 0 Comment
Thursday, 26 October 2006

Ohloh: PHP and Ruby Comparison

Ohloh: PHP Eats Rails for Breakfast. A clearly link bait title, as it is in fact analysing by the “language”, i.e. PHP vs. Ruby, instead of frameworks. However, the analysis is interesting. As well as Brad Feld’s feedback on this article. Some of my thoughts: I won’t say it represents the “big picture”. Ohloh is [...]

Category: General | 0 Comment
Thursday, 10 August 2006

Unicode and Ruby being Japanese

Alessandro Vernet: Ruby is on its way of fixing unicode issues, and he concluded that lacking of proper unicode support in Ruby might be caused initially designed by Matz who is a Japanese, who have been relunctant to support Han unification in charset and migrate to Unicode. I am not sure whether it is really [...]

Category: General | 0 Comment
Saturday, 11 March 2006

Gosling on PHP/Ruby, DHH on Gosling

James Gosling in Java Is Under No Serious Threat From PHP, Ruby or C#: “PHP and Ruby are perfectly fine systems,” he [Gosling] continued, “but they are scripting languages and get their power through specialization: they just generate web pages. But none of them attempt any serious breadth in the application domain and they both [...]

Category: General | 1 Comment