Viewing profile — s_tim
s_tim
HN member- Joined
- Sun, Jul 19, 2015, 5:24 PM UTC
- HN karma
- 55
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About s_tim
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40483912
How does this compare to Enzyme ( https://enzyme.mit.edu/ )?
- story
-
comment
Comment #39614624
But you would need to spend the $15 on every request whereas the RAG approach would be most likely significantly cheaper per request.
- story
- story
- story
- story
-
comment
Comment #13687980
You build from the different tuples in your list just one graph. Then it's just a simple DFS/BFS with one random start node. Which gives you your first component. Then you can get …
-
comment
Comment #13687692
You could model the problem as a graph (each integer represents a vertex and two consecutive integers an edge, e.g. (1, 2, 3) is a graph with nodes 1,2,3 and edges between 1 and 2 …
- story