Live data from Hacker News

Viewing profile — Pozzuh

Pozzuh

HN member
Joined
Sat, Feb 01, 2020, 5:53 PM UTC
HN karma
28
Public activity
13 items

About Pozzuh

No profile information was provided.

Recent public activity

  1. 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?

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

  3. comment
    Comment #39733586

    Why do the people around you make the wrong decisions, but you do not? Maybe you could somehow teach them.

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

  5. comment
    Comment #34298840

    You neglect to mention there actually is a "choice to switch" with regard to the government: it's democracy.

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

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

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

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

  11. 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?

  12. 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?

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