Live data from Hacker News

Viewing profile — agentcooper

agentcooper

HN member
Joined
Tue, Feb 04, 2014, 3:20 PM UTC
HN karma
29
Public activity
36 items

About agentcooper

No profile information was provided.

Recent public activity

  1. 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.

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

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

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

  5. comment
    Comment #42730241

    Terribly sad. His movies were a significant discovery for me and are now forever in my heart.

  6. 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!

  7. 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!

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

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

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

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

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

  13. comment
    Comment #41120723

    There is some ongoing research https://github.com/computationalprivacy/copyright-traps

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

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

  16. story
  17. 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?

  18. 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.

  19. story
  20. story
  21. story
  22. 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…

  23. story
  24. story
  25. story