Buon Natale e Buon Anno
Dicembre 29, 2025E' stato un anno ricco di nuove sfide e ci siamo preparati il terreno per un 2026 ricco di nuove opportunità concrete.
La nuova era dell’industria: robotica collaborativa ed integrazione software
Dicembre 15, 2025La robotica collaborativa rappresenta una soluzione immediata e concreta per garantire continuità produttiva, aumentare l’efficienza e rendere i processi più flessibili. Nel video presentiamo Coover, il sistema sviluppato da NESS che unisce uno o più bracci antropomorfi a una piattaforma AMR.
NESS a ECOMONDO 2025: soluzioni digitali e automazione per la transizione industriale
Novembre 14, 2025NESS presenta AITERIM a ECOMONDO 2024: la piattaforma per la gestione intelligente degli asset industriali. Scopri lo stand, le soluzioni software e i progetti di automazione dedicati alla transizione digitale.
-
How Java Virtual Threads Broke Netflix
When Java 21 arrived, many developers adopted virtual threads instead of traditional OS threads. Netflix tried them in production. They ran into thread pinning issues that caused request handling to stop. The JVM team responded, and by Java 24, most of those problems were fixed.
-
Deployment on Edge: LLM Serving on Jetson using vLLM
Learn what it really takes to run LLMs on an 8 GB Jetson Orin Nano, covering setup, failures, memory tuning, and a practical comparison between vLLM and llama.cpp. An article for Deployment on Edge.
-
Nexus-MCP: A Unified Gateway for Scalable and Deterministic MCP Server Aggregation
Nexus-MCP resolves “Tool Space Interference” in Large Language Models by aggregating multiple MCP servers into a single gateway.
-
Antigravity ruined the Advent of Code for me
What using Antigravity taught me in a week and how I think AI assisted development will change in 2026.
-
NoException: A Better Way to Handle Exceptions in Java
NoException is a lightweight Java library that removes boilerplate try-catch code and offers functional exception handling.