Story

[Draft] Bean's Satirical Journey for Perfect Coffee

Bean awoke to the activation of his vibe-coded application, Latte Vibes. It was meant to dispense perfection. Today's coffee tasted like raw static, a bitter assault on his senses. He checked the settings: one and a half spoons of sugar logged. This was the programmed calibration; he knew it was correct. August 22, 2026

Weird S3 List Permission

S3's file storage system employs a flat namespace architecture, where all objects are stored as key-value pairs without hierarchical folders. While most interfaces simulate folder hierarchies using / as a path delimiter, this abstraction can introduce security risks when designing access policies for list operations. June 20, 2021

Browser Scratch File Editor

Developers often require ephemeral scratch files for temporary note-taking during workflow without the overhead of context switching. To address this need, a browser-native text editor solution leverages data URLs to create lightweight, on-the-fly text editors. July 22, 2020

Linux Input Injection Through Unusual Methods

For people familiar with Unix philosophy, ["Everything is a file"][everyting_is_file] is a common phrase. Rarely do we get a case to use it in practice. This is one of those cases. July 18, 2020