Comment by simonw

2 days ago

You want to see him address being "a stinky manager", having "beginner energy", choosing to take VC as opposed to "a solid living via crowdfunding", or "already writing slop well before he had access to LLMs"?

Those are all opinions where arguing about them isn't going to be productive.

Countering the accusation of "an outright fabrication" on the other hand is worthwhile because it's a claim that can be countered.

If somebody called me a liar for something that demonstrably wasn't a lie I wouldn't let that stand, either.

> Countering the accusation of "an outright fabrication" on the other hand is worthwhile because it's a claim that can be countered.

Hmm, fuzzing integration was merged 8 months ago. First found bug mentioned 3 months ago. Bun is 4 years old. I think both arguments can be true at the same time based on this evidence. It is entirely possible that for more than 3 years team has said that no fuzzing was done, and the first fuzzing was done just 3 months ago, and this information did not travel.

  • If you're going to accuse someone of "an outright fabrication" it's on you to check that you're not wrong before you say that.

    • I agree that ""an outright fabrication" is a bit too much.

      But also the claims about the fuzzing in the original blog post are kinda too misleading. Fuzzing harness is basically just coverage-guided random bytes towards Bun's JS APIs and it will not really catch anything in depth from the code. Just the most obvious from the surface. And 24/7 fuzzing is introduced likely around the same time when Rust rewrite seemed to be main focus, as then the first issues were created. Current fuzzing does not give much trust about the code stability, but indeed the fuzzing has been started and likely improves in the future if someone puts some work for the harness.

      2 replies →

Those statements are all consistent with the publicly observable facts like this whole thing going from "I'm experimenting with this" to "this is merged into main now, yolo" within a week or so. The complaints from Jarred on the amount of bugs they've been having is too.

It all checks out.