HackerTrans
TopNewTrendsCommentsPastAskShowJobs

misternugget

no profile record

Submissions

A Codebase by an Agent for an Agent

ampcode.com
2 points·by misternugget·7 mesi fa·0 comments

200k Tokens Is Plenty

ampcode.com
2 points·by misternugget·7 mesi fa·0 comments

Agents for the Agent

ampcode.com
1 points·by misternugget·anno scorso·0 comments

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

ampcode.com
21 points·by misternugget·anno scorso·7 comments

Bit-twiddling optimizations in Zed's Rope

zed.dev
168 points·by misternugget·2 anni fa·50 comments

We Have to Start Over: From Atom to Zed

zed.dev
4 points·by misternugget·2 anni fa·0 comments

comments

misternugget
·6 mesi fa·discuss
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 mesi fa·discuss
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
·anno scorso·discuss
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 anni fa·discuss
Working on it!
misternugget
·2 anni fa·discuss
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 anni fa·discuss
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 anni fa·discuss
That's right, someone linked me to this article: https://www.macobserver.com/analysis/apple-dry-run-apfs-prio...

Pretty impressive.
misternugget
·2 anni fa·discuss
> 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 anni fa·discuss
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 anni fa·discuss
Rust's debug-print {:?} quotes the path here.
misternugget
·2 anni fa·discuss
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.
misternugget
·2 anni fa·discuss
I think that is on the roadmap too, but possibly further down.
misternugget
·2 anni fa·discuss
I only joined Zed, the company, a week ago, so take this with a grain of salt, but:

I've never really used real-time sharing (tried VS Code's Live mode and other apps) for longer than just 1-2 attempts, but at Zed things are different somehow. Everybody is constantly available in a channel and people just hop in or out. In the last 7 days I spent 3-5hrs every day pairing with others, using Zed's live mode. No video, only audio and sharing code in Zed (no video was weird at first, but now I think I'm starting to get used to it?)

IMHO it's a combination of culture and technology, but when the mix of that is right it really feels game-changing.
misternugget
·2 anni fa·discuss
Hey! Engineer at Zed here. Linux port is on our roadmap. Hopefully we'll get it done this year!