Vincenzo Petrucci

Developer by passion, I write in my free time

I'm a software developer since the very early years of this millennium who, for now, has no intention of stopping. I've worked in various fields, from telecommunications to online gaming, to institutional communication. Currently I live and work in Pescara, from where I run illegal studio, the company I founded to pursue my dreams.

Vincenzo Petrucci al lavoro 1Vincenzo Petrucci al lavoro 2Vincenzo Petrucci al lavoro 3Vincenzo Petrucci al lavoro 4

Latest posts

25 August 2026

How to install Omarchy on Parallels

I wanted to run Omarchy in Parallels on my Mac without emulating an Intel machine. The short answer is that it works, but the official ISO is not the way to get there. The installation I ended up with runs natively as an ARM64 virtual machine. It has Hyprland, accelerated virtio graphics, Parallels Tools, shared folders, clipboard integration and dynamic resolution when the VM window changes...

#Omarchy#Parallels#Apple Silicon#Linux#Open Source

17 February 2026

How not to get rich with AI

Yes, exactly. How not to get rich. In a burst of unwarranted hope, I decided to believe it was possible to use AI to generate passive income. We've all read some flashy article titled 'Make 200,000 euros by investing 7.50 euros in the stock market thanks to ChatGPT'. So I thought: if Joe, an average citizen from New York, can do it, why can't I? I threw myself headfirst into the project...

#Artificial Intelligence#Hacking

04 February 2026

Context - A tool to help AI agents work better on your project

In recent months, everyone's been talking about AI coding: Cursor, Claude Code, Codex… incredibly powerful tools. The problem? When you give them a real task ("the Stripe webhook isn't working"), the agent knows nothing about your project: structure, files, entrypoints, dependencies. So it starts "wandering" through the codebase blindly with grep and random file openings, burning a ton of...

#Artificial Intelligence