Live data from Hacker News

Viewing profile — lvkv

lvkv

HN member
Joined
Wed, May 19, 2021, 7:06 AM UTC
HN karma
122
Public activity
22 items

About lvkv

No profile information was provided.

Recent public activity

  1. comment
    Comment #47492108

    Do you have one or more public examples of this?

  2. comment
    Comment #42269847

    > it quite literally is the worst language to make large scale updates beating even C++ Having worked in both C++ and Rust codebases professionally, my experience has been the comp…

  3. comment
    Comment #41707556

    Unfortunately, the world is opt-out, not opt-in.

  4. comment
    Comment #41156269

    Yeah, I’ll update the README to be more specific about this. This is also why I didn’t provide instructions on how to use the tool :)

  5. comment
    Comment #41156251

    Author here. Those are kind words! I’d like to add the last part of that quote: > The page you're on right now is my mess. Now go create yours!

  6. story
  7. story
  8. comment
    Comment #40321143

    As an alum of Stony Brook, I’m grateful for all Jim Simons did for the university. Aside from having been the chairman of the math department, he’s the reason we have the Simons Ce…

  9. story
  10. comment
    Comment #36405233

    > This means it’s not possible to race data, dead lock, live lock, etc. While this statement is true when you look at fibers as a N:1 proposition Deadlocks are still possible when …

  11. comment
    Comment #36185553

    GitHub Enterprise had (has?) an interesting loophole to discover the existence of private repositories. Attempting to transfer ownership of a repository to another user was aborted…

  12. comment
    Comment #35889160

    How does Clearspace differentiate itself from One Sec, which has existed in this space for almost two years (if not longer)? I’m particularly interested in: - Is Clearspace cheaper…

  13. comment
    Comment #35584265

    Do you mean “sinks” instead of “toilets”?

  14. comment
    Comment #35558990

    I think you’d like a blog post I wrote in November where I put forward an outline of what such a system would look like: https://lukas.dev/posts/how-to-trust-again/ Digital signatu…

  15. comment
    Comment #35430976

    I’ve always thought of the array index operator: a[index] as syntactic sugar for the pointer arithmetic: *(a + index) From this point of view, the existence of a “backwards” index …

  16. comment
    Comment #33562650

    The trusted GPS problem might be solved by actually turning GPS upside down and having the device emit the signals instead of receiving them—it’s known as reverse or inverted GPS. …

  17. comment
    Comment #33562402

    One way to get a verifiable time stamp would be to show knowledge of an unpredictable but well-known thing in the past (providing a lower bound), then to create the same thing your…

  18. comment
    Comment #33562346

    Your comment inspired me to post a blog post on this very topic. You can find it here: https://news.ycombinator.com/item?id=33558566

  19. comment
    Comment #33558567

    Hi Hacker News, this is the first blog post I’ve ever published. I’ve been sitting on this for a while, but reading a few comments on the MIT Moon Disaster post a few days ago conv…

  20. story
  21. comment
    Comment #27624252

    Link to that article: https://jacobinmag.com/2020/01/higher-minimum-wage-inflation...

  22. comment
    Comment #27528614

    The number denotes what section of the manual the command (or function, etc.) comes from. Aside from that, it also helps clear up potential confusion about what you’re talking abou…