Live data from Hacker News

Viewing profile — raksoras

raksoras

HN member
Joined
Sun, Feb 08, 2015, 7:38 PM UTC
HN karma
21
Public activity
20 items

About raksoras

No profile information was provided.

Recent public activity

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

  3. comment
    Comment #23451113

    A shameless plug: https://zipl.ink/ To send any open webpage to your mobile without any bluetooth or airdrop

  4. comment
    Comment #22399439

    I’m the said founder so Thanks for your kind words :)

  5. comment
    Comment #22398940

    https://www.scanfortable.com/ No traction so far most likely because of founder not good at sales.

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

  7. story
  8. comment
    Comment #20108790

    Something I hacked together for solving my own need.

  9. story
  10. comment
    Comment #13561559

    Shameless plug: https://github.com/raksoras/koroutine

  11. story
  12. comment
    Comment #10236443

    Shameless plug: https://github.com/raksoras/luaw

  13. comment
    Comment #9331567

    Why does k8s has this restriction that each pod/minion should be in its own subnet?

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

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

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

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

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

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

  20. story