#dev 2023-09-16
2023-09-16 UTC
[tw2113], superkuh, [catgirlinspace], oxtyped, ajr and btrem joined the channel
# capjamesg Have we discussed E2E encryption for storing private posts?
# capjamesg And indeed exchanging private posts.
# capjamesg Also doing this over WebSub means you have to trust your endpoint because it is going to have a lot of metadata.
# [tantek] On another topic, came across this tweet which so succinctly captures why I dislike depending on so many popular webdev tools/libs etc out there: https://twitter.com/mountain_ghosts/status/1701288333035405369
# capjamesg This post is interesting on the topic of IANA: https://www.ietf.org/blog/iana/
# capjamesg Specifically the part starting at "the US Department of Commerce awarded ICANN a contract to perform the IANA function. That contract still exists, but it is important to understand the role that the Internet community has taken on in running the system..."
# capjamesg I have implemented a Microsub client and server according to the draft spec.
# capjamesg Or rather I can defer to https://indieweb.org/Microsub 😄
# capjamesg On #2, I believe so. From the draft spec on the wiki:
# IWDiscord <capjamesg#0>
# capjamesg > The Microsub specification provides a standardized way for clients to consume and interact with feeds collected by a server.
# IWDiscord <capjamesg#0>
# capjamesg By my experience using Microsub, this has been satisfied.
gRegorLove_, [jamietanna], rrix, gRegorLove__, btrem, rocto, sp1ff and Eladio joined the channel
BinarySavior joined the channel
# [snarfed] interesting, bluesky profile URLs have the user's profile info in open graph and twitter card metadata, eg https://bsky.app/profile/snarfed.org
# [KevinMarks] any rel=me ?
# [KevinMarks] a little bit of work to add h-card to this
# [KevinMarks] ```<div id="bsky_profile_summary">
# [KevinMarks] <h3>Profile</h3>
# [KevinMarks] <p id="bsky_display_name">Ryan</p>
# [KevinMarks] <p id="bsky_handle">http://snarfed.org</p>
# [KevinMarks] <p id="bsky_did">did:plc:fdme4gb7mu7zrie7peay7tst</p>
# [KevinMarks] <p id="bsky_profile_description">https://snarfed.org</p>
# [KevinMarks] </div>```
cambridgeport90 joined the channel
# [KevinMarks] Related thread? https://cosocial.ca/@boris/111075950111489180
# cambridgeport90 That's actually kind of cool