logoalt Hacker News

arcfouryesterday at 2:09 PM5 repliesview on HN

This line of thinking is something you will quickly be disabused of once you try supporting software that hundreds of millions of people use.

And I say this as someone that loves the Unix philosophy dearly.


Replies

0x457today at 12:01 AM

> This line of thinking is something you will quickly be disabused of once you try supporting software that hundreds of millions of people use.

> And I say this as someone that loves the Unix philosophy dearly.

Unix way would be just to tell users to `ln -s` and stop bothering with this.

lunar_mycroftyesterday at 2:16 PM

How, exactly, would the proposed solution (combined with a setting to disable it) break, and how would implementing it the way Anthropic did address that? Be specific.

show 1 reply
dylan604yesterday at 2:25 PM

I've never heard of the 'move fast, break things' mentality ever giving a damn about number of users. If so, no changes would ever be made. The great thing about having millions of users is QA can be eliminated entirely as you'll start hearing about issues from the users directly.

show 1 reply
amlutoyesterday at 2:34 PM

Frontier lab AI agent tools break their users’ workflows worse than this on a regular basis.

show 1 reply
dotancohenyesterday at 3:18 PM

Bash does this well, reading only the first of half a dozen config file locations it searches. And if the user needs it to read from an additional location, just add a source line to that location.