• 12 Posts
  • 315 Comments
Joined 3 years ago
cake
Cake day: July 6th, 2023

help-circle









  • can execute TypeScript directly.

    Did the word “directly” get the same fate the word “literally” got? As in, it completely lost its real meaning?

    Bundling a compiler/transpiler and directing inotify at a source directory (for glorious hot-reloading) doesn’t a language “runtime” make. Otherwise, I can create “runtimes” for any language in three lines of code right now.

    unless you’re saying that Bun is slower.

    Are you saying JavaScriptCore is faster than V8? Or is the majority of time in webshittery operations not spent on actually running code, and that’s how bun “wins” ?



  • First of all. Strictly speaking, there is no such a thing as a TS runtime. TS compiles to JS.

    Second of all, bun binds against JavaScriptCore, which is the JS engine used in Safari. Node binds against V8, which is the engine used by Blink (Chromium et al). Both are implemented in C++. And the latter is considered the fastest engine.

    Ironically, both engines are mentioned by name in the very bun blog post being discussed, which points to a problem that is almost bigger than mere tech literacy from the pseudo-intellectual OP.






  • Putting vibe negativity aside, I checked what the local STT and TTS “support” looked like.

    STT is based on rust bindings for whisper.cpp (2024 called!). And the three local TTS models claim is total bullshit. One is using an external service from a docker image, and the other two are trivial web clients that are not even wired. I also loved the circular reasoning at the start of the three TTS modules. Even an LLM is not something I would have pegged as that bad at logic. But maybe they got that way because of the prompter.

    So ZERO interesting shit is happening here, vibed or otherwise. Nothing even close to using rust-based ML engines (candle, burn, tract), not even in a completely broken untested way.



  • This sorts of formalizes something that always existed (“communicating with rust users in production”, “experience reports”, …etc). And it could be argued that centralizing and publicly documenting these activities is a positive move.

    But this argument runs hollow in the presence of this potential start to a bureaucratic behemoth pushing towards a committee-centric model.

    Best case scenario: this is just a (side-)gig bureaucratic job for the boys, which will largely be irrelevant as far the Rust project itself goes.

    Thankfully, that scenario is not implausible.


    Not sure what some of these clueless comments in this thread are about. Maybe stop treating every new news item as a connected next episode in a telenovela of grand conspiracies and big betrayal.