A. H. Zakai

@kripken.com

Software engineer (compilers: WebAssembly, Emscripten, Binaryen). Used to study neural networks. Loves fantasy novels and Agatha Christie. he/they All opinions here are my own, not my employer's (Google). More in: http://kripken.github.io/blog/about/

If you monitor people blocking you, and you are getting repeatedly blocked by the same person (v3d), don't take it personally (they are apparently running some script to block random people (??), and the script is buggy)

Does anyone know what the article means by this? > We reuse WebAssembly linear memories under the covers to implement and sandbox the GC heap [..] [this] lets us use virtual-memory guard pages to elide explicit bounds checks Those can't be array bounds checks, can they? But otherwise, what?

Sébastien Deleuze@seb.deleuze.fr · 2w ago

« The Wasm GC and exceptions proposals are both enabled by default in today’s Wasmtime 47 release! » 🎉 bytecodealliance.org/articles/was...

But OpenAI wasn't "always in control" - ? In a moment's carelessness, a driver can lose control of a car and crash. That doesn't mean the car is sentient or has agency or anything like that. But it is dangerous!

Emily Bender posts:

No, no and no. These weren't "rogue AIs" -- what happened here is that OpenAI kicked off a software process and let it run. OpenAI was always in control and could have stopped the process (or actually paid attention to what it was doing) at any time.

Screencap from linked article she refers to:

Rogue AIs going unsupervised for days, hacking at least one company, represent one of the first real-world examples of a threat long feared by AI safety researchers: loss of control. It comes as the cybersecurity capacities of top models, including Anthropic’s Mythos, have helped fuel debate in Washington about how to regulate artificial intelligence.

This appears to be a popular opinion, but it's definitely not my experience: I *have* to code. Coding is how I think, and it's how I understand things. Reading and reviewing just isn't good enough. I'm not saying this is universal - people vary a lot here!

Why@why.bsky.world · 3w ago

It’s not the typing func doThing(blah blah) that does it for me, its the knowing that the interlocking components work in just the right way to make everything else hum along nicely. In other words, I do understand the magic of the machine. No coding required anymore.

Seen on Hacker News: "That doesn't mean that simulated reasoning isn't useful, it's wildly useful. But a thing is not its simulation." 🤔

I am very sympathetic to AI skepticism. Culturally, I think they are largely right. But I am entirely baffled by "LLMs can't prove mathematical theorems" skepticism.

Not really the point of the current Bun Zig/Rust drama, but: I found it odd that the Bun blogpost about the Rust rewrite compared Zig without LTO and Rust with. If Zig can't do LTO properly for some reason, mention that. And provide comparable Rust numbers (without LTO).