Viewing profile — Pozzuh
Pozzuh
HN member- Joined
- Sat, Feb 01, 2020, 5:53 PM UTC
- HN karma
- 28
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About Pozzuh
No profile information was provided.
Recent public activity
-
comment
Comment #42485542
> written to FDB after each RPC call What does "after" mean in this case? Is the state change durable in FDB before the client sees the result of the RPC call?
-
comment
Comment #40737801
I don't think Bun "definitely can" run most Node code. Both Deno[1] and Bun's[2] Node compatibility are incomplete. Bun being perceived as more compatible is mostly clever marketin…
-
comment
Comment #39733586
Why do the people around you make the wrong decisions, but you do not? Maybe you could somehow teach them.
-
comment
Comment #36279986
The whole Call of Duty series is riddled with bugs similar to the one in this article. This makes sense of course since their engines are based on the same principles, they all ori…
-
comment
Comment #34298840
You neglect to mention there actually is a "choice to switch" with regard to the government: it's democracy.
- comment
-
comment
Comment #29442830
You could consider making only the game's code open source, keeping its assets proprietary. That way you are still able to sell the game normally.
-
comment
Comment #27993537
This is anecdotal. There are people getting infected (and even sick) whilst being vaccinated as well. The vast majority of people however, are not.
-
comment
Comment #27880229
I am doing research into using the Language Server Protocol for applications other than editor integration. Specifically, I am looking at calculating software metrics using the LSP…
-
comment
Comment #27880203
The Theia IDE people have implemented a LSP-wrapper around tsserver [1], which works all right. Of course, the reason that Typescript does not comply to the spec is that it was bui…
-
comment
Comment #25475873
I wonder what your expectations are. Why would commercial IDEs not use the same methods of lexing and parsing as research products?
-
comment
Comment #24126235
I assume watching the repositories you want to monitor and checking your Github feed on the homepage is not working for you. If so, what exactly is missing?
-
comment
Comment #23414513
Deno uses the web standard Worker API to implement sub processes. They are also working on fine-grained permissions for these workers [1]. [1] https://github.com/denoland/deno/issu…