Viewing profile — nfcampos
nfcampos
HN member- Joined
- Tue, Feb 22, 2022, 8:49 PM UTC
- HN karma
- 96
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About nfcampos
No profile information was provided.
Recent public activity
-
comment
Comment #48644464
That commit happens to be a find replace because i usually write for my company’s blog (we)
-
comment
Comment #48644217
No, they really are my thoughts, I've been doing this stuff pretty much every day for the past 6 months
- story
-
comment
Comment #48644148
My own thoughts on this, with examples https://github.com/nfcampos/loop-dev/blob/main/README.md
-
comment
Comment #48565582
I think the same will be true of the ‘popular science’ category of nonfiction
-
comment
Comment #48565561
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 t…
-
comment
Comment #48565517
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 …
-
comment
Comment #47984136
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 nea…
-
comment
Comment #47734052
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 …
-
comment
Comment #47240039
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 …
- story
-
comment
Comment #43474899
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…
- story
-
comment
Comment #43196614
[flagged]
- story
- story
-
comment
Comment #42895549
Should be merged with https://news.ycombinator.com/item?id=42895466
- story
-
comment
Comment #42061662
Hi do you mind sharing more what you mean by "the api makes excessive calls"?
-
comment
Comment #41722421
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 wh…
-
comment
Comment #41531312
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.
-
comment
Comment #41338569
A topological sort can't be used for graphs with cycles
-
comment
Comment #41326218
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
-
comment
Comment #41211895
https://github.com/elastic/kibana/tree/main/x-pack%2Fplugins... one I saw recently, obvs not the only one
-
comment
Comment #41205700
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 be…