Tags
apache assassin's creed barcamp barcampboston call of duty citysense css cuil Databases design DRM Fire Eagle JRuby Localytics Maglev mario Microsoft mobile Mobile Monday Boston momoboston MongoDB music mvc MySQL NetBeans OODB php pubmatic Ruby RubyInstaller ruby on rails Scala search sense networks techcrunch TechStars TED webinno wii Windows wordpress Xbox Yahoo YARV zendCategories
Archives
- October 2010
- August 2010
- July 2010
- February 2010
- December 2009
- November 2009
- August 2009
- June 2009
- March 2009
- October 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- July 2005
Author Archives: Andrew
MongoDB “Too Many Open Files”? Raise the limit
This blog post is intended to supplement the “Too Many Open Files” page in the mongoDB docs. Raising the file limit for MongoDB If you installed from the Ubuntu/Debian package, then there is a simple way to increase the open file limit. … Continue reading
Netbeans 6.9 and Scala 2.8 Final
The Scala 2.8 plugin for Netbeans 6.9 is out as of about a month ago, but the NetBeans wiki entry for Scala hasn’t been updated. To get 6.9 up and running with Scala, download the plugin from the ErlyBird project … Continue reading
MongoDB Sharding
Messed around today with MongoDB sharding on version 1.2.2. It was pretty easy to setup. All I had to do was: Download MongoDB Do this setup Here’s the question that prompted me to try it: does MongoDB only fetch the … Continue reading
TechStars Application Tips
With the deadline looming for TechStars Boston 2010, I’ve been asked for tips from a few people. It’s time to share them in a blog post. Hopefully this helps. Disclaimer: this is just my perspective from Localytics, a TechStars Boston 2009 company. … Continue reading
Ruby MD5 and SHA1 Digest Benchmark
I did a benchmark of MD5 and SHA1 digests in Ruby. The benchmark was done in Ruby 1.8.6 on Windows. The code used to benchmark: The output: As expected, digest methods are faster than hexdigest and MD5 is faster than … Continue reading
Posted in Ruby
3 Comments
Database Normalization: First, Second, and Third Normal Forms
I read a great explanation of first, second, and third normal form a few weeks ago. For those that know what database normalization is but haven’t seen the “forms”, the different forms are essentially rules for having a well normalized … Continue reading
MySQL Join Performance
Earlier this week I was curious about the performance of JOINs in MySQL. How severe is the performance hit of joins? How much slower is a string join over an integer join? I decided to do some tests, and I’m … Continue reading
The Past Few Months
It’s been a while since I’ve updated my blog, so I thought I’d provide a rundown of what I’ve been doing. Startup We really found our focus over the past couple months. We are committed to making tools for mobile … Continue reading
What an insane fall lineup
The games coming out this fall season are an assault on the senses. This is a way better lineup than last year. Games I care about include: Dead Space – released Oct 13 to great reviews Fable 2 – Oct … Continue reading
Posted in Video Games
5 Comments