Viewing profile — conradludgate
conradludgate
HN member- Joined
- Thu, Aug 01, 2019, 4:18 AM UTC
- HN karma
- 1,421
- Public activity
- 576 items
- HN profile
- View on Hacker News ↗
About conradludgate
Recent public activity
-
comment
Comment #49239811
Maybe you could benefit from Hooks?
-
comment
Comment #49232573
How does this work with a monorepo with hundreds of teams around the globe? If you break the trunk, that means no other teams can release
-
comment
Comment #49232521
The design is postgres. It's our customers that do stateful things on those connections. Unfortunately it's tools like pgdump/pgrestore that are not tolerant to connection interrup…
-
comment
Comment #49231355
In my experience, it's a monorepo problem. We have a monorepo at work and the CI only runs a minority of tests prior to merging, and then reverts bad commits later. It can take a f…
-
comment
Comment #49228936
I've been introducing feature flags into our component at work. The reason why rollbacks isn't sufficient for us is that our service is semi-stateful (postgres connections are stat…
-
comment
Comment #49145812
I used past tense for a reason ;)
-
comment
Comment #49138357
I never saw the point in Diataxis, but honestly while vibe coding it's pretty convenient to tell an LLM "do diataxis" and get decent first pass documentation out of it.
-
comment
Comment #49103435
Their harness is indeed nice, but we're using it against our own AI Gateway at work. Right now we only expose GPT models on it, but I imagine it's possible to add our own models ev…
-
comment
Comment #49103417
As far as I understand, no. They're suggesting that smaller context windows are typically cheaper (fewer input tokens over time).
-
comment
Comment #49075295
I don't like the idea of this using bitcoin. I wonder if it's possible to build this off of regular PKI - certificate transparency logs for instance encode the proof of commitment,…
-
comment
Comment #49075261
What I think you're trying to say, but don't seem to be getting across super clearly, is that this standard hasn't yet gone through an open third party review
-
comment
Comment #49055135
I should publish it at some point (it's just a simple bash script), but I made a convenient alias `git bisect-rebase` which helps catch up very old branches. It isn't particularly …
-
comment
Comment #49052066
I don't immediately follow how Rust breaks the ecosystem. Rust has very good C FFI support and fully supports the default C ABI. It just requires unsafe bindings.
-
comment
Comment #49052054
Given your performance concerns, I'm imagining you're unlikely to run Zig-Fil in practice, due to the GC overhead?
-
comment
Comment #49045687
I am 6'7". I regularly have to ask the person in front not to recline on some layouts. I get aisle/exit row seats if possible, but sometimes it's just not possible. For euro city f…
-
comment
Comment #48785058
Hi, I work on Lakebase (but not on storage), here's how I understand it. For Lakebase and Neon, our architecture needs the caching layer regardless (what we call Pageservers). Perf…
-
comment
Comment #48728668
Fearless concurrency has always been regarding data races. There's no fear of undefined behaviour due to a race condition. Rust has never promised to solve race conditions as a who…
-
comment
Comment #48626541
How is it a poor choice of words? It might not be "native" UI, but they never claimed as such. I've always felt that native UI on Linux always looks incredibly ugly and I'd much ra…
-
comment
Comment #48603882
With one Z tile and 2 blanks...
-
comment
Comment #48599913
300* that could be 100*
-
comment
Comment #48562791
It can also be encoded as a bloom filter for very fast checks. Then you can defer to the replicated LSMTree that's stored replicated on your local node
-
comment
Comment #48558767
Glad I've jumped ship to Zed+ACP. I liked the idea of the new agent window view, but it's obviously slop and hasn't had a any polish or care put behind it given the number of bugs …
-
comment
Comment #48525786
> I take this to mean they threw a bunch of incoherent bullet points at the AI for it to denoise and render into paragraphs What I generally tend to do is have a long conversation …
-
comment
Comment #48416182
Does quicksort explain the mechanics of the algorithm?
-
comment
Comment #48410782
It was alluded to in the post - contributors turn into maintainers. Someone who contributes has a small but plausible chance of sticking around. For an open source project that isn…