Viewing profile — pilliq
pilliq
HN member- Joined
- Thu, May 03, 2012, 4:51 PM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About pilliq
No profile information was provided.
Recent public activity
-
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.
-
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…
- story
- story
-
story
Ask HN: What are your favorite blog designs?
Post links and explanations.
- story
- story
- story
-
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…