Live data from Hacker News

Viewing profile — pilliq

pilliq

HN member
Joined
Thu, May 03, 2012, 4:51 PM UTC
HN karma
13
Public activity
9 items

About pilliq

No profile information was provided.

Recent public activity

  1. comment
    Comment #47461119

    True. The reason why this works is because someone owns it and takes responsibility of it, usually for reasons other than making money.

  2. comment
    Comment #41565706

    A bit late to the party, but I had a similar idea a while back and built a prototype of this here: http://pilliq.com/companion It's a "runtime" that executes arbitrary JS code whil…

  3. story
  4. story
  5. story
    Ask HN: What are your favorite blog designs?

    Post links and explanations.

  6. story
  7. story
  8. story
  9. comment
    Comment #4559366

    I vote Gevent because of its speed, small resource footprint, and its simple synchronous-looking API, but be aware of its limitations. The greenlets (threads) spawned by gevent run…