Live data from Hacker News

Viewing profile — fuklief

fuklief

HN member
Joined
Wed, Apr 29, 2015, 12:11 PM UTC
HN karma
239
Public activity
56 items

About fuklief

No profile information was provided.

Recent public activity

  1. comment
    Comment #49249327

    Congrats on the 30 years of marriage!

  2. comment
    Comment #41446693

    > It's better to use a constant time algorithm, but that's harder to do in a curve generic way and has a pretty significant performance impact (particular before the safegcd paper)…

  3. comment
    Comment #38852054

    I didn't know US/UK gov were against hybrids. AFAIU, the French and Germans are recommending hybrids as a first step before stand alone PQC [0]. [0]: https://cyber.gouv.fr/en/publi…

  4. comment
    Comment #38126105

    This survey by the same author also provides a good comparison https://saaramar.github.io/memory_safety_blogpost_2022/

  5. story
  6. story
  7. comment
    Comment #37040253

    I believe it means flattening the AST, here is a nice blog post about this technique https://www.cs.cornell.edu/~asampson/blog/flattening.html

  8. comment
    Comment #36956937

    I personally did not know about classes prépa before the last year of high school. I will forever be thankful for my maths teacher who told me about it that year, since I would hav…

  9. comment
    Comment #36956862

    - Make them good at science, i.e., Maths and Physics. - Get them into a decent high school, e.g., Henri 4 or Louis Le Grand in Paris. - Hope they have good grades and manage to get…

  10. comment
    Comment #35598544

    Maybe they thought it's spelled "your" instead of "you're".

  11. comment
    Comment #35439893

    > Google put in significant engineering effort into "Ryu", a parsing library for double-precision floating point numbers: https://github.com/ulfjack/ryu It's not a parsing library,…

  12. story
  13. comment
    Comment #34878583

    See CHERI and Arm Morello https://www.arm.com/blogs/blueprint/morello

  14. comment
    Comment #34866522

    > Probably was some dude’s L7 promo project in AWS. Actually a former CS prof at Maryland moving to industry. https://mhicks.me/

  15. comment
    Comment #34410719

    > In other words, CHERI can reduce memory-unsafety related slowdowns by two thirds, which is pretty incredible. AMD CPUs are even starting to have hardware support for it, bringing…

  16. story
  17. story
  18. comment
    Comment #32507171

    I believe it means High Level Synthesis in this context.

  19. comment
    Comment #31432470

    You might be interested in [Catala]( https://catala-lang.org/en/ ), a domain specific language for implementing legislative texts. Iirc, they have worked on the french tax code, an…

  20. story
  21. comment
    Comment #27133884

    I'm using the following for fonts. \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[largesc]{newpxtext} \usepackage{newpxmath} \usepackage[supsfam=newpx]{superiors}…

  22. comment
    Comment #27049310

    Would virtual memory still be necessary on a capability machine architecture [0] ? My understanding is that would not be the case since all programs can only access memory that's b…

  23. comment
    Comment #27048198

    By "register allocation verifier", I meant the checker as mentioned in the post you quote.

  24. comment
    Comment #27047988

    In CompCert's case though, the register allocation verifier itself is verified. I'm not so sure the SMT solver used here are.

  25. story