Viewing profile — gooseyGander
gooseyGander
HN member- Joined
- Mon, Jul 31, 2023, 12:00 PM UTC
- HN karma
- 2
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About gooseyGander
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47839386
[dead]
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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…