#Loqi[Tantek Çelik] Going Silo-Private to Prefer the IndieWeb, Leave Silo Publics, and Pioneer Privacy on the Independent Web
#jboyReturning 404 seems like the logical decision if you want to shield someone's privacy, no?
#ZegnatI don't think 404 makes sense. Now it sometimes 404s, and sometimes not, depending on if you are logged in?
#ZegnatSounds like it needs Unauthorized or something.
#Zegnat(I was just surprised when I noticed the link to my own Facebook no longer worked.)
frzn joined the channel
#ZegnatUsing tantek as an example because he does link to Facebook on tantek.com under elsewhere. Now that link returns 404, even though I expect he still has his account.
#jboyIf fb.com/zegnat returned 401 instead of 404, an attacker could know there's a profile with the name zegnat, which is what a privacy setting would be trying to hide.
#ZegnatI do wonder what setting triggers this, as I have no recollection of disabling my profile. I set all things I post to only be accessible to friends, same with photos, etc. But I want to be able to link to the profile page still.
#petermolnarcan a webmention from url A to url B contain more than one webmention "content" ? ( I'm trying to figure out if it's safe to assume that a hash of concat(source,target) is unique )
AndChat|566325, Pierre-O, goodoo, shiflett and kapowaz joined the channel
#kapowazhello! I’m looking for assistance with Jekyll, specifically collections. I want to be able to specify a global layout file for all items in a given collection, but I can’t seem to see how to configure that globally.
#voxpellikapowaz: don't you usually specify layouts within each and every file in Jekyll? Haven't worked too much with collections, but that usually how I do it
#kapowaz@voxpelli that’s something I want to avoid
#kapowazI want to reduce the fragility of it so that when individuals add items to the collections they don’t need to add a bunch of (otherwise) redundant config
#voxpellikapowaz: and then use Micropub to provide user friendly editors for the content
#kapowazhmm. Reading the docs it seems like it’s something it _should_ be able to do, it’s just it doesn’t go into details on how you specify a layout after the first collection
#voxpellikapowaz: added any indieweb things to your jekyll page?
#kapowaznope, I was just pointed to ask about this here by @KevinMarks because lots of indieweb folks use Jekyll :)
#voxpellikapowaz: cool :) whenever you want to get started with marking up your web page or add webmentions or micropub then that's all doable for Jekyll as well
#kapowazindeed, and I suspect there will be scope for adding more semantic markup for that kind of thing further down the line. For now I’m mostly just trying to get a relatively basic engineering blog up and running for my company
cweiske and tantek joined the channel
#cweiske!tell aaronpk in micropub, if the "slug" is already taken - should the server silently ignore it and create its own slug, or throw an error?
#voxpelliif the server needs advice on how to handle it: Throw an error. if the server thinks it can handle it nicely: Then by all means, move ahead and deal with it
#voxpellicweiske: and I replace the current content at the slug ;) (as an optional feature)
#GWGcweiske, it is WordPress that does that, not the plugin specifically
#KevinMarksThat implementation variation sounds like we should tighten up the intent - overwriting seems tricky when there is a separate documented way to do that.
#voxpellias long as the spec leaves room for endpoints to handle it silently without throwing an error then it could probably spec what to do with a collision that the server can't handle
#tantekGWG, maybe note that in the issue on micropub as a solution
#voxpelliCurrently I have instead chosen to replace existing document at that slug instead – a bit more user hostile, but comes with other benefits
#voxpelligood if spec leaves some room for Postel's law to be applied
#kapowazokay it looks as though the reason the existing collection (guidelines) worked is because they _do_ specify the layout per-page… *eyeroll*
#KevinMarksAh, so the syntax could have been wrong.
#tantekvoxpelli: seem dangerous to *allow* unintentional user content loss
#tantekwhen there's already an explicit update mechanims
#Loqiaaronpk: cweiske left you a message 24 minutes ago: in micropub, if the "slug" is already taken - should the server silently ignore it and create its own slug, or throw an error?
#LoqiA slug is a series of words in a permalink URL, usually at the end, that are from or representative of the name or text of a post, and thus part of an overall URL design https://indieweb.org/slug
#aaronpknote that it's called "slug" and not "path"
#aaronpkso treating it as a unique identifier is usually not what things do
#aaronpkMy site has no concept of a slug already being taken, since I have additional components of the URL that identify the post
#michel_vI'd rather have a warning notification with a possibility to change the slug
#michel_v"hey that slug whatever was already taken, we've changed your slug to whatever2 (or whatever3 etc), you may change the slug if you want something unique"
#michel_vthink about the user with a bad browser that would wipe a form after using the back button, or other stupid handlings of forms
#voxpellimaybe – or just limit it to success or error and not have the success with warnings case
#voxpelliit's fairly rare to annotate success responses in an API with warnings
#michel_v"Warnings in the user's preferred character set take priority" holy cow, how would you decide to add warnings in multiple character sets in the headers?
#snarfednone of the engineers can ever manage to say it with a straight face
#j12tSo ownCloud has their conf this week, and nextcloud starting on the weekend, in the same place, as far as I can tell. I have a talk there but won't see it as I'm just sending the video instead myself...
#KevinMarks1do I make verify-me my thing of the week?