HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jamiepond

no profile record

Submissions

[untitled]

1 points·by jamiepond·vor 5 Monaten·0 comments

Show HN: Claude Remote

github.com
3 points·by jamiepond·vor 5 Monaten·2 comments

Show HN: `tc` like `wc` but for LLM tokens

github.com
8 points·by jamiepond·vor 6 Monaten·0 comments

Show HN: Yapi – FOSS terminal API client for power users

yapi.run
50 points·by jamiepond·vor 7 Monaten·19 comments

comments

jamiepond
·vor 4 Monaten·discuss
[flagged]
jamiepond
·vor 4 Monaten·discuss
Getting a 502!
jamiepond
·vor 5 Monaten·discuss
great dystopian music choice <3
jamiepond
·vor 5 Monaten·discuss
Yeah exactly, I wanted something that I could see what the agent was doing. Open Claw was cool but I wanted the controllability and context management that Claude code affords.
jamiepond
·vor 6 Monaten·discuss
“Government walks back plan to become surveillance state after everyone mad about it”
jamiepond
·vor 6 Monaten·discuss
I’m making https://yapi.run which is a PostMan alternative for the CLI / VSCode / Cursor that uses declarative YAML to define requests.
jamiepond
·vor 6 Monaten·discuss
Love! Thanks!
jamiepond
·vor 7 Monaten·discuss
Yes! Exactly :) That is my plan.
jamiepond
·vor 7 Monaten·discuss
Thank you for commenting about the 404. I'm serving the blog using a [custom package that serves your blog from GitHub hosted mark down](https://github.com/jamierpond/madea-blog-core) which was getting it's debut. There was a bug in caching requests to GitHub.
jamiepond
·vor 7 Monaten·discuss
This is a really interesting approach! How did you end up deciding on executable markdown as opposed to other approaches?
jamiepond
·vor 7 Monaten·discuss
This is awesome. Loved playing Pokemon Ruby in the browser!
jamiepond
·vor 7 Monaten·discuss
This is a smart idea. Looking forward to seeing it populated!
jamiepond
·vor 9 Monaten·discuss
will be tidying/optimising as i use it more. PRs are welcome! this is totally a tool i made just for me, to solve my problems. hopefully other people like it too.
jamiepond
·vor 9 Monaten·discuss
I made a very simple lightweight yaml based Postman alternative called `yapi`.

https://github.com/jamierpond/yapi

Run this:

  yapi -c ./users.yapi.yaml
  
With this file:

  # users.yapi.yaml
  # yaml-language-server: $schema=https://pond.audio/yapi/schema
  url: http://localhost:3000
  method: GET
  path: /api/users
  query:
    select[name]: true
    select[tag]: true
    limit: 10
Or just `yapi` to use fzf to find configs.