Posts
Posted on June 2, 2026
A step-by-step story of migrating a personal domain from a dynamic WordPress site on Azure to a fully static Astro site backed by GitHub, deployed on Azure Static Web Apps — and why it was the right move.
Posted on February 1, 2026
Quando lo vidi per la prima volta alla Gamescom, Clair Obscur: Expedition 33 colpì immediatamente per atmosfera, stile visivo e ambizione narrativa. Era chiaro fin da subito che non si trattasse dell’ennesimo RPG a turni, ma di un progetto desideroso di costruire una propria identità, fondendo suggestioni classiche con un approccio più moderno e personale.Ora ... Continue reading “Clair Obscur: Expedition 33 – Un Viaggio Emotivo e Narrativo”
Posted on November 19, 2025
The post discusses automating the process of transforming HR vacation data into an Excel matrix using Microsoft Copilot. It highlights the challenges of manual data conversion, describes the iterative automation journey with a Python script, and emphasizes the benefits of reusability and scalability with tools like Power Automate and Azure, ultimately streamlining tedious tasks.
Posted on November 8, 2025
Tra una sessione di gioco e l’altra, ho avuto il piacere (e la pazienza) di mettere alla prova la nuova Asus ROG Xbox Ally X. Un ibrido curioso, potente e con qualche spigolo che non ho esitato a raccontare nella mia ultima recensione per MondoXbox. Due settimane intense, tra setup da astronauta, giochi da urlo ... Continue reading “Una console, un PC, un esperimento… e una recensione!”
Posted on May 16, 2025
There’s something primal about watching lightning tear through the sky and strike a tree. A sudden, sharp sound. A blinding flash. Then silence—smoke, debris, and a strange, paralyzing stillness. If that lightning hits a person, the feeling shifts entirely: disorientation, horror, and a deep sense of helplessness in the face of something uncontrollable. Lately, that ... Continue reading “When Lightning Strikes: Fear, Dizziness, and Powerlessness in the Tech Industry”
Posted on March 8, 2025
L’ipocrisia dell’8 marzo: riflessioni sulla strada verso la parità L’8 marzo, la Giornata Internazionale della Donna, è spesso celebrata con fiori, cene e gesti simbolici. Tuttavia, dietro questa facciata di celebrazione, persistono profonde disparità che rendono questa giornata un’occasione per riflettere, più che per festeggiare. Differenze salariali e sociali Nonostante i progressi, il divario salariale ... Continue reading “Nessun augurio da me oggi”
Posted on March 7, 2025
In the world of space exploration, few names shine as brightly as SpaceX. The company has redefined what’s possible, pushing the boundaries of technology and ambition. Its latest Starship launch, though ending in an explosion, is a testament to the relentless pursuit of progress. SpaceX has always embraced the philosophy that failure is a stepping ... Continue reading “Celebrating SpaceX’s Achievements Amidst Controversy”
Posted on July 26, 2022
alcune regole per stare al sicuro sulla rete al tempo delle elezioni
Posted on January 22, 2022
Basic understanding of NSG Logging According to https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-nsg-manage-logNSG Logs 2 kind of data: GroupsEvent and GroupRuleCounter GroupEventThe event log contains information about which NSG rules are applied to VMs, based on MAC address. The following data is logged for each event. GroupRuleCounterThe rule counter log contains information about each rule applied to resources. What can ... Continue reading “Azure Monitor NSG Monitoring”
Posted on April 11, 2021
While constantly checking for the arrival of an FTTH connection I had to face the reality. Isn’t coming soon (or never). Despite being surrounded by High-speed fibers in my street they are not available to consumer market. In the last 5 years, I relayed completely on a wireless connection provided by air2bite that growth up ... Continue reading “Integrating Vodafone FWA with my home network”
Posted on January 12, 2021
Do you need to know the meaning of the ResultType field into SignInLogs of Azure AD (or B2C) directory logs? Just use http://login.microsoftonline.com/error and you will get the explanation for the code. Handy and useful to know what’s going on at every SignInLogs entry.
Posted on October 5, 2018
Using a Linux based Azure VM you may need to access the console to do special operations and VM Azure Extensions are the right tool to do it. This is expecially true when you do something really weird like, such as putting file in /etc/sudoers.d folder without checking it beforehand with visudo. If the file ... Continue reading “Sudoers adventures and how VM Extensions can save the day”