Zoran Plesivcak

65 posts

Zoran Plesivcak banner
Zoran Plesivcak

Zoran Plesivcak

@zplesiv

building 🔢 @useSerialDev, built 🌷 @GitlipDotCom

London Beigetreten Ağustos 2020
857 Folgt183 Follower
Zoran Plesivcak
Zoran Plesivcak@zplesiv·
@jordwalke The real issue with JS is that prettier formats it like this by default.
Zoran Plesivcak tweet media
English
8
2
137
7.5K
jordwalke
jordwalke@jordwalke·
jordwalke tweet media
ZXX
61
48
1.4K
110.1K
Zoran Plesivcak retweetet
Natalie Marleny
Natalie Marleny@NatalieMarleny·
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
3
12
46
9.5K
sam
sam@samgoodwin89·
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
53
9
327
18K
Zoran Plesivcak
Zoran Plesivcak@zplesiv·
@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
0
0
2
311
Kenton Varda
Kenton Varda@KentonVarda·
I don't have a problem with making new RPC systems! I can stop any time I want! But I don't want to. So I made a new one for you. It's called Cap'n Web. It's like Cap'n Proto RPC, except focused on working great in browsers and JavaScript/TypeScript servers. (Links in thread.)
Kenton Varda tweet media
English
24
48
283
60.6K
Colin | clerk.com
Colin | clerk.com@tweetsbycolin·
SQLite-backed DurableObjects is a boon for typescript DX Now you can load from storage in the constructor and avoid the "has no initializer and is not definitely assigned in the constructor" error I hope they get rid of the promises on the KV interface before beta ends
English
3
0
29
3.3K
Zoran Plesivcak retweetet
Wilson Wilson
Wilson Wilson@euboid·
I built Cursor for your 🫵 help center Today I'm launching Ferndesk, the fastest way to build a help center that never goes out of date.
English
39
23
462
72K
Zoran Plesivcak retweetet
Natalie Marleny
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
6
5
34
6.8K
Zoran Plesivcak retweetet
Natalie Marleny
Natalie Marleny@NatalieMarleny·
🌷🛠️ On building a serverless Git server
English
2
3
30
2.7K
Zoran Plesivcak retweetet
Natalie Marleny
Natalie Marleny@NatalieMarleny·
🌷🎮 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
0
3
13
2.9K
Zoran Plesivcak retweetet
Natalie Marleny
Natalie Marleny@NatalieMarleny·
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
9
13
145
15K
Zoran Plesivcak retweetet
Natalie Marleny
Natalie Marleny@NatalieMarleny·
⛴️ On ship ship ship, shippity ship ship
English
6
2
44
4K
Zoran Plesivcak
Zoran Plesivcak@zplesiv·
@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
0
0
1
265
sunil pai
sunil pai@threepointone·
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
6
0
23
5.6K
Zoran Plesivcak
Zoran Plesivcak@zplesiv·
@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
0
0
10
247
sam
sam@samgoodwin89·
Ah shit, I'm gonna have to learn git worktrees, aren't I?
English
7
2
31
2.8K
Zoran Plesivcak
Zoran Plesivcak@zplesiv·
@mitchellh Did you choose to do it like that to broaden the appeal or to ship faster?
English
1
0
0
969
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
@zplesiv I disagree. It wouldn’t have won that way. It’s better to win with good enough than lose chasing perfection
English
2
0
14
8.6K
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
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
61
31
824
155.5K
sam
sam@samgoodwin89·
Never got access to the Container Beta so we been reverse engineering wrangler like mad today. Containers will be in the next version of Alchemy.
sam tweet media
English
4
4
81
4.4K