Archive for April, 2007

Have you tried BlogPulse charts and graphs to track and analyze what’s behind the buzzwords?

Here is an example showing the keywords python, ruby, and wordpress (time-line is the past 6 months). Looks like the WordPress spike is beginning to fade, and I wonder what that means?
20070423060847jjugjo8fdt8lr4iizp5t.png

Here is another BlogPulse trend chart showing what everyone was talking about last week. Keywords/Phrases : Virginia Tech, Cho, gun control.

20070423070543vatech_cho_gun_control.png

Now that we are on this topic, let me say that my deepest sympathy goes out to all the families affected by this horrific tragedy (mass murder, suicide); my prayers for peace and love continue unto God our Father and our Lord Jesus Christ, and I recommend that everyone read and meditate on Psalm 4 and Psalm 23 this week.

PIPES!

Have you checked out the new Yahoo Pipes!

It is a like an “RSS feeds on steroids”. Pipes is an interactive feed agregator and manipulator. Using Pipes, you can create feeds that are more powerful, useful and relevant.

CMS Wire is reporting live from RubyConf and covers a few talks delivered at RubyConf. Sounds like the conference is buzzing with excitement and here a few items I gleaned…. Checkout Ruby on Rails Cheat Sheets, great little documentation things that help you get your work done… kind of like MAN pages, but a little more dynamic.

The PeepCode ScreenCasts are also highly recommended… “PeepCode Screencasts are a high-intensity way to learn Ruby on Rails website development”.

Wait a minute!!! That RubyConf is not the REAL RailsConf — which will happen May 17 to 20, 2007 — check it out on the RailsConf website.

Huw Collingbourne has published a nice Recommended Ruby Reading List — it has 6 “essential books” about Ruby and Ruby on Rails, 3 “other books” about the Ruby Language and Ruby on Rails, and provides links to 4 FREE books (PDFs) about programming ruby (that you can download). for a total of 13 books about Ruby. I downloaded a bunch of the PDF books, but the only other one I own is Programming Ruby, The Pragmatic Programmers’ Guide (second edition) which a lot of folks seem to agree is truly the essential book about Ruby.

Huw recommends The Ruby Way, by Hal Fulton, as the “second great tome” (after pick-axe) which is published by Addison Wesley, and is also now in it’s second edition. A free example chapter about “Working with Strings” is provided.

  • How To Find Ruby User Groups March 9, 2010
    Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun. If you're lacking for inspiration or want to get to know some Rubyists within certain parts of the world (or just around the corner, if you're lucky), headin […]
  • Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby March 8, 2010
    Vagrant is a Ruby-based tool for building and deploying virtualized development environments. It uses Oracle's open-source VirtualBox virtualization system along with the Chef configuration management engine along with lots of Ruby goodness to automate the creation and provisioning of virtual machines for development purposes. […]