Viewing profile — tdrd
tdrd
HN member- Joined
- Tue, Jul 10, 2012, 7:13 PM UTC
- HN karma
- 68
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About tdrd
No profile information was provided.
Recent public activity
-
comment
Comment #29260048
I'm surprised Reviewable[0] hasn't come up in this discussion. It does a great job of allowing stacked code reviews and even handles rebases nicely; the reviewer sees the diff betw…
-
comment
Comment #19476397
Maybe so folks could build web UIs to interact with a local instance? Can't do raw TCP/UDP from a web browser.
-
comment
Comment #17110078
OP was quoting.
-
comment
Comment #17110050
The examples in this article are all straw men; where's the compelling specific case where 5 whys lead to some demonstrable mistake? Nothing to see here.
-
comment
Comment #16989320
Author of [0] here. Sadly, those benchmarks (at the bottom of the thread) were done with a GCC that already included all the GCC 8.1 bells and whistles - results were unchanged und…
-
comment
Comment #16169353
Lots of comments here about lack of JSON support in gRPC - while that's true, it's relatively easily to bolt on using grpc-gateway ( https://github.com/grpc-ecosystem/grpc-gateway …
-
comment
Comment #15528400
The downside to this solution is that the concrete option types are exported. I believe it's possible to return unexported types from exported functions, which would solve this, bu…
-
comment
Comment #13992509
Really solid. I fed it a recent nasty line from our Makefile: https://github.com/cockroachdb/cockroach/blob/4aeef50/build/... Looks like it doesn't deal with subshells, but otherwi…
-
comment
Comment #13661479
[Cockroach Labs employee] In addition to being extremely precise, TrueTime is explicit about error in its measurements. In other words, a call to TrueTime returns a lower and upper…
-
comment
Comment #13645175
Doesn't seem possible to use this yet. No client libraries and no samples: https://cloud.google.com/spanner/docs/tutorials Have they documented the wire protocol? I couldn't find i…
-
comment
Comment #13250007
It's not even clear that this is about running. They compared runners to sedentary individuals; this sounds like another "exercise is good" conclusion to me.
-
comment
Comment #13189667
Cockroach Labs employee here - the implementation only uses a single context key, so traversing the context linked list is only necessary when the context in hand is a derivative o…
-
comment
Comment #13102396
This presumes that MS tracks the fact that you've opted out of tracking, which is not obviously the case.
- story
-
comment
Comment #11644701
Here's the landing from the webcast video on youtube https://youtu.be/L0bMeDj76ig?t=2300
-
comment
Comment #11633192
(employee here) It seems to me that your use-case does not require locking specifically - you just want to make sure no concurrent transactions can clobber your "update A". As mrtr…
-
comment
Comment #11362541
This appears to hammer GitHub's API pretty aggressively. I attempted to import https://github.com/cockroachdb/cockroach and a few hours later my API limit is exceeded. Seems bad.
-
comment
Comment #11146346
One of my old co-workers said it best: "Dear @SpaceX and @NASA security teams: please don't sign your firmware, in case a space gardener ever needs to bust out a hex editor." [0] h…
-
comment
Comment #8871712
...is it documented anywhere? where?
-
comment
Comment #5848150
Don't see the problem here. He did not intimidate, falsify evidence, or otherwise violate due process. His job is (was) to uphold the law, not his boss' moral code.
-
comment
Comment #4981155
Obviously there's no avoiding this, but the author writes in the context of high-level code where OS-provided locking mechanisms are available. Why are we discussing this in a low-…
-
comment
Comment #4981109
This is a good academic post, but why are we still writing mutable-shared-state concurrent code? Either of message-passing concurrency and data immutability would trivialize the pr…
- story
-
comment
Comment #4779184
The bumper case is also now showing "Coming soon". https://play.google.com/store/devices/details/Nexus_4_Bumper... . I wonder if they took the merchandise down while they work on t…
-
comment
Comment #4725367
This paper is from 2008. Where is this being used?