Subscribe to occasionally brighten your inbox with a bundle of doodles wrapped in a few thoughtful thoughts on being a beacon in this crazy-wonderful world.
If the drawings on this website give you a smile why not share one? I added a
free ecard system so you can send "
doodlegrams" to anyone you'd like. Go ahead, send a smile! Just click on the words eCard (free) below any doodle on the blog .
"I adore your doodles... I swear looking at those bunnies lowers my blood pressure, calms my mind and makes me smarter. Who needs meditation when there are bunnies?"
~Caitlín Mowbray - Meditation Teacher, Astrologer and Soul Provocateur
Find David on Bloggers.com
Live from Barcamp – Day 2 – Session 4 [for me] Ruby on Rails panel
Looks like just two panelists. Didn’t get the names.
Starting discussion with scaling issues of mongrel server. I was expecting more of a discussion of rails, pros and cons, this seems to be more of a discussion of memory use on the server and scalability. Database load failed to scale for Twitter, sooner than the ability to run enoug instances of mongrel. Logan, jumps in and interjects “F*ck scalability” with the contention that when you have the problem of scalability you better have money coming in and can then deal with the issue. Is Ruby creating a brain-drain on Java talent. Still more jobs for java developers? There is a rebutting point that sometimes an app can catch fire before monetization and can outpace the scalability of Rails. PHP might be better. But how do you anticipate rate of acceptance, and usage growth? In one company, not named, prototyping is done in rails, but all that code is tossed for the production environment. The prototyping is useful for creating real requirements, but in the company referred to it is all java for the production.
Lookup: panelist mentioned a video on building a blog app in rails in 15 minutes – assume this can be found on youtube
Panelist expresses difficulty in his experience getting separate rails apps to communicate well. Not well-suited task for rails. Application growth tends to get unmanageable. Not just a rails problem. Michael chimes in with a plug for Ruby and reinforcing the point that Rails is not very ruby-like. Learning and loving Ruby can enrich the experience and open new doors. Very expressive. Syntax for ruby is very expressive. Ruby is fully object-oriented.
Rails vs. Symfony — Symfony is a framework for php that borrows much from rails — panelists likes rails much better — more nuance, better unit testing. Other frameworks, like Zend, etc. don’t provide the full simplicity, but they do help put you in a better paradigm for development.