Skip to content

Instantly share code, notes, and snippets.

@erlend-sh
Last active May 12, 2024 14:09
Show Gist options
  • Save erlend-sh/781ade074e3125c10435e77db9bff8d6 to your computer and use it in GitHub Desktop.
Save erlend-sh/781ade074e3125c10435e77db9bff8d6 to your computer and use it in GitHub Desktop.
Fundamentals of Netizenship (draft)

Fundamentals of Netizenship

Internetting from first principles; what is required to participate as an autonomous citizen of the World Wide Web.

web-fundamentals

Read the web (browser-agent)

Look at stuff on the web; read.

Copy from the web (db-agent)

Grab (replicate) stuff from the web; store.

  • Local-first: indexeddb, ...
  • Cloud-first: RSS, ...

Self-identify on the web (ID-agent)

Access protected spaces; authentication.

  • Cloud-first: OAuth/OIDC,
  • Local-first: ???

Write to the web (I/O-agent)

Put your stuff on the web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment