a public builder
publicbuilder.bsky.social
a public builder
@publicbuilder.bsky.social
doing some experiments to build something in public
I have a solution and I don't know why it works.
June 14, 2025 at 2:25 PM
For this simple task, you will need mitmproxy. How exciting!
June 12, 2025 at 1:30 PM
I need to be more specific. I was using trpc for client-server communication. TRPC use zod for input/output schema (including serializing and deserializing) instead of static types. In this case, Static types + auto deriving serializer/deserializer will make the interface clearer and easier to use.
May 13, 2025 at 3:55 PM
Just found out I needed github.com/fabien0102/t... to convert real types to a zod schema. Why would I want this instead of static types? Because, trpc, the End-to-end typesafe rpc framework prefers implicit types. I have to use zod for output validation! Oh my gosh.
May 13, 2025 at 1:19 PM
Here is an even uglier solution to this.
May 12, 2025 at 3:01 PM