Live data from Hacker News

Viewing profile — comment500

comment500

HN member
Joined
Wed, Jun 22, 2022, 9:53 AM UTC
HN karma
65
Public activity
7 items

About comment500

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #31891998

    Maybe the universal solution to this is for the Unicode Consortium to dedicate a set of codepoints for encoding SVG or something similar. Then the system text renderer can be respo…

  3. comment
    Comment #31888684

    ChakraCore, the former JavaScript engine of Microsoft's Edge browser, has in its repo a decent high-level description of how its JIT compilation is integrated: https://github.com/c…

  4. comment
    Comment #31888434

    Agreed, as an atheist it all sounds fine to me. I can respect their code of ethics without feeling the need to adopt it myself. I'm grateful to the author of SQLite for releasing t…

  5. comment
    Comment #31874901

    Another useful thing if you need to backdate commits for whatever reason are the GIT_AUTHOR_DATE and the GIT_COMMITTER_DATE environment variables, upon executing git-commit they'll…

  6. comment
    Comment #31842441

    Interesting feature, looks like it may be an alternative to writing big long tweet threads all in one go with a "@threadreaderapp unroll" tweet at the end. The main difference with…

  7. comment
    Comment #31833925

    One caveat here is that many of the vulns used in the wild are in V8 and related to JIT code generation. Unfortunately rewriting in Rust can't really help with this.