doosboox, KartikPrabhu and minoru_shiraeesh joined the channel; ShadowKyogre left the channel
#jeremycherfasWho knew? I've always used <pre>, seldom <code> (because I seldom code).
[grantcodes] joined the channel
#[grantcodes]I like that micropub preview talk from yesterday. I'm still fond of my way of doing it but has it's issues - still never released a new version of it. In the static site generator world there is starting to be a little bit of work around around preview links by netlify, nextjs, gatsby etc.
#doosbooxjeremycherfas: I've been told that <pre><code> is the way to go to ensure monospace font :P There are waaaay too many tags for almost-identical purposes in HTML XD
#jeremycherfasI do sometimes wonder whether people use pre and code to style similar things differently
#@maetl↩️ RSS & Atom are still there, there are other ways of doing it using HTML/JSON or whatever. Point is for sites without webmention support (or some way of hosting functions in the cloud, etc) something like RSS is still useful as a way to provide a changelog or frontpage of stories. (twitter.com/_/status/1388108748690915329)
shoesNsocks, KartikPrabhu and alex11 joined the channel
minoru_shiraeesh, jevdemon, [grantcodes], [kimberlyhirsh], ShadowKyogre, KartikPrabhu and [aciccarello] joined the channel; ShadowKyogre left the channel
#KartikPrabhuHTML elements are not meant to be used for styling
#KartikPrabhuuse <pre> when you want the text to display exactly as written in the HTML, use <code> to indicate that it really is some programming code
#[KevinMarks]They convey a meaning that has some implied style
#KartikPrabhusure, but the "meaning" is the important part
#tomlarkworthyIf an idenity, q, with a rel=me linked profile, z, has an rel=authorization_endpoint, can I login q using indieauth on z?
#tomlarkworthynormally you login z using the auth_endpoint at z, but I am thinking the authorization_endpoint elevates z to a well known oauth provider so it should be valid for relmeauth
#tomlarkworthyI also see step 1 was changed to exclude silo domains, which I think is a mistake, for one thing a decentralised protocol should not have a big list of consensus silo domains (see public suffix list), its an implementation wart and vague. Plus the example did it anyway? Thus demonstrating its usefulness from day 1 ? Don't let politics mar a good algorithm.
__minoru__shirae, [kimberlyhirsh], [KevinMarks] and [jeremycherfas] joined the channel
#petermolnarregarding some domain question from the main channel: I'm guessing - can't yet verify - that indieauth.com doesn't work with a .onion tor address (yet). Is this something that should/could/would be a thing?
#petermolnarwhy: .onion is basically the only kind of domain that one simly generates for themselves - no registry, no registrar, no cost.
#aaronpki would have to add an onion client to indielogin.com
#[tantek]important lesson in modular design for right there in what aaronpk said ^
#aaronpkliterally the first thing in the DID address is the routing protocol 🤦
[schmarty] joined the channel
#[schmarty]some domains have been politically terminated! (see .eu domains for UK residents!)
#[tantek]petermolnar the cost aspect is true but orthogonal. also I see that as something that will be resolved (so to speak) as part of governments providing UBS
#[schmarty]but yeah it is super weird that V2 to V3 onions means _all sites must move_
#petermolnarwell, there are things that break backwards compatibility: TLS is one, for example.
#petermolnara modern, SNI TLS 1.2 can't be viewed with old clients
#aaronpkbackwards compatibility is different from *identity*
#petermolnarbesides the cost, .onion is actually owned, unless a domain, which is rented - this is parallel to the cost, orthogonal to the v2/v3 thing
#[tantek]that's a very good point aaronpk, that the .onion domain termination in progress demonstrates an architectural design flaw which is shared by DID which indicates that a similar level of (dis)trust is warranted about DIDs
#aaronpkespecially ironic that the entire point of DIDs is for identity, whereas you could argue onion never claimed to be about identity
#[tantek]THAT would also be a great thing to get included in the Redecentralize newsletter
#[tantek]definitely the broader kind of crowd who would both be able to help answer the question, and amplify it if it really is the fundamental flaw that it appears to be
#petermolnar> whereas you could argue onion never claimed to be about identity - that seriously depends on how one describes identity, because along this line, a pseudonym or a nickname can't be about identity either.
#jacky`.onion` domains def do give you more ownership than renting a domain (the equivalent would be having your own registrar for a gTLD that you use for everything (like `.jackyalcine`) tbh)
tomlarkworthy joined the channel
#tomlarkworthyoinion addresses are like URLs are addresses which can be used as identity if you decide to do so. I also don;t get the resistance against onion address jsut coz they had a migration once.
#[schmarty]tomlarkworthy: that's not the only reason but it is an interesting one.
#jackyyeah, nicknames and pseduonyms would be an alias to a known (or unknown!) identity
#jackyI think the stuff with GNUNet is closer to a practical approach to owning an address that resembles DNS but without the 'ownership'/renting issues
#[schmarty]i don't know enough about the V2 to V3 protocols to be sure but i thought the major change in domain length was so they could essentially fit more names. like i wonder if you could actually reuse your V2 onion public/private keypair for a V3 onion. the domains would be different but the "identity" would be the same.
#LoqiIt looks like we don't have a page for "v2/v3 migration so different from any domain migration that might happen" yet. Would you like to create it? (Or just say "v2/v3 migration so different from any domain migration that might happen is ____", a sentence describing the term)
#LoqiIt looks like we don't have a page for "hidden service" yet. Would you like to create it? (Or just say "hidden service is ____", a sentence describing the term)
#jackybackward compatibility would be an issuing of aliasing for identity (this is the whole thing around IPFS - leveraging its approach with multi-hashing)
#superkuhThey just said that security/safety is the #1 priority and it's worth destroying all the v2 web between sites for it and they'll do it again if required.
#[snarfed]reminds me of https://vimeo.com/230142234 , one of my favorite eng talks ever. they clearly identified their prioritized values, followed through on them, and communicated it
#[tantek]aaronpk do you still participate in IIW? that'd be a good reason write up a blog post on that whole ephemerality of URLs vs identity thing with Onion and DID as case studies
#aaronpki did give an OAuth presentation there last week
#aaronpki wasn’t able to attend the rest of the event
[manton] joined the channel
#[manton][aaronpk] Did you notice or read anything about how Spotify is going to use OAuth to allow podcasters to tell Spotify what users have access to paid podcasts? I haven’t found any technical details yet.