Blog Archives

Law’s Future from Finance’s Past: Recorded Talk from Reinvent Law Silicon Valley

Back in March, I posted the slides to my talk at the Silicon Valley Reinvent Law event – Law’s Future from Finance’s Past. Last week, we posted the video online; you can watch below. Michael Bommarito – Law’s Future from

Tagged with: , , , , ,
Posted in Consulting, Law, Technology

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 be a constant struggle.  From IAM credentials to default OS logins, it’s easy to lose time with constant

Tagged with: , , , , ,
Posted in Consulting, Programming

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 below and video forthcoming:

Tagged with: , , ,
Posted in Consulting, Finance, Law

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 up on this post later, I wanted to share the slides and Github repository for participants to follow

Tagged with: , , , , , ,
Posted in Consulting, Programming

Connecting R to an Oracle database with RJDBC

In many circumstances, you might want to connect R directly to a database to store and retrieve data.  If the source database is an Oracle database, you have a number of options: ROracle RODBC RJDBC   Using ROracle should theoretically

Tagged with: , ,
Posted in Consulting, Programming