@jiya_3063 Criei o APIs Abertas Brasil: um catálogo gratuito com 149 APIs públicas brasileiras, organizadas em 17 categorias e com informações de autenticação, documentação e última verificação.
Projeto aberto para uso e contribuição da comunidade:
https://t.co/bZ5FuretWO
@InduTripat82427 This project helps monitor token usage in AI applications, estimate real-time costs, and identify inefficiencies, enabling prompt optimization, cost reduction, and full control over LLM consumption. https://t.co/IftfTCMbpd
@martinfowler@WeiZhang595190 Really like this approach.
The idea of structuring the workflow around the AI instead of relying on loose prompts makes a lot of sense.
I’ve been exploring something similar on a smaller scale, focusing on context and specs first.
https://t.co/LaOGwKKXgb
Montei um jeito simples de organizar desenvolvimento com IA. Contexto, specs e um fluxo básico.
Talvez ajude quem está passando pelo mesmo: https://t.co/LaOGwKKXgb
@lucas_montano@perssua Classic Electron move. You’re probably trying to access a BrowserWindow or some native object after it’s been closed or destroyed. Add a .isDestroyed() check before calling anything, or revisit the window lifecycle handling.