Kano seems like a perfect holiday gift
17 October 2014
I may be giving out a bunch of these.
A smattering of opinions on technology, books, business, and culture. Now in its 4th technology iteration.
17 October 2014
I may be giving out a bunch of these.
16 October 2014
It has been a little rocky but we are finally self-hosting this week. It is going to probably be a disaster but I was reminded of this post today:
Have your team and yourself start using that minimum viable product, every day, all day long. This is way more than mere software development: it’s your whole life. If you aren’t living in the software you’re building, each day, every day, all day … things are inevitably going to end in tears for everyone involved. And honestly, if I have to explain this to you, guess what? You’re screwed.
The need to self-host using real customer configurations as soon as possible was “beaten” into me during my formative years in the software business (thanks Brad), and it is a vital step and exciting step.
I was most excited today because I accidentally left the system running and came back 3 hours later and it was still churning away! That is a great sign.
BTW if you want to help…we are hiring…drop me a note.
14 October 2014
I buried this in a post the other day, bringing it to the fore. I am fortunate to be working with a small team of great technical and business leaders, and we are ready to expand. Drop us a note (or mail me directly) if you:
We are in the South Lake Union area of Seattle.
The Goldfinch by Donna Tartt. A wild trip thru a life marked by disasters, some external, some self-created, with a lot of introspection about life along the way. Dense but I couldn’t put it down. The Patrick Melrose Novels by Edward St. Aubyn. Very well written set of books about a life among the English upper class. Very engaging, tho the characters are all hateful, misanthropic, abusive people. I’ve stuck with it quite a while but ultimately the misanthropy is wearing me down. Glad these are not the circles I run in.
On the Run: Fugitive Life in an American City by Alice Goffman. Really poorly written but great insight into life of an oppressed minority in America today. Very topical and inspirational.
Divergent, Insurgent, Allegiant by Veronica Roth. Saw the first movie on a flight and thought it was fun. The first book is clearly the strongest, too much dithering about in the middle, but ends strong.
Acceptance by Jeff VanderMeer. Brings the Southern Reach trilogy to a close. Finally, halfway thru this book, I finally tripped to what the major themes of the trilogy were. The third book gets a little too mystical at times but still a very engrossing (tho at times challenging) read.
Letters of Note by Shaun Usher. Culled from the website, interesting insight into some historical figures.
3.8M Raspberry Pis sold and apparently the pace is accelerating. I’ve got 8 sitting on my desk right now.
For well over a year, we’ve been asking ourselves “What could we do if we had 5 cheap computers on our desk or in the room? 15? 50?”
It is an exciting problem to think about. It certainly feels like the early days of the PC industry all over again.
Anyway, we are now ready to scale up our team, we are hiring. Drop us a note if you:
We are in the South Lake Union area of Seattle.
12 October 2014
Luggage thrown off ferry after bomb scare. Awesome in so many ways.
15 August 2014
10 August 2014
So as I walk to get my morning coffee, my phone keeps hopping onto xfinitywifi ssids leaking out of nearby houses and apartments. And each time, destroys my internet experience. My perfectly happy LTE connection gets bumped aside, it takes 30-60 seconds for the xfinitywifi connection to validate and set up, typically any session i had (for instance downloading a pdf) is destroyed, and by that time I have walked out of range of the connection.
I’m a paying xfinity customer and I don’t get what this is for. Doesn’t help me at home. Doesn’t help me out and about town. Doesn’t help me at friend’s house since they all let me on their wifi. Turning on autoconnect to this SSID actually makes my internet experience worse.
That is the summary: “xfinitywifi SSID makes your internet experience worse”.
27 July 2014
04 June 2014
Yet another small device to figure out how to use, this one a melding of arduino and Bluetooth. Super small form factor, the box is matchbox-sized, and I ordered a bag of them. Crowd funding IOT devices is awesome and disastrous – I get a new bag of toys all the time, but now I have to figure out what to do with them all…
As I get back into coding, I’ve had to jump into some C++ code to do some OpenCV bindings for Node. And wow am I reminded of how glad I am to have basically skipped C++ as a tool. I grew up on C and ASM which always felt natural, an obvious mapping to the machine. Now I use Node and Python, with simple object support and nice type behaviour. C++ just seems like an utter backwater. I don’t even begin to understand what all this really does:
Local<Object> mean = Matrix::constructor->GetFunction()->NewInstance();
Anyway if you are messing with OpenCV, it throws some horribly obtuse error messages:
OpenCV Error: Assertion failed (scn == 3 && (dcn == 3 || dcn == 4) && (depth == CV_8U || depth == CV_32F)) in cvtColor, file /opt/local/var/macports/build/_opt_mports_dports_graphics_opencv/opencv/work/opencv-2.4.9/modules/imgproc/src/color.cpp, line 4040
libc++abi.dylib: terminating with uncaught exception of type cv::Exception: /opt/local/var/macports/build/_opt_mports_dports_graphics_opencv/opencv/work/opencv-2.4.9/modules/imgproc/src/color.cpp:4040: error: (-215) scn == 3 && (dcn == 3 || dcn == 4) && (depth == CV_8U || depth == CV_32F) in function cvtColor
No idea what all that really means, but I’ve found it is almost always the case that I have a type mismatch. The documentation slings around matrices like they are all the same, but obviously it is important to pay attention to the differences between color images, grayscale, and binarized images, and be very intentional about their use.
Just ran the very first version of an app we are building on multiple RPIs, it lasted for all of 25 minutes and generated good data before melting down. The fact that all the Pis gave up the ghost at the same exact time, and were all using the same power supply, makes me suspect a power glitch. The RPIs are horribly underpowered (and i mean power in the electrical sense) – for instance it is a known issue that with some power supplies, taking a picture will cause the ethernet connection to drop.
But honestly I’d have been happy if they ran for 5 minutes before exploding. So progress.
06 May 2014
Been quiet on the blog. Super busy learning about modern software development. In no particular order, I’ve been playing with: webgl, three.js, node.js, shaders, opencv, 0mq, travis ci, ansible, raspberry pi, arduino, resin.io, docker, vagrant, coreos, objective-c, github, hadoop, ubuntu and debian and raspbian and fedora and centos and RHEL, and about 100 more things. Having a blast!
We are looking to hire a few people and if any of the mishmash above appeals, let me know…
One milestone of my new career direction is my first accepted pull request to an open source project (the node.js mappings for opencv). Ok it was a silly little bit of frippery, adding line thickness to some line drawing routines, about 4 lines of code, but it has been a long long time since I contributed any code to any effort so it makes me kind of happy.
I have a more sizeable contribution chunked up and ready to go soon, so hopefully this won’t be the last.
06 May 2014
I am just one of the crowd per geekwire