nitot, mlncn, funwhilelost, wolftune, davidmead, KevinMarks, minsky, leg, begriffs, KartikPrabhu, tantek and snarfed joined the channel
#snarfedhi rhiaro! saw your bridgy bug. looks like your twitter profile didn't have a link to your site when you last logged in. see https://brid.gy/twitter/rhiaro . try logging into bridgy w/twitter again?
cweiske, friedcell and KevinMarks joined the channel
#rhiarosnarfed: The error was 'no valid URL'.. what is bridgy's definition of 'valid'? I had a quick look but couldn't find code that might be checking the URLs it finds in profiles
#snarfedrhiaro: i'm debugging now. more when i know it
#rhiaroMy reasoning for defaulting to JSON if no Accept header is sent is that HTML is for humans, humans use browsers, and browsers send Accept headers. So I assume scripts tend to want JSON, and if they don't they will send an Accept header for something different
#snarfedrhiaro: in practice people may be less sophisticated about HTTP than you. :P not much code outside of browsers does content negotation, so many people writing it would be surprised to get different content types in their browser vs their code or curl
#rhiaroIf bridgy either sent an Accept header or didn't drop it on the floor without checking the HTTP Headers first it would be okay. Would either of those be reasonable to add?
#sknebelreading the logs, last activity as safety-indicator has risks if it is too fine-granular -> you probably want quick updates, but no logged activity for a few hours could easily happen naturally
#indiescripterpetermolnar also from yesterday (I was logged on as mars) and had some trouble with email preference on indieweb.org. You asked my email. It's connect@indiescripter.com
#indiescripterpetermolnar On https://indieweb.org/Special:ConfirmEmail it comes back with IndieWeb could not send your confirmation mail. Please check your e-mail address for invalid characters.
#indiescripterMailer returned: Unknown error in PHP's mail() function
#sknebelindiescripter: I think the wiki just doesn't have e-mail support. as in, it is not configured on the server
#sknebel!tell aaronpk the wiki throws errors when a user tries to add an e-mail address to their settings, is that "intentional" (as in, not configured) or a supposed to work and thus a bug?
#sknebel(don't know why I didn't think of just asking yesterday...)
#sknebel(aaron maintains the server the wiki runs on, so he should know ;))
#indiescriptersknebel Loqi thanks for taking notice. Sounds like I'm not missing out on anything though.
#sknebeldon't think so, I think e-mail is only used in mediawiki for subscribing to page updates
#indiescripterAnyway group, may I take this opportunity to introduce myself, Justin Johansson. Just getting started on this indie journery. indieweb.org site suggested checkout IRC for where to go next.
#indiescriptersknebel thanks. background .. met someone on Twitter who never programmed let alone knew Haskell. Went on to write a book about Haskell while learning how to program and the language at the same time. Me .. 30 years software career .. know nothing of indieweb though .. looking for something new to do so may as well become an "IndieScripter".
#sknebelWhat do you use to power your site? Any system behind it, or handwritten HTML for now?
#indiescriptersknebel So like that Haskell book author, possibly I could become good at indieweb if i really put my mind to it.
#indiescripterstatic site generator hacked up in TypeScript over a few days
#indiescriptertake a sneak peek at (few) pages on http://indiescripter.com . Towards top of righthand side there is "View Markdown" which gives insight into my simple page content model.
#indiescriptersknebel Ok so it's nothing awesome but at least a start. Next step (I think) is to actually write a few real articles. Mention on Twitter and then somehow, don't know how, get comments posted on Twitter reflected back into article page on my site. For this last bit of the puzzle I have absolutely no idea how just right now.
#sknebelYes, the writing real articles thing is important ;)
#sknebelI'm guilty of spending to much time on tech and not enough on actually using my site as well
#sknebelfor backfeeding comments from twitter, the most common solution used here is implementing webmentions and then use bridgy, which translates twitter to webmention
#ZegnatMost parsers also seemed to pick-up on u-tel correctly, even though most examples talk of p-tel. That's the beauty of generalised parsers, they just need to take the data and fill properties.
#sknebelright, there probably isn't much validation of URLs, so as long as it is in a property that's supposed to contain a URL it'll work
snarfed joined the channel
#ZegnatI think u-* only specifies to look in the href/src attribute and take the value there. I am not sure it actually specifies it has to be a valid URI
#ben_thatmustbeme"ok google post to my site." "what would you like to post?" "a note" "what would you like it to say?" "Wow the house is cold this morning" "ok, <reads back>. Is this correct?" "yes" "Your note has been posted"
#Loqiaaronpk: sknebel left you a message 4 hours, 44 minutes ago: the wiki throws errors when a user tries to add an e-mail address to their settings, is that "intentional" (as in, not configured) or a supposed to work and thus a bug?
#aaronpkif you look at the parsed mf2 of that page, you will notice there is a "photo" property on the h-entry which is where that image is coming from
#sknebel<indiescripter> petermolnar On https://indieweb.org/Special:ConfirmEmail it comes back with IndieWeb could not send your confirmation mail. Please check your e-mail address for invalid characters.
#aaronpkah i see. after you try to have it send the confirmation
#sknebel(and I should have included a log-link to my tells, sorry about that)
wolftune joined the channel
#aaronpki've never even thought of setting up email for the wiki to send notifications
#aaronpkthere's no passwords so it won't send password reset emails ever
#sknebelsurprised me as well, but since it came up I thought I'd get the "authorative" answer
snarfed joined the channel
#snarfedaaronpk++ for no emails or passwords when possible. bridgy is the same way.
#Loqiaaronpk has 443 karma in this channel (1156 overall)
#sknebel!tell indiescripter: confirmed, the wiki is supposed to not send you e-mail
gRegorLove, loicm, snarfed, wolftune, KartikPrabhu, tantek, tvn, nikivi, KevinMarks, KevinMarks_, friedcell, userXYZ, Lana and nitot joined the channel
#tantekfor more than a few people in a photo. unless I know who everyone is in the photo and can tag everyone, then my compulsion for completeness has a stronger pull and that motivates me to do all the person-tagging
#tantekI have thought of a few ideas for semi-automating the process
#tantek1. auto-suggest a person-tag for anyone who is @-mentioned in the photo post name / summary / content.
#tantek2. create a recommendation engine that shows suggested person-tags after you have person-taggged 2+ people, simply based on previous photos you have person-tagged (when you tag A and B, you also often tag C. that kind of thing)
#tantekthat could reduce the UI effort to person-tag down to one-click per person that is suggested
#tantekand if the recommendation engine gets "lucky" with the first few suggested people, and you click them, then it has more precise data with which to suggest more people