crazy_eye's comments

crazy_eye | 6 years ago | on: Tesla Software Version 10.0

TM3 owner here. I agree completely that there is a level of hype around Tesla akin to Apple, and along with that comes a polarized audience. I can't change your mind, but I'll provide my anecdotal experience. In our objective search of fully electric vehicles, the model 3 stood alone for us on the 3 most important things in our case, with awd, 310 miles of range, and a mature fast-charging network. On top of that, in our experience, the fit, finish, tight acceleration/deceleration, low center of gravity and polar moment of inertia, and pure joy of driving make it the best car we've owned, EV or not. In our opinion it beats out not only EVs but all cars in the 50k price range.

Add to the above the following positives, and you can get an idea why model 3 owners might be ok dealing with a few negatives.

self driving features, ota updates, top safety ratings, pre-cool/heat interior (and now defrost with v10) from app, regenerative braking for one pedal driving, brake pads last longer, low maint costs, lowering overall tco

crazy_eye | 13 years ago | on: Command line tool for blocking sites to be more productive

Similar to others here but I thought I'd share my way as well (on OSX here, but would work on other Unixes):

Throw these somewhere in your profile:

alias zonemode='sudo mv /etc/hosts /etc/hosts.zoneback && sudo mv /etc/hosts.zonemode /etc/hosts && dscacheutil -flushcache' alias zoneoff='sudo mv /etc/hosts /etc/hosts.zonemode && sudo mv /etc/hosts.zoneback /etc/hosts && dscacheutil -flushcache'

Then fill /etc/hosts.zonemode with the sites you want to block:

127.0.0.1 news.ycombinator.com

127.0.0.1 www.reddit.com

Then make sure your user can run passwordless sudo on those commands and you are set.

crazy_eye | 14 years ago | on: Pipe Viewer

love pv, mostly use it for percentage bar on db restores:

pv -f *.sql.gz | zcat | mysql db_instance_name

crazy_eye | 14 years ago | on: Computers are for humans

This sums it up. Similar assumptions about the human mind are what have led to the current poor state of the US education system. Teaching and learning are not one size fits all.

crazy_eye | 14 years ago | on: Computers are for humans

Nicely put, but too utopian for right now. There is still a place for coding skills in many fields where it may have not mattered before, with the ubiquity of computers in workplaces of all types. That being said, I think the 'teach ALL the people how to code' theme lately is overkill.

crazy_eye | 14 years ago | on: Internet of Things startup: electric imp

We live in an exciting time. So many ideas haven't seen the light of day because tech like this hasn't hit the tipping point yet. Once it does, the physical creativity of the hackers will be unleashed. Hell, maybe we'll have hoverboards by 2015 after all.
page 1