PJ Hyett

@pjhyett

Posts by this author

An illustration of two octocats repairing a robot.

Double Billing Receipts

If you received two email receipts tonight it’s because we accidentally billed you twice. That said, the second charge has already been voided. In the craziness of migrating hosts we…

An illustration of two octocats repairing a robot.

Speedy Gem Indexing

As of RubyGems 1.3.2, the index generation code supports incremental index updates. What this means is instead of taking minutes rebuild all of the indexes for GitHub’s thousands of gems,…

An illustration of two octocats repairing a robot.

100,000 Users!

Less than a year and half after our public launch, GitHub surpassed 100k users last night. Thanks to all for signing up, here’s a simple graph I whipped up courtesy…

An illustration of two octocats repairing a robot.

Yahoo-Flavored Hadoop on GitHub

Yahoo’s openness continues today with their announcement of their Hadoop distribution being hosted right here on GitHub: http://github.com/yahoo/hadoop. p=. Read all about it on Yahoo’s Developer Blog.

An illustration of two octocats repairing a robot.

Announcing GitHub:FI

We’re excited to announce the launch of Logical Awesome’s latest product: GitHub:Firewall Install What Is it? GitHub:FI is a version of GitHub that can be installed within your own private…

An illustration of two octocats repairing a robot.

Pick your Default Branch

Most repos use the branch master as their default, but Git doesn’t force this upon you and why should we? Now you can change it to whatever you want. This…

An illustration of two octocats repairing a robot.

Pages 2.0

Prior to actually building GitHub Pages, we had been kicking around the idea for a while. I thought nobody would bother, Chris and Tom thought differently. I decided the only…

An illustration of two octocats repairing a robot.

Keeping GoogleBot Happy

One of the interesting side effects I hadn’t considered when we rolled out some fairly significant caching updates on GitHub in the beginning of January was how much Google’s crawler…

An illustration of two octocats repairing a robot.

Repository Uploads

Edit: This feature has been replaced by Releases. This evening we rolled out a Downloads section for all repositories wherein repo members can upload files. Tag releases are also listed…

An illustration of two octocats repairing a robot.

Gist for Greasemonkey

We’re now appending the gist name at the end of its raw url. That means it’s dead-simple to serve greasemonkey (or greasekit) scripts directly from gist.github.com. I was able to…