![@kriskowal@social.coop kriskowal.bsky.social 🧙♂️ Profile](https://pbs.twimg.com/profile_images/576960788675444737/ZTdyKMpo_x96.jpeg)
@[email protected] kriskowal.bsky.social 🧙♂️
@kriskowal
Followers
2K
Following
11K
Statuses
12K
Open sourcerer @agoric. Other half of @lydiamdennis. ðem/ðey/ðer
San Francisco, CA
Joined June 2007
RT @MetaMask: We're literally building a moat of lava to keep MetaMask users (and the entire web) safe. It's called LavaMoat, and it helps…
0
49
0
RT @naugtur: A Phish on a Fork, no Chips. One more thing to beware in the world of software supply chain risks. Read if you care abo…
0
4
0
RT @Raynos: I’m going independent for next year. Just kicked off searching for medium term contracting engagements. If anyone has backend /…
0
3
0
@creationix If I were doing this in JavaScript today, I would model an HTTP Response something like: type Response = Promise<{code: number, message: string, headers: Record<string, string>, content: AsyncIterator<Uint8Array>, trailers: Promise<Record<string, string>>}>
0
0
0
@creationix The local idiom for readable stream should ideally be founded at the language like async iterator of array buffer or typed array, not coupled to an I/O idiom, or at least lifted from language features. Middleware should only ever see the fully lifted type.
1
0
0
RT @robpalmer2: ECMAScript excitement 😉 Congrats to @marksammiller on advancing Immutable ArrayBuffers to Stage 1 at @TC39 today 🎉 It pro…
0
8
0
@SeaRyanC @jarredsumner I have not looked closely enough to say one way or the other or assess all the avenues available to the shared structs proposal, but one will have to be found that does not erode the possibility of mounting a defense for code that interacts with shared structs at the edges.
0
0
1
@SeaRyanC @jarredsumner And when other programs interleave within yours, the author also has a measure of control over how those programs can interfere. So, does the feature in question break or not break past, present, or future plans? Does an unsafe block give them a place to mount a defense?
1
0
0