Ruby on Rails - a paper dragon?
When Ruby on Rails started to gain some momentum a year or so ago, I decided to take another look at the Ruby language itself along with the Rails web... more »
3 commentsSave Tags: opinion, php, ruby
Apple’s iPhone SDK Prohibits Real Mobile Innovation
Last week Apple opened up the iPhone and introduced a software developer’s kit (SDK) to allow third parties to develop software for the iPhone. This... more »
0 commentsSave Tags: apple, mobile, opinion
Why Silverlight is nailing Flex
An article on why Silverlight has a bigger buzz than Flex.
11 commentsSave Tags: .net, flash-flex, microsoft, opinion
John Carmack on id Tech 6, Ray Tracing, Consoles, Physics and more
The information that John discussed with us is very in-depth and you'll probably want to block off some time to fully digest the data. You might also... more »
0 commentsSave Tags: opinion
How to use git / github with capistrano
Deploying your git or github hosted app using capistrano.
0 commentsSave Tags: ruby, server
Why Basecamp Sucks
Its so good but just falls flat on its face in the most important needs for a small dev team.
7 commentsSave Tags: reviews, ruby
PostgreSQL performance study: introduction
While working on PostgreSQL performance and scalability tuning I found things worth mentioning. Guess that in order to talk to the community it would... more »
0 commentsSave Tags: database
Apache vs Nginx : Web Server Performance Deathmatch
good benchmark about nginx vs apache
1 commentsSave Tags: open source, server
Mac Dock effects in JavaScript
How cool is this? Thanks to Stephen Morley you can create the Mac OS X dock effect of icons expanding as you mouse over them using JavaScript. In the... more »
1 commentsSave Tags: apple, javascript, open source
Write more empty lines! They will be read!
Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code.
7 commentsSave Tags: .net, methodology, opinion, standards
iPhone SDK comparison chart
So with hardware accelerated 3D graphics, an integrated database API, tightly integrated performance monitoring tools, and a highly specialized... more »
0 commentsSave Tags: apple, mobile, tools
MacRuby - Ruby 1.9 ported to Objective-C
A new project by Apple aims to improve Ruby on MacOS X. The MacRuby project is a port of Ruby 1.9 to the Objective-C runtime. We talked to Laurent... more »
0 commentsSave Tags: apple, other languages, ruby
The anarchy of ruby
It seems the zeitgeist in ruby-land is looking for a solution to the ‘do this if I can’ patterns that continually crop up in code. In the python... more »
1 commentsSave Tags: opinion, ruby
You Used Ruby to Write WHAT?!
Deciding when to use any language--including Ruby--depends on the appropriateness to task and the amount of yak shaving necessary. Zed Shaw explains... more »
2 commentsSave Tags: opinion, ruby
Thin The Fast Ruby Web Server
Today Mongrel is the defacto Ruby webserver of choice (watch Zed Shaw's, creator of Mongrel, presentation from QCon London 2007) . But a new... more »
0 commentsSave Tags: ruby, server
Matz's Ruby 1.9 Google Tech Talk
Ruby creator Matz goes to Google and gives a tech talk about Ruby 1.9.
1 commentsSave Tags: ruby
Wilson Bilkovich Discusses Rubinius
Wilson Bilkovich is one of the core developers of the Rubinius project - a Ruby implementation written in Ruby. Wilson is also one of the members of... more »
0 commentsSave Tags: opinion, ruby
Using Git within a project (forking around)
As developers, we know how exciting it is for a project/website to “go live”. You’ll get some praise from users, some bugs reports, but mostly, you... more »
0 commentsSave Tags: tools
EngineYard hires developer for mod_rubinius and Rubinius
Engine Yard, a Rails hosting company, has recently made news by hiring a group of developers to work on Rubinius. Now, they added another developer,... more »
0 commentsSave Tags: news, ruby
Loading classes from strings in Ruby
When working with Ruby, every once in a while you'll need to go and instantiate the appropriate classes when all you have is the names of those... more »
0 commentsSave Tags: how-to, ruby
backup_fu Makes Amazon S3 Backups Redonkulous
Redonkulously easy, that is. Your rails app has been humming along nicely for several months, then suddenly it hits you, wait, are we backing up... more »
1 commentsSave Tags: frameworks, ruby
Rack RESTful Dispatcher
Example of using Rack to create standalone RESTFul services in Ruby.
0 commentsSave Tags: ruby, tools, web services
Interview: Evan Phoenix on Rubinius
Evan Phoenix talked with InfoQ to discuss Rubinius, a modern Ruby VM loosely based on the Smalltalk-80 architecture. Rubinius's goal is to be a fast,... more »
0 commentsSave Tags: opinion, ruby, tools
Lisp in Ruby
I had often thought about implementing a Lisp interpreter, but back in the “old days”, the thought of implementing garbage collection and the whole... more »
2 commentsSave Tags: other languages, ruby
via