Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nfcampos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nfcampos
3mo ago
That commit happens to be a find replace because i usually write for my company’s blog (we)
2.
▲
by
nfcampos
3mo ago
No, they really are my thoughts, I've been doing this stuff pretty much every day for the past 6 months
3.
▲
Loop Driven Development, in Practice
(github.com)
2 points
by
nfcampos
3mo ago
|
0 comments
4.
▲
by
nfcampos
3mo ago
My own thoughts on this, with examples https://github.com/nfcampos/loop-dev/blob/main/README.md
5.
▲
by
nfcampos
3mo ago
I think the same will be true of the ‘popular science’ category of nonfiction
6.
▲
by
nfcampos
3mo ago
For what it’s worth, I personally discovered something similar with another category of nonfiction books - economics and business. I read a lot of these circa 10-15 years ago and the rate of new signal id get from each new one eventually be
7.
▲
by
nfcampos
3mo ago
He does mention audiobooks, see quoted below > But what about ebooks and audio? Looking at all formats (print + ebook + audio) for the catalog in 2025, the second half of the year was down ~45% versus the first half. This compares to 46%
8.
▲
by
nfcampos
5mo ago
The title of the submission is an almost comical example of hn navel-gazing - of the many interesting things in the article surely the job prospects of hn readers should not be near the top of the list
9.
▲
by
nfcampos
5mo ago
Anthropic marketing (and even supposedly technical write ups) sadly has become more hyperbole and less substance over time imo. This technology is so impressive on its own, really feels like shootings themselves in the foot in the long ru
10.
▲
by
nfcampos
7mo ago
But on the other hand the claude app is garbage… https://github.com/anthropics/claude-code/issues/22543 obviously native apps can be garbage too, but I must say electron apps have a surprisingly high inciden
11.
▲
Building LangGraph: Designing an Agent Runtime from First Principles
(blog.langchain.com)
1 points
by
nfcampos
1y ago
|
0 comments
12.
▲
by
nfcampos
1y ago
LangGraph implements a variant of the Pregel/BSP algorithm for orchestrating workflows with cycles (ie. not DAGs) and parallelism without data races. You can design your graph as a state machine if you so desire
13.
▲
Porting LangGraph to Java in One Weekend? (With Claude Code)
(nunocampos.substack.com)
5 points
by
nfcampos
2y ago
|
0 comments
14.
▲
Worker productivity up 1.4% with generative AI
(stlouisfed.org)
5 points
by
nfcampos
2y ago
|
2 comments
15.
▲
by
nfcampos
2y ago
Should be merged with https://news.ycombinator.com/item?id=42895466
16.
▲
The rise of nuclear powered batteries
(ft.com)
2 points
by
nfcampos
2y ago
|
1 comments
17.
▲
by
nfcampos
2y ago
Hi do you mind sharing more what you mean by "the api makes excessive calls"?
18.
▲
by
nfcampos
2y ago
Hi, you don't have to use langchain tools or ToolNode with langgraph, you can absolutely write your custom tool handling logic. In langgraph nodes are just functions that can do whatever you want, seems to be some misconception somewhe
19.
▲
by
nfcampos
2y ago
FWIW we have first class support for subgraphs in the library, would love to know what issues you faced there. Support for subgraphs in the studio is coming soon.
20.
▲
by
nfcampos
2y ago
A topological sort can't be used for graphs with cycles
21.
▲
by
nfcampos
2y ago
Fwiw we didn't start with Pregel, but instead reached for it when we saw issues (described elsewhere in this thread) with the previous approach
22.
▲
by
nfcampos
2y ago
https://github.com/elastic/kibana/tree/main/x-pack%2Fplugins... one I saw recently, obvs not the only one
23.
▲
by
nfcampos
2y ago
The value of using pregel is supporting cyclical graphs, with concurrent tasks, but completely deterministic behavior (eg. doesn't matter that task A this time happens to finish before task B, its results will be applied in a predeterm
24.
▲
by
nfcampos
2y ago
Pregel actually doesn't require the structure of the graph to be declared ahead of time, the next set of tasks (functions) to run is computed at the beginning of each step, so in theory the graph topology could be entirely dynamic. Lan
25.
▲
by
nfcampos
2y ago
I'm one of the authors so my opinion would be biased ha
26.
▲
by
nfcampos
2y ago
Langgraph is not a no-code tool for visual programming, it's an implementation of the Pregel algorithm for execution of cyclical computation graphs (ie not DAGs)
27.
▲
by
nfcampos
4y ago
Not sure where I stand on this, but “do not judge a book by its cover” comes to mind
28.
▲
by
nfcampos
4y ago
So what do people do with these things in summer? Won’t it then heat up their house excessively
29.
▲
by
nfcampos
4y ago
A park you can get (a little) lost in is a wonderful thing
30.
▲
by
nfcampos
4y ago
Revised follow-up paper https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3805927
More ›