This is a submission for the Gemma 4 Challenge: Write About Gemma 4
When we talk about the future of AI, the conversation almost always drifts toward massive data centers, hundreds of gigabytes of VRAM, and cloud APIs. But what happens when the cloud...
The rapid adoption of AI coding assistants has fundamentally changed how software engineers write, debug, and explore codebases. Tools like Claude Code, Cursor, and Windsurf have made generating snippets and explaining logic near-instantaneous. However, as developers push these systems to handle larger engineering tasks—such as codebase-wide refactoring or porting legacy applications—they inevi...
This is a submission for the Gemma 4 Challenge: Build with Gemma 4
During major floods—like the catastrophic 2022 Pakistan Floods that displaced over 33 million people—mobile towers lose power and internet services collapse. This creates a critical communication bla...
We needed to support a large player base with thousands of concurrent players for the Treasure Hunt game mode. The game's event-driven architecture meant that every player movement, item pickup, and treasure collection triggered a flurry of events that needed to be processed quickly and efficiently by the server. The catch was that the ev...
I work on Camdiv, an anonymous one-to-one video chat. You open the page, you get matched with a stranger, you talk. It's the Omegle-style format, and from the outside the hard part looks like the video: WebRTC, NAT traversal, keeping latency down.
It isn't. WebRTC is mostly a solved problem. The hard engineering is moderation. Y...
It started, as side projects do, with another side project.
I'd been playing with Hermes Agent and watching it produce things — reports, generated images, scraped CSVs, scratch notes.
Useful stuff. And every time, the same nagging question: where does this go?
The desktop wasn't going to cut it. Neither was a folder I'd forget about by Tuesday. I wanted somewhere I could...