Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Pozzuh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
Pozzuh
2y ago
> 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?
2.
▲
by
Pozzuh
2y ago
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 marketing. [1] https://docs.deno.com&
3.
▲
by
Pozzuh
3y ago
Why do the people around you make the wrong decisions, but you do not? Maybe you could somehow teach them.
4.
▲
by
Pozzuh
3y ago
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 originate from the Quake engine. One example of an exploit foun
5.
▲
by
Pozzuh
4y ago
You neglect to mention there actually is a "choice to switch" with regard to the government: it's democracy.
6.
▲
by
Pozzuh
5y ago
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.
7.
▲
by
Pozzuh
5y ago
This is anecdotal. There are people getting infected (and even sick) whilst being vaccinated as well. The vast majority of people however, are not.
8.
▲
by
Pozzuh
5y ago
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. My use case is definitely doable. However, the LSP is not
9.
▲
by
Pozzuh
5y ago
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 built before the LSP existed. [1] https://github.com
10.
▲
by
Pozzuh
6y ago
I wonder what your expectations are. Why would commercial IDEs not use the same methods of lexing and parsing as research products?
11.
▲
by
Pozzuh
6y ago
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?
12.
▲
by
Pozzuh
6y ago
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/issues/4867