Viewing profile — joseraul
joseraul
HN member- Joined
- Fri, Aug 01, 2014, 6:15 AM UTC
- HN karma
- 362
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About joseraul
No profile information was provided.
Recent public activity
- story
-
comment
Comment #18161796
All this may become much easier when we manage to merge proof assistants with automatic provers. Here is how you can prove the first theorem in Dafny. https://rise4fun.com/Dafny/Gx…
- story
- story
-
comment
Comment #17280096
One author of Xoroshiro has written a detailed (and harsh) analysis of PCG. http://pcg.di.unimi.it/pcg.php
-
comment
Comment #16745452
Rumors say he writes code in zcat to go faster.
- story
- story
- story
- story
- story
- story
-
comment
Comment #13787052
They may not do user studies like this, but for sure they adapt to user feedback. https://thefeedbackloop.xyz/stroustrups-rule-and-layering-ov...
- story
-
comment
Comment #12594310
Peter Norvig explains why. http://norvig.com/chomsky.html
- story
-
comment
Comment #12498389
Gabriel Synnaeve was already working on this long before joining FB. http://emotion.inrialpes.fr/people/synnaeve/
- story
- story
-
comment
Comment #12464882
Don't forget the "up to". Your app may be in another section of the statistics.
- story
-
comment
Comment #12425341
OCaml is GCed and can infer more type annotations than Rust, so its code feels closer to Python. Rust is best for complex systems where tight control of resources is required.
-
comment
Comment #12424405
Such specialized filters can improve compression a lot. For instance, the e8e9 transform converts relative jumps to absolute jumps in x86 EXEs, increasing compression because lots …
-
comment
Comment #12408654
CPUs have gotten so complex that mastering their language (and behavior) is a skill on its own. Most people can get on with compiled/interpreted languages.
-
comment
Comment #12400512
> what's 8MB when your server's got 64GB Note that 8Mb is the size of the L3 cache on some modern Intel chips. You want fast lookups in the window area, where you constantly do ran…