@levelsio anyone sus on this should talk to a successful real estate agent around them. you'll be surprised to find out how many houses are sold through TikTok
I like how nextjs 16 rewards explicitness
to revalidate a user's balance:
I memoize my viem client with cache(),
tag balance reads like "balance:chainId:address",
and after a deposit I just call revalidateTag()
RSC cache >>> client refetch spam #nextjs#web3builders
Been coding a lot lately: getting into nextjs 16, wagmi/viem integrations, and AI agent workflows. so Iโm committing to share more of the experiments, wins, and roadblocks here. expect more honest dev logs going forward! #dev#web3#nextjs
After 4 years, I burned my Baby Kong. hereโs why ๐
๐
๐ด
๐
๐ด
๐
@CyberKongz EVO is live !OOH
Evo'd into this absolute beast! undead vibes, rare silver chain, and a hachimaki๐
Ready for the $KONG seasonal distribution #CyberKongz
@levelsio@Nairebis i use the macos app too and have the same problem
plus they keep changing the place of the select button. it was on top of the chat, now itโs at the bottom with all the other extras?
i like the app because i always have many tabs open but the web is faster and less buggy
@amigoni@theo that's my experience too. need to spoon feed small tasks one by one. it's pretty fast so it's doable but you need to know what you're doing you canโt just vibe
with copilot, pricing goes like this:
the Pro plan ($10/mo) has unlimited GPT-4o requests, and 300 premium req
premium models consume premium req. i.e, GPT-4.5 consumes 50 req per interaction!
Pro+ ($39/mo) has 1,500 premium req but still... you'd be burning fast through these
i'm already using copilot's Next Edit Suggestions, and it's such a boost to tab-tab-tab to adapt my code to the latest changes
i'll try their agent mode too. already tried it in cursor but got stuck between accepting an edit and tweaking it or declining and putting in the work..
speaking of cursor, things are bad there
MS extensions stopped working since they decided to enforce a 5-year-old license
vscode is OS, and cursor rightfully forked this code, but these are essential underlying tools for the IDE to work
users are paying $20/mo for cursor...
@EddyVinckk syntax of tanstack is simpler though, so I think more devs will naturally use server functions correctly. nextjs is already great; the issue is devs often misuse it, creating unnecessary API routes instead of using server components or... middleware wrongly for authorization
@EddyVinckk I tried tanstack recently and it feels like react in 2016, more like a set of primitives than an all-in-one framework (which is a good thing!). still, clearly experimental and WIP. even setting up shadcn using the cli throws an error, and you have to set it up manually