tantekthis is what happens when I sleep <2 hours in 24+. executive control lowered to the point of following temptations to do something crazy like implement video posts.
tantek{ "error": "Error: {\"error\":{\"message\":\"Invalid parameter\",\"type\":\"FacebookApiException\",\"code\":100,\"error_subcode\":1366046,\"is_transient\":false,\"error_user_title\":\"Can't Read Files\",\"error_user_msg\":\"Your photos couldn't be uploaded. Photos should be less than 4 MB and saved as JPG, PNG, GIF or TIFF files.\",\"fbtrace_id\":\"GblXFhuDpF8\"}} HTTP Error 500: Internal Server Error" }
tantek.comedited /video (+1222) "How subheads, How to POSSE, move Barnaby's "videos" to proto since no way to tell they're videos not photos, noted who uses u-video or not" (view diff)
tantek.comedited /video (+687) "/* Indieweb Support */ IndieWeb Examples vs support, separate services to their own section, add Tantek with today's video post example" (view diff)
[shaners]!tell Tantek. My thinking for `u-photo` on the `video` tag was so that (hopefully) parsers could use the `poster` attribute as the preview image. I have `u-video` on my nested `source` tag.
Loqifeatured is a proposed mf2 property (typically as u-featured) for h-entry that indicates a representative image for a primarily textual post https://indiewebcamp.com/featured
LoqiPost Type Discovery specifies an algorithm for determining the type of a post by what properties it has and potentially what value(s) they have, which helps avoid the need for explicit post types that are being abandoned by modern post creation UIs https://indiewebcamp.com/post-type-discovery
[kevinmarks]I'm saying that if you use u-photo, post type discovery will decide it is a photo post ie the photo is the primary content. If the photo is just supportive and text is primary, use u-featured
kylewm[shaners]: I sympathize. u-featured feels a bit like a kludge to make up for not having explicit post types, but I think it's worth making the distinction even if we did have explicit post types. Sharing a photo is pretty different semantically than including a vaguely related header image at the top of an article.
tantekshaners, to make your use of u-photo for the poster image work (even if/when you switched it to use u-featured), we may need to add fall back u-* parsing to <video> elements to /microformats2-parsing
tantekshaners re: "some memory of u-featured being fairly contentious and not universally agreed upon" - pretty sure we resolved all the debates/issues around it and reached a pretty good broad consensus. if you remember a specific issue with it, and we haven't documented it, please bring it and we'll refigure it out if have to!
tantekshaners, re: "feel like u-featured is adding additional vocabulary that u-photo already covers" - I was concerned about this initially too, however it's become pretty clear that capturing that author intent of "primary" vs. "supportive" content is important for more easily disambiguating, and provides a nice hook for the concept of image summaries for pages/posts of any kind that authors have been taught to publish by OGP,
tantekshaners - that should be ok (not being in the channel as much), as it's up to those that do debate/resolve to capture any kind of questions/conclusions in the wiki
tantekdespite the DRY violation, this would be a better way to mark that up though: <video class="u-featured" poster="image.jpg"><source class="u-video" src="file.mp4"/><img class="u-photo" src="image.jpg" alt="A video with a fallback image"/></video>
tantekthere is no src attribute on the video so it's somehow taking that as empty "" and treating it as a relative URL on the page's URL and thus expanding it to the same as the page
tantek!tell ben_thatmustbeme check out how shaners marks up his video posts with <video><source>, and consider doing the same. right now your video posts are not expressing the u-video URL since it is not on the same element as the URL: https://indiewebcamp.com/video#Ben_Roberts
tantek!tell benwerd lots of /video post activity in the past 24hrs, looks like we might be getting critical mass of indieweb video post support across projects / personal sites! Need your examples!
tantekstart with such UI presentation first and then determine the semantic, rather than starting with plumbing (u-featured) and retrofitting it to similar looking things.
tantek.comedited /video (+186) "better dfn, we have more indieweb video posts now, note Twitter is another video silo (when did that happen?)" (view diff)
Loqivideo is a type of post where the primary content is a video file (recorded movie, animation etc.) typically with audio, and has growing support on the indie web https://indiewebcamp.com/video
kylewmmaybe like, you could publish a really simple list of hcards that just have a nickname and url. and when you query the nickname cache service, you give it your list and it fills in the blanks (avatar, social media urls, etc.)
GWGWell, if a nicknames cache allows query by any name, it can return all possibilities it has cached within it and allow you to choose from them if there is a collision.
bearI always thought a name cache would always be local and it would learn of new sources by the webmentions or micropubs it processes -- it would follow links and do a discovery of the other person's cache
tantekkylewm: also I think "using micropub" is at least semi-automated, I've always thought of "manual POSSE" as meaning using the UI of the silo directly to create a new post that is a copy of your original post.