Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nunjee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
27 ms
·
1.
▲
by
nunjee
7y ago
happy workaday Rust hacker here. Coming from higher level languages, the semantics make much more sense to me, after a quite harsh learning curve and some un-learning. Non lexical lifetimes is a game changer for rust learnability I think, a
2.
▲
by
nunjee
8y ago
When dealing with cloud identity providers like AWS Cognito or Firebase and the likes, the option A is actually the most quick to implement. It's centralized for sure and not that fast, you are basically left with a JWT that acts as a
3.
▲
by
nunjee
8y ago
It happened to me to have memory leaks and eventually OOM errors using Node.js as static files server. Switched then to Nginx...