I’m 12. I paused KODA Browser to try something I’ve never done before.
I was building KODA Browser. Android project. WebView. Custom home screen. Search. GitHub shortcuts. It was starting to become a real browser. And then I paused it. Not because it failed. I paused it because I realized something: I’ve built a lot of things. But I haven’t really tested whether I can sell what I […]
Context Window Flooding: How Attackers Weaponize the Lost-in-the-Middle Attention Gap
An attacker does not need a clever jailbreak when they can make the model stop reading the system prompt through sheer volume. The vulnerability is architectural: every transformer has non-uniform attention. The position where security instructions live is precisely where models attend least. Context window size has always been framed as a capability feature. Larger […]
I built a browser game that asks your microphone to imitate a robot
I wanted a microphone project with a very small brief: hear a sound, copy it, and see how close you got. That became Mimic Party Online, a browser game where each round gives you a short sound cue and one recording attempt. The cue might be a meme clip, an animal call, a machine noise, […]
I pulled Roblox’s public API every day for a week to watch one game go vertical
Late August I kept seeing the name Dungeon Lootr in places it hadn’t been before. I wanted to know whether the game was actually growing or whether I was just noticing it more. Turns out Roblox exposes enough public data to answer that without an API key, so I started pulling it every day. The […]
Stop Wasting API Tokens: How to Bridge ChatGPT Web to Your IDE Using MCP
The system uses: Node.js & pnpm: To run the lightweight, local MCP server. Model Context Protocol (MCP): An open standard developed by Anthropic that allows LLMs to query local tools and file structures safely. Cloudflare Tunnels (cloudflared): Creates a secure, encrypted tunnel from Cloudflare’s edge directly to your local MCP server. No public IP or […]
AI Experiment: Porting a PLC Exploit Takes Hours and Hundreds of Dollars
1. Basic Information Article Title: Experiment: Porting a PLC Exploit With AI Takes Hours and Hundreds of Dollars Publisher: SecurityWeek Publication Date: September 1, 2026 Source URL: SecurityWeek Related Source: Forescout Vedere Labs Related Technologies, Products, and Datasets: CVE-2021-31886, WAGO 750-852, WAGO 750-831 firmware V01.04.16, Nucleus FTP server, Claude Sonnet 4.6, Claude Opus 4.6, Ghidra […]
Exploitation of JFrog Artifactory CVE-2026-82329: Unauthenticated Administrator Token Generation
1. Overview Article Title: Critical JFrog Artifactory Vulnerability Reportedly Exploited in the Wild Source: SecurityWeek Publication Date: 2026-09-01 Original Article: SecurityWeek Related Sources: JFrog Security Advisories Related Malware, Threat Groups, CVEs, Products: CVE-2026-82329, JFrog Artifactory Severity: Critical 2. Executive Summary CVE-2026-82329, an authentication bypass vulnerability in default configurations of JFrog Artifactory that allows unauthenticated remote […]
How do you keep your AI agent skills from rotting silently?
Storing AI agent skills as files in a folder does not scale. Claude Code skills, your claude.md instructions, and every other slice of your agent’s memory eventually rots, conflicts, or eats the context window. A better pattern is to store each skill as a document in a semantic memory store, tagged by topic and date. […]
The Architecture Behind CoxOutage.us
When an internet outage hits, users immediately turn to their phones to find out if it’s just them or a widespread network issue. Because they are often relying on spotty cellular data, any tracking site needs to load instantly and deliver highly localized information. I recently launched CoxOutage.us to map and track Cox Communications disruptions. […]
OCI Monitoring Alarms: Six Ways an Alarm Can Look Ready and Still Fail
Validate: Whether the alarm is a threshold alarm or an absence alarm Whether absence detection is the right pattern for the metric Whether groupBy is included where appropriate Absence detection period Expected behavior when the metric stops emitting Evidence: MQL query review Controlled absence test, where safe Alarm history showing the expected transition This is […]