Iridescence
19 posts

Iridescence
@iridescence_dev
24, Performance-obsessed systems engineer. Zig lover. Author of CrossCraft https://t.co/oEckePXNOb https://t.co/nfPHwCHxMO
Dayton, OH, USA Katılım Ağustos 2025
30 Takip Edilen9 Takipçiler

Look at this nerd larping like he created ElysiaJS.
SaltyAom@saltyAom
Twitter these days are so weird I can say something like I make Elysia and will get quoted “larp”
English

@croloris I didn't even know until I saw this! Definitely going.
English

Systems Distributed '26 is getting closer and so is the Zig Day Boston scheduled for the day before (completely free, NO conference ticket required).
Come practice your systems thinking and make software you can love with us!
RSVP: luma.com/eloljzc0
English

@jayair "An idiot admires complexity, a genius admires simplicity." -- Terry A. Davis
English

@rfleury I'm sure that after years of building a team of dedicated Zig engineers, they're gonna be magically equally productive in Rust and totally won't quit because we threw away the last three years of their hard work.
English

Iridescence retweetledi
Iridescence retweetledi

Say what you want, but for people building products on Bun, this is bad news for the foreseeable future.
github.com/oven-sh/bun/pu…
English

It's worth it, even if the network is the ultimate bottleneck. Users should have high quality software. Taking 0.5 seconds to load and 270-300MB at startup for a TUI is completely unacceptable when their competition, Codex CLI (Rust), can do it in a fraction of the time and half the RAM.
Software Engineers have a duty to demand higher quality software that people can actually love using and stop making excuses.
English

@iridescence_dev @ptr_to_joel @joshmo_dev Rust rewrite would solve cold start and IO. But most CC bottlenecks I hit are network bound. Anthropic API plus MCP server roundtrips dominate. The Rust win would be node startup and file system walks. 2x faster in big monorepos, not in small repos.
English

@luberius_ @ptr_to_joel @joshmo_dev Yeah, I understand the sunk cost. I can just imagine the business meeting:
"Claude Code slow. Claude Code use Typescript. Bun make Typescript go vroom. If buy Bun, Claude Code go vroom!"
English

@iridescence_dev @ptr_to_joel @joshmo_dev If they rewrite Claude Code in Rust, then Anthropic just wasted millions for nothing, lol. Claude Code is the reason they got acquired.
English

@ptr_to_joel @joshmo_dev I also find it odd that a lot of the phrasing around bun, if you've seen Jarred's hiring post, is about making Claude Code faster, as if the problem isn't solely: we cobbled together AI Generated Typescript badly. If anything they should've just rewritten Claude Code in Rust.
English

@joshmo_dev also who even understands what all that rust code is doing because that domain knowledge originated in zig
English

@zeddotdev's Integrated terminal TUI startup: 4.19ms
vs
@mitchellh's Ghostty TUI startup: 164μs (25x faster!)
Both tests running on Hanabi, my AI Agent TUI.
Would love to see libghostty in Zed!


English

Building Hanabi in #zig and trying to follow #tigerstyle has been great.
Startup time is ~400 microseconds to first frame on Ghostty, including loading the Mozilla CA bundle.
Needed to use some comptime hackery to reduce RAM usage.
Next, the HTTP parser!

English









