
Zoran Plesivcak
73 posts

Zoran Plesivcak
@zplesiv
building 🔢 @useSerialDev, built 🌷 @GitlipDotCom
London Katılım Ağustos 2020
858 Takip Edilen183 Takipçiler

Zoran Plesivcak retweetledi

Introducing: @useSerialDev 🔢
Public preview (now): Incredibly fast and multiplayer coding sandbox with a VSCode IDE.
Full launch (very soon): Multiplayer coding with agents. Think Cursor, but:
1) in the browser
2) multiplayer
3) very fast
4) using the best coding agents
English

I'm excited (and grateful) to announce that I've raised $1.06m from @CrucibleCap and angels to fund the development of @alchemy_run.
To commemorate this moment, I've also moved the Alchemy repo into its own GitHub organization.
Cheers 🍻
github.com/alchemy-run/al…
English

@KentonVarda Example client in the blog post is very simple, but I think it'd still be worthwhile to have a curl equivalent for interactive use.
Maybe a wrangler sub-command that drops into a pre-configured Node REPL. It'd be great if this REPL also made all current Worker bindings available
English

@KentonVarda @tweetsbycolin @elithrar Should we expect any performance differences between sync/async APIs?
English
Zoran Plesivcak retweetledi
Zoran Plesivcak retweetledi

This is mega cool - don’t sleep on the cloudflare platform
Natalie Marleny@NatalieMarleny
Introducing: deploy Astro, Remix, Vite, React Router fullstack applications from your phone without sign-in! 🌷💫 Enabled by the “custom build command” feature, @GitlipDotCom can build & host any TypeScript, JavaScript, or Python app compatible with @Cloudflare -modulo bindings!
English
Zoran Plesivcak retweetledi

Introducing: deploy Astro, Remix, Vite, React Router fullstack applications from your phone without sign-in! 🌷💫
Enabled by the “custom build command” feature, @GitlipDotCom can build & host any TypeScript, JavaScript, or Python app compatible with @Cloudflare -modulo bindings!
English
Zoran Plesivcak retweetledi
Zoran Plesivcak retweetledi

🌷🎮 Gitlip Live & Multiplayer
(on the right)
I make an edit in the collaborative editor. I view the diff and commit the change ✏️
(in the middle)
The repo immediately shows the most recent commit ⏰
(on the left)
A new global deployment run is started immediately and completes in a few seconds 🚀🌍
Powered by @Cloudflare Workers! ⛅️💫
English
Zoran Plesivcak retweetledi

Introducing: (built on @Cloudflare Containers + @bunjavascript)
Deploy a Cloudflare Worker or a static website directly in the browser! ⛅️⚡️
* no login needed
* drag-and-drop template from @GitlipDotCom, GitHub, etc
* global deployment in seconds
* TS, JS and PY workers
* arbitrary NPM dependencies
* wrangler config (currently: compatibility flags, assets, vars)
English
Zoran Plesivcak retweetledi

@threepointone I think learning technologies that have an API (e.g. AWS) by using the API instead of fiddling with the UI is high-leverage. Increasingly so now that LLMs are great for one-off investigatory scripts shell/curl/terraform/ansible etc.
English

Advice please: I have a friend in the UK who's looking to move into IT/DevOps after a decade+ of customer service. Extreeemely motivated, self taught, Just Does Things ™, willing to work from the ground up. What advice would you have for him? What should he do, who should he talk to, what would you tell him? I'll share all answers on this thread with him.
English

@samgoodwin89 This is all you need:
git worktree list
In a non-bare repo you'll already have the "main" worktree.
To create another:
git worktree add -b newbranch ../reponame-newbranch HEAD
To remove it:
git worktree remove ../reponame-newbranch
The rest is just FS navigation.
English

@mitchellh Did you choose to do it like that to broaden the appeal or to ship faster?
English

@zplesiv I disagree. It wouldn’t have won that way. It’s better to win with good enough than lose chasing perfection
English

Terraform is still the best. But I'd like to see someone replace it. The major alternatives aren't interesting to me cause they're too iterative and copycat. I want to see fundamentally new ideas take hold. IaC feels stagnant.
Adam Dingman@adam_dingman
@mitchellh If YOU had to build in the cloud today, would you pick up Terraform or something else?
English

@irvinebroque @threepointone @jonas @appfactory @samgoodwin89 @benallfree I don't have that kind of profiling, unfortunately. A while ago, I compared the performance on top of an in-memory filesystem in a DO of:
1. writing a ~30M file
2. pushing a ~30M repo - noticeably slower
I didn't investigate multithreading - unclear how to do it well in DOs
English

@zplesiv @threepointone @jonas @appfactory @samgoodwin89 @benallfree Any interesting chrome dev tools profiling that shows bottleneck?
If you were running same thing in a browser, what would you lean on to get multiple threads? Atomics? Web Workers? Does multiple threads even make sense for this code?
English

@irvinebroque @threepointone @jonas @appfactory @samgoodwin89 @benallfree It's WebAssembly compiled from C with Emscripten diffing Uint8Arrays
English

@zplesiv @threepointone @jonas @appfactory @samgoodwin89 @benallfree is there a specific API / operation you see being slow when you profile and are trying to make faster?
English










