* ActivityPub vs email - cultural differences
@ 2024-04-28 17:58 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2024-04-28 17:58 UTC (permalink / raw)
To: meta
I've been looking into AP off and on over the last year.
While the technical side is certainly feasable,
I'm not sure how to deal with the cultural differences...
* AP allows limited HTML, sometimes sourced from Markdown;
but <img> tags seem supported by all implementations.
Even snac2 (a minimalist AP implementation packaged for
Debian) supports images :<
I expect the public-inbox audience would be repulsed by
needless use of HTML and images in AP messages if they
get mirrored to mailing lists...
Mirroring + displaying user-supplied images or video isn't
acceptable to me for legal and mental health reasons. Not
to mention the cost of storing these things (especially in
git).
* line wrapping: mail users typically expect wrapping at
a reasonable line length (e.g. 64-72 columns), and this
is expected for git commit messages (and code) by most
projects.
AP (and some MUAs) expect the device to wrap, too; but
it's probably not welcomed by most mailing list users.
* Emojis - ugh, at least Perl has charnames::viacode in the
standard library to ASCII-fy undisplayable glyphs for terminals.
I ended up cloning over 200MB of emoji graphics just to read
the Python code for a JS-free AP implementation designed for
low-power devices...
* Post vs Note - AP makes a distinction between Posts and Notes,
with the latter being more casual (I think). Emails don't have
this distinction, but perhaps SSIA (Subject Says It All)
emails would qualify as a Note.
* Quoting - seems like mainly an email thing, but I really don't
see the point of quoting anymore given the existence of reliable
and easily-mirrored public archives. It's also a waste of storage,
bandwidth and Xapian index space.
* Signatures - they're a waste of space in email, so I'm glad
they don't seem to be a thing in AP.
Maybe some other things, too...
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-28 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-28 17:58 ActivityPub vs email - cultural differences Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).