Please contact me. My Background: founder of successful VC backed company with a successful exit. Professor of Practice at University of Wyoming (now) retiring at the end of this semester. I teach full stack development and database. My product company was a database performance tuning and storage management tool. [email protected]
I (with my family) lived 5 years on a 13 m sailboat. I added AIS and EPIRB to the boat as we had many off-shore passages. AIS (class b) costs about $500 (US $). EPIRB is about $400 with a $200 every 24 month cost.
I have had a number of contracts where my entire job was to fix the performance problems introduced by using a ORM. ORMs add a layer of complexity to your code and a huge risk of really bad SQL.
My experience is that ORMs fail at dealing with reports, searching data and all large data updates. If all your application needs is a single row of data tied to some other set of single rows of data then an ORM might be of limited benefit to you. I have had multiple contracts to fix the performance problems introduced by ORMs. In the test database the ORM was good - in the real world not so good.
Most of my development is cross platform. I switch every day from Windows, to Mac, to 64 bit Linux, to Linux on ARM and then back around every 4 days of work. I also test every day on iPhone, iPad and 3 different Android systems.
I can imagine what he is saying. In a Cherokee 180 4 person airplane you do steer on the ground with your feet and control the throttle with your hand. In a Gulfstar 50 you steer on the ground with a dial for your left hand placed off on the left. You need training to use each machine. The world has not come to a screeching halt just because not all airplanes have the same controls.
Every single person that reads HN should talk in person to two people that don't read HN and explain SOPA/PIPA and why
they should contact congres and complain about SOPA/PIPA.
Phone calls and letters are better than email.
Tomorrow I will swim with fish. Today it is stormy and we are safely tucked in a protected harbor. I program when the weather is bad and swim when it is good.
That world is not completely gone! I use VI to connect to amazon AWS servers over a satellite link. It is faster than 1200 baud but with horrible latency. VI is the only editor that works.
I just finished implementing BrowserID in an application that I am building. It is quick and easy to use. Perhaps 20 minutes to get it to work. I used OpenID before. OpenID is annoying and difficult. I spent 3 full days working on it.