struct Dev {
name: &'static str,
alias: &'static str,
location: &'static str,
stack: Vec<&'static str>,
vibes: &'static str,
currently: &'static str,
}
fn main() {
let me = Dev {
name: "Bob",
alias: "vibecoder37 / bobberdolle1",
location: "Ivanovo, Russia 🇷🇺",
stack: vec!["Rust", "Python", "C++", "Lua", "TypeScript", "HolyC"],
vibes: "immaculate",
currently: "building SkySweep32 — passive drone detector on ESP32",
};
println!("ships fast, breaks nothing (usually)");
}drwxr-xr-x embedded/ — ESP32, Pico, NAND flash, RF scanners
drwxr-xr-x ai-ml/ — YOLOv8, RAG, Gemini, autonomous systems
drwxr-xr-x drones-fpv/ — ballistic servo drops, AI rangefinders
drwxr-xr-x networking/ — DPI bypass, packet-level surgery
drwxr-xr-x telegram-bots/ — AI personas, crypto, logistics
drwxr-xr-x steam-deck/ — undervolt, VRR, Decky plugins
drwxr-xr-x games/ — BeamNG map gen, SLRR macOS fixes
-rw-r--r-- vibes.rs — main driver, always running
Systems & Embedded
AI & Scripting
Networking & Web
Cursed Unlocks
| 🛰️ Project | ⚡ Stack | ⭐ | 📝 |
|---|---|---|---|
| SkySweep32 | C++ / ESP32 | 16 | Multi-band passive drone detector · 900/2.4/5.8GHz RF |
| openflash | Rust | 5 | NAND/eMMC/NOR flash programmer on $4 MCUs |
| BeamNG.WorldForge | Python / AI | 4 | Real-world map gen from satellite data |
| unbound | Lua | 4 | Packet-level DPI bypass · no VPN · zero speed loss |
| maixcam-wildtrap | Python / YOLOv8 | 1 | AI camera trap · wildlife · Telegram alerts |
| maixcam-servo-control | Python / AI | 2 | Autonomous ballistic servo drop · optical flow |
| Project-OLEG | Python / Gemini | 3 | Твой личный кибер-кентуха |
| Puppeteer | Rust | 2 | Multi-account Telegram userbot with AI personas |
| holy-c-telegram-bot | HolyC | 1 | In memory of Terry A. Davis. God's language. |



