HackerLangs
TopNewTrendsCommentsPastAskShowJobs

MayCXC

no profile record

Submissions

Anthropic just split the bill. Lanes did not have to change.

lanes.sh
2 points·by MayCXC·เดือนที่แล้ว·1 comments

Show HN: MCP server that generates macOS tools via Open Scripting Architecture

github.com
2 points·by MayCXC·3 เดือนที่ผ่านมา·2 comments

AutoGaze removes redundant video patches before passing into a ViT or MLLM

autogaze.github.io
1 points·by MayCXC·4 เดือนที่ผ่านมา·0 comments

comments

MayCXC
·15 วันที่ผ่านมา·discuss
Like ChatGPT?
MayCXC
·23 วันที่ผ่านมา·discuss
I built a similar system for an identity protection service that automated removing PII from directory websites like whitepages. Which was less ethical, stealth browser automation or monetized privacy invasion?
MayCXC
·เดือนที่แล้ว·discuss
other people in the thread say that posix_spawn is more or less implemented as a fork+exec wrapper though? it sounds like the idea is more like if there were a separate deferred_fork that made an intermediate "process factory" that let you set up a process without actually creating a new one until the exec. obviously the if() construct would have to be replaced with an in-process handle that mimics calls to the posix api.
MayCXC
·เดือนที่แล้ว·discuss
We use claude -p and a max subscription for our devtools, this seems like a sufficient workaround to avoid usage based pricing. I had already tried letting max users sign into a web frontend with oauth, but that was obviously not an anthropic sanctioned use case.
MayCXC
·เดือนที่แล้ว·discuss
"i design with claude" yes, they do
MayCXC
·เดือนที่แล้ว·discuss
With a vibecoded multiplayer web IDE for our flutter app, I have two nontechnical team members prototype app features from a browser all day. The outcome is a git branch with functional dart code, and a strictly more powerful design prompt than figma make. Claude built its own claude -p harness that communicates with the browser via websocket flawlessly. To use our max subscription after [1] takes effect, we are considering adapting that setup to an approach like [2] instead.

[1] https://x.com/ClaudeDevs/status/2054610152817619388

[2] https://lanes.sh/blog/claude-billing-split
MayCXC
·2 เดือนที่ผ่านมา·discuss
APL workspaces substantially predate Jupyter notebooks!
MayCXC
·2 เดือนที่ผ่านมา·discuss
outcomes
MayCXC
·3 เดือนที่ผ่านมา·discuss
yep, it generates 700 tools on my mac. I consider discovery context a separate problem, there is no more reasonable way to ask an MCP to limit the number of tools it exposes IMO, than there is to ask a linux distribution to paginate /bin. for the context problem, you would want the harness to use vector search on the list of tools to find the ones relevant to the given prompt instead. not sure if any do this currently.
MayCXC
·9 เดือนที่ผ่านมา·discuss
wowie. mmap also dramatically improved perf for LLaMA: https://justine.lol/mmap/