Skip to content

Instantly share code, notes, and snippets.

View fritzek's full-sized avatar

Fritz Thielemann fritzek

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fritzek on github.
  • I am fritzek (https://keybase.io/fritzek) on keybase.
  • I have a public key whose fingerprint is A9BD A96D 6323 2ED4 F7B3 7F36 F9C6 0D4F 93E9 6633

To claim this, I am signing this object:

create table ft_test (datum date, anzahl number);
insert into ft_test (datum, anzahl) values ('01.06.2011',5);
insert into ft_test (datum, anzahl) values ('02.06.2011',5);
insert into ft_test (datum, anzahl) values ('03.06.2011',5);
insert into ft_test (datum, anzahl) values ('04.06.2011',5);
select * from ft_test;
SELECT a.datum, (SELECT SUM (b.anzahl)
@fritzek
fritzek / gist:1009970
Created June 6, 2011 09:05
mail template about letting devs know that tests are failing because they aren't including rake in their gem file
Hey <github-handle>
Thanks that you run your test on Travis-CI.
Just to let you know: your tests failing because you haven't included rake in your Gemfile.
Please be so kind to add rake and your tests should run as you expect.
Thanks again for using Travis-CI
your Travis-Team
$ RAILS_ENV=test bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using ZenTest (4.5.0)
Using multi_json (1.0.2)
Using activesupport (3.1.0.beta1)
Using bcrypt-ruby (2.1.4)
Using builder (3.0.0)
Using i18n (0.6.0beta1)
Using activemodel (3.1.0.beta1)
namespace :deploy do
PRODUCTION_APP = 'myapp'
STAGING_APP = 'myapp-staging'
def run(*cmd)
system(*cmd)
raise "Command #{cmd.inspect} failed!" unless $?.success?
end
def confirm(message)

(This is the text of the keynote I gave at Startup Riot 2009. Will update when video becomes available.)

Hi everyone, I’m Chris Wanstrath, and I’m one of the co-founders of GitHub.

GitHub, if you haven’t heard of it, has been described as “Facebook for developers.” Which is great when talking about GitHub as a website, but not so great when describing GitHub as a business. In fact, I think we’re the polar opposite of Facebook as a business: we’re small, never took investment, and actually make money. Some have even called us successful.

Which I’ve always wondered about. Success is very vague, right? Probably even relative. How do you define it?

After thinking for a while I came up with two criteria. The first is profitability. We employ four people full time, one person part time, have thousands of paying customers, and are still growing. In fact, our rate of growth is increasing – which means January was our best month so far, and February is looking pretty damn good.