Live data from Hacker News

Viewing profile — gooseyGander

gooseyGander

HN member
Joined
Mon, Jul 31, 2023, 12:00 PM UTC
HN karma
2
Public activity
12 items

About gooseyGander

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
    Show HN: Agent Forge, an agent framework, heuristic routing and graph execution

    I’ve been working on a temporal database for agents that combines graphs, tables, and compute. While building it, I ended up needing an agent framework that could handle both simpl…

  12. story
    Using Object Pooling with UseRef to Prevent GC with UseState

    I was pondering on the idea of using object pooling to store time series data that is updated every 10mins. I have a slight concern that if i stored the data in useState it would c…