Live data from Hacker News

Viewing profile — nfcampos

nfcampos

HN member
Joined
Tue, Feb 22, 2022, 8:49 PM UTC
HN karma
96
Public activity
46 items

About nfcampos

No profile information was provided.

Recent public activity

  1. comment
    Comment #48644464

    That commit happens to be a find replace because i usually write for my company’s blog (we)

  2. comment
    Comment #48644217

    No, they really are my thoughts, I've been doing this stuff pretty much every day for the past 6 months

  3. story
  4. comment
    Comment #48644148

    My own thoughts on this, with examples https://github.com/nfcampos/loop-dev/blob/main/README.md

  5. comment
    Comment #48565582

    I think the same will be true of the ‘popular science’ category of nonfiction

  6. 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…

  7. 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 …

  8. 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…

  9. 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 …

  10. 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 …

  11. story
  12. 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…

  13. story
  14. comment
    Comment #43196614

    [flagged]

  15. story
  16. story
  17. comment
    Comment #42895549

    Should be merged with https://news.ycombinator.com/item?id=42895466

  18. story
  19. comment
    Comment #42061662

    Hi do you mind sharing more what you mean by "the api makes excessive calls"?

  20. 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…

  21. 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.

  22. comment
    Comment #41338569

    A topological sort can't be used for graphs with cycles

  23. 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

  24. comment
    Comment #41211895

    https://github.com/elastic/kibana/tree/main/x-pack%2Fplugins... one I saw recently, obvs not the only one

  25. 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…