Earlier quoted context omitted.
Robert Sapolsky would disagree
I would assume Sapolsky understands how terms are defined by their context, and that someone saying “free will” in a forum discussion about software doesn’t literally imply the strictest, academic definition of the term. But if not he can reach out
Bun 1.4 Rust rewrite is not looking good?
121–130 of 153 posts
Re: Bun 1.4 Rust rewrite is not looking good?
#122Earlier quoted context omitted.
I would assume Sapolsky understands how terms are defined by their context, and that someone saying “free will” in a forum discussion about software doesn’t literally imply the strictest, academic definition of the term. But if not he can reach out
I'm curious as to what other definitions of the term exist, other than the academic one? I had never though of using the term in any other context. But maybe that's because I've been concerning myself with this specific topic for too long.
Re: Bun 1.4 Rust rewrite is not looking good?
#123I'm really skeptical about this rewrite I chose to adopt bun about a year ago, and I've honestly lost count of the number of issues i've submitted and the amount of time i've wasted dealing with them. If I had to make the choice again, I would probably stick with node and pnpm for serious projects We're constantly being sold on promises of -XX% ram usage, but in practice, it's often builds randomly failing for no app…
> But I still strongly believe the project makes a lot of sense, and I genuinely think these issues can be solved by 2028, if the project keeps its focus on stability instead of another SDK for SQL, web sockets, image compression, or whatever comes next If you check the maintainer X, he's asking Claude for what features to implement next. Not only stabilizing isn't the priority, even the features implemented are rand…
To me that sort of stunt sounds like blatant attempts to distract the audience away from relevant topics.
Re: Bun 1.4 Rust rewrite is not looking good?
#124This reads as another weirdly personal attack against Jarred for slighting a technology stack the author prefers, citing the even weirder personal attack against Jarred written by Andrew Kelley as the sole source to justify their "biggest worry", code quality. Idk why people have become so invested in this.
People _really_ don't want there to be success stories for llms and they will go through all lengths to discredit and disparage folks successfully exploring the space.
Re: Bun 1.4 Rust rewrite is not looking good?
#125Earlier quoted context omitted.
I wouldn't consider it particularly surprising that a big rewrite results in no new releases for a bit before the rewritten version is released.
Isn't supposed to be faster with LLMs?
Re: Bun 1.4 Rust rewrite is not looking good?
#126Re: Bun 1.4 Rust rewrite is not looking good?
#127Re: Bun 1.4 Rust rewrite is not looking good?
#128Earlier quoted context omitted.
It is yet to be determined whether or not the bun rewrite is a success, though.
What are the standards for determining that? The most obvious benefit Rust can give them is being safe from memory leaks. This is hardly controversial: it has been a Zig design choice that memory leaks are the developer/user's responsibility. They have already demonstrated to have fixed several of those [0]. Marketing-wise, it has been an obvious success. Dunno if that matters. [0] https://bun.com/blog/bun-in-rust
Seems pretty simple to me: if the software works, the port has been successful.
If this is unsatisfactory, another way to think about the question is to ask "what would make you conclude it has failed?" That requires a sharp choice.
Re: Bun 1.4 Rust rewrite is not looking good?
#129Earlier quoted context omitted.
there are linters that check for dead code (depending on your language / ecosystem), it should always be 0%
I mean, how do you check that your frontend code (possibly not even managed by your team) is calling and needs all of your backend endpoints? I'm sure it can be done, and it probably should, but saying it should always be 0% is not very pragmatic.
Later on used Intel Processor Trace in a similar fashion for even finer (mc-dc) coverage.
Coverage tools are very useful, if a bit hard to use...