taylorzane's comments

taylorzane | 9 years ago | on: Ask HN: Any way to measure how much I speak?

There are only ~11 states that require all-party consent to record, and most of the states state that the law only applies to telephone/wire recordings. On top of that, the states who are all-party consent generally specify that public conversations are not protected under the law.

taylorzane | 10 years ago | on: Connect from Square

I'm disappointed that they didn't include invoicing through the Connect API. This is my primary method of billing, and it would be great to be able to integrate this into other services.

taylorzane | 10 years ago | on: BitBar: put the output from any script/program in your Mac OS X Menu Bar

You could use OpenWeatherMap's API. Something like this is pure (remove the `&units=imperial` if you prefer Celsius):

    curl -s "http://api.openweathermap.org/data/2.5/weather?zip=$(curl -s ipinfo.io/postal),us&appid=2de143494c0b295cca9337e1e96b00e0&units=imperial" \
      | sed -e 's/\(.*\)temp":\([0-9.]*\),\(.*\)/\2/'
or you could replace the `sed` pipe with a call to `jq`:

    curl really_long_url | jq '.main.temp'

taylorzane | 10 years ago | on: Vue.js 1.0.0

So glad to see this hit 1.0. VueJS has, by far, exceeded my expectations in a JS framework. Certainly faster, and lighter, than any other framework that I could find. Great job Evan!

taylorzane | 10 years ago | on: The word ‘robot’ is meaningless

They could be used interchangeably, 'automaton' predates 'android' by a margin, primarily because an 'automaton' doesn't necessarily have to be an electronic device. It could be a water-powered wooden nutcracker. So yes, 'android' is probably the best candidate to describe the 'robots' that the author is referring to.

taylorzane | 10 years ago | on: The word ‘robot’ is meaningless

I feel like trying to convince people to use the term 'automaton', when referring to devices that look similar to humans but are non-biological, is a feeble venture. The term 'robot' is just so ingrained in our society to describe a humanoid-like piece of hardware...
page 1