Entries from September 2009
September 27th, 2009 · No Comments
Our portfolio company Bug Labs continues to build out its family of modular open source hardware products. This is not a sexy market space like social media or mobile. But it is an important market space. Because as hardware becomes more open and more “hackable”, we’ll be able to do more things with web services.
A good example of what I am talking about is the La Montre Verte (green watch) service in Paris. They have networked together environmental sensors all over Paris and the data is broadcast via a mobile phone to a open platform called Citypulse which makes all the data available via a web service.
Bug is a platform to enable exactly these kind of open source projects. Not everything can be done in software and most hardware is too closed to make it useful for applications it was not intended for. That is where Bug comes in. You can snap a few sensor modules onto a Bug base and you’ve got a custom piece of hardware that can collect data and power a web service.
And the latest news from Bug is that the Bugbase module is now wifi enabled. This was not an easy task because Bug was committed to putting an open source wifi solution into the market and that was a hard problem to solve. But they have solved it and Bug based devices can now communicate over the wifi channel.
Tweet This
[Read more →]
Tags: Uncategorized
September 27th, 2009 · No Comments
Jamie Zawinski is what I would call a duct-tape programmer. And I say that with a great deal of respect. He is the kind of programmer who is hard at work building the future, and making useful things so that people can do stuff. He is the guy you want on your team building go-carts, because he has two favorite tools: duct tape and WD-40. And he will wield them elegantly even as your go-cart is careening down the hill at a mile a minute. This will happen while other programmers are still at the starting line arguing over whether to use titanium or some kind of space-age composite material that Boeing is using in the 787 Dreamliner.
Tweet This
[Read more →]
Tags: Uncategorized
September 26th, 2009 · No Comments
Remember the Enicycle from last month? Check out a parallel development, Honda’s surprisingly compact U3-X:
The device weighs less than 10 kilos (about 22 pounds). Applications? Honda’s not sure, but is suggesting potential future usage in airports and hotels.
(more…)
Tweet This
[Read more →]
Tags: Uncategorized
September 26th, 2009 · No Comments
great walkthrough on how to install postgres for snow leopard
Tweet This
[Read more →]
Tags: Uncategorized
September 26th, 2009 · No Comments
“When we were building Flickr, we worked very hard. We worked all waking hours, we didn’t stop. My Hunch cofounder Chris Dixon and I were talking about how hard we worked on our first startups, his being Site Advisor, acquired by McAfee — 14-18 hours a day. We agreed that a lot of what we then considered “working hard” was actually “freaking out”. Freaking out included panicking, working on things just to be working on something, not knowing what we were doing, fearing failure, worrying about things we needn’t have worried about, thinking about fund raising rather than product building, building too many features, getting distracted by competitors, being at the office since just being there seemed productive even if it wasn’t — and other time-consuming activities. This time around we have eliminated a lot of freaking out time. We seem to be working less hard this time, even making it home in time for dinner.”
–
Tweet This
[Read more →]
Tags: Uncategorized
September 26th, 2009 · No Comments
“When we were building Flickr, we worked very hard. We worked all waking hours, we didn’t stop. My Hunch cofounder Chris Dixon and I were talking about how hard we worked on our first startups, his being Site Advisor, acquired by McAfee — 14-18 hours a day. We agreed that a lot of what we then considered “working hard” was actually “freaking out”. Freaking out included panicking, working on things just to be working on something, not knowing what we were doing, fearing failure, worrying about things we needn’t have worried about, thinking about fund raising rather than product building, building too many features, getting distracted by competitors, being at the office since just being there seemed productive even if it wasn’t — and other time-consuming activities. This time around we have eliminated a lot of freaking out time. We seem to be working less hard this time, even making it home in time for dinner.”
–
Tweet This
[Read more →]
Tags: Uncategorized
September 26th, 2009 · No Comments

A really great set of icons for free. Something that you’ve seen before on this blog, but I think this most recent free set shows just how far I’ve come since the first set, just over a year ago now. This new set of icons was made exclusively for WooThemes & with their help we’ve proud to offer you this fantastic set of icons for absolutely nothing!
Tweet This
[Read more →]
Tags: Uncategorized
September 25th, 2009 · No Comments
I was browsing around Wikipedia and couldn’t help but laugh at the stupidity of some of Wikipedia’s editors, or wonder how Google can love thieves like these…

Wikipedia editors can’t spell, yet they want us to make a better ‘choise’ of words.
Tweet This
[Read more →]
Tags: Uncategorized
September 25th, 2009 · No Comments
At first glance setting a height dynamically for table view cells seems a little daunting and the first most obvious answers that come to mind are not necessarily correct. In this post I will show you how to set your table view cell heights dynamically based upon the text content without subclassing UITableViewCell. You can subclass it, however, doing so does not make the code much cleaner as setting the height is done in your delegate for the table view itself rather than the cell anyhow. Read on to see what you need to know to make dynamic cell height sizing a breeze.
There are probably numerous reasons why you might want dynamic heights for your table view cells, but the one I’ve run into most is the need to resize because I am displaying lists of text objects with varying lengths. When the text is short, it might fit in the normal cell label, however, if the text gets longer, you will want to resize the cell so that you can display the complete content. I’ve distilled the process of resizing table cells to a few rules of thumb. Here they are:
Tweet This
[Read more →]
Tags: Uncategorized
September 24th, 2009 · No Comments


I’d have loved for this post to be the introduction of our latest iPhone application. An application that introduces a new default optional home screen. A screen that doesn’t require you to scan for red dots with numbers inside of them. Instead it would display information and notifications of things that are new and relevant to you. We’ll all have to keep dreaming for the time being. Unless you’re willing to jailbreak your phone it simply isn’t possible to develop and implement this type of hostile UI takeover using the iPhone SDK.
Tweet This
[Read more →]
Tags: Uncategorized