If it is worth keeping, save it in Markdown
p.migdal.pl/blog/2025/02/markdown-saves
I like the idea, but my laziness makes me avoid any non-automatic methods. I’d prefer a format similar to Mycomarkup or Markdown, but with built-in support for embedding images and other binary content, turning a web article into a single file. I’m aware of data:
images in Markdown, but they’re not very convenient to use.
Marginalia Search Engine - Marginalia Search
marginalia-search.comMarginalia got a new design and a new domain.
Falsehoods Programmers Believe About HTML
aartaka.me/falsehoods-htmlWASM Wayland Web (WWW)
joeyh.name/blog/entry/WASM_Wayland_Web_WWWAuthor proposes to replace modern browsers with the following architecture. You make HTTP requests, server return you WASM blobs, they get executed. No built-in DOM.
DOM and its three languages are among the best technologies ever made, despite being so misused. It not being the default way will probably be disastrous. Think about accessibility!
But the idea is cool 🤔