Found it!
Fri Jul 27 15:28:07 2012
Posts by Alberto Gimeno
I’ll give it a try. Thanks!
I’ve fully embraced AI agents for coding in the last few weeks. Now I even use Claude and copilot at the same time in the same project: Claude for large and/or complex tasks and copilot for small edits like refactoring a single file because it’s faster (with GPT 4 models)
Excellent sleep tonight. Score 100 from my Apple Watch
I wish blogs had a simple “I liked this” button at the end, like Medium’s claps. Nothing fancy, just a way to tell the author “hey, I read this and enjoyed it.”
User feedback is gold. Excited that most of the GitHero feedback so far matches the roadmap I’ve been planning 😀
I use a custom one in GitHero and an internal one at Stripe. For any other project I’d use zustand.
How to build fast React apps:
– use the react compiler
– avoid useEffect as much as possible
– use a state management library that supports selectors. Avoid react contexts most of the time
– avoid css-in-js if possible
– use data catching and prefetching
– make components small
1 full year closing the rings
Jajaja. Time flies!
The start of the year is a natural time to reflect on goals and habits. But I find the end of summer just as powerful, right after I take vacations. It feels like a reset before the last stretch of the year. I reflect on what goals I want to accomplish by EOY.
All steel made after the first nuclear blast carries radioactive isotopes. Similarly all information created after the AI explosion likely carries machine-made content.
Getting back into mobile dev with React Native has been pure joy. Hot reload makes iteration instant. That fast feedback loop is addictive. And with the right care, apps feel truly native.
Cool. Thanks!
Cool. Thanks!
Nice. Thanks! 🙏
Which mobile apps you use regularly do you think provide the best user experience?
Feels like my coding agent’s system prompt today was set to “wrong answers only.”
Not sure if yesterday was productive, but I did discover about 20 ways a specific feature can’t be implemented.
I’ll sometimes just sit with my phone geeking out over tiny UI details in apps: animations, shadows, microinteractions, navigation, even the information architecture. Great exercise to level up my own apps.
🤦♂️
Nobody talks about chatbots anymore.
Do you review PRs commit by commit or do you review the full diff only?
Adding AI features to GItHero (coming soon).
It uses the GitHub models API so no additional setup is required. No API key, nothing. It just works.
The best coding sessions feel like gaming:
Not too easy or boring. No impossible tasks.
Just enough challenge to keep you in the zone.
That’s flow.
Csikszentmihalyi’s Flow Theory applied to programming.
Crazy how the most critical code sometimes is the one that looks more brittle and hard to test. E.g. authentication flows happening in a webview communicating with the parent app through non standard message passing APIs (window.webkit namespace)
Ah, I have 200 lines of Rust code. That was 80% AI generated and 20% copy-pasted from examples 😅
The best advice in the world means nothing if the listener isn’t ready to hear it. Timing and mindset matter as much as the message itself.
I'm using copilot autocomplete all the time, but I've only started using agents since last month and sometimes I use chatgpt to ask how to do specific things.
So not much, but I'm trying to use agents more and more. In the last 2 weeks they helped me with a couple of refactors for example.
It’s hard but I find some time after dinner when the kids sleep 😅