Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
traviscline
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: go-iroh – iroh compatible networking for Go
(github.com)
3 points
by
traviscline
3mo ago
|
0 comments
2.
▲
by
traviscline
7mo ago
Been using these types of flows across agent harnesses for a while. Check out https://github.com/tmc/it2
3.
▲
by
traviscline
1y ago
I’m seeing this even in RecoveryOS after a fresh MacOS install.. Can others check logs on MacOS and iOS devices?
4.
▲
by
traviscline
1y ago
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.
▲
by
traviscline
1y ago
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 tool that emulates previous traffic, including in mock client
6.
▲
by
traviscline
1y ago
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 some sanity into the mix. I was reenergized to pick th
7.
▲
by
traviscline
3y ago
See https://news.ycombinator.com/item?id=38475745 / https://github.com/tmc/langchaingo for a closer-to-langchain alternative.
8.
▲
langchaingo – LangChain in Idiomatic Go
(github.com)
17 points
by
traviscline
3y ago
|
2 comments
9.
▲
by
traviscline
3y ago
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 nascent docs+tutorials here: https://tmc
10.
▲
by
traviscline
3y ago
You might be interested in https://github.com/tmc/langchaingo which adheres to some of the conceptual modeling in langchain.
11.
▲
by
traviscline
3y ago
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.
▲
Show HN: RightHand – an LLM powered assistive tool inspired by injury
(github.com)
2 points
by
traviscline
3y ago
|
0 comments
13.
▲
by
traviscline
8y ago
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.
▲
by
traviscline
8y ago
https://github.com/tmc/notion/tree/master/cmd Has some tools
15.
▲
by
traviscline
8y ago
https://github.com/tmc/notion/tree/master/cmd I wrote some tools to use notion from vim.
16.
▲
by
traviscline
8y ago
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.
▲
by
traviscline
8y ago
You might consider https://godoc.org/github.com/tmc/grpcutil/protoc-gen-tstypes
18.
▲
by
traviscline
8y ago
typos: memeory, "pulling the struct iovec abart."
19.
▲
by
traviscline
11y ago
Nothing official but I have a prototype that exposes a parse schema via GraphQL here: https://github.com/tmc/parse_graphql
20.
▲
Btcmargin - cli tool to see your live btc margin
(github.com)
1 points
by
traviscline
13y ago
|
0 comments
21.
▲
by
traviscline
13y ago
Just pushed a tool that shows you your margins using the MtGox streaming api: https://github.com/tmc/btcmargin
22.
▲
by
traviscline
13y ago
Do you not recall those recent strikes?
23.
▲
by
traviscline
14y ago
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 background you're coming from. FWIW, when creating a virtualenv the
24.
▲
by
traviscline
15y ago
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 library. As long as your datastore's client library is pure-python
25.
▲
by
traviscline
16y ago
Good call, added it, initial run didn't show a huge difference. edit: here are numbers from a few runs: gvent,http.go 361.43,386.68 354.69,397.15 388.96,377.69 424.81,430.34 http.go averaged 26% utilization gvent.py averaged 15% utilization
26.
▲
by
traviscline
16y ago
See my other comment, gevent appears to outperform in my initial test.
27.
▲
by
traviscline
16y ago
Added a basic gevent example here that is apparently about 10% better than the http.go wrt transaction rate. https://github.com/traviscline/web_bench (notice: I realize this is a highly synthetic benchmark and reading siege results like t
28.
▲
by
traviscline
16y ago
Did some filter-branching and rebasing to get tav's work on top of current master: https://github.com/traviscline/fabric/tree/tav
29.
▲
by
traviscline
16y ago
Is this really a better approach than using Cython to wrap a c++ or c implementation?
30.
▲
by
traviscline
17y ago
I'm not aware of any commercial solutions but a tool you might find useful is Hive: http://hadoop.apache.org/hive/ These videos are a great introduction: http://www.cloudera.com/videos/introduction_to_hive http://www.cloudera.com/video
More ›