19935
Korede

@korede #19935

John 3:2b. Building the future, in the open.
144 Follower 52 Following
We should only start getting scared of dev AI tools when companies start training models from first principles a la AlphaZero (i.e. handing them the docs and keeping them running until they figure out *everything*). Depending on existing code will continue to produce the limitations of existing code. But maybe this is only possible in a post-quantum world.
/dev
While "vibe coding" is fun for rapid prototyping (especially on frontend-heavy projects), it seems that an under-appreciated use of LLMs might be to have architecture-level discussions about complex problems, making conceptualizing solutions and creating design documents way faster.
When working on a complex system, it's always useful to delete all your test data and go through all the flows from time to time. Always exposes first-time user pain points.
/dev
If you're interested in language-agnostic talks around software development that can help improve your perspective, you should try watching some of Kevlin Henney's talks.
/dev
Man, to be as good at something as Magnus Carlsen is at chess...
For devs who build internal tools, how valuable is something like Retool, now that you can easily prototype with Cursor?
/dev
Noob question, but here goes. @jxom (or anyone who can help): Does the default jsonRPC nonceManager implementation in viem just do the default `getTransactionCount` RPC call behaviour for every tx submission, or does it actually manage the nonce locally?
/Viem
Are there APIs available on /neynar to build a DC-only client for Farcaster?
/dev
I just connected my X profile to my Farcaster account with xProof and earned 3 Gems 💎. Check it out xproof-frame.gandalf.network
I just connected my X profile to my Farcaster account with xProof and earned 3 Gems 💎. Check it out https://xproof-frame.gandalf.network
@itai Wanted to check if there was a reason that the primaryWallet isn’t part of onAuthSuccess’s args. Is there a better way to get primaryWallet after auth success than having a useEffect that “listens” for it?
Thinking of building a React Native /paragraph reader this weekend. Might stream the process on Twitch (or /unlonely, if I can manage to get it set up) if anyone thinks it might be interesting to watch.
/dev