we as software engineers are becoming beholden to a handful of well funded corportations. while they are our "friends" now, that may change due to incentives. i'm very uncomfortable with that.
i believe we need to band together as a community and create a public, free to use repository of real-world (coding) agent sessions/traces. I want small labs, startups, and tinkerers to have access to the same data the big folks currently gobble up from all of us. So we, as a community, can do what e.g. Cursor does below, and take back a little bit of control again.
Who's with me?
https://t.co/PmRz0vURni
@tannerlinsley@itsemirhanengin I didn't dig too deep but it looks like TSS's PostHog add-on has `typeof window !== "undefined"` gate for init call and PostHogProvider renders different output. Client-only render with useEffect fixes the issue.
@tannerlinsley@itsemirhanengin Start throws hydration errors when spa mode is enabled. Don’t see anything about it in the docs. What is the recommended approach?