Head in the Zed Cloud

35 points by maxdeviant


zmitchell

Just FYI for that job posting, since it’s open to workers in Colorado (hi, I’m also in Boulder), by law you need to list the salary range: https://cdle.colorado.gov/dlss/labor-laws-by-topic/equal-pay-for-equal-work-act

evmar

I saw this uses Cloudflare Workers and Rust.

I was considering Cloudflare Workers for a random project and tried out their Rust hello-world example. It didn't compile. The issue was a simple mistake; I went so far as to find the PR that broke it.

What do I take away from this? Genuinely not sure. Could be nothing, and I just got unlucky when I tried it. Could be worrying that this wasn't tested, and indicative of the maturity of the project. The latter was definitely what I was trying to feel out.

After writing the above paragraph I checked back on the project. It looks like they added CI coverage of this when fixing my issue. I could've seen that going either way, and I guess concludes things on a positive note.

zetashift

My experience with JS and Cloudflare Workers was pretty good compared to the other "serverless" platforms. Especially the local dev story was miles ahead and the focus on web APIs was nice. Were there any other considerations instead of Workers, e.g. shuttle.dev?

I am quite curious about the WASM and Zed story, extensions use WASM as well, and I didn't find the experience as pleasant as writing a plugin in other editors. But it's still quite exciting to see people venture into this!