kisik21can anyone try to log in @ fireburn.ru to test my indieauth client implementation? No strings attached, I promise! Just hit the login button in the menu, enter your domain name and press enter!
kisik21can I hash this "me" URL and use a hash? i.e. can I assume that it won't change a single bit between two different auth attempts by the same user?
aaronpkkisik21: correct, the URL won't change between attemps for the same user. however it gets trickier when you want to handle the case when someone changes their site from http to https. but storing a hash won't affect that really.
kisik21could just strip scheme out before hashing. And you should have HTTPS from day 0 if you wanna use IndieAuth, right? Haven;t seen anyone using IndieAuth with HTTP - it's as insecure as no authentication anyway
aaronpkif you use an index file then you run into the limitation of "example.com/foo" vs "example.com/foo/" being two different URLs but being unable to represent that on disk
kisik21okay, next question! if I want to make a post for certain audience, how can I know, for example, aaronpk's "me" URL? so I could write that @aaronpk should see this post, and aaronpk would see it when logged into my site
kisik21um, you... may have told me? by the way, I can't see your cookies right now and I don't think I log successful indielogin attempts, so I can't know for sure what is in your cookie
LoqiA database is software and or storage accessed via the software for storing data in a structured way, used by some indieweb projects https://indieweb.org/database
aaronpkif you know what my URL is then you can add that as the audience of the post. if you don't know what my URL is then you need to find out somehow, but that is a very human problem.
LoqiIt looks like we don't have a page for "pyindieblog" yet. Would you like to create it? (Or just say "pyindieblog is ____", a sentence describing the term)
LoqiIt looks like we don't have a page for "sideblog" yet. Would you like to create it? (Or just say "sideblog is ____", a sentence describing the term)
kisik21sideblog is an auxiliary blog to segregate content and some parts of personal life. Sideblogs can be anonymous or can be tied explicitly to an author.
[jgmac1106]I was trying to finish my h-feed podcast/archive.org tutorial but it seems ability to add items to existing files doesn't work, in both ff and chrome the classic editor upload button doesn't do anything...ohh well will save it for another day
chrisaldrichIf there's a category called jargon, does that mean we're moving towards wiring Loqi up to start nudging people who use jargon words into #dev?
Loqijargon is a specific unobvious word, concept, or technology (like Webmention), or re-use of a word to mean something other than its common meaning (like feed), or sometimes re-using a word as an acronym (like POSSE) https://indieweb.org/jargon
aaronpkI really need to add block/mute functionality into Aperture now. There's a spam blog that keeps posting copies of the same article that links to me.