惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
雷峰网
雷峰网
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
V
V2EX
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Vercel News
Vercel News
美团技术团队
人人都是产品经理
人人都是产品经理
The Cloudflare Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
Referer reality
2026-05-11 · via Hacker News
May 10, 2026

Chris Morgan is tired of people tacking query strings onto his URLs — e.g. www.robinsloan.com/lab/?like=this&and=this—so he’s con­fig­ured his web­site to reject those requests outright, rather than suffer in silence.

Naturally, any­body is free to set up their server in any way they like … however, Chris writes this:

If I wanted to know [where a vis­itor came from] I’d look at the Ref­erer header; and if it isn’t there, it’s prob­ably for a good reason.

which isn’t really true anymore. For most web­sites, the majority — not just the plurality, but the majority — of vis­itors arrive by fol­lowing a link inside an email or an app (e.g. Instagram, Mes­sages on iOS, the Sub­stack app), nei­ther of which set a Ref­erer header; so, all of those vis­itors are lumped into a vast slab called Direct or Unknown.

This broken mech­a­nism pro­vides the impetus for the custom query string I append to all out­going links, utm_source=Robin_Sloan_sent_me: under­standing that many/most clicks on links I share will come from my email newsletter, I want the source to be legible, par­tic­u­larly in con­texts such as, e.g., Shopify.

This isn’t an argu­ment that Chris Morgan should do any­thing different — opinionated oper­ator deci­sions make the internet go round — but rather an oppor­tu­nity for clar­i­fi­ca­tion about the cur­rent state of play.

I don’t col­lect or review ana­lytics of any kind on my web­sites, so I’m not a con­sumer of this kind of referral info. Even so, my custom query string is, in my calculation, an expres­sion of dig­ital etiquette: rather than dump a load of anony­mous traffic on your doorstep, I reveal who’s linking, so a web­site or online shop oper­ator can trace it back and get in touch, if wanted or needed. (Memorably, this was useful when the Abrams Planetarium received a wave of new sub­scrip­tions and weren’t sure if they were legitimate; a brief email cor­re­spon­dence assured them that yes, these people were real … they were nerdy … they wanted the Sky Calendar!)

Note that a handful of sites do choke on unex­pected query strings, including YouTube (!), so I main­tain a list of exceptions, to which chrismorgan.info is now added.

To the blog home page