home.social

Search

21 results for “mmornati”

  1. Every MCP server you enable injects its tools into every AI request, even if you never use it. I measured it (even though I'm careful not to mess things up, but sometimes I forget): 4 servers = 163 tools = ~$515/month wasted on coding sessions.

    I created LeanProxy to fix this, reduces that by 99% with on-demand loading. It's an evolution of Nexus-Dev I made before, optimized further by removing the memory part that isn't always needed with an MCP proxy.

    Full analysis with real data: blog.mornati.net/the-hidden-ta

    Check out LeanProxy: github.com/mmornati/leanproxy-

    #MCP #AI #TokenOptimization #LeanProxy #Developer

  2. @mmornati
    I tested it again last Friday but I was not convinced. I'm keeping #RancherDesktop
    rancherdesktop.io/

  3. 🔋 Batterie solaire : gadget ou investissement ?

    Cela faisait un moment que l'idée d'ajouter du stockage à mon installation solaire me trottait dans la tête. Mais au lieu de deviner, j'ai laissé parler les chiffres. 📊

    Grâce à plus d'un an de données récoltées via #HomeAssistant et #VictoriaMetrics, j'ai codé un simulateur pour "rejouer" 18 mois de production et consommation heure par heure.

    Le résultat ? Tout dépend de votre contrat de revente ! Je partage ma démarche, les résultats et les scripts Python ici :

    🔗 blog.mornati.net/une-batterie-

    #Solaire #Photovoltaique #DIY #Domotique #Energie #OpenSource #DataScience

  4. 🔋 Batterie solaire : gadget ou investissement ?

    Cela faisait un moment que l'idée d'ajouter du stockage à mon installation solaire me trottait dans la tête. Mais au lieu de deviner, j'ai laissé parler les chiffres. 📊

    Grâce à plus d'un an de données récoltées via #HomeAssistant et #VictoriaMetrics, j'ai codé un simulateur pour "rejouer" 18 mois de production et consommation heure par heure.

    Le résultat ? Tout dépend de votre contrat de revente ! Je partage ma démarche, les résultats et les scripts Python ici :

    🔗 blog.mornati.net/une-batterie-

    #Solaire #Photovoltaique #DIY #Domotique #Energie #OpenSource #DataScience

  5. 🔋 Batterie solaire : gadget ou investissement ?

    Cela faisait un moment que l'idée d'ajouter du stockage à mon installation solaire me trottait dans la tête. Mais au lieu de deviner, j'ai laissé parler les chiffres. 📊

    Grâce à plus d'un an de données récoltées via #HomeAssistant et #VictoriaMetrics, j'ai codé un simulateur pour "rejouer" 18 mois de production et consommation heure par heure.

    Le résultat ? Tout dépend de votre contrat de revente ! Je partage ma démarche, les résultats et les scripts Python ici :

    🔗 blog.mornati.net/une-batterie-

    #Solaire #Photovoltaique #DIY #Domotique #Energie #OpenSource #DataScience

  6. 🔋 Batterie solaire : gadget ou investissement ?

    Cela faisait un moment que l'idée d'ajouter du stockage à mon installation solaire me trottait dans la tête. Mais au lieu de deviner, j'ai laissé parler les chiffres. 📊

    Grâce à plus d'un an de données récoltées via #HomeAssistant et #VictoriaMetrics, j'ai codé un simulateur pour "rejouer" 18 mois de production et consommation heure par heure.

    Le résultat ? Tout dépend de votre contrat de revente ! Je partage ma démarche, les résultats et les scripts Python ici :

    🔗 blog.mornati.net/une-batterie-

    #Solaire #Photovoltaique #DIY #Domotique #Energie #OpenSource #DataScience

  7. 🔋 Batterie solaire : gadget ou investissement ?

    Cela faisait un moment que l'idée d'ajouter du stockage à mon installation solaire me trottait dans la tête. Mais au lieu de deviner, j'ai laissé parler les chiffres. 📊

    Grâce à plus d'un an de données récoltées via et , j'ai codé un simulateur pour "rejouer" 18 mois de production et consommation heure par heure.

    Le résultat ? Tout dépend de votre contrat de revente ! Je partage ma démarche, les résultats et les scripts Python ici :

    🔗 blog.mornati.net/une-batterie-

  8. And with a little help from rtk, the token economy is incredible—as you can see in the image! 📉

    It makes the whole experience much smoother, and the best part is that it’s a simple #opencode tool.

    #rtk #vibe_coding #devtools #ai #tokens

  9. And with a little help from rtk, the token economy is incredible—as you can see in the image! 📉

    It makes the whole experience much smoother, and the best part is that it’s a simple #opencode tool.

    #rtk #vibe_coding #devtools #ai #tokens

  10. And with a little help from rtk, the token economy is incredible—as you can see in the image! 📉

    It makes the whole experience much smoother, and the best part is that it’s a simple #opencode tool.

    #rtk #vibe_coding #devtools #ai #tokens

  11. And with a little help from rtk, the token economy is incredible—as you can see in the image! 📉

    It makes the whole experience much smoother, and the best part is that it’s a simple #opencode tool.

    #rtk #vibe_coding #devtools #ai #tokens

  12. And with a little help from rtk, the token economy is incredible—as you can see in the image! 📉

    It makes the whole experience much smoother, and the best part is that it’s a simple tool.

  13. "Vibe Coding" is great for prototypes, but a nightmare for production. Without a solid architecture, you spend more time fixing AI than building. 🛠️

    I spent 24h testing the #BMAD method: moving from idea to "ready to dev" using specialized agents (Market, PRD, Arch).

    The takeaway? Human experience in architecture is the only way to kill hallucinations. AI doesn’t just "invent" things; it fills the gaps we leave in our specs.

    27% of prod code is now AI-generated. The bottleneck? System coherence.

    My full 1-day experience (BMAD, Stitch, gemini-cli) is live: 👇

    🔗 blog.mornati.net/what-is-a-dev

    #AI #SoftwareEngineering #Architecture #TechTrends2026

  14. Does anyone know how to correctly debug (with Arduino ide) a #CC1101 device... Or even just a code running on an #ESP32? Reading some doc I did not understand if it is something requiring an added wiring and board or if I can do it directly via USB. I'm a pragmatic engineer (this recall me something 😅) and I need to understand where the problem really is... In any other way I think just trying to guess an answer (and lose my time).

  15. #openwrt is really really cool. It is now more than I week I'm using it @home and I will never get back to the #googlewifi stock firmware. I love having control over what is happening @ home.

  16. Really loving what you can do with #openwrt on a #googlewifi. I'm still having some problem skipping vpn for Netflix... But I tested lot of interesting stuff. The final configuration is: only selected wifi devices are sent throught the VPN (which is activated all the time). It is only related to performances... But you can forward all your traffic. Your privacy first of all !

  17. Another very cool stuff about the #googlewifi custom firmware: now I can force a VPN for the whole local network!! Speed is not that good, but in case at least you can be secured

  18. Finally, I finished configuring my #googlewifi devices with #openwrt. It was quite hard to figure out all the low-level network configurations. But everything works now with good performances... and the good side effect if I got full control of devices.

  19. I spent lot of hours yesterday to configure the #googlewifi router and AP with #openwrt. Not finished yet, but it promising compared to the very poor functionalities proposed by the Google original firmware. You must be a network architect to know how to configure everything 😵 But this guy youtube channel is incredible youtube.com/c/OneMarcFifty (and not only for OpenWRT)

  20. Do not know if it is happing to someone else, but the #innr RS 237 T #zigbee devices are always going offline. I tested to replace a couple with #hue to check if it was related to signal, but no problem with these others devices. And for sure, no way to upgrade the firmware without the Innr hub #zigbee2mqtt #homeassistant