Live data from Hacker News

Viewing profile — Shoop

Shoop

HN member
Joined
Fri, Jan 30, 2015, 5:35 PM UTC
HN karma
872
Public activity
185 items

About Shoop

No profile information was provided.

Recent public activity

  1. comment
    Comment #48148172

    I think robustness is helped a lot by the fact that it’s the production compiler used at Jane Street

  2. comment
    Comment #44907573

    Yes! https://arxiv.org/abs/2502.17424

  3. story
  4. story
  5. comment
    Comment #43880631

    > I suspect this is the real reason Clojure was created, I bet Rich was just really bored. Rich has written about the history and motivation behind Clojure here: https://dl.acm.org…

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

    What are the consistency semantics?

  9. comment
    Comment #42010732

    What are some examples of those tasks? It’s difficult for me to tell what problems this is intended to solve

  10. story
  11. comment
    Comment #41081970

    Puzzmo Typeshift is a similar game: https://www.puzzmo.com/play/typeshift/

  12. comment
    Comment #41029953

    Didn’t 538 give Trump an ~1-in-3 chance of winning?

  13. comment
    Comment #40771459

    I’m guessing that the synchronous update architecture they’re using only really only makes sense for persistent memory and that this couldn’t easily be adapted to conventional hard…

  14. comment
    Comment #40601840

    Can anyone summarize the major differences between this and Scaling Monosemanticity?

  15. story
  16. story
  17. story
  18. comment
    Comment #38540096

    How does two way isolation work? How do you prevent the host kernel (which presumably has full control of the hardware?) from inspecting the guest VM?

  19. story
  20. comment
    Comment #38236136

    OCaml has a separate language for module interfaces where types are required. Even better, it allows you to abstract over types and make them entirely opaque, so that users of an i…

  21. comment
    Comment #37518017

    Related email by John Carmack: http://number-none.com/blow/blog/programming/2014/09/26/carm... Discussion: https://news.ycombinator.com/item?id=12120752

  22. story
  23. comment
    Comment #33515166

    I believe the paper handles this case with the LastUsed offset in the implementation of cons. > During the consing of (9) the pointer offset is compared with the last used offset, …

  24. story
  25. comment
    Comment #31052221

    For reference: Tracking issue for overall progress on the self-hosted compiler: https://github.com/ziglang/zig/issues/89 Zig's New Relationship with LLVM: https://kristoff.it/blog/…