Viewing profile — synthetigram
synthetigram
HN member- Joined
- Fri, Aug 05, 2022, 8:24 PM UTC
- HN karma
- 78
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About synthetigram
No profile information was provided.
Recent public activity
-
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 …
-
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 …
-
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 …
-
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…
- story
-
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…
-
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…
-
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.
-
comment
Comment #33013136
Cloudflare is great at blogging about technologies Google pioneered.
-
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…
-
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…