unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: ActivityPub vs email - cultural differences
Date: Sun, 28 Apr 2024 17:58:14 +0000	[thread overview]
Message-ID: <20240428175814.M304854@dcvr> (raw)

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...

                 reply	other threads:[~2024-04-28 17:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240428175814.M304854@dcvr \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).