mjarrett
No user record in our sample, but mjarrett has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mjarrett has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
What kinds of SQL queries could ClickHouse not handle? Were the limitations about expressivity of queries, performance, or something else? I'm considering using CH for storing observability (particularly tracing) data,…
Isn't git-worktree designed for this kind of situation, where you could open each PR or branch in its own directory and switch your editor / other tooling between workspaces without losing state between them?
Hence, Objective Caml! This can be modeled in OCaml as an object type, type foo_bar = < _foo : int; _bar : string > For a family of types matching any object with those methods, I think you can write something like type…
One of my favorite features in OCaml is labeled arguments. You get a similar flavor of partial application, but without the strict argument order requirement (most of the time -- higher order functions are strict about…
> No complex dev setup required, or RPC framework needed, it’s the same old monolith, just operated differently. It seems to me like "operated differently" is doing a lot of heavy lifting that often involves those same…