Feb 1 · 1 min read · Over the past month, I’ve really been experimenting and diving into new things. I’ve learned so much, but two discoveries stand out as my absolute favorites: Agentic AI and Arduino. Agentic AI has completely changed how I view artificial intelligence...
Join discussionJan 27 · 4 min read · In the world of OSINT and cybersecurity, you don’t always need powerful pentest rigs or SDRs — sometimes a low-cost microcontroller with a basic sensor can give you actionable intelligence about the physical world, which often ties directly into secu...
Join discussion
Jan 23 · 8 min read · The breadboard sits on the edge of my desk, tiny wires curling like smoke in a stale room. The LEDs blink in quiet Morse code, unnoticed by anyone else. Outside, the street hums with distant traffic, the kind of noise you ignore until it isn’t noise ...
Join discussion
Jan 21 · 1 min read · Hello reader. I’m a cybersecurity enthusiast based in Poland. I will publish current updates on cybersec events, threats and vulnabilities that I will catch in my web. I will also cover interesting OSINT cases and stuff related to electronical cyberw...
Join discussionJan 14 · 1 min read · In Arduino, “delay” usually means one of two things: 1) Simple blocking delay: delay() / delayMicroseconds() Milliseconds delay(1000); // waits 1000 ms = 1 second Microseconds delayMicroseconds(200); // waits 200 µs Notes delay() blocks: nothin...
Join discussion
Jan 10 · 10 min read · So you have an Arduino. You have Python. You probably have a cup of coffee that is slowly going cold because you are too busy debugging code. We have all been there. You might think these two worlds are separated by a vast digital ocean. The Arduino ...
Join discussion
Dec 25, 2025 · 1 min read · You can change the Arduino IDE interface language in Preferences/Settings (and then restart), or by editing the preferences.txt file. Method 1: Change it inside Arduino IDE (recommended) Open Arduino IDE Open Preferences/Settings: Windows / Linux:...
Join discussion