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

推荐订阅源

E
Exploit-DB.com RSS Feed
S
SegmentFault 最新的问题
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
Last Week in AI
Last Week in AI
U
Unit 42
A
Arctic Wolf
博客园_首页
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
C
CXSECURITY Database RSS Feed - CXSecurity.com
罗磊的独立博客
B
Blog RSS Feed
W
WeLiveSecurity
Security Latest
Security Latest
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
腾讯CDC
Help Net Security
Help Net Security
NISL@THU
NISL@THU
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
S
Security @ Cisco Blogs
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
T
Threat Research - Cisco Blogs
Google Online Security Blog
Google Online Security Blog
C
CERT Recently Published Vulnerability Notes
F
Full Disclosure
GbyAI
GbyAI
Hacker News: Ask HN
Hacker News: Ask HN
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
P
Privacy & Cybersecurity Law Blog
Scott Helme
Scott Helme
Google DeepMind News
Google DeepMind News
T
Tor Project blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Apple Machine Learning Research
Apple Machine Learning Research
MongoDB | Blog
MongoDB | Blog
O
OpenAI News
T
Threatpost
A
About on SuperTechFans
TaoSecurity Blog
TaoSecurity Blog
T
The Exploit Database - CXSecurity.com

Show HN

暂无文章

tot.page
ramoz · 2026-06-16 · via Show HN

Every publish and every tot update saves a version. Each version is a git commit. Its id is the content hash, the git SHA of the bytes. Identical content gets the same hash, and the whole history is kept. Nothing is overwritten.

Versions live in Cloudflare Artifacts, a git store. Your page is a small git repo there. Markdown is served raw as text/markdown. HTML is served raw as text/html.

tot.page/abc living, always newest @a1b2 @c3d4 @e5f6 newer tot.page/abc/index.md@c3d4 frozen, pinned to one version

The link you share is living. tot.page/yourpage points at the newest version, the way a git branch points at its latest commit. Run tot update and the same link shows the new content. There is no new URL to hand out.

Each version also has a frozen link. tot.page/yourpage/index.md@hash is pinned to one exact version. It never changes, and it is cached forever. Use it for a snapshot that cannot move.

The link is the key. A page you publish is open. Anyone who has the link can view it, update it, or remove it. There is no private mode and nothing to log into.