Live data from Hacker News

Viewing profile — traviscline

traviscline

HN member
Joined
Tue, Feb 03, 2009, 7:04 AM UTC
HN karma
22
Public activity
35 items

About traviscline

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46909762

    Been using these types of flows across agent harnesses for a while. Check out https://github.com/tmc/it2

  3. comment
    Comment #45352103

    I’m seeing this even in RecoveryOS after a fresh MacOS install.. Can others check logs on MacOS and iOS devices?

  4. comment
    Comment #43948610

    https://github.com/tmc/mcp/blob/next/cmd/mcpdiff/testdata/sc... This is what the tests look like, for both the tools and to validate the servers.

  5. comment
    Comment #43948563

    In the current state you can insert “mcpspy” in front of a server and it intercepts and streams out a plain text format that’s nice for humans and machines. There’s also a replay t…

  6. comment
    Comment #43948514

    Thanks for this, I’ve been feeling similarly. I’m working on some Go programs/tools with the explicit goal of describing existing servers in a language neutral manner to try to get…

  7. comment
    Comment #38475957

    See https://news.ycombinator.com/item?id=38475745 / https://github.com/tmc/langchaingo for a closer-to-langchain alternative.

  8. comment
    Comment #38475746

    I've been building+maintaining this Go-idiomatic port of langchain concepts to Go. We're gaining a bit of traction and would love input, feedback, and contributions. we have some n…

  9. story
  10. comment
    Comment #38475739

    You might be interested in https://github.com/tmc/langchaingo which adheres to some of the conceptual modeling in langchain.

  11. comment
    Comment #38475725

    This is cool -- I wrote something a bit similar here but uses just raw Go as the source input: https://github.com/tmc/go2oapi

  12. story
    Show HN: RightHand – an LLM powered assistive tool inspired by injury

    I had a bad mountain hiking accident a bit over two weeks ago and in the mean time developed this go based assistant/automation tool. LMK what you think!

  13. comment
    Comment #18911760

    I used this library for inspiration and extended to write some cli tools for use from vim: https://github.com/tmc/notion/tree/master/cmd

  14. comment
    Comment #18911745

    https://github.com/tmc/notion/tree/master/cmd Has some tools

  15. comment
    Comment #18911741

    https://github.com/tmc/notion/tree/master/cmd I wrote some tools to use notion from vim.

  16. comment
    Comment #18908842

    Some cli tools here: https://github.com/tmc/notion/tree/master/cmd I use these plus some vim recordings to do bidi synchronization of buffers

  17. comment
    Comment #18199039

    You might consider https://godoc.org/github.com/tmc/grpcutil/protoc-gen-tstypes

  18. comment
    Comment #16814182

    typos: memeory, "pulling the struct iovec abart."

  19. comment
    Comment #10061419

    Nothing official but I have a prototype that exposes a parse schema via GraphQL here: https://github.com/tmc/parse_graphql

  20. story
  21. comment
    Comment #6776336

    Just pushed a tool that shows you your margins using the MtGox streaming api: https://github.com/tmc/btcmargin

  22. comment
    Comment #6288626

    Do you not recall those recent strikes?

  23. comment
    Comment #4025012

    Interesting, I've had an almost opposite experience, but I don't know the ruby landscape all that well (bundler/gemsets/rbenv/rvm etc) and I suppose it just depends on what backgro…

  24. comment
  25. comment
    Comment #2832071

    Great writeup. This shows the power of gevent+redis really succinctly. I think most importantly vs a twisted or tornado based solution this is using the vanilla redis client librar…