Profile avatar
just-be.dev
Open-source enthusiast; maker. Previously at Val.town, Membrane.io, oxide.computer, artsy.net. Co-host of devtools.fm. Recurse center alum. Twitter: @zephraph Mast: [email protected]
225 posts 1,832 followers 965 following
Prolific Poster
Conversation Starter

Hey folks, no side project Saturday this weekend. We should be back on track next weekend though!

For the podcast listeners out there: Are there any niche tech-adjacent podcasts you wish existed?

Love Berlin. Awfully tempted to give the Europe life a go for a bit.

This is the YouTube thumbnail of my dreams!! Extremely fun chat with @just-be.dev and @hipstersmoothie.com from @devtools.fm Yayyyyyyy youtu.be/Xr3JJpbCRP0

Distributed systems should feel like physical puzzles we can manipulate! As an example, I modeled a bank in my simulator. Without a lock, there's a race condition: if the two clients' gets and puts of the balance are interleaved, the same money can be withdrawn twice.

Really going through a moment of having to re-evaluate my relationship with work and my capacity to do certain kinds of work. It's a bit of a rough thing to grapple with.

🔴 LIVE https://stream.place/oppi.li designing stacked-PRs with jujutsu change-ids

Hey folks, Side project Saturday is happening tomorrow morning! Sorry for the late notice, been a busy week. sideprojectsaturday.com Also note I'll be out of the country the rest of the month so this is the last one for this month! If I miss you this time, hope to see you in June!

Lua Carousel, the app for lightweight programming on computer or phone, now comes with comprehensive online help: * A tutorial for programmers * Exercises for learning programming * Example programs you can run, clone and remix * Reference documentation akkartik.itch.io/carousel

All righty folks. Side project Saturday is happening again this weekend! Link is live on sideprojectsaturday.com. Hope to see you there!

better-auth is kind of incredible.

Howdy folks! I was a bit sick this week, but I'm feeling better today so sideprojectsaturday.com is on for tomorrow. Hope to see you there!

i know lex-gen has its own markdown doc renderer but i really don't like what it puts out. so I ended up making lex m.d., a decently formatted markdown renderer for atproto lexicons: github.com/espeon/lexmd/

This whole deepwiki thing is pretty incredible: deepwiki.com/zephraph/web...

Reading @antfu.me antfu.me/posts/catego... Such an excellent post. The self documenting nature of this is a big deal. Also love the vscode extension, that’s clever.

It’s my birthday today and I bought myself an expensive Japanese dial caliper. Feel like that sums up my personality, ha.

A bit late but side project Saturday is kicking off tomorrow morning. Join me! Sign up at sideprojectsaturday.com

devtools.fm podcast: Zack Jackson – ByteDance, rspack, and the future of web development @scriptedalchemy.bsky.social @just-be.dev @hipstersmoothie.com @devtools.fm www.devtools.fm/episode/139 #ECMAScript #JavaScript

Interdiffs and round-based patches are so much better for triggering CI systems as well rather than trying on every push to a branch. @tangled.sh is really heating up the alt-git scene! blog.tangled.sh/pulls

Hey friends, about that time again. sideprojectsaturday.com happening this Saturday! Invite link is on the site if you'd like to join.

Invite link is up: sideprojectsaturday.com Join me this weekend in Brooklyn for some Saturday morning side projectin'

Made a microsite listing software identification schemes! www.alilleybrinker.com/softwareids/

@cloudflare-dev.bsky.social 🧡 @vite.dev Cloudflare Vite Plugin 1.0 is out now—with official support for Vite 6, React Router v7, and the full Developer Platform. Now you can run Vite’s dev server locally, while executing your code directly in the Workers runtime!

Our new research track is called Universal Version Control and it's about exploring how to bring the power of version control to every person, on every kind of document and every kind of collaboration. www.inkandswitch.com/universal-ve...

Hey friends! It's about that time again. If you want to come hang out and work on side projects with me, you can do so tomorrow morning! sideprojectsaturday.com

i do all my prototypes on smallweb. It is shocking how counter-productive other platforms are after smallweb

I think MCPs are going to change how we think about APIs. I wrote a bit about it: just-be.dev/apis-in-the-...

Gunshi website is live now! 📏 Simple & Universal ⚙️ Declarative configuration 🛡️ Type Safe 🧩 Composable ⏳ Lazy & Async 📜 Auto usage generation 🎨 Custom usage generation 🌍 Internationalization If you are interested in it, check out the website 👉 gunshi.dev

A little blog post about Google's "Webtable" key-value schema and wide-column databases, and recreating it with Fjall. fjall-rs.github.io/post/recreat...

Have you ever wanted to build circuits in typescript? Cause you can and it's wild: github.com/tscircuit/ts...