HackerTrans
TopNewTrendsCommentsPastAskShowJobs

crowdyriver

25 karmajoined vor 4 Jahren

Submissions

Why programmatic tool calling is awesome

guillemus.com
1 points·by crowdyriver·vor 6 Monaten·0 comments

Ask HN: Wouldn't it be much easier if you compress all env vars into one?

2 points·by crowdyriver·vor 8 Monaten·1 comments

comments

crowdyriver
·vorgestern·discuss
I think people are overfocusing on the wrong thing.

Bun is slop. Let's not pretend it is not. It went from 600k lines of zig to almost a million of rust, for a wrapper around a js engine. It might be useful slop, but it is still slop.

It's understandable to have mixed feelings about bun as the creator of the language.

You spend 10 years of your time making a language, and one of the most prominent projects that uses it does it in a nasty and sloppy way. You try to help, but your advice gets ignored.

You make a whole language about improving software quality, only to be associated with a project that doesn't care about it.

For once I do appreciate that somebody is willing to have the guts to say what they think. The bun rust rewrite article said no words about the tradeoffs of moving to Rust (compilation times?), and I agree with the false dichotomy presented. How do we know that most bun bugs were not created because of slop / AI usage / stubbornness?
crowdyriver
·vor 3 Monaten·discuss
tbh I'd rather have this behaviour, defer should've been lexically scoped from the beginning.
crowdyriver
·vor 7 Monaten·discuss
You already have this problem whenever you are using a library in any programming language. Unless you are extremely strict, vendor it and read line by line what the library does, you are just trusting that the code that you are using works.

And nothing is stopping the AI from making the unreadable mess more readable in later iterations. It can make it pass the spec first and make it cleaner later. Just like we do!