HackerTrans
トップ新着トレンドコメント過去質問紹介求人

BentonE

no profile record

投稿

WasmFX: Effect Handlers for WebAssembly

wasmfx.dev
146 ポイント·投稿者 BentonE·3 年前·41 コメント

Show HN: Servitor – A TUI Fediverse browser that doesn't require a server

github.com
2 ポイント·投稿者 BentonE·3 年前·0 コメント

コメント

BentonE
·3 年前·議論
Yep, the web used to be for distributing documents, but now it is becoming/has become more of an application VM [1]. But ActivityPub is a nice format for the document distribution use-case; it is a superset (in terms of features) of semantic HTML [2] and RSS and has higher level semantics (comment sections, profiles, etc) and no server-provided scripting nor styling.

[1]: https://docs.google.com/document/d/1peUSMsvFGvqD5yKh3GprskLC... [2]: any plain HTML page can be represented as an ActivityPub Article
BentonE
·3 年前·議論
In principle, if you want the post and comments without JS you can just pull the underlying ActivityPub document (application/activity+json). I made a command-line browser based on this idea: https://github.com/bentonedmondson/servitor