Live data from Hacker News

Viewing profile — kyork

kyork

HN member
Joined
Wed, Dec 04, 2013, 6:33 PM UTC
HN karma
46
Public activity
6 items

About kyork

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. story
  4. 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.

  5. comment
    Comment #6850226

    I work for a home/building automation company. Primarily I write code for Zigbee wireless devices.

  6. 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…