Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rescrv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Agent Swarms Are a Distributed Systems Problem
(trychroma.com)
3 points
by
rescrv
20d ago
|
1 comments
2.
▲
by
rescrv
20d ago
Hi HN, I'm Robert, a Member of Technical Staff at Chroma. I've been working on transaction protocols for at least 14 years now, starting with my PhD in distributed systems. During my tenure at Dropbox, where I worked on the meta
3.
▲
Show HN: Durable, asynchronous LLM workflow engine in Rust
(crates.io)
2 points
by
rescrv
3mo ago
|
0 comments
4.
▲
Compaction in `Sid`: A Novel Algorithm?
(rescrv.net)
2 points
by
rescrv
4mo ago
|
1 comments
5.
▲
by
rescrv
4mo ago
I think I've discovered something new and useful. Looking for others to share with.
6.
▲
A Type System for Management
(rescrv.net)
2 points
by
rescrv
5mo ago
|
0 comments
7.
▲
by
rescrv
7mo ago
I’m not claiming forth should be used as is. I’ve opened the benchmark so others can reproduce the result I share in the post: https://github.com/rescrv/stack-bench
8.
▲
by
rescrv
7mo ago
I haven’t tried the extremes. Context rot says it’ll likely degrade there anyway. What I’m investigating is if more compact languages work for querying data. What makes you think it’s going to clutch at straws more? What makes you think it
9.
▲
FORTH? Really!?
(rescrv.net)
83 points
by
rescrv
7mo ago
|
25 comments
10.
▲
by
rescrv
7mo ago
Looking to discuss with people about whether LLMs would do better if the language had properties similar to postfix-notation.
11.
▲
by
rescrv
8mo ago
I appreciate the feedback. I can definitely see people thinking I'm crazy by the first few chapters and not getting to the good part. I was trying (and failed) to be clever about improving your life. What you say about exaggeration vs
12.
▲
by
rescrv
8mo ago
From where I sit today, I can say that I see things others don't. I have a hard time saying they aren't real, though, as experience has been a zero-knowledge proof the the commentary. The front half of the book, up until a clear
13.
▲
by
rescrv
8mo ago
I appreciate you sharing. My understanding is schizoaffective disorder is one of four categories of schizophrenia. I think people often use them interchangeably. Medication can be tricky because when it works it seems increasingly unnecess
14.
▲
by
rescrv
8mo ago
For my LLM/agents framework, I went with a virtual filesystem abstraction and implemented helpers for mounting and permissioning the virtual file systems: https://github.com/rescrv/claudius/blob/main
15.
▲
by
rescrv
8mo ago
I'm sorry to hear you were heartbroken. I assure you I've seen people who are worse than me turn out much better than me and I hold hope that I'm on a good trajectory.
16.
▲
by
rescrv
8mo ago
I appreciate you saying something. As you'll read in the book, I've got a project going to primarily help myself, but to date it's been 100% open-source. I haven't been able to be consistent enough to both pay the bills
17.
▲
by
rescrv
8mo ago
Thank you for the book recommendation! I will see if it's for me.
18.
▲
by
rescrv
8mo ago
Hi Dave, I'm surprised you can remember me. We once sat near each other on a bus for SOSP, and that's the extent we interacted in person, so it warms my heart to hear someone like you remembers someone like me. In case you'r
19.
▲
Show HN: Engineering Schizophrenia: Trusting yourself through Byzantine faults
111 points
by
rescrv
8mo ago
|
19 comments
20.
▲
by
rescrv
11mo ago
Thank you! This is the kind of comment I hoped to see. I'm betting it was published in a hurry. I know I would hit "publish" within 24 hours of creating such a result, and would hope it would go wide. I'd publish to a
21.
▲
by
rescrv
11mo ago
Once upon a time, people published solo often. It's just harder to do things like that these days.
22.
▲
A Homological Proof of P != NP: Computational Topology via Categorical Framework
(arxiv.org)
12 points
by
rescrv
11mo ago
|
21 comments
23.
▲
by
rescrv
11mo ago
I'm not sure if this is real, but the abstract says machine-verified.
24.
▲
Stigmergy: An agents framework built on ECS principles
(github.com)
3 points
by
rescrv
11mo ago
|
2 comments
25.
▲
by
rescrv
11mo ago
Most agent frameworks aim for chat; stigmergy aims to replace the Fortune 500 CEO's role, or be able to run a healthcare clinic. Something of that scale. This is a prototype. I’m looking for feedback before implementing the main loop
26.
▲
by
rescrv
1y ago
Absolutely! We took care during the build to address chroma’s needs, but I believe the only requirement is chroma storage. Long term it’ll appear on crates.io as a standalone package.
27.
▲
by
rescrv
1y ago
Hi, I'm Robert, one of the authors of wal3. Here to answer any questions or explain more about our engineering philosophy. Happy hacking, Robert
28.
▲
by
rescrv
1y ago
Can you elaborate on what you mean by "nesting" setsums? It's an associative and commutative construction, so you can run e.g. map-reduce to map every parquet file to a setsum and then reduce to roll them up.
29.
▲
by
rescrv
9y ago
I think you're pointing out a good tradeoff here. The original copysets work allows you to explicitly tune the likelihood of data loss with the amount of work done for recovery. A cluster replicated to minimize the likelihood of losi
30.
▲
by
rescrv
10y ago
Indeed pocdb is not intended to be a fully "ready" implementation. There are likely liveness bugs (that can be mitigated by periodically calling work_state_machine on every write outstanding), but it is unlikely to have safety bu
More ›