HackerTrans
TopNewTrendsCommentsPastAskShowJobs

conradludgate

no profile record

comments

conradludgate
·7 giorni fa·discuss
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). Performing reads from S3 directly is too slow so we reconstruct pages and keep them on an nvme server for faster querying. Changing the format on S3 to be Parquet effectively introduces no additional copies over our existing architecture
conradludgate
·11 giorni fa·discuss
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 whole.
conradludgate
·19 giorni fa·discuss
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 rather use a nicely styled HTML+CSS layout instead.

In my experience, Electron mostly gets flak for being bloated and slow, it not being native is sometimes a secondary point people add on top.

I've always wanted to build a direct-browser integration that could use HTML+CSS for the layout, but avoids needing a JS runtime. Idk how lightweight servo is but one day I hope I will see my idea come to light
conradludgate
·22 giorni fa·discuss
With one Z tile and 2 blanks...
conradludgate
·22 giorni fa·discuss
300* that could be 100*
conradludgate
·25 giorni fa·discuss
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
conradludgate
·25 giorni fa·discuss
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 I keep seeing.

Zed is so much more stable and sleek and the agent view (threads) actually integrates nicely in a real editor. The side editor in the agent window was so much worse than the vscode base I expected, I have no idea how they dropped the ball so hard here.
conradludgate
·27 giorni fa·discuss
> 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 with an LLM for at least 30 minutes, and then have that turn into the first draft. It might be considered lazy, but I've never been very good at editing prose - I always end up making a mistake that makes it more confusing.

If after the conversation I find it's an idea worth sharing (usually with colleagues), then getting the LLM to turn it into something readable is the best option available to me. If I had to do it myself, it likely wouldn't make it before I move onto something else. And it has had my genuine input throughout the long conversation, I wouldn't call it incoherent nor am I an idiot for not being able to express myself in long form writing
conradludgate
·mese scorso·discuss
Does quicksort explain the mechanics of the algorithm?
conradludgate
·mese scorso·discuss
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't a business, that's really the only way to recruit people
conradludgate
·mese scorso·discuss
Continously saying "FSD will be ready next year" for the last N years
conradludgate
·mese scorso·discuss
This might apply to the AI integrations in Gmail, but someone's own agent setup might have more references saved privately than yours. You can't ask your AI to search through my personal notes.
conradludgate
·2 mesi fa·discuss
It's a signal, and probably a high success signal in open source slop discovery, but it's more of a correlation than a causation. I've seen lots of changes that bear the co-authored tag that have had a lot of thought behind the code changes.
conradludgate
·2 mesi fa·discuss
AI enhanced misinformation campaigns working as intended
conradludgate
·2 mesi fa·discuss
I haven't experienced these issues with latest models writing performant and correct rust fwiw. It does seem to understand Rust's safety concepts quite well when working on reviewing or writing code
conradludgate
·2 mesi fa·discuss
It's worth stating that historically these right-wing culture protests have been a bit more violent in nature than most protests are. I'm not suggesting that everyone in the protest is violent, but there's enough mob mentality that makes me (someone who lives in London) uncomfortable.
conradludgate
·2 mesi fa·discuss
Hi, I do this at work.

It's not a one-shot prompt. I'm chatting with the agent for a while collecting knowledge and forming a substantive set of documentation or references. This takes a lot of time and effort to collect.

After this, I just get the agent to refine a doc for humans to read. I'm not very good at writing for humans, and it takes me far too much time that I usually give up and move onto other more important things instead. So it benefits everyone that I have vetted a set of documents in my expertise domain and shared them, even if not written by me they contain my ideas.
conradludgate
·2 mesi fa·discuss
(Neon/databricks employee here)

Neon also only just disabled FPWs - so there is new substance here. We published a similar blog on Neon

https://neon.com/blog/turning-off-fpw-for-faster-writes
conradludgate
·2 mesi fa·discuss
There's no side effects in f here, so the statement does not apply
conradludgate
·2 mesi fa·discuss
I'm very aware when I pick Apache-2. I want attribution for my work, but I don't care about open source purity. I respect closed source software and I put my open source code up for free because I don't care to profit off of my hobbies.