Ruby - Recent Bookmarks - Page 1:
Python and the Principle of Least Astonishment | Armin Ronacher's Thoughts and Writings
When you use something for a long time you will develop some kind of sensing of what goes together and what does not appear to fit the common pattern. The Python community seems to have given this eff... Read more
http://lucumr.pocoo.org/2011/7/9/python-and-pola/
Tags: python, programming, design, language, blog, pythonic, ruby, computer, css, idioms Saved by: admin at 10 Jul 2011
When you use something for a long time you will develop some kind of sensing of what goes together and what does not appear to fit the common pattern. The Python community seems to have given this eff... Read more
http://lucumr.pocoo.org/2011/7/9/python-and-pola/
Tags: python, programming, design, language, blog, pythonic, ruby, computer, css, idioms Saved by: admin at 10 Jul 2011
InfoQ: Twitter Shifting More Code to JVM, Citing Performance and Encapsulation As Primary Drivers
"While it almost certainly remains the largest Ruby on Rails based site in the world, Twitter has gradually been moving more and more of its stack to the JVM. The change is partially motivated by oft-... Read more
http://www.infoq.com/articles/twitter-java-use
Tags: java, ruby, twitter, scala, architecture, performance, rails, jvm, scalability, via:packrati.us Saved by: admin at 05 Jul 2011
"While it almost certainly remains the largest Ruby on Rails based site in the world, Twitter has gradually been moving more and more of its stack to the JVM. The change is partially motivated by oft-... Read more
http://www.infoq.com/articles/twitter-java-use
Tags: java, ruby, twitter, scala, architecture, performance, rails, jvm, scalability, via:packrati.us Saved by: admin at 05 Jul 2011
(think) - Django 1.3 vs Rails 3: A not so final showdown
In this article I’ll try to compare the frameworks in a totally friendly way; if you’ve expected an epic flame war post you may very well stop reading here. I’m obviously no Rails/Django guru, s... Read more
http://batsov.com/Ruby/Rails/Python/Django/2011/06/19/django-vs-rails.html
Tags: django, rails, programming, python, ruby, web, webdev, article, tutorial, comparison Saved by: admin at 20 Jun 2011
In this article I’ll try to compare the frameworks in a totally friendly way; if you’ve expected an epic flame war post you may very well stop reading here. I’m obviously no Rails/Django guru, s... Read more
http://batsov.com/Ruby/Rails/Python/Django/2011/06/19/django-vs-rails.html
Tags: django, rails, programming, python, ruby, web, webdev, article, tutorial, comparison Saved by: admin at 20 Jun 2011
Michael van Rooijen (meskyanichi) - Managing and monitoring your Ruby application with Foreman and Upstart
"ows you to easily organize and horizontally scale your various processes in a centralized manner. For example, in a typical Ruby on Rails application you might have a few different processes: your ap... Read more
http://michaelvanrooijen.com/articles/2011/06/08-managing-and-monitoring-your-ruby-application-with-foreman-and-upstart/
Tags: ruby, rails, monitoring, deployment, upstart, foreman, rubyonrails, management, unix, app Saved by: admin at 09 Jun 2011
"ows you to easily organize and horizontally scale your various processes in a centralized manner. For example, in a typical Ruby on Rails application you might have a few different processes: your ap... Read more
http://michaelvanrooijen.com/articles/2011/06/08-managing-and-monitoring-your-ruby-application-with-foreman-and-upstart/
Tags: ruby, rails, monitoring, deployment, upstart, foreman, rubyonrails, management, unix, app Saved by: admin at 09 Jun 2011
Why Not MessagePack? - Andrew Cholakian's Blog
MessagePack is an efficient JSON compatible data serialization format. Worth investigating - http://bit.ly/kgMv0j – Dare Obasanjo (Carnage4Life) http://twitter.com/Carnage4Life/status/72118773762625... Read more
http://blog.andrewvc.com/why-arent-you-using-messagepack
Tags: json, messagepack, javascript, python, ruby, data, programming, api, serialization, via:packrati.us Saved by: admin at 23 May 2011
MessagePack is an efficient JSON compatible data serialization format. Worth investigating - http://bit.ly/kgMv0j – Dare Obasanjo (Carnage4Life) http://twitter.com/Carnage4Life/status/72118773762625... Read more
http://blog.andrewvc.com/why-arent-you-using-messagepack
Tags: json, messagepack, javascript, python, ruby, data, programming, api, serialization, via:packrati.us Saved by: admin at 23 May 2011
The Hacker's Path
Functional languages will blow your mind, and make you a better programmer in the end. Languages like Haskell, Erlang, Lisp, and Clojure are great for this sort of thing. Broaden your horizon with the... Read more
http://krainboltgreene.heroku.com/log/2
Tags: programming, books, reference, howto, web, python, hacking, learning, ruby, toread Saved by: admin at 19 May 2011
Functional languages will blow your mind, and make you a better programmer in the end. Languages like Haskell, Erlang, Lisp, and Clojure are great for this sort of thing. Broaden your horizon with the... Read more
http://krainboltgreene.heroku.com/log/2
Tags: programming, books, reference, howto, web, python, hacking, learning, ruby, toread Saved by: admin at 19 May 2011
BEATS Drum Machine
BEATS is a command-line drum machine. Feed it a song notated in YAML, and it will produce a precision-milled Wave file of impeccable timing and feel.
http://beatsdrummachine.com/
Tags: music, programming, ruby, drummachine, generator, drum, yaml, beats, command-line, drum-machine Saved by: admin at 15 May 2011
BEATS is a command-line drum machine. Feed it a song notated in YAML, and it will produce a precision-milled Wave file of impeccable timing and feel.
http://beatsdrummachine.com/
Tags: music, programming, ruby, drummachine, generator, drum, yaml, beats, command-line, drum-machine Saved by: admin at 15 May 2011
Rails 3: Fully Loaded | Intridea Blog
It's been close to a year since Rails 3 came out and I've had the pleasure of working on several Rails 3 projects since its release. Some existing gems became irrelevant with the release of Rails 3, w... Read more
http://intridea.com/2011/5/13/rails3-gems
Tags: rails, ruby, gems, rails3, programming, rubyonrails, development, tools, list, web Saved by: admin at 14 May 2011
It's been close to a year since Rails 3 came out and I've had the pleasure of working on several Rails 3 projects since its release. Some existing gems became irrelevant with the release of Rails 3, w... Read more
http://intridea.com/2011/5/13/rails3-gems
Tags: rails, ruby, gems, rails3, programming, rubyonrails, development, tools, list, web Saved by: admin at 14 May 2011
Applying the Unix Process Model to Web Apps
Let’s set up memcached to run as a managed process on Ubuntu. Write an Upstart config: /etc/init/memcached.conf description "Memcached" exec /usr/bin/memcached >> /var/log/memcached.log start on ru... Read more
http://adam.heroku.com/past/2011/5/9/applying_the_unix_process_model_to_web_apps/
Tags: unix, linux, process, ruby, architecture, monitoring, deployment, development, osx, sysadmin Saved by: admin at 10 May 2011
Let’s set up memcached to run as a managed process on Ubuntu. Write an Upstart config: /etc/init/memcached.conf description "Memcached" exec /usr/bin/memcached >> /var/log/memcached.log start on ru... Read more
http://adam.heroku.com/past/2011/5/9/applying_the_unix_process_model_to_web_apps/
Tags: unix, linux, process, ruby, architecture, monitoring, deployment, development, osx, sysadmin Saved by: admin at 10 May 2011
List of Current and Upcoming Cloud Platforms - Andyland
This list only includes "Platform as a Service" products. Not all services listed are available to everybody yet. You can also follow them on twitter through this twitter list: http://twitter.com/#!/... Read more
http://blog.huchunhao.com/current-and-upcoming-cloud-platforms
Tags: cloud, programming, platforms, webdev, cloud_computing, list, python, php, ruby, java Saved by: admin at 02 May 2011
This list only includes "Platform as a Service" products. Not all services listed are available to everybody yet. You can also follow them on twitter through this twitter list: http://twitter.com/#!/... Read more
http://blog.huchunhao.com/current-and-upcoming-cloud-platforms
Tags: cloud, programming, platforms, webdev, cloud_computing, list, python, php, ruby, java Saved by: admin at 02 May 2011