Live data from Hacker News

Viewing profile — 0xjnml

0xjnml

HN member
Joined
Wed, Nov 06, 2019, 5:31 PM UTC
HN karma
32
Public activity
92 items

About 0xjnml

No profile information was provided.

Recent public activity

  1. comment
    Comment #48074950

    > Yeah, it breaks when the author decides to move from Github into Gitlab to protest against Microsoft. The import path is disconnected from where the build system looks for the fi…

  2. comment
    Comment #47901570

    Shameless plug: https://pkg.go.dev/modernc.org/tk9.0

  3. comment
    Comment #47540456

    The results for the 26.03 benchmark run are in. (golang) With the recent release of ncruces' drive switching from wazero to wasm2go, there have been expectations of possibly substa…

  4. story
  5. comment
    Comment #47412745

    CGo-free as always. See CHANGELOG.md for details. https://gitlab.com/cznic/sqlite/-/blob/master/CHANGELOG.md

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

    > I wonder what the thought process of the Go designers was when coming up with that approach. Sometimes we need block scoped cleanup, other times we need the function one. You can…

  9. story
  10. story
  11. comment
    Comment #46828617

    I wrote a post exploring egg, a new tool that generates recursive descent parsers from Go-style EBNF. The most interesting feature is that it doesn't generate struct nodes; it enco…

  12. story
  13. comment
    Comment #46704282

    See https://pkg.go.dev/modernc.org/quickjs

  14. comment
  15. story
  16. comment
    Comment #46230458

    > If you really want an arena like behavior you could allocate a byte slice and use unsafe to cast it to literally any type. Only if the type is not a pointer per se or does not co…

  17. comment
    Comment #45761890

    YouTube is one such.

  18. comment
    Comment #45654067

    Documentation for the QBE IL is here: https://c9x.me/compile/doc/il.html I find it quite usable.

  19. comment
    Comment #45463181

    Maintainer here, AMA.

  20. story
    Show HN: Qbecc is a C compiler producing Go(Golang) ABI0 assembler

    The resulting assembler code runs on standard Go movable stacks. This is another way how to avoid the cost of CGo Go C context switch. However, as no silver bullets exist, the cost…

  21. comment
    Comment #45074856

    You took the wrong exit, sir. This is the right way: https://en.wikipedia.org/wiki/Request_for_Comments

  22. comment
    Comment #44337623

    > The page you linked compares golang bindings against each other, not C against golang like my test did No one disputed that. But it follows that your benchmarks are comparing C t…

  23. comment
    Comment #44326500

    It seems you're using some old Go package versions for your benchmarks. See https://pkg.go.dev/modernc.org/sqlite-bench#readme-tl-dr-sco... for the numbers using the more recent ve…

  24. story
  25. story