Author Archives: Shawn

Changing default users collection name for accounts package in Meteor

We ran into a peculiar issue while working with Meteor at Gummicube. We had two separate Meteor application that both needed to access the same MongoDB since they shared many of the same collections, but they needed to have their own users collections. This was a problem, since the users collection always had the default […]
Posted in Development | 1 Comment

Postmortem: Migrating MongoDB to DynamoDB

Introduction DynamoDB, a relatively new arrival to the NoSQL party, celebrated its three-year anniversary earlier this year. We have now seen it deployed in mature products like the portfolio of online games at TinyCo and our own app store optimization solution) at Gummicube. It’s pay-as-you-go, it’s extremely scalable, with basically zero administration overhead. However, it […]
Posted in Development | Tagged , | Leave a comment

New puzzle game underway!

Don’t have a whole lot of specifics yet, but Rick and I dusted off a puzzle game prototype that had been sitting in his digital drawers for a few years, until some recent chain of events lead to its rediscovery.  And now we’re going to make it come alive on an iPad near you.  We’re […]
Posted in Development | 3 Comments

Couchbase vs. DynamoDB for Free-To-Play Games

Perry and I used to joke about what will get released first: FableLab’s next game or Couchbase 2.0.  And yes, he won 🙂  But that does mean that I get the option to use the new version to power my next game.  Besides key operational improvement, 2.0 also added several key features that were missing […]
Posted in Development | Tagged , , | 1 Comment

If you are unable to find attached iOS device on Flash Builder 4.7 Beta 2…

Hey guys! We at FableLabs have been working on doing mobile development using Adobe AIR and our AS3 codebase on my Windows machine.  The new FB 4.7 Beta 2 and Project Monocle have been working out really well, exceeding our expectations.  And I will do a write up on them later when I finally get a breather. […]
Posted in Development | Tagged , , , | Leave a comment

Upgrading Membase 1.7.2 to Couchbase 1.8.1, provisioned IOPS for EBS

I just completed an upgrade of our prod Membase cluster to go from 1.7.2 to Couchbase 1.8.1 community edition, which was made available recently.  Since I am planning to do the upgrade by taking all the nodes down and update all the server software which will incur downtime, I figured I will also try out […]
Posted in Development | Tagged , , , | 1 Comment

Tim Schafer, Double Fine to crowd-source a new adventure game

Okay, I admit, I am a Tim Schafer fan.  If you know what we do at FableLabs, it should be no surprise that I love to see good stories in a game.  And Schafer has produced some of the most beautiful and story-rich graphics adventure games in the past.  He now turns to Kickstarter to […]
Posted in Gaming Bizdev, Theoretical Thoughts | Leave a comment

gevent compatible Memcache client

I have been looking for a memcache client that plays well with gevent, and I stumbled upon one today: https://github.com/esnme/ultramemcache It’s written and maintained by the good folks at ESN.me.  They built Battlelog, the social network for Battlefield 3, using gevent and this memcache client.  They also released a gevent-compatible MySQL driver and a few […]
Posted in Development | Tagged , | 4 Comments

Game Design: Rise of the Clones

There has been a recent flurry of media coverage on big game companies releasing clones of games developed by smaller, indie studios.  Here are a couple of claims made by two studios against Zynga: http://kotaku.com/5879046/zynga-totally-rips-off-tiny-tower http://venturebeat.com/2012/01/29/buffalo-studios-blasts-zynga-for-copying-bingo-blitz-social-game/ And here is a more recent and more serious accusation that is actually turning into a lawsuit, against our […]
Posted in Gaming Bizdev, Theoretical Thoughts | Tagged , , | 3 Comments

Key stats to monitor for your Membase cluster

Happy holidays everyone!  I realize that from working with Membase in our production over the last year, I’ve collected a few key commands in my .bashrc for quickly checking vital stats on my Membase servers, many of them came from the good folks at Couchbase.   Their wiki has improved over the year as well, […]
Posted in Development | Tagged | Leave a comment