HTTP
TrialTools
The web application protocol used here to serve graphical app interfaces.
Why it's here
Placed in Trial: 8 article(s) of evidence from 5 source(s), led by research-stage coverage, with 6 in the last 30 days. Confidence 76%.
Evidence (8)
- 2Hacker News·8/9/2026researchLong Bets prediction on URL persistence reaches its deadline
A 2011 Long Bets prediction asked whether the original URL for a specific page would still be available in 11 years. The bet’s terms allowed a normal page, a redirect, or an archived destination to determine the winner, highlighting the problem of link rot and long-term URL stability on the web.
- 3Hacker News·8/5/2026open_sourceThe Valley of Webhooks
The article discusses the practical challenges of working with webhooks, especially their reliability, debugging, and operational complexity at scale. It frames webhooks as a powerful but often frustrating integration pattern that requires careful handling in real-world systems.
- 4Hacker News·7/27/2026researchProposal for an HTTP-based email successor
The article proposes a hypothetical mail system built on HTTP instead of SMTP, using existing standards such as WebFinger, ActivityPub, JMAP, Ed25519, and HPKE. It argues that borrowing proven components could simplify discovery, delivery, identity, signing, and encryption while remaining separate from the legacy email ecosystem.
- 7Cloudflare Blog·7/26/2026framework_updateMCP update removes session machinery and simplifies remote servers
The upcoming Model Context Protocol (MCP) specification removes sessions and the initialization handshake, while deprecating several core features. The update shifts state and capability handling to ordinary infrastructure patterns, making remote MCP servers easier to run as stateless services.
- 5Cloudflare Blog·7/21/2026researchHow the 2026 World Cup shifted Internet traffic
Cloudflare analyzed global HTTP and DNS traffic during the 2026 World Cup and found that match kickoff time strongly shaped online behavior. Traffic often spiked overnight or early in the morning as fans tuned in, while daytime matches had much smaller effects because many users were already online.
- 4InfoQ·7/14/2026researchSchemaboi Proposes Self-Contained Schemas for Compatible Data Evolution
Seph Gentle proposes Schemaboi, an experimental file format that embeds schemas directly in file headers so data can remain readable without external definitions. The approach is designed to support forward, backward, and sideways compatibility, reducing coordination needs and helping avoid data loss as formats evolve.
- 2Hacker News·7/4/2026researchGuide to htop and Linux load averages
This article explains the meaning of the information shown in htop/top on Linux, including uptime, load average, and process counts. It also shows how these values are read from procfs files such as /proc/uptime and /proc/loadavg, using strace as a debugging aid.
- 6Hacker News·6/29/2026open_sourceOuter Shell brings a graphical SSH shell to servers
Outer Shell proposes a browser-based graphical shell for remote Linux servers and edge devices, with apps served as small private HTTP servers and accessed over SSH. The system uses Unix domain sockets, supports app discovery through an API, and includes both web-based and native Outerframe apps.