Live data from Hacker News

Viewing profile — s_tim

s_tim

HN member
Joined
Sun, Jul 19, 2015, 5:24 PM UTC
HN karma
55
Public activity
11 items

About s_tim

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #40483912

    How does this compare to Enzyme ( https://enzyme.mit.edu/ )?

  3. story
  4. 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.

  5. story
  6. story
  7. story
  8. story
  9. 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 …

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

  11. story