Technical Insights

Deep dives into Apache Cassandra, distributed systems, performance optimization, and software engineering at scale.

1 min read mysql

'MySQL: Innodb Memory Usage Formula'

I hate looking for this….

This will give you a rough idea of your innodb memory usage. I know it’s in a hundred spots, but i hate looking for it when i double check things. …

1 min read cocoa, mac

On cocoa...

I found this pretty amusing…

me: i’m terrible w/ cocoa i don’t particularly like objective-c it’s to verbose

**matt: **
[me putonSock:blueOne onFoot:rightFoot …

1 min read mac, spaces

'OS X: Spaces + Fluid

I’ve tried so many times to use Spaces, and I keep failing. As useful as it should be, it just never was. And I’ve finally realized why. Most of what I do is in a web browser. And …

3 min read git, svn

Switching from SVN to git

I’ve been using SVN for several years now, so I’ve been partial to it, and reluctant to switch to another form of source control. I’m very comfortable with it, and I’ve got …

1 min read erlang

Erlang Records Cheatsheet

I hate looking stuff up. I just like having this type of thing 1 click away, in a nice summary. This post is mostly for me.

Define a record:

-record( rule, {ruleid, site, rule, original} ).

You …

1 min read erlang, leex

'Erlang: Installing Leex'

Leex is an erlang version of Lex, a Lexical Analyzer Generator written by Robert Virding. Robert (and several others in #erlang on freenode) were incredibly helpful and considerate in helping me …

Stay Updated

Get the latest insights on Apache Cassandra, distributed systems, and performance optimization delivered to your inbox.

Subscribe to Newsletter