Viewing profile — pkieltyka
pkieltyka
HN member- Joined
- Fri, Aug 26, 2011, 3:49 AM UTC
- HN karma
- -1
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About pkieltyka
No profile information was provided.
Recent public activity
- story
-
comment
Comment #18297448
I prefer twirp's model of no http2 requirement and supports JSON. https://github.com/twitchtv/twirp I do think twirp code could be refactored and made a lot better though.
-
comment
Comment #12187318
Hi all, I'm one of the designers of the sup project. Interestingly, we only looked at Ansible, or later heard of salt, after we already wrote the first version of sup. Later our fr…
-
comment
Comment #8498905
I hope AngularJS implements a virtual DOM, but I'm keen to transition to reactjs anyways, as I prefer assembling a program from many libraries instead of a monolithic framework
- comment
-
comment
Comment #7731051
thats interesting! since Consul / Serf are written in Go.. have you considered using boltdb? https://github.com/boltdb/bolt it's an LMDB implementation in Go, really clean code.
-
comment
Comment #7310197
Cool addition to vagrant. It reminds me a lot of another useful tunneling utility written in Go: https://ngrok.com . Maybe an inspiration for it? And also, an interesting related d…
-
comment
Comment #4548288
shabam! well put.
-
comment
Comment #3872703
This would be even cooler if it implemented the S3 REST protocol so that people could use existing S3 clients. Could be useful for testing or home-grown S3 network. Ie. put that in…
-
comment
Comment #3433410
IMO, its a step in the right direction to build threaded concurrency into the foundation of a Ruby web server. Events can be layered within those threads. Then you can even have a …
-
comment
Comment #2927314
+1 :)