If you're someone who cares about fashion but hates the endless scroll I'd love to connect. Whether you're a designer, builder, or just someone who resonates with this problem, drop a follow or DM. Let's talk.
I'm building something.
More brands than ever, yet finding your style is harder. More choices, worse decisions.
Meet Bae your fashion companion that learns your taste and finds outfits that actually work for you.
Hop on the waitlist: https://t.co/PnpXUUpQCY
sidekick (https://t.co/lQvnmkko1U) goes live on 31st March, 2026 at 6 PM IST.
since we're building out of India, thought of using @SarvamAI as a default provider. felt right.
signup for the waitlist at https://t.co/MzSbgKBYJK
8am: exec meeting
9am: product spec
10am: hiring decision
11am: customer call
12pm: strategy doc
by 1pm you've lost half the context you needed
sidekick keeps it all, surfaces it when relevant
early access: https://t.co/uLLs4fr8yD
What are CRDTs?
Conflict-free Replicated Data Types are a class of data structures that can be replicated across nodes in a network.
What do they solve? Synchronization of data in distributed systems.
There are many kinds of CRDTs depending on your use case. They can model maps, lists, strings, trees, etc. So if you need a distributed HashMap, you can use a CRDT-based HashMap. If you want real-time text editing (like Google Docs), you can use a CRDT-based list of characters.
I implemented one of the CRDT text algorithms - Fugue (details in this notebook:https://t.co/jAM6Cqitkg) in Go, and built my own tiny version of Google Docs called hehe-docs (GitHub: https://t.co/9YbQ3zhDp6).
Try it out before Render suspends my account - https://t.co/9dG9ONxzPB
@joshtriedcoding real advice that'll you code better - you're not supposed to expose your NEXT_PUBLIC_VERCEL_ENV to the public.
keep in mind from the next time :)
now let me deploy my app onto your aws