From 5d6ce9f8f993768bc48513b8271fac6391b867f3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 22 Oct 2020 15:02:56 -0300 Subject: [PATCH] New project: Abounding Palladium --- content/projects/palladium.md | 16 ++++++++++++++++ content/projects/palladium.pt.md | 21 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 content/projects/palladium.md create mode 100644 content/projects/palladium.pt.md diff --git a/content/projects/palladium.md b/content/projects/palladium.md new file mode 100644 index 0000000..53debad --- /dev/null +++ b/content/projects/palladium.md @@ -0,0 +1,16 @@ ++++ +title = "Abounding Palladium" +date = 2020-10-22 + +[taxonomies] +tags = ["projects", "personal", "activitypub"] ++++ + +Activity Pub + +- Bastion or Actix? +- Post ID: MD5/SHA1/SHA256 of text + attachment info + - This makes easy to mark content as "boosts" when someone posts the same + thing as others. +- Posts are saved directly in the filesystem (ID is directory, content inside) +- Boosts are just symlinks diff --git a/content/projects/palladium.pt.md b/content/projects/palladium.pt.md new file mode 100644 index 0000000..182d9fd --- /dev/null +++ b/content/projects/palladium.pt.md @@ -0,0 +1,21 @@ ++++ +title = "Abounding Palladium" +date = 2020-10-22 + +[taxonomies] +tags = ["projetos", "pessoal", "activitypub"] ++++ + +Activity Pub + +- Bastion ou Actix? +- Post ID: MD5/SHA1/SHA256 do texto + anexos + - Facilita marcar conteúdo como "boosts" caso alguém poste o mesmo conteúdo + de alguém. +- Posts são salvos diretamente no sistema de arquivos (ID é o diretório, + conteúdo junto) +- Boosts são apenas symlinks + +