Viewing profile — agentcooper
agentcooper
HN member- Joined
- Tue, Feb 04, 2014, 3:20 PM UTC
- HN karma
- 29
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About agentcooper
No profile information was provided.
Recent public activity
-
comment
Comment #48652022
We don't have any client-side telemetry. Conversations with Poolside models are stored, but you can use any ACP agent with pool. And we have plans to open-source it eventually.
-
comment
Comment #48651885
With Agent Client Protocol (ACP) you can keep the same UI and switch not models, but entire agents, that means using tools/prompts/compaction/etc that are tailored for the model. T…
-
comment
Comment #48554440
At Poolside we have pool ( https://github.com/poolsideai/pool ), it runs in a terminal and you can use it with any Agent Client Protocol compatible agent ( https://agentclientproto…
-
comment
Comment #45432099
Playing around with Rust, WebAssembly, and WASI. Made a formatter for Tree-sitter queries: https://github.com/agentcooper/tree-sitter-query-formatter .
-
comment
Comment #42730241
Terribly sad. His movies were a significant discovery for me and are now forever in my heart.
-
comment
Comment #42085782
Nice game. I've built a somewhat similar one ( https://github.com/agentcooper/kolya-vs-babushkas ), but yours is more advanced and has better graphics!
-
comment
Comment #41371172
In my comment I assumed that Clay layout is running in the browser as well, but your idea of running it before serving the HTML is quite interesting!
-
comment
Comment #41369150
Ken Kocienda's book Creative Selection mentions Eazel several times. Ken worked there with Don Melton, who founded the Safari web browser for Apple. After Eazel failed, Apple organ…
-
comment
Comment #41366570
Not actively working on, but last year I made a macOS app to track YouTube channels: https://github.com/agentcooper/telik , I use it everyday. I also prototyped a macOS app to get …
-
comment
Comment #41366487
I wonder if you can get better performance than the built-in browser engine for certain complex layouts by first calculating the layout using Clay and then absolutely positioning t…
-
comment
Comment #41356552
Somewhat related: Steve Job's 1983 talk at Aspen design conference ( https://www.youtube.com/watch?v=n8Q7gXwavUU ) where he argues that all good designers are now busy with automob…
-
comment
Comment #41356485
> The Dutch DPA started the investigation on Uber after more than 170 French drivers complained to the French human rights interest group the Ligue des droits de l’Homme (LDH), whi…
-
comment
Comment #41120723
There is some ongoing research https://github.com/computationalprivacy/copyright-traps
-
comment
Comment #38846857
Location: Amsterdam, Netherlands Remote: Yes Willing to relocate: Maybe Technologies: TypeScript, C++, LLVM, Swift, JavaScript, Node.js, interested in Rust and Zig Résumé/CV: https…
-
comment
Comment #38624715
https://github.com/agentcooper/telik I was tired of YouTube website UI, so I created a simple macOS app to track YouTube channels and playlists. It is called Telik and available bo…
- story
-
comment
Comment #33534408
I am interested in this domain, but lacking knowledge to fully understand the post. Any recommendations on good books/courses/tutorials related to low level programming?
-
comment
Comment #33376318
I've created a small macOS app to track YouTube channels without being distracted by the web UI: https://github.com/agentcooper/telik . Maybe some of you will find it useful.
- story
- story
- story
-
comment
Comment #22210048
This is not correct. Following example is valid in strict TypeScript: interface Dog { breed: string; } const dog = {} as Dog; console.log(dog.breed); Using `as` is very unsafe in T…
- story
- story
- story