Viewing profile — Shoop
Shoop
HN member- Joined
- Fri, Jan 30, 2015, 5:35 PM UTC
- HN karma
- 872
- Public activity
- 185 items
- HN profile
- View on Hacker News ↗
About Shoop
No profile information was provided.
Recent public activity
-
comment
Comment #48148172
I think robustness is helped a lot by the fact that it’s the production compiler used at Jane Street
-
comment
Comment #44907573
Yes! https://arxiv.org/abs/2502.17424
- story
- story
-
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…
- story
- story
-
comment
Comment #42174736
What are the consistency semantics?
-
comment
Comment #42010732
What are some examples of those tasks? It’s difficult for me to tell what problems this is intended to solve
- story
-
comment
Comment #41081970
Puzzmo Typeshift is a similar game: https://www.puzzmo.com/play/typeshift/
-
comment
Comment #41029953
Didn’t 538 give Trump an ~1-in-3 chance of winning?
-
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…
-
comment
Comment #40601840
Can anyone summarize the major differences between this and Scaling Monosemanticity?
- story
- story
- story
-
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?
- story
-
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…
-
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
- story
-
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, …
- story
-
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/…