#dev 2018-12-17
2018-12-17 UTC
snarfed, iasai, [kim_landwehr] and [eddie] joined the channel
# [eddie] !tell manton There is a discussion in the IndieWeb channel about an error with a Micro.blog site and Aperture. https://chat.indieweb.org/2018-12-16#t1544997797573400 The error seems to say that the Micro.blog token is returning http rather than https, I'm wondering if that needs to be updated on M.b IndieAuth
# Loqi [[kim_landwehr]] Monocle
iasai, clintpatty and [eddie] joined the channel
iasai, cweiske, snarfed, swentel, [Marco], TripFandango, trip_, jgmac1106 and [jgmac1106] joined the channel
[Vincent] joined the channel
# swentel that's on https://indieweb.org/photo though, so maybe confusing ?
iasai, jgmac1106, barpthewire, eli_oat, swentel and [kevinmarks] joined the channel
# [jgmac1106] Also seems like a reasonable expectation for a photo collection or gallery to have thumbnails
# [jgmac1106] Collections as well... I was looking for guidance on or in the wild examples
# [jgmac1106] Starting to see them on pixelfed and micro.blog so might be something to put some thought into
# [jgmac1106] Does this sound possible https://quickthoughts.jgregorymcverry.com/2018/12/17/but-this-gave-me-a-cool-idea
[grantcodes] joined the channel
# kisik21 good morning IndieWeb. Is it possible to make an accordion-like spoiler without JS
# [grantcodes] kisik21: details + summary elements
# kisik21 [grantcodes]: sorry I don't understand what do you mean
# kisik21 you want me to tell about my use case?
[tantek] joined the channel
# kisik21 I'm experimenting with markup and I want to make CW spoilers on my site like mastodon, but being sort of a JS hater I'd prefer to have it work without JS enabled since it is an essential feature of my site
# [tantek] We need a good code example of those on /content_warning
# kisik21 woah, wait, HTML HAS THIS BUILT IN?!
# kisik21 Sorry I'm a bit shocked
snarfed joined the channel
# [jgmac1106] HAD exact same question... I use bootstrap accordion tables at work... Wantes to know if I could use collapse with no JS....
# [jgmac1106] So @kisik21 my professional currency is how many citations I get... Had this random idea after trying to learn flex-grow... For prettier tables....
# [jgmac1106] Could I have a default flex-grow set to 1, but then that number changes based on citation count... Be fun to trigger fonts.... This would take JS
# @m4d_z @nhoizey tiens, à l'occaz, je veux bien causer #webmention avec toi ;) (lors de notre soirée geekeries par exemple) (twitter.com/_/status/1074672550263877633)
# [jgmac1106] ... Hey wait... Could you use flex-grow on click, for content warning? Maybe change a z-index and hide a box? Have a box set to column.. Stack it? Use opacity?
[Vincent] joined the channel
# [Vincent] I would like to see something “like” a spoiler MF tag. Being able to caveat spoilers or sensitive content, would mean things like search engines etc wouldn’t bring back potentially harmful (in whatever manner) data. It could also aid in things like data sensitivity when extracting excerpts from one site to another, such as comments.
# [jgmac1106] But @kisik21 actually pulled over on side of the road to learn about HTML accordion...
# kisik21 but the summary and details is exactly what I need
# kisik21 so case solved
barpthewire, [eddie], iasai, swentel, snarfed and Tin2 joined the channel
# [jgmac1106] [sknebel] [tantek] [gRegorLove] do you see a collection as an h-feed embedded in an h-entry?
# [jgmac1106] There was u-repost-of h-cite, could see that and a p-category with rel=prev and rel=next for navigation
# [jgmac1106] Meant to cc [aaronpk] @zegnat [grantcodes] and anyone else who might care
# [jgmac1106] Perfect... Not noted on wiki... Could use some in the wild examples... Thinking of doing that with my vita....
# [jgmac1106] Do I add a p-category on top level h-entry or does each h-entry need a p-category tag?
# [jgmac1106] Have you looked how [manton] and [cleverdevil] are marking up galleries
iasai joined the channel
# @leekelleher ↩️ Same for me. I've been looking at some kind of Webmention + Bridgy set-up.
https://indieweb.org/Webmention#Bridgy
(I haven't got far with an integration yet) (twitter.com/_/status/1074693182674399232)
# Loqi A collection is a type of post that explicitly lists and/or embeds multiple other posts chosen by the author https://indieweb.org/collections
[grantcodes] joined the channel
# [grantcodes] Collections are kinda complicated. I store mine as children on the collection post, but then since I mainly just use photo galleries and to get it to work in readers I show preview photos on the collection marked up with u-photo, although it might not be technically correct it works really well
[cleverdevil] joined the channel
# [cleverdevil] (Same)
# [cleverdevil] I don’t like how I’m currently doing it, but it works pretty reliably because it’s so simple. Basically, Known supports multiple photos on a single “photo” post. Plus side: works easily. Minus side: you can’t interact with individual photos.
# [cleverdevil] Precisely.
# [grantcodes] Yeah not sure what's wrong with my photos in together, they get picked up by aperture
# [grantcodes] Oh nah there's something funny going on, might have broke my mf2 at some point
# [grantcodes] Yeah I changed links somewhere so it is picking up the links to the photo posts not the urls of the images
# [grantcodes] sknebel I think that is my exact case that has broken them. Not sure I fully understand though
# [grantcodes] Yes and no 😛
# [grantcodes] My storage is pure mf2 json. And the collection has an array of children with links to the child posts, and then it is reassembled with nested objects when requested
# [grantcodes] But I don't output them as nested in the html, because I only want to show a preview image, not the date & title & location and everything else that could be there
# [grantcodes] Well my markup currently doesn't really work, but follows that idea
# [grantcodes] ```
# [grantcodes] <div class="h-entry">
# [grantcodes] <h1 class="p-name">Collection</h1>
# [grantcodes] <div class="gallery">
# [grantcodes] <img src="https://thumbnail.com/small-image.jpg" />
# [grantcodes] <a class="u-photo" href="https://urltophotopost.com">
# [grantcodes] </a>
# [grantcodes] </div>
# [grantcodes] </div>
# [grantcodes] ```
# [grantcodes] That's a simplification of my current markup but now I'm not sure how to get to to work how I want with mf2
# [jgmac1106] I think okay to have in the Wild examples and brainstormming below
# [jgmac1106] Is the thumbnail an u-repost h-cite of full img [grantcodes]? or is it better to have a <link> to full resolution?
# [jgmac1106] u-syndication... Not sure anyone uses u-repost
# [jgmac1106] Or is a thumbnail a kind of p-summary? A condensed version of a full source?
# [grantcodes] The link is to a full post, the image is a thumbnail, but should send only the full res image src to the reader
# [jgmac1106] Oooh no.... Love the search
# [grantcodes] Yes unfortunately can't see any option apart from hidden markup somewhere
# [jgmac1106] .... Thumbnail as background img in css
# [jgmac1106] Make a div as a link. The div has a background img set your thumbnail but links to full u-photo
# [jgmac1106] Didn't think a thumbnail was content as a copy of content. But yeah keep design and content different
# [jgmac1106] . Aaah that's why you want hidden link... So readers get full img
# [cleverdevil] I currently do the div background-image thing (well, Known does), and I definitely wish I could accomplish the same using img elements instead.
# [cleverdevil] I am sure its possible, but I haven't had a chance to get around to it.
# [jgmac1106] Didn't realize Known did...knew it squashed pics and linked to full version
# [jgmac1106] To not use img tags and not background imgs in a div for img placeholders... Didn't know Known did that
# [jgmac1106] And I meant "to use" just img tags so what counts as hidden data a <link> tag or z-index:-10
# [cleverdevil] If you look at https://cleverdevil.io/photos
# [cleverdevil] I am auto-cropping to square.
# [jgmac1106] Almost like you need a u-uid or something like it for a full resolution and the u-photo for the cropped of thumbnail
# KartikPrabhu why not always link to the full version and the reader/consumer can do whatever lower resolution processing it wants?
# KartikPrabhu that is what I do internally on my dite
# KartikPrabhu site*
# [grantcodes] Is there a way to prevent microformats picking up an img as implied photo?
# [grantcodes] But if it is not a property? I have to add a junk one?
# KartikPrabhu that seems like a bad hack. If there is a good use-case maybe file an issue with mf2 parsing spec
# [grantcodes] Use case is thumbnails, I have very small ones and only want the full res ones in the parsed mf2
snarfed and [tantek] joined the channel
snarfed joined the channel
snarfed, iasai and jgmac1106 joined the channel
# [grantcodes] It almost maps to my internal mf2 apart from it picks up the thumbnail as the photo on the child
snarfed joined the channel
# [grantcodes] The u-photo is a hack really, since I don't think there are really many consumers of children
# [jgmac1106] Chronus did it.
jgmac1106_ joined the channel
# [jgmac1106] [sknebel] I would argue a a child h-entry is only an h-cite if a post with a url exists...but could I have an h-entry in a collection that doesn't live anywhere else
# [grantcodes] I don't think they are citations though, I'm not referencing the photo, it is an integral part of the collection. I think a h-entry with a nested h-cite should make sense without the cite. A collection with no child(ren) is not of use
# [grantcodes] ok but I think either way I still have the same issues though? Or if it is a h-cite does that tell parsers they should check the url for the full content?
# [grantcodes] Hmm this is getting close to what I want, sort of
j12t and jgmac1106_ joined the channel
# [jgmac1106] FYI [cleverdevil] no nesting of any h* in Known...every time I have tried it gets stripped away and leaves just the h-entry
[cleverdevil] joined the channel
# [cleverdevil] Strange... that doesn't seem like something Known should be doing.
# [cleverdevil] In fact, I don't think it does any sort of processing of the HTML that is produced within a template, for example.
# [cleverdevil] So, if you're working on a plugin that wants to do that, it should work based upon my experience/understanding.
# [cleverdevil] If you're trying to put raw HTML into the editor in the web interface, all sorts of wonky things happen because rich text editors are hard 🙂
# [cleverdevil] (In that case, publish your HTML via Micropub instead, which will bypass the editor entirely).
iasai joined the channel
# [tantek] [jgmac1106] FWIW you really should make sure you have a good consuming use-case before publishing *any* nested h-* structures, because they are non-trivial, and thus easy to get wrong, and thus if you're not *testing* them with a consuming application you may be doing more harm than good by publishing
# [cleverdevil] (That too ^^^)
snarfed joined the channel
# Loqi It looks like we don't have a page for "rubric" yet. Would you like to create it? (Or just say "rubric is ____", a sentence describing the term)
jackjamieson joined the channel
# Loqi It looks like we don't have a page for "vita" yet. Would you like to create it?_ (Or just say "vita is ____", a sentence describing the term)
snarfed joined the channel
# jgmac1106 I didn’t know how to mark up publications and presentations using accepted h-resume so I left them blank: https://jgmac1106homepage.glitch.me/resume.html
# jgmac1106 rubric is a measurement tool to assign ratings to specific critierion. They can be holisitic where multiple criterion are measured on a single scale, or criterion based where the rubric consists of aggregated ratings with each criterion judged on the same scale, or domain based where aggregated scales across multiple indicators consist of criterion and a degreee of quality scale. Rubrics, consisting or ordinal data, are often, many argue incorrect
snarfed joined the channel
# jgmac1106 Known doesn’t have the input fields for manual webmentions on the webmention endpoint and I am getting this error trying telegraph: https://telegraph.p3k.io/webmention/12gUsvvhkTVUMGo4kC/details am I doing something wrong?
[adamprocter] joined the channel
# [adamprocter] thought some people here might like to look at this https://manifold.soton.ac.uk/read/untitled-162d4fb0-8ab1-422c-aef4-0f00a2ef0d74/section/c735fb9e-a5a2-4063-bbc5-0b96c78896a0
# [adamprocter] comments and thoughts very welcome]
# jgmac1106 you might want to read through the methods here…describe how I want to build and use parsers and machine learning for bots: https://docs.google.com/document/d/1OrwDAzNPIn1DbJyUxbvyqVciYZUAgjO7dstQ7FmiGQQ/edit?usp=sharing
iasai joined the channel
# @jgmac1106 Endorsements in #IndieWeb Webmention Badges #OpenBadges: https://quickthoughts.jgregorymcverry.com/2018/12/17/endorsements-in-indieweb-webmention-badges-openbadges (twitter.com/_/status/1074736348643377154)
gRegorLove, [jgmac1106], eli_oat and [pfefferle] joined the channel
leg, [chrisaldrich], barnabywalters, iasai, cjwillcock, [tantek] and [Vincent] joined the channel
[eddie] joined the channel
# aaronpk there's some notes on that here https://indieweb.org/Webmention-brainstorming#status_page
# gRegorLove Looks like ben_thatmustbeme has a status header: https://indieweb.org/Webmention-developer#Ben_Roberts_with_ben.thatmustbe.me
[jgmac1106] joined the channel
# [tantek] !tell [jgmac1106] my search for openwashing articles found me this one https://blogs.plos.org/absolutely-maybe/2017/08/29/bias-in-open-science-advocacy-the-case-of-article-badges-for-data-sharing/ which appears to have some good criticisms of open badges efforts
# [jgmac1106] Thx [tantek] yes the #OpenScience team at MoFo developed an entire badging system for academic publishing... Not sure it was ever used
# [jgmac1106] Will add to /badge
[cleverdevil] joined the channel
# sknebel aaronpk: in case you missed it last night, kim_landwehrs error screenshot came through and we were stumped - ideas? https://chat.indieweb.org/2018-12-16#t1545004083047300
# Loqi [sknebel] ... https://slack-files.com/T03QR2B2T-FEULN4UG1-ac24d732e7
jgmac1106 joined the channel
[matpacker] joined the channel
# [tantek] like the now summary image at the top right of: https://indieweb.org/openwashing 🙂
# [jgmac1106] No I didn't read article you posted.... Reason in the ooenbadges directory I am labeled as "Community Skeptic"
iasai joined the channel
leg, [kevinmarks] and [chrisaldrich] joined the channel
# [jgmac1106] No... Just a page in a slide deck... Open badges community issue badges... Funny... Stats had us over a million... But I never met anyone that had them
# [jgmac1106] Beyond all the blog ranking badges (which have nothing to do with spec) love to display
jgmac1106 joined the channel
iasai joined the channel
jgmac1106, iasai and snarfed joined the channel