Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
raksoras
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
raksoras
3y ago
T
2.
▲
by
raksoras
5y ago
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 forward in case of PHP apps, for example. In that case you&#
3.
▲
by
raksoras
6y ago
A shameless plug: https://zipl.ink/ To send any open webpage to your mobile without any bluetooth or airdrop
4.
▲
by
raksoras
7y ago
I’m the said founder so Thanks for your kind words :)
5.
▲
by
raksoras
7y ago
https://www.scanfortable.com/ No traction so far most likely because of founder not good at sales.
6.
▲
by
raksoras
7y ago
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 effect
7.
▲
Send any link to your phone – instantly
(zipl.ink)
1 points
by
raksoras
7y ago
|
0 comments
8.
▲
by
raksoras
7y ago
Something I hacked together for solving my own need.
9.
▲
Show HN: Send any link instantly to your phone
(zipl.ink)
1 points
by
raksoras
7y ago
|
1 comments
10.
▲
by
raksoras
10y ago
Shameless plug: https://github.com/raksoras/koroutine
11.
▲
Show HN: Koroutine – Small, lightweight coroutine scheduler for Node.js
(github.com)
4 points
by
raksoras
10y ago
|
0 comments
12.
▲
by
raksoras
11y ago
Shameless plug: https://github.com/raksoras/luaw
13.
▲
by
raksoras
11y ago
Why does k8s has this restriction that each pod/minion should be in its own subnet?
14.
▲
by
raksoras
11y ago
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 have plans to write dbslayer like "access
15.
▲
by
raksoras
11y ago
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) event loop and then yields. Server is n
16.
▲
by
raksoras
11y ago
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 nonblocking HTTP server: https://github.com/raksoras
17.
▲
by
raksoras
11y ago
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 article.
18.
▲
by
raksoras
12y ago
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 for event driven, async code and easier to use than neste
19.
▲
by
raksoras
12y ago
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.
▲
Show HN: Lua Meets Node.js – Luaw, Nonblocking HTTP Server for Lua
(github.com)
10 points
by
raksoras
12y ago
|
4 comments