InfoQ Homepage Ruby Content on InfoQ
-
Lift Web Framework
This presentation discusses Scala (a hybrid Object Oriented and Functional language) and Lift, and how many Lift features are based on Scala pattern matching and functional composition.
-
Programming and Minimalism
In this talk from FutureRuby, Jonathan Dahl talks about minimalism and clarity in writing and how to use these principles in programming.
-
Introduction to Cappuccino
Francisco Tomalsky introduces Objective-J, an Objective-C inspired language on top of Javascript, and the Cappuccino framework built with it, which were used to create http://280slides.com
-
Flying Robots
In this talk from FutureRuby, Damen and Ron Evans' flying_robot project controls an Unmanned Aerial Vehicles (UAV, a blimp in this case) with Ruby and Arduino.
-
Version Control: Blood, Brain & Bones
Usain Bolt revealed his nutrition sources: KFC, McDonald's & Chinese Food. If the world's fastest man doesn't eat healthy food, why should programmers? Because programmers know about Version Control!
-
Building Native Mobile Apps in Rhodes
In this talk from FutureRuby Adam Blum shows Rhodes, an open source Ruby-based framework for building locally executing apps with access to device features for all major smartphone devices.
-
Crimes Against Humanity, Writ Small
The Milgram experiments revealed a number of exploitable weaknesses in human psychology. Matt Knox talks about those weaknesses, their exploitation, consequences, and aftermath.
-
Programming Life
Austin Che discusses DNA and reprogramming life to create a myriad of novel biological systems. Modularity, abstraction and standardization allow non-biologists design and build biological systems.
-
How Capitalism Saves Ruby From Corporatism
Nathaniel Talbott explains: the revolution isn't free. If the Ruby community doesn't want to have the life sucked out by soulless corporations it has to learn to take value and turn it into cash.
-
Fighting the Imperial Californian Ideology
In this talk from FutureRuby, Jesse Hirsh explains the history of Imperial California and the means by which its ideology infects everyone.
-
Terrible Noises for Beautiful People
In this FutureRuby session, Misha Glouberman has the audience make terrible noises and behave like a giant cellular automaton - among other things.
-
Multicore Programming in Erlang
Ulf Wiger shows typical Erlang programs, patterns that scale well on multicore and patterns that don't, profiling and debugging parallel applications and ensuring correct behaviour with QuickCheck.