Live data from Hacker News

Viewing profile — synthetigram

synthetigram

HN member
Joined
Fri, Aug 05, 2022, 8:24 PM UTC
HN karma
78
Public activity
11 items

About synthetigram

No profile information was provided.

Recent public activity

  1. comment
    Comment #39021969

    You might be correct, but it's not obvious to me unsafe is really faster. I recall reading that using unsafe invalidates most of the other optimizations because it's opaque to the …

  2. comment
    Comment #39009737

    This problem is not going to go away so easily. Numerous core Java classes (like BufferedInputStream) use synchronized. I count 1600+ usages in java.base. The blocking issue means …

  3. comment
    Comment #36910547

    After exploring a few constant access serialization formats, I had to pass on Capn Proto in favor of Apache Avro. Capn has a great experience for C++ users, but Java codegen ended …

  4. comment
    Comment #36638302

    The StreamObserver API came at a time (2015) when it seems liked RxJava was going to take over. That didn't end up happening, but the API is still around. While it is more cumberso…

  5. story
  6. comment
    Comment #36204335

    This is impractical a lot of the time. There are a class of problems where you want to put 2^N + 1 possible values in an N bit container, and it won't ever fit cleanly. Null is tha…

  7. comment
    Comment #35477414

    What isn't clear to me is why tail calls need to be implemented in WASM, rather than in the compiler? The post linked to Josh Habermans post on tail calls, which show how tail call…

  8. comment
    Comment #33181139

    > After the quarterly report on October 27, nothing better can be expected. How to tell an article is written by a hedge fund shorting the company.

  9. comment
    Comment #33013136

    Cloudflare is great at blogging about technologies Google pioneered.

  10. comment
    Comment #32917483

    Reputation systems should be based on /abuse/, not on automation. I also ended up on the naughty list for running an archival scraping program. Trying to preserve part of the Inter…

  11. comment
    Comment #32917450

    Cloudflare has mixed up the definitions of "bot" and "abuse". Tor users may or may not be bots, but as long as they don't abuse (spamming or DoS), they ought to be treated the same…