Generating SSH config from AWS hosts using boto
As a consultant and advisor to many firms running on or investigating AWS, I find SSH host and key management to
Slides from ReInvent Law Silicon Valley Talk
Live from ReInvent Law Silicon Valley, where I gave an Ignite-style talk drawing analogy to law's future from finance's past. Slides embedded
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto – SEMOP Talk, Feb 12, 2013
I'll be giving a talk tonight on automated Oracle database deployment at the SouthEast Michigan Oracle Professionals (SEMOP) Meetup Group. While I'll be following
Wordcloud of the Arizona et al. v. United States opinion
Here's one purely for fun - a wordcloud built from the Supreme Court's opinion on Arizona et al. v United
Summary of community detection algorithms in igraph 0.6
Based on Launchpad traffic and mailing list responses, Gabor and Tamas will soon be releasing igraph 0.6. In celebration,
Building Python pandas from development source
I first heard about Python pandas from a friend at RenTech or AQR in the early summer of last
OTM in the Cloud: Hosting Architectures, Part 2 – 1+RDS
In our last post on cloud architectures, I covered a simple one-node Oracle Transportation Management instance on Amazon Web
Now hosted on EC2
After a few days of configuration and testing, it's official - bommaritollc.com and computationallegalstudies.com will now be hosted on an AWS EC2 instance with
Visual Summary of #jan25 Twitter Activity
Last year, I covered a number of the so-called "Twitter protests" in China (#cn220), Iran (#25bahman), and Algeria (#fev12). Since these protests began in
Network of foreign key constraints in Oracle Transportation Management
If you've ever worked under the hood with OTM, you'll know that there's some pretty serious normalization. As I recently explained, deleting a single
Debugging ORA-02292: integrity constraint (OWNER.CONSTRAINT) violated – child record found
Did you find this post useful? Does your organization need Oracle services? We can help. Working with Oracle databases can be daunting to
Saving memory in redis and python with struct.pack
In redis, every object is either a binary-safe string or collection thereof. Even if you're storing numbers from your client library or using the
Building, configuring, and benchmarking redis from Github source
Part of blogging for myself is making notes about process that may or may not garner a wide audience. The first of these notes