Viewing profile — raksoras
raksoras
HN member- Joined
- Sun, Feb 08, 2015, 7:38 PM UTC
- HN karma
- 21
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About raksoras
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #27825355
One of the complexity of the polling approach on a consumer side is having a long running poller. This is trivial to do in Java apps - start a polling thread - but not so straight …
-
comment
Comment #23451113
A shameless plug: https://zipl.ink/ To send any open webpage to your mobile without any bluetooth or airdrop
-
comment
Comment #22399439
I’m the said founder so Thanks for your kind words :)
-
comment
Comment #22398940
https://www.scanfortable.com/ No traction so far most likely because of founder not good at sales.
-
comment
Comment #21425486
Shameless plug: http://zipl.ink is the bookmarklet I use for the exact same purpose which also keeps record of the interesting links I zipped to my phone locally as a nice side eff…
- story
-
comment
Comment #20108790
Something I hacked together for solving my own need.
- story
-
comment
Comment #13561559
Shameless plug: https://github.com/raksoras/koroutine
- story
-
comment
Comment #10236443
Shameless plug: https://github.com/raksoras/luaw
-
comment
Comment #9331567
Why does k8s has this restriction that each pod/minion should be in its own subnet?
-
comment
Comment #9260901
Right now it's just a HTTP server and REST framework. It's a very first release and I don't have any DB drivers for it yet- they would need to be non-blocking as you mentioned. I h…
-
comment
Comment #9260591
I have used this idiom to great results in my project ( https://github.com/raksoras/luaw ). Basically, request:read() hooks up into libuv (node.js' excellent async IO library) even…
-
comment
Comment #9260555
Coroutines are much better suited to event driven, non blocking IO code. Sorry for the shameless plug but I recently released my hobby project that uses Lua coroutines for nonblock…
-
comment
Comment #9254846
Sorry for the shameless plug but I just released HTTP server based on Lua coroutines ( https://github.com/raksoras/luaw ) that pretty much follows the exact design from the OP arti…
-
comment
Comment #9128409
Luvit is an impressive project. However, as far as I can tell they still use Node.js style callbacks to handle asynchronous processing. IMHO Lua's coroutines are a natural match fo…
-
comment
Comment #9122249
Event driven, non blocking HTTP app server for Lua inspired by Node.js. Uses Lua coroutines in place of nested callbacks to simplify application code.
- story