"NO AI" needs to be the norm, we should be working on better ways of sharing information and better documentation instead of fighting with computers for substandard results.
add async keyword to functions
add .await when calling them
use tokio in your main function (easy to look up)
use the async recursion crate if you need to use recursion but don't want to box everything
There are some bonuses like calling functions in parallel, but there you go.
can't for the love of dog parse the meaning of this - what do you mean? a callback that is async passed to a sync api? you refer to the complexity of sync<->async bridging? ...or?
You are not using as much of your brain (solving problems, thinking etc.) so you end up in a cycle of becoming stupider and stupider the more you use ai, so eventually your prompts get worse and worse then you start asking "why is it not working as good as it was two weeks ago"
reply