Viewing profile — kyork
kyork
HN member- Joined
- Wed, Dec 04, 2013, 6:33 PM UTC
- HN karma
- 46
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About kyork
No profile information was provided.
Recent public activity
-
comment
Comment #14102312
I don't think the trigger words can work that way. They have have to be 3 or so syllables and have to be pretty unique to limit false positives.
-
comment
Comment #12453973
We use Apigee's Edge product. It provides API management tools like authentication, authorization, rate limiting, etc before the request hits your actual API. Its a pretty good pro…
- story
-
comment
Comment #6916268
They had a mission to do so, but it was cancelled. http://marsairplane.larc.nasa.gov/ The video of the drop test is pretty neat.
-
comment
Comment #6850226
I work for a home/building automation company. Primarily I write code for Zigbee wireless devices.
-
comment
Comment #6849079
I write C code for embedded devices and haven't been able to use malloc in 6-ish years. Everything is either statically or stack allocated. It changes how perceive memory usage and…