Live data from Hacker News

Viewing profile — mjarrett

mjarrett

HN member
Joined
Mon, Dec 26, 2022, 3:49 AM UTC
HN karma
4
Public activity
5 items

About mjarrett

No profile information was provided.

Recent public activity

  1. comment
    Comment #42183322

    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 obse…

  2. comment
    Comment #41895875

    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 withou…

  3. comment
    Comment #41066773

    Hence, Objective Caml! This can be modeled in OCaml as an object type, type foo_bar = For a family of types matching any object with those methods, I think you can write something …

  4. comment
    Comment #39969710

    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 -- h…

  5. comment
    Comment #35687216

    > 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 …