HackerTrans
トップ新着トレンドコメント過去質問紹介求人

misternugget

no profile record

投稿

A Codebase by an Agent for an Agent

ampcode.com
2 ポイント·投稿者 misternugget·7 か月前·0 コメント

200k Tokens Is Plenty

ampcode.com
2 ポイント·投稿者 misternugget·7 か月前·0 コメント

Agents for the Agent

ampcode.com
1 ポイント·投稿者 misternugget·昨年·0 コメント

How I use Amp and how agents have changed how I program

ampcode.com
21 ポイント·投稿者 misternugget·昨年·7 コメント

Bit-twiddling optimizations in Zed's Rope

zed.dev
168 ポイント·投稿者 misternugget·2 年前·50 コメント

We Have to Start Over: From Atom to Zed

zed.dev
4 ポイント·投稿者 misternugget·2 年前·0 コメント

コメント

misternugget
·6 か月前·議論
Engineer working on Amp here.

I'm very surprised that it took them this long to crack down on it. It's been against the terms of service from the start. When I asked them back in March last year whether individuals can use the higher rate limits that come with the Claude Code subscription in other applications, that was also a no.

Question is: what changed? New founding round coming up, end of fiscal year, planning for IPO? Do they have to cut losses?

Because the other surprise here is that apparently most people don't know the true cost of tokens and how much money Anthropic is losing with power users of Claude Code.
misternugget
·6 か月前·議論
Hey! Thorsten Ball here. Thanks for the shout-out. I was quite confused when someone sent me this article: same "Emperor has no clothes", same "it's only x hundred lines", implements the same tools, it even uses the same ASCII colors when printing you/assistant/tool. Then I saw the "January 2025" in the title and got even more confused.

So, thanks for your comment and answering all the questions I had just now about "wait, did I wake up in a parallel universe where I didn't write the post but someone else did?"
misternugget
·昨年·議論
Thank you! There's a long way to go still, but it makes me happy to hear when what we think about this, well, new way to program seems to resonate with others.
misternugget
·2 年前·議論
Working on it!
misternugget
·2 年前·議論
That is about the idea of rewriting existing tooling in Rust to get rid of node_modules folders, not about prompting users whether to download a language server or not.
misternugget
·2 年前·議論
One mini-feature I really like: authors highlighting their own favorite or popular articles.

I think I saw it first on Julia Evans' blog (https://jvns.ca/categories/favorite/). I also added it to mine (https://thorstenball.com/blog/) and found the exercise of going through the posts and tagging them very enjoyable.
misternugget
·2 年前·議論
That's right, someone linked me to this article: https://www.macobserver.com/analysis/apple-dry-run-apfs-prio...

Pretty impressive.
misternugget
·2 年前·議論
> I'm shocked by how many developers check in code that passes the tests but they have not actually tested to make sure it works.

That's actually one of the other topics I wanted to write about yesterday. Chose to write the article above instead.

Yes, 100%. I've seen it many times: manually testing reveals more in 1min than hours of previous discussions/reviews/test-writing.
misternugget
·2 年前·議論
Hey, author here. Yeah, I worked at Sourcegraph and I do think we built some high-quality stuff and we did write tests. I also think a lot of them were necessary. But, like I wrote here, I think that maybe we/I sometimes overdid it with tests and I'm not so sure about the use of /some/ of them anymore.
misternugget
·2 年前·議論
Rust's debug-print {:?} quotes the path here.
misternugget
·2 年前·議論
Hey! I'm the mentioned Thorsten. Linux is actively being developed. Here's a PR from 2 days ago that shows file-opening in Linux starting to work: https://github.com/zed-industries/zed/pull/7852

And so far Linux support has been a big community effort. I think more community member contributed to Linux support than Zed teammates. Very cool to see.

So: Linux is in the works. Windows will probably happen after that, or if someone in the community wants to emulate what the Linux users are doing and start before that.