InfoQ

Interview

Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang

Interview with Tom Preston-Werner by Werner Schuster on Oct 09, 2008 05:29 PM

Community
Ruby
Topics
Web Servers ,
Monitoring Tools ,
Programming ,
Open Source ,
Performance & Scalability ,
Ruby on Rails ,
Scripting
Tags
RubyFringe ,
Rails ,
git ,
github ,
Scalability ,
Microsoft ,
Rubinius ,
Erlang
Summary
In this interview filmed at RubyFringe 2008, Tom Preston-Werner talks about how both Powerset and GitHub use Ruby and Erlang, as well as tools like Fuzed, god, and more.

Bio
Tom Preston-Werner works for Powerset Inc., and is one of the founders of GitHub. He's created various Ruby tools such as the monitoring tool god, and many more.
We are here at Ruby Fringe, Toronto. Who are you?
What content sources do you index? Do you index the web or specific to special sources?
What technology is Power Set built on?
You open sourced Fuzed on GitHub I think.
If you could name a project or product that is similar to Fuzed? How could you put it in relation to existing products or projects?
So at Power Set what parts are written in Ruby? Can you talk about that?
So you mostly use MRI, do you use JRuby or other projects?
So at the time of this interview there is a new development in the corporate structure of PowerSet, the ownership.
You are on another project or another website that's very successful it's Github. What can you tell us about that and how are you involved in Github?
What is the infrastructure, what is Github built on? What does it use on the server side?
Why did you choose Erlang as an implementation language for egitd ?
Did you write it as an OTP behavior for TCP Servers?
To close up let's talk about a rather divine topic. Your monitoring system God. What is that about?
What do you do with God as a monitoring tool? Is it similar to Erlang supervisors structure or supervise trees in any way?
show all  show all

1 comment

Reply

great interview by Navjeet Chabbewal Posted Oct 15, 2008 7:24 PM
  1. Back to top

    great interview

    Oct 15, 2008 7:24 PM by Navjeet Chabbewal

    This was an awesome interview. Thanks.

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.