Browse Source

reviewing palladium

master
Julio Biason 2 years ago
parent
commit
5df600ed3e
  1. 4
      content/projects/palladium.md

4
content/projects/palladium.md

@ -1,6 +1,7 @@
+++ +++
title = "Abounding Palladium" title = "Abounding Palladium"
date = 2020-10-22 date = 2020-10-22
updated = 2022-08-03
[taxonomies] [taxonomies]
tags = ["projects", "personal", "activitypub"] tags = ["projects", "personal", "activitypub"]
@ -8,9 +9,10 @@ tags = ["projects", "personal", "activitypub"]
Activity Pub Activity Pub
- Bastion or Actix? - ~~Bastion or Actix?~~ Axum
- Post ID: MD5/SHA1/SHA256 of text + attachment info - Post ID: MD5/SHA1/SHA256 of text + attachment info
- This makes easy to mark content as "boosts" when someone posts the same - This makes easy to mark content as "boosts" when someone posts the same
thing as others. thing as others.
- Posts are saved directly in the filesystem (ID is directory, content inside) - Posts are saved directly in the filesystem (ID is directory, content inside)
- Boosts are just symlinks - Boosts are just symlinks
- Need to keep external toots in the filesystem too (for boosts)

Loading…
Cancel
Save