i am trying to operate multiple projects and looking for a LLM context system to organize my thoughts
something along the lines of claude + obsidian knowledge graph
before i explore this, i’m wondering if any builders have any other systems that works for them!
i recently transitioned between teams with completely different scope of technical work
i have become a lot less reliant on vibe coding in my day-to-day and it’s been very refreshing
i’m genuinely getting tired of tiktok
everything is consumer app ugc content, e-commerce shop ads, ai-generated livestreams, and the same copy-paste video formats
i need to detox and spend some time away from the algorithm
did openai change their usage limit structure for codex recently? the hourly cap is gone and i just have a weekly usage limit
the limit was supposed to be there so i can pace myself though 🤠 now i blew through my usage in one day
i was using codex today and just learned about its ability to open a webpage and navigate it 🤯
context: asked codex to delete some orphaned blob storage images and it was able to audit the image pathd via SQL queries and make the deletions via UI
i’m having a streak of good fortunes these past few weeks and it’s times like these that makes the phrase “everything will work out” resonate with me deeply 🙏
how do apps like @instagram implement the friend suggestions feature?
is the social network modeled as a graph with precomputation and recommendation caching?
how can i build a rudimentary prototype of this system based on account content rather than degree of friendship?
what held me back from building has always been the first decisions
which tech stack? which backend service? will i be vendor-locked? will it be cost-efficient and scalable?
maybe i start worrying about those things when i actually get there 🤠
is there an easy way to resolve dependency issues in expo?
expo-doctor was unable to resolve the issue so i was accepting claude permissions for 20 minutes hoping that the package versions eventually agree
this must be the primitive form of loop engineering
i was literally asking claude how to navigate the supabase console and asking for sql scripts to update my database
i just discovered the supabase mcp
absolute game changer!
now claude can understand the actual project context and executes tasks for me
building my first app and trying to get it launched on the app store
turns out the tiktoks were not joking
react native for frontend
supabase for backend
posthog for analytics
revenuecat for paywall
that’s basically the whole indie app developer starter pack