Facebook’s memcached on GitHub
Facebook just released their memcached fork. The enhancements are explained in this note. Since we’ve made all these changes, we have been able to scale memcached to handle 200,000 UDP…
Facebook just released their memcached fork. The enhancements are explained in this note. Since we’ve made all these changes, we have been able to scale memcached to handle 200,000 UDP…
SproutCore 1.0 has been released! Check out the new CoreQuery which is the first step to making SproutCore JS-library agnostic. If you don’t know what SproutCore is, head over to…
Another good Git on Windows blog post. Don’t forgot about our Guide, either! ![](https://cloud.githubusercontent.com/assets/391331/13195752/e4a40c24-d76e-11e5-8f39-290d40ccd7de.png)
Google Code Search now supports GitHub. From the announcement: For Git, we now crawl repositories hosted by several public git hosting sites including GitHub and repo.or.cz. In addition to that,…
That’s right! As mentioned in their YUIDoc announcement, Yahoo’s User Interface Library is now hosted publicly on GitHub at http://github.com/yui. ![](https://cloud.githubusercontent.com/assets/391331/13195742/9f10d480-d76e-11e5-94e2-115c96e7e81f.jpeg) Be sure to check out the brand new YUILibrary…
Everything else is on the web, why not your music player? ![](https://cloud.githubusercontent.com/assets/391331/13195726/40342444-d76e-11e5-94c2-1061eb0d3749.png) Oh and look, the code’s on GitHub.
Thanks to the pros at Engine Yard for helping us optimize more of our database queries. With a small team like ours, their support really makes a tangible difference. ![](https://cloud.githubusercontent.com/assets/391331/13195720/23e20af4-d76e-11e5-8324-3c9c9657b9e8.png)…
Now when you log in to GitHub and visit the support site, you’ll be automatically logged in. No account? No worries – one will be automatically created. ![](https://cloud.githubusercontent.com/assets/391331/13195633/78939272-d76c-11e5-83eb-5f1901b5bb3c.png) Nice and…
Jason Adams has a blog post titled 10 Reasons to Use Git for Research. Know anyone working in an academic settings? They may want to check it out. Academic settings…
We still have a few Fork You and Rebase shirts left. They’re the perfect holiday gift! ![](https://cloud.githubusercontent.com/assets/391331/13195628/569b0ce0-d76c-11e5-9f1c-95e65e9a1ec6.jpeg) (BTW I wear a medium…)
Thinking about moving to Git? Want to bring the rest of your team up to speed? GitHub now offers customized Git Training. ![](https://f.cloud.github.com/assets/28818/1632311/d75cc6c6-5775-11e3-90ad-58a1e5165e88.png) Visit the training page for more information.
You’ll no longer see a flood of commit events in your dashboard. Instead? Push events. ![](https://cloud.githubusercontent.com/assets/391331/6141319/9a3694f0-b158-11e4-9fbc-cb89c4bddecb.png) Commit events will still appear on your profile and in all your RSS feeds…
We’ve had the same pool of YouTube videos on our maintenance page since we launched. Time to add some more. ![](https://cloud.githubusercontent.com/assets/391331/13195576/cf263d76-d76a-11e5-960e-9e7713c400d6.png) Got a favorite YouTube video? Post the url and…
Stephen Celis’ GitHubbub is a Fluid user-script which automatically updates your news feed and Growls you when updates come in. Pretty damn cool. ![](https://cloud.githubusercontent.com/assets/391331/13195572/b30fdc64-d76a-11e5-9320-763465c8a918.png) (And personally I loved the transparent…
Okay, it’s official: let me google that for you is the new RTFM. Someone on your team asks where to download solr. Let me google that for you. Your friend…
Lately I’ve been working with submodules – specifically developing plugins / libraries as submodules within a separate project. Turns out, they’re pretty cool. I’ve written a short guide, Developing with…