» Tag
http
18 postsAudit of 350k-Star Public APIs Reveals 20% Are Broken
An audit of 99 free public APIs shows that around 20% are broken or outdated. Verification is crucial for API reliability.
Migrating My MCP Server from STDIO to Streamable HTTP
Challenges and solutions encountered while migrating an MCP server to Streamable HTTP.
The Invisible Server Bug: My Experience with a Java HTTP Server
I explored the bugs I encountered while building a bare-metal HTTP server in Java and the importance of I/O.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comInforming HTTP Extension Design with Data
Insights from cc-lint reveal key lessons for HTTP protocol designers.
Examining the Machine Code of a 100 KB HTTP Server
Exploring the machine code of a 100 KB HTTP server. This server, written in FreedomLang, operates without using dynamic libraries.
Cloudflare and Apache/PHP-FPM: POST request bodies arriving empty
Investigation into the issue of empty POST request bodies with Cloudflare and Apache/PHP-FPM. Causes and implications.
Deep Dive into Git's Wire Protocol
Discover how Git's new v2 server protocol optimizes data transmission and manages references more effectively.
CORS Errors: Why Teams Still Mess Up This Basic Concept
CORS errors can lead to security vulnerabilities. Learn proper configuration methods.