Oh-my-Opencode-slim: free multi-agent programming with Opencode & Big Pickle 🥒

ℹ️ Info: this article is a follow-up to this one, don’t miss it if you want to fully understand the foundational concepts. Have you started getting into AI agents for coding or are you just curious to try but you don’t have the budget for credits or subscriptions like Cursor or Claude Code? You’re in … Read more

How I Built a Web-Based Pomodoro Timer with OpenCode and Grok Code

🍅 Try Smart-Pomo or see the code 💻 Github repository: https://github.com/fabiobiffi/smart-pomo ✅ Production environment: https://smartpomo.com/ A hands-on experiment with coding agents and the future of software development 🤖 Over the past few months, AI-assisted development has become a recurring topic. Chatbots that write code, assistants that suggest snippets, tools that promise to “10x your productivity”. … Read more

Vibe coding 🤖: AI works, you supervise and sip some tea 🍵.

vibe coding

Let’s be honest: how nice would it be, for anyone who writes software, to sit at a desk with a good cup of tea, give the right instructions, and watch the code write itself? My answer: incredibly nice. In recent times we’ve been witnessing something close to that scenario, thanks to the exponential improvements in … Read more

I Caught 1300+ of Cyberattacks Using a Python Honeypot 🍯: Real Data, Vulnerability Analysis, and Tips

Python Honeypot

Introduction In recent years, cybersecurity has become one of the top concerns for developers and companies. To explore this field hands-on, I launched a small experiment: building a honeypot, a trap designed to attract malicious bots, log their behavior, and analyze the types of attacks they perform. The full project is available on GitHub: https://github.com/fabiobiffi/honeypot … Read more