hi folks! long time no see. i’m officially open to work again, primarily interested in the dx + devtools + ai space
if anyone needs a principal engineer or technical product manager with 16+ years in the industry, my DMs are open!
https://t.co/uJHN9YvUAk
https://t.co/iqMRrGaV3J
@jordwalke Actually created a taskwarrior application for phones that does this. It has a local copy and syncs tasks (both ways) on demand or optionally on a timer
we're hiring strong engineers in SF to work on really impactful infra / product.
we're building the infrastructure to access conversation data in real time, operating at a huge scale with a tiny engineering team.
does this sound interesting? DMs open
We recently released Melange 5 with a bunch of goodies!
dynamic import, discriminated unions support, improvements to @\mel.send and more
announcement 👇
https://t.co/yjVNIS8Oea
It’s the first framework/library to support Server components from another language fully. I'm hyped!
I have seen a few “only the server part” implementations in Assembly or Go, but they don’t have client components or shared components and don’t pass down client props. are mostly half RSC
Passing promises from the server to the client works; passing children as a prop and referencing a server component works as well. Everything streamead from the server, and SSR working too.
I'm using esbuild with react-server-dom-webpack/client with __webpack_require patch, and the router is dumb.
Should I share more? does anyone care?
So I've been working on an OCaml library that lets you generate CRUD operations type safely, and made a lot of good progress (with a new backend) today.
If you start with a record with a primary key, and a few fields like this:
You then get all of these functions generated for free!
Notice that to insert, the labelled arguments are created for exactly the fields that are in the record.
You can also update with newer versions of the record.
Reading, deleting are also supported of course :)