Technology

Posts about Technology I like

Why I don’t think MySQL is a good choice for the cloud

April 6, 2013
By

TweetDatabases are all about I/O speed. If you believe that 20% of the data is 80% of the queries, then any database over five times RAM is too large to be fast. In most businesses data over a year old shouldn’t matter. It shouldn’t be part of the 20%. For OLTP, that’s almost true except…

Read more »

Cupcakes instead of Layer Cakes and Mocks for Integration Testing

September 17, 2012
By

TweetAt every company I’ve ever worked at we needed more automated tests. The problem is that you can only do so much with Unit Tests in Cloud/Enterprise development. You need “integration tests”, but those become a huge pain in the ass. Some people point to “Mocks” as the answer. Except Mocks don’t seem to work.…

Read more »

Apple should offer a public cloud

March 3, 2012
By

Tweet Apple needs to become a public cloud provider. This will be an ambitious undertaking because frankly, they’re very far behind Amazon. But if they did so, it would be hugely successful. Because these days, every app you see ends up being backed by a server somewhere and that server is in a cloud somewhere.…

Read more »

To Office for IPad or not to Office for iPad

March 2, 2012
By

Tweet  So there were rumors this week that Microsoft was going to ship a version of Office for iPad. I have no opinion one way or another whether they will or not. But I admit to being intensely curious about it because Microsoft has always used Office as a weapon. If Microsoft makes an iPad…

Read more »

Why iBook Author is Ho-Hum

January 23, 2012
By
Why iBook Author is Ho-Hum

TweetSo professionally, this was an interesting week for me. Wednesday, Chegg shipped their new eReader which is the project I’ve been working on since August. It’s HTML5, and its a faithful representation of the books (more on why that’s important in a bit). Thursday, Apple shipped an upgraded iBooks, announced a new textbook initiative aimed…

Read more »

Always Learning: The Good Will Hunting Method

July 5, 2011
By

TweetThere’s a scene in the movie Good Will Hunting where Matt Damon tells this stuck-up guy in a  bar: ” You blew $150,000 on an education you could have gotten for a $1.50 in late charges at the public library.” Bar Scene from Good Will Hunting Something I’ve done for years is prowl around college…

Read more »

Mac voodoo: Always use the combo updater

March 23, 2011
By

TweetThis is just a piece of mac OSX voodoo: I never use Software Update for a major OS upgrade, I always use the combo installer. Even though it’s a larger download, the combo updater ends up refreshing a big hunk of your OS so any bits that have rotted get fixed. I’ve also used the…

Read more »

Why I Like DB2

March 18, 2011
By

TweetI cannot for the life of me figure out why people use MySQL when they have DB2 to choose from. DB2 is free for 1 core and 1GB of I/O buffer and as much data as you want. 99% of the websites in the world could run just fine on free DB2. The workgroup version…

Read more »