Posts

Showing posts from February, 2026

Your €15 WiFi Adapter Is a Supply Chain Attack

Stop Plugging Random USB Hardware Into Your Machines If you are buying networking hardware from AliExpress and installing whatever “driver” comes in the box, you are not being frugal. You are participating in your own compromise. This is a case study of a supposed WiFi 6 + Bluetooth USB adapter purchased from AliExpress, bundled with a “WiFi driver” that was suspicious enough to warrant a VirusTotal check. Links (for reference): VirusTotal report: e01679323360155f9eb8a09f703fc28e325be820cbf3d7a75766a386496df121 AliExpress listing: 1005009909742557 The pattern is the problem Ultra-cheap USB networking devices follow a recurring template: generic branding, no chipset disclosure, a boilerplate manual, and a bundled executable installer that claims...

Doom-Vibe-Code Everywhere with PyCodeBridge

 Ever been stuck on a bus, in a toilet queue, or doom-scrolling on mobile and thought: “Man, I really wish I could just hack on my code right now”? Well, I did something about that. Meet PyCodeBridge — the bridge between your mobile chat apps and your development machine. It lets you drop into vibe-coding mode from apps like Discord, Telegram, or Slack and run your local Codex CLI sessions without actually being at your desk. What the Hell Is PyCodeBridge? At its core, PyCodeBridge lets you communicate between a transport channel (like a Discord channel named codex-myrepo ) and a local Codex CLI session running under the hood. Every channel becomes a stream into a Codex session tied to a local repository. You can send prompts, get responses, even manage jobs — from your phone, from the loo, from wherever. Here’s the vibe: Transport–Agnostic Routing: Messages from chat apps are routed to your local Codex session dispatcher. Channels map to repos. Multi-Session Support: Each ch...