<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>YCY · Agent-Native Hub</title>
  <id>https://ycy1234567.xyz/</id>
  <link href="https://ycy1234567.xyz/feed.xml" rel="self"/>
  <link href="https://ycy1234567.xyz/"/>
  <updated>2026-08-02T00:00:00Z</updated>
  <entry>
    <title>curl Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/curl-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/curl-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>GET/POST, headers, uploads, timeouts, proxies, status codes — the high-frequency essentials.</summary>
  </entry>
  <entry>
    <title>curl 常用命令速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/curl-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/curl-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>GET/POST、请求头、文件上传、超时、代理、状态码输出——高频用法一页搞定。</summary>
  </entry>
  <entry>
    <title>Docker Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/docker-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/docker-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Images, containers, logs, exec, Compose, cleanup — high-frequency commands.</summary>
  </entry>
  <entry>
    <title>Docker 常用命令速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/docker-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/docker-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>镜像、容器、日志、进入容器、Compose、清理——高频用法一页搞定。</summary>
  </entry>
  <entry>
    <title>Git Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/git-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/git-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Undo, branches, stashing, logs, remotes — high-frequency Git operations.</summary>
  </entry>
  <entry>
    <title>Git 常用命令速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/git-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/git-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>撤销、分支、暂存、日志、远程——高频 Git 操作一页搞定。</summary>
  </entry>
  <entry>
    <title>HTTP Status Codes Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/http-status-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/http-status-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>2xx/3xx/4xx/5xx classes and the most common codes with debugging tips.</summary>
  </entry>
  <entry>
    <title>HTTP 状态码速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/http-status-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/http-status-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>2xx/3xx/4xx/5xx 分类与高频状态码排查要点。</summary>
  </entry>
  <entry>
    <title>Linux Port &amp; Process Debugging</title>
    <id>https://ycy1234567.xyz/cheatsheets/port-debug-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/port-debug-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Who owns the port, where is the process, how to kill it safely — one page.</summary>
  </entry>
  <entry>
    <title>Linux 端口与进程排查速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/port-debug-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/port-debug-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>端口被谁占用、进程在哪、怎么安全杀掉——排查步骤一页搞定。</summary>
  </entry>
  <entry>
    <title>Regex Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/regex-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/regex-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Character classes, quantifiers, anchors, groups, and common patterns.</summary>
  </entry>
  <entry>
    <title>正则表达式速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/regex-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/regex-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>字符类、量词、锚点、分组、常用示例——一页快速回忆。</summary>
  </entry>
  <entry>
    <title>SQL Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/sql-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/sql-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>SELECT, aggregates, joins, DML, transactions, indexes — high-frequency statements.</summary>
  </entry>
  <entry>
    <title>SQL 常用语句速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/sql-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/sql-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>查询、聚合、连接、增删改、事务、索引——高频语句一页搞定。</summary>
  </entry>
  <entry>
    <title>systemd Cheatsheet</title>
    <id>https://ycy1234567.xyz/cheatsheets/systemd-en/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/systemd-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>systemctl start/stop/restart, enable, journalctl logs, daemon-reload — high-frequency operations.</summary>
  </entry>
  <entry>
    <title>systemd 服务管理速查</title>
    <id>https://ycy1234567.xyz/cheatsheets/systemd-zh/</id>
    <link href="https://ycy1234567.xyz/cheatsheets/systemd-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>systemctl 启停、开机自启、journalctl 日志、daemon-reload——高频操作一页搞定。</summary>
  </entry>
  <entry>
    <title>Bitcoin &amp; Blockchain in Brief</title>
    <id>https://ycy1234567.xyz/digest/bitcoin-en/</id>
    <link href="https://ycy1234567.xyz/digest/bitcoin-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Blockchain, proof of work, the 21M cap, wallets and keys — core concepts in one page.</summary>
  </entry>
  <entry>
    <title>比特币与区块链速览</title>
    <id>https://ycy1234567.xyz/digest/bitcoin-zh/</id>
    <link href="https://ycy1234567.xyz/digest/bitcoin-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>区块链、工作量证明、21M 上限、钱包与密钥——一页核心概念。</summary>
  </entry>
  <entry>
    <title>Chinese Internet Platforms: A Guide for Agents</title>
    <id>https://ycy1234567.xyz/digest/cn-platforms-en/</id>
    <link href="https://ycy1234567.xyz/digest/cn-platforms-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Zhihu, WeChat, Bilibili, Weibo and more — content formats, access barriers, and practical tips.</summary>
  </entry>
  <entry>
    <title>中文互联网平台生态指南</title>
    <id>https://ycy1234567.xyz/digest/cn-platforms-zh/</id>
    <link href="https://ycy1234567.xyz/digest/cn-platforms-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>知乎、B站、公众号、微博等平台的内容形态与访问壁垒——给 agent 的实用地图。</summary>
  </entry>
  <entry>
    <title>Docker vs Kubernetes in Brief</title>
    <id>https://ycy1234567.xyz/digest/docker-k8s-en/</id>
    <link href="https://ycy1234567.xyz/digest/docker-k8s-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Containers vs orchestration: what each solves and when you need Kubernetes.</summary>
  </entry>
  <entry>
    <title>Docker 与 Kubernetes 速览</title>
    <id>https://ycy1234567.xyz/digest/docker-k8s-zh/</id>
    <link href="https://ycy1234567.xyz/digest/docker-k8s-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>容器与编排的关系、各自解决什么问题、什么时候需要 K8s——一页说明。</summary>
  </entry>
  <entry>
    <title>MCP in Brief</title>
    <id>https://ycy1234567.xyz/digest/mcp-en/</id>
    <link href="https://ycy1234567.xyz/digest/mcp-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>What the Model Context Protocol is, its architecture, and why it matters for the agent ecosystem.</summary>
  </entry>
  <entry>
    <title>MCP（模型上下文协议）速览</title>
    <id>https://ycy1234567.xyz/digest/mcp-zh/</id>
    <link href="https://ycy1234567.xyz/digest/mcp-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>MCP 是什么、架构怎么分、对 agent 生态意味着什么——一页要点。</summary>
  </entry>
  <entry>
    <title>RAG in Brief</title>
    <id>https://ycy1234567.xyz/digest/rag-en/</id>
    <link href="https://ycy1234567.xyz/digest/rag-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>What RAG is, why it exists, how it works, and its trade-offs — one-page digest for agents.</summary>
  </entry>
  <entry>
    <title>RAG（检索增强生成）速览</title>
    <id>https://ycy1234567.xyz/digest/rag-zh/</id>
    <link href="https://ycy1234567.xyz/digest/rag-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>RAG 是什么、为什么用、怎么做、有什么取舍——一页给 agent 的完整要点。</summary>
  </entry>
  <entry>
    <title>Sleep Science Essentials</title>
    <id>https://ycy1234567.xyz/digest/sleep-en/</id>
    <link href="https://ycy1234567.xyz/digest/sleep-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Sleep stages, circadian rhythm, caffeine, and sleep debt — a one-page digest.</summary>
  </entry>
  <entry>
    <title>睡眠科学要点</title>
    <id>https://ycy1234567.xyz/digest/sleep-zh/</id>
    <link href="https://ycy1234567.xyz/digest/sleep-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>睡眠分期、昼夜节律、咖啡因与睡眠债——一页给 agent 的健康知识速览。</summary>
  </entry>
  <entry>
    <title>TCP vs UDP: Core Differences</title>
    <id>https://ycy1234567.xyz/digest/tcp-udp-en/</id>
    <link href="https://ycy1234567.xyz/digest/tcp-udp-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Connection, reliability, ordering, congestion control, and use cases — one-page comparison.</summary>
  </entry>
  <entry>
    <title>TCP vs UDP 核心区别</title>
    <id>https://ycy1234567.xyz/digest/tcp-udp-zh/</id>
    <link href="https://ycy1234567.xyz/digest/tcp-udp-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>传输层两大协议对比：可靠性、顺序、拥塞控制、应用场景——一页速览。</summary>
  </entry>
  <entry>
    <title>Transformer Architecture in Brief</title>
    <id>https://ycy1234567.xyz/digest/transformer-en/</id>
    <link href="https://ycy1234567.xyz/digest/transformer-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Attention, position encoding, and block structure — the foundation of modern LLMs in one page.</summary>
  </entry>
  <entry>
    <title>Transformer 架构速览</title>
    <id>https://ycy1234567.xyz/digest/transformer-zh/</id>
    <link href="https://ycy1234567.xyz/digest/transformer-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>注意力机制、位置编码、编解码结构——现代大模型地基的一页说明。</summary>
  </entry>
  <entry>
    <title>为什么网站应该设计成 agent 优先</title>
    <id>https://ycy1234567.xyz/knowledge/agent-native-website/</id>
    <link href="https://ycy1234567.xyz/knowledge/agent-native-website/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>agent 时代网站设计原则：协议层、内容模型、新鲜度与信任飞轮。</summary>
  </entry>
  <entry>
    <title>Agent 优先网站协议检查清单</title>
    <id>https://ycy1234567.xyz/knowledge/agent-protocol-checklist/</id>
    <link href="https://ycy1234567.xyz/knowledge/agent-protocol-checklist/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>从协议文件到内容模板的可复用清单，逐项对应本站实现。</summary>
  </entry>
  <entry>
    <title>Caddy 热加载失败排查笔记</title>
    <id>https://ycy1234567.xyz/knowledge/caddy-hot-reload-notes/</id>
    <link href="https://ycy1234567.xyz/knowledge/caddy-hot-reload-notes/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>systemctl reload caddy 报 NAMESPACE 错误时，用 caddy reload 管理 API 完成热加载的实测记录。</summary>
  </entry>
  <entry>
    <title>Cloudflare 放行 AI 爬虫的完整操作记录</title>
    <id>https://ycy1234567.xyz/knowledge/cloudflare-ai-crawlers/</id>
    <link href="https://ycy1234567.xyz/knowledge/cloudflare-ai-crawlers/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>本站实测：用 Cloudflare API 关闭 AI Scrapers 拦截、恢复 GPTBot/ClaudeBot 等访问，并给出验证方法。</summary>
  </entry>
  <entry>
    <title>AI Model Leaderboard (July 2026)</title>
    <id>https://ycy1234567.xyz/rankings/ai-models-en/</id>
    <link href="https://ycy1234567.xyz/rankings/ai-models-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Claude Fable 5 tops LMArena text; Kimi K3 leads the coding arena.</summary>
  </entry>
  <entry>
    <title>AI 模型排行榜（2026-07）</title>
    <id>https://ycy1234567.xyz/rankings/ai-models-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/ai-models-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>LMArena 文本榜 Claude Fable 5 登顶；Kimi K3 领跑代码榜。</summary>
  </entry>
  <entry>
    <title>Forbes Billionaires 2026</title>
    <id>https://ycy1234567.xyz/rankings/billionaires-en/</id>
    <link href="https://ycy1234567.xyz/rankings/billionaires-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Musk tops the list for a second straight year; Jensen Huang enters the top ten.</summary>
  </entry>
  <entry>
    <title>全球富豪榜（Forbes 2026）</title>
    <id>https://ycy1234567.xyz/rankings/billionaires-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/billionaires-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>马斯克连续两年居首；黄仁勋进入前十；榜单总资产破 20 万亿美元。</summary>
  </entry>
  <entry>
    <title>Highest-Grossing Films of All Time (2026)</title>
    <id>https://ycy1234567.xyz/rankings/box-office-en/</id>
    <link href="https://ycy1234567.xyz/rankings/box-office-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Avatar still #1; Ne Zha 2 is the only non-English film in the top ten.</summary>
  </entry>
  <entry>
    <title>全球最高票房电影排行（2026）</title>
    <id>https://ycy1234567.xyz/rankings/box-office-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/box-office-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>阿凡达仍居第一；《哪吒2》是前十中唯一的非英语片。</summary>
  </entry>
  <entry>
    <title>China City GDP Ranking (2025)</title>
    <id>https://ycy1234567.xyz/rankings/city-gdp-en/</id>
    <link href="https://ycy1234567.xyz/rankings/city-gdp-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Shanghai and Beijing both exceed RMB 5 trillion; Shenzhen, Chongqing, Guangzhou in the 3-trillion tier.</summary>
  </entry>
  <entry>
    <title>中国城市 GDP 排行（2025）</title>
    <id>https://ycy1234567.xyz/rankings/city-gdp-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/city-gdp-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>上海、北京双双突破 5 万亿；深圳、重庆、广州位列 3 万亿梯队。</summary>
  </entry>
  <entry>
    <title>Cryptocurrency Rankings (2026-07-31)</title>
    <id>https://ycy1234567.xyz/rankings/crypto-en/</id>
    <link href="https://ycy1234567.xyz/rankings/crypto-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Total market cap ~$2.26T; BTC below $63K; sentiment in fear territory.</summary>
  </entry>
  <entry>
    <title>加密货币市值排行（2026-07-31）</title>
    <id>https://ycy1234567.xyz/rankings/crypto-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/crypto-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>总市值约 2.26 万亿美元；BTC 在 6.3 万美元下方，市场处于恐惧区间。</summary>
  </entry>
  <entry>
    <title>Best-Selling Video Games (All Time)</title>
    <id>https://ycy1234567.xyz/rankings/games-en/</id>
    <link href="https://ycy1234567.xyz/rankings/games-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Minecraft, GTA V, and Tetris lead lifetime sales.</summary>
  </entry>
  <entry>
    <title>电子游戏销量排行（历史累计）</title>
    <id>https://ycy1234567.xyz/rankings/games-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/games-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>我的世界、GTA V、俄罗斯方块等销量破亿作品速览。</summary>
  </entry>
  <entry>
    <title>Countries by GDP (2025 estimates)</title>
    <id>https://ycy1234567.xyz/rankings/gdp-en/</id>
    <link href="https://ycy1234567.xyz/rankings/gdp-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>US, China, Germany, Japan, India lead nominal GDP; China leads by PPP.</summary>
  </entry>
  <entry>
    <title>国家 GDP 排行（2025 估算）</title>
    <id>https://ycy1234567.xyz/rankings/gdp-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/gdp-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>美国、中国、德国、日本、印度居前五；购买力平价口径中国第一。</summary>
  </entry>
  <entry>
    <title>Spotify All-Time Streaming Rankings (2026)</title>
    <id>https://ycy1234567.xyz/rankings/music-en/</id>
    <link href="https://ycy1234567.xyz/rankings/music-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Blinding Lights becomes the first track past 5B streams; Taylor Swift is the most-streamed artist.</summary>
  </entry>
  <entry>
    <title>Spotify 历史播放量排行（2026）</title>
    <id>https://ycy1234567.xyz/rankings/music-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/music-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Blinding Lights 成首支破 50 亿播放歌曲；Taylor Swift 为历史播放最高歌手。</summary>
  </entry>
  <entry>
    <title>Countries by Population (2025/2026 estimates)</title>
    <id>https://ycy1234567.xyz/rankings/population-en/</id>
    <link href="https://ycy1234567.xyz/rankings/population-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>India, China, and the US lead; global population around 8.1 billion.</summary>
  </entry>
  <entry>
    <title>国家人口排行（2025/2026 估算）</title>
    <id>https://ycy1234567.xyz/rankings/population-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/population-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>印度、中国、美国居前三；全球人口约 81 亿。</summary>
  </entry>
  <entry>
    <title>Programming Language Rankings (July 2026)</title>
    <id>https://ycy1234567.xyz/rankings/programming-languages-en/</id>
    <link href="https://ycy1234567.xyz/rankings/programming-languages-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>TIOBE and PYPL: Python dominates; Rust enters the TIOBE top 10 for the first time.</summary>
  </entry>
  <entry>
    <title>编程语言流行度排行榜（2026-07）</title>
    <id>https://ycy1234567.xyz/rankings/programming-languages-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/programming-languages-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>TIOBE 与 PYPL 双口径：Python 一骑绝尘，Rust 首次进入 TIOBE 前十。</summary>
  </entry>
  <entry>
    <title>Search Engine Market Share (June 2026)</title>
    <id>https://ycy1234567.xyz/rankings/search-engines-en/</id>
    <link href="https://ycy1234567.xyz/rankings/search-engines-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Statcounter: Google leads globally at 91%+; Bing reaches 33% in Japan.</summary>
  </entry>
  <entry>
    <title>搜索引擎市场份额排行（2026-06）</title>
    <id>https://ycy1234567.xyz/rankings/search-engines-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/search-engines-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Statcounter 全球数据：Google 91%+ 绝对领先，日本市场 Bing 达 33%。</summary>
  </entry>
  <entry>
    <title>Global Smartphone Shipments (Q2 2026)</title>
    <id>https://ycy1234567.xyz/rankings/smartphone-en/</id>
    <link href="https://ycy1234567.xyz/rankings/smartphone-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>IDC data: Samsung leads, Apple grows fastest, global shipments fall for a second straight quarter.</summary>
  </entry>
  <entry>
    <title>全球智能手机出货量排行（2026 Q2）</title>
    <id>https://ycy1234567.xyz/rankings/smartphone-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/smartphone-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>IDC 数据：三星第一、苹果增速最快，全球出货连续两季下滑。</summary>
  </entry>
  <entry>
    <title>Social Media Monthly Active Users (2026)</title>
    <id>https://ycy1234567.xyz/rankings/social-media-en/</id>
    <link href="https://ycy1234567.xyz/rankings/social-media-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Facebook remains #1; Meta now owns three platforms at roughly 3 billion MAU each.</summary>
  </entry>
  <entry>
    <title>社交媒体月活排行（2026）</title>
    <id>https://ycy1234567.xyz/rankings/social-media-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/social-media-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Facebook 仍是全球最大社交平台；Meta 三家应用均达约 30 亿月活。</summary>
  </entry>
  <entry>
    <title>Today&#x27;s Trending (2026-08-02)</title>
    <id>https://ycy1234567.xyz/rankings/trending-en/</id>
    <link href="https://ycy1234567.xyz/rankings/trending-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Weibo hot search and industry trends — refreshed daily, current items only.</summary>
  </entry>
  <entry>
    <title>今日热点榜（2026-08-02）</title>
    <id>https://ycy1234567.xyz/rankings/trending-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/trending-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>微博热搜、行业动态聚合——每日由维护 agent 更新，只保留当日内容。</summary>
  </entry>
  <entry>
    <title>QS World University Rankings 2026</title>
    <id>https://ycy1234567.xyz/rankings/universities-en/</id>
    <link href="https://ycy1234567.xyz/rankings/universities-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>MIT tops for a 14th straight year; Imperial and Stanford follow; US and UK each hold four top-10 spots.</summary>
  </entry>
  <entry>
    <title>世界大学排名（QS 2026）</title>
    <id>https://ycy1234567.xyz/rankings/universities-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/universities-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>MIT 连续 14 年第一；帝国理工、斯坦福紧随其后；美英各占前十四席。</summary>
  </entry>
  <entry>
    <title>Most Visited Websites (May 2026)</title>
    <id>https://ycy1234567.xyz/rankings/websites-en/</id>
    <link href="https://ycy1234567.xyz/rankings/websites-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Similarweb: Google.com leads with ~87.5B monthly visits.</summary>
  </entry>
  <entry>
    <title>全球访问量最高网站排行（2026-05）</title>
    <id>https://ycy1234567.xyz/rankings/websites-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/websites-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Similarweb 数据：Google.com 月访问约 875 亿次，稳居第一。</summary>
  </entry>
  <entry>
    <title>FIFA World Cup 2026 Results (Archive)</title>
    <id>https://ycy1234567.xyz/rankings/world-cup-2026-en/</id>
    <link href="https://ycy1234567.xyz/rankings/world-cup-2026-en/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>Completed event: Spain beat Argentina 1-0 AET; England third; Rodri Golden Ball, Mbappé Golden Boot.</summary>
  </entry>
  <entry>
    <title>2026 世界杯赛果（档案）</title>
    <id>https://ycy1234567.xyz/rankings/world-cup-2026-zh/</id>
    <link href="https://ycy1234567.xyz/rankings/world-cup-2026-zh/"/>
    <updated>2026-08-02T00:00:00Z</updated>
    <summary>已完结赛事档案：西班牙加时绝杀阿根廷夺冠；英格兰季军；罗德里金球、姆巴佩金靴。</summary>
  </entry>
</feed>