#aaronpkPixelfed is like mastodon where you shouldn't need a new account for it. In theory if yo user up bridgy fed on your site then people can follow your photos from pixelfed. I'm not sure how well this works in practice yet tho.
[tantek], tomasparks, KartikPrabhu, [dave], [eddie], astrojuanlu[m], [kevinmarks], [Vincent], [adam], swentel, Dhewya and [dhewya16] joined the channel
#[dhewya16][dhewya16] set the channel topic: IndieWeb development-focused chat - logs at https://chat.indieweb.org/dev/today - bridged with #indieweb-dev in IRC
Yeshu, barpthewire, nloadholtes_, jgmac1106, nloadholtes, [kevinmarks] and [adam] joined the channel
#[adam]Can I ask how some people model webmentions in their platforms / sites? In particular I’m thinking about being able to build threads
#[adam]I reply to someone on Twitter -> I can show their tweet and my reply. if someone replies to me, Bridgy sends me that, I display that, all good. but I reply to _that_, that’s going in a separate note
#[kevinmarks]several people show a reply context above so you can see what the in-reply-to is pointing at
#[kevinmarks]others show a full thread, but that requires more notification cooperation
#[kevinmarks]the mastodon markup for it is pretty good
#LoqiA reply context is the display of what a reply post is in reply to, including linking to that original post with in-reply-to markup, showing some amount of that original post like author name, icon, summary / ellipsed content, and datetime published https://indieweb.org/reply-context
#LoqiSalmention is a protocol extension to Webmention to propagate comments and other interactions upstream by sending a webmention from a response to the original post when the response itself receives a response (comment, like, etc.) https://indieweb.org/Salmention
#[kevinmarks]not sure if people are still actively working on that
[Rose] joined the channel
#@tomcritchlow↩️ Yeah - tough to build and manage though. Next I want to build webmention into the wiki for a slightly social experience. http://Are.na does a pretty good job here but it makes me nervous not being self hosted (twitter.com/_/status/1097495991278845953)
#[adam]It should be possible by chaining in-reply-tos in theory. Bridgy is already doing the original post discovery for me
#[adam]It’s really just about showing the replies underneath replies - more of a display issue than a functional one
#Loqi[Greg McVerry] Probably the best four disc box set in history. Tells the story of a music, movement, and people over a four album set.
#[jgmac1106]but if you click through the comment permalinks all the webmentions are changed. Wish the genesis post displayed them and they stacked
#[jgmac1106]no it would be first post with all threaded webmentions down to to the last one
#[adam]I suppose that’s a challenge, how do you find the first post? And also filter replies that branch out
#[adam]I guess first post is the either the one you’ve viewing or the the one that you’re viewing is in reply to... people can climb further if needed
#[adam]It’d be nice to solve this in a way that others could copy. If I do something arbitrary it’s only so helpful
#[jgmac1106]It does thread on Twitter perfectly though
#[jgmac1106]...if I remember...takes 7 clicks to accomplish, want it down to one
#ZegnatThat is where salmentions would come in: when you get a comment and add it to your page, you send a new webmention to the thing you were replying to so they can also come and fetch it
#[jgmac1106]and this solves discover first post issue
#GWGI am thinking of making an unexpected change in my lineup
#Zegnatjgmac1106: you are putting it in HTML, but I am guessing you mean something different.
#ZegnatDo you mean saving it as a separate HTML document?
swentie joined the channel
#jgmac1106no that is what I mean, just didn’t know if it worked. I can just drop that in do I make <form action="guestbook.php" match the hml page it would be on?
#jgmac1106I want both the forms and all the entries on the same page
#jgmac1106a basic single page guestbook, maybe I should just do this in javascript
#jgmac1106today’s mission was to try and just write the files, sounds like I got that part done
#ZegnatI am still not clear what you want to do. Neither PHP nor JavaScript is going to automatically store any data. If you want the form to be submitted and then stored on the server, you will need to have server-side storage code
#[jgmac1106]I see thank you, now I have tomorrow's task to learn. Thx for looking at the templates
#[jgmac1106]and now i have to give up my computer for Carmen San Diego...PESOS DOS save files somehow
eli_oat, [schmarty], tomasparks, nloadholtes_, [tantek] and nloadholtes joined the channel
#[tantek]We really should add some sort of size reporting to IndieWebify.me tests of home page, post permalink etc
dougbeal|mb1, [Rose], [schmarty], [davidmead] and eduardm joined the channel
#GWGI had to change one line in my location code, and I felt bad about sending out an update just for that to everyone, so I'm building a feature.
#[tantek]also for IndieWebify.me, # of first-level additional HTTP requests (i.e. requests you can discern by mere source inspection, e.g. all link rel-stylesheet, img src, object data, iframe src etc.)
[Rose], KartikPrabhu and gRegorLove joined the channel
#GWGAm I better off, I wonder, finally building venues or building anonymous zones?
leg, snarfed, swentel, eli_oat and [kevinmarks] joined the channel
#ZegnatHmm, this CMS looks interesting. The page suggests to me the CMS pages are generated based on the HTML rather than the other way around. https://www.vapid.com/
#LoqiIt looks like we don't have a page for "anonymous zone" yet. Would you like to create it? (Or just say "anonymous zone is ____", a sentence describing the term)
#LoqiIt looks like we don't have a page for "geofence" yet. Would you like to create it? (Or just say "geofence is ____", a sentence describing the term)
[Rose] and [jgmac1106] joined the channel
#[jgmac1106]!tell eddie what am I missing to be able to post images with Indigenous iOS on Known https://blog.kevo.glass, the image icon greyed out
#LoqiIt looks like we don't have a page for "geofencing" yet. Would you like to create it? (Or just say "geofencing is ____", a sentence describing the term)
#GWGGeofencing is a virtual geographic boundary that triggers actions when entering/leaving it.
#[eddie]!tell jgmac1106 if the image icon is grayed out that probably means you don’t have a Media Endpoint. That reminds me I need to add non-media endpoint functionality in the near-ish future
#Loqi[eddie]: [jgmac1106] left you a message 1 hour ago: what am I missing to be able to post images with Indigenous iOS on Known https://blog.kevo.glass, the image icon greyed out
#GWGaaronpk, so, you'd implement two features that work differently that track locations?
#donpdonpas an aside, id really like it if there were an open database for 'venues'.
#GWGThat's the problem. If I build the geofencing into the venue concept, then it is neater, but if I build it separately, it is simpler to implement just the geofencing
#aaronpkI think I have a fix for the aperture bug that I created last week
#aaronpkprobably should not deploy this from the plane again tho
#aaronpkthe same pattern applies on my "like" posts which I am now trying to recreate for all my posts, where the author photo hangs off the left of the text https://aaronparecki.com/2019/01/21/4/
#aaronpkit seems like a flexbox layout would make more sense but I need the photo and name to be in the same h-card element
#KartikPrabhuCS grid with display:contents on the h-card should work
#KartikPrabhubut that depends on how much nesting you are doing with <div>s
#[tantek]"photo hangs off the left of the text" I think needs float. or grid with some negative bottom margin
#aaronpkif I describe it that way yeah but if you look at it it's really a two column layout
#KartikPrabhu[tantek]: I think grid has the ability to hang without negative margins
#swentelHmm, do we have a service somewhere that would return me the author of a url ? specifically, I need the author main image. I don't want to write a mf2 parser in java :(
#LoqiXRay is an open source API that returns structured data for a URL by parsing microformats and following other indieweb algorithms, and is part of the p3k suite of applications https://indieweb.org/XRay
[kevinmarks] joined the channel
#swentelhmm that would give me a feed, but, to be me more specific, I need the h-card for the owner of the site/url
#swentelI guess I could loop over that json, but not ideal
#aaronpkthat kind of thing was supposed to be left up to the microsub server to avoid exactly the problem you said "I don't want to write a mf2 parser in java"
#swentelaaronpk, that's totally fine. See the screenshot. I want to display more information about the account/url you are authenticated with (name, author, image)
#aaronpkthere are two places I would add this in the flow. the step that returns you the token currently also returns the "me" url, and that's a good place to also return a full h-card
#aaronpksecond, the token endpoint can return the h-card when it's queried using a token, since it also currently returns the "me" url given a token
[asuh] joined the channel
#aaronpkthis is basically equivalent to openid connect's "userinfo" endpoint so there's precedent here
#aaronpki'll have to add a microformats parser and h-card finder to tokens.indieauth.com so that it can do it for people's arbitrary sites, but when a site has a built-in indieauth provider it should be straightforward