Lmao glad I could help! I hate those big commits. They’re so much harder to traverse and know what’s going on. Developer experience has been big on my mind lately. Working 5 days a week is already hard, but there are moments when we can make tiny bits easier for each other.
orca
I don’t really care about vibe coders but as a dev with just under 2 decades in the field:
- Your vibe coding shit will not go to prod until humans fully review it
- You better review it yourself first before offloading that massive mental drain to someone else (which means you still need to have some semblance of programming skills). Don’t open a PR with 250 files in it and then tell someone else to validate it.
- Use more context. Don’t give it vague ass prompts.
- Don’t use auto-accept. That’s just lazy asshole shit.
I can’t stress this enough: if you give me a PR with tons of new files and expect me to review it when you didn’t even review it yourself, I will 100% reject it and make you do it. If it’s all dumped into a single commit, I will whip your computer into the nearest body of water and tell you to go fish it out.
I don’t care what AI tool wrote your code. You’re still responsible for it and I will blame you.
He ratted out Jesse Ventura to McMahon when Jesse was trying to get his wrestling colleagues to join a union. Source.
Dude was also the reason unions in wrestling never went anywhere. So a racist and a fucking union buster sellout. Good riddance.
They believe whatever sounds more exciting to them. It’s a fantasy world all the way down. Climate change doesn’t sound interesting, so they instead say that it’s part of a weather manipulation scheme spearheaded by the Democrats.
It’s dead and they’re replacing it with an AI-first browser. Gross.
If you want the main things Arc gives you (vertical tabs, tab groups), you can get them with Firefox or a Firefox spinoff like Librewolf.
I’m gonna die telling fascists to eat a bag of dicks as they try to arrest me for talking shit about Israel on my own Lemmy instance. That’s the country these fascists are shaping for us. An AI-driven hellscape.
I think this is great. I like hearing about your experience in the VFX industry since it’s unfamiliar to me as a web dev. The storyboard comparison is spot on. I like that people can drum up a “what if” at such a fast pace, but vibe coders need to be aware that it’s not a final product. You can spin it up, gauge what works and what doesn’t, and now you have feasibility with low overhead. There’s real value to that.
Edit: forgot to touch on your PR comment.
At work, we have an optional GitHub workflow that lets you call Claude in a PR and it will do its own assessment based on the instructions file we wrote for it. We stress that it’s not a final say and will make mistakes, but it’s been good in a pinch. I think if it misses 5 things but uncovers 1 bug, that’s still a win. I’ve definitely had “a-ha” moments with it where my dumb brain failed to properly handle a condition or something. Our company is good about using it responsibly and supplying as much context as we possibly can.