#dev 2018-12-06
2018-12-06 UTC
# [tantek] [chrisaldrich] or was it [jgmac1106] - if you want to provide a "player" for the media that you listened to, you could do so, IF you put it inside an explicit /reply-context in your /listen post
# [tantek] might be worth adding to /listen#Brainstorming - a stub/straw proposal for how to embed the media you listened to, inside a [[reply-context]]
# [tantek] in general your /reply-context MUST NOT be inside your e-content - because e-content is for stuff that YOU are the author of, not the stuff you are replying to that is from someone else
# sknebel yeah, that part is wrong (not sure if intentional or a template issue or whatever): https://boffosocko.com/2018/12/04/deployed-in-the-u-s-just-waiting-for-the-caravan-the-new-york-times/
[grantcodes] joined the channel
# [grantcodes] Woah intersection observers are so good. Just implemented then in Together instead of scroll events and it's so much smoother!
# kisik21 [grantcodes]: seems like alltogethernow.io improved so much I can use it instead of monocle! At least as a reader
[kevinmarks] joined the channel
# [kevinmarks] I disagree - if it's outside the content it's likely to be omitted entirely, breaking fallback
# [kevinmarks] If I can quote text inside my content, why not other media?
# [grantcodes] Yay happy to have you onboard kisik21
# [kevinmarks] maybe for a simple listen, but if I am discussing audio then quoting it makes sense
# kisik21 [grantcodes]: I always liked together's design but it had a bug, but now this bug is fixed, yay
# [grantcodes] Excellent!
# [kevinmarks] I see an h-cite as expressing that it is external content.
# kisik21 [grantcodes]: oops, nope, this bug is not fixed yet!
# kisik21 [grantcodes]: when I go to editor and back to home channel, it says "nothing to show", as if the channel was empty
# kisik21 works with every channel, switching to another channel and back helps
# [kevinmarks] you're thinking note rather than article.
# [grantcodes] Hmm kisik21 can you open an issue on GitHub and I'll fix that
# kisik21 [grantcodes]: cleverdevil/together?
# [grantcodes] Yep
# [kevinmarks] I think my mental model of this is informed by huffduffer, where propagating the attchement is a big part of the utility.
# kisik21 GWG: the new markup isn't in production yet
jgmac1106 joined the channel
# kisik21 GWG: try to parse this! <span class="u-author h-card"><a class="u-uid u-url" href="
{{ site.author.url or request.host }}"><span class="p-name">{{ site.author.name }}
</span></a></span># kisik21 oh wait sorry
# kisik21 yeah, I know
# kisik21 I'm depending on u-uid specifically
# kisik21 GWG: parse this then! https://fireburn.ru/test.html
# kisik21 authorship algos for comments. They should recognize u-uid property and grab h-card from there
# kisik21 GWG: try to get my avatar pic
# kisik21 starting from test.html page, get my avatar pic
# kisik21 [tantek]: I wanted to combine the authorship algorithm + u-uid for an h-card so a consumer would grab my h-card from u-uid and not from given page
# kisik21 but I guess it doesn't work that way...
# aaronpk GWG: did you follow /authorship?
# kisik21 Maybe handle u-uid in h-card, sending you to fetch h-cards from page it contains?
# kisik21 aaronpk: /authorship doesn't contain that, and I'm hereby proposing it as an addition!
# kisik21 u-uid on h-card - what should it do?
# kisik21 isn't it a canonical version of h-card? could the canonical version contain more info?
# kisik21 well, there is
# kisik21 but u-uid on h-card sounded kinda logical for me to use, and I thought that maybe that will work as good as just sticking to that rule
# kisik21 aaronpk: so xray does that, but it's non-standard behavior?
# [kevinmarks] how does u-repost-of fit with this no e-content model?
# kisik21 my site did that a while ago
# [kevinmarks] no, i'm looking at existing markup rather than theory.
# [kevinmarks] with huffduffer and tumblr as examples
# [kevinmarks] both of which embed the repost in the content.
# [kevinmarks] we can say that they should do something different
# kisik21 aaronpk: noted in on wiki /authorship#Minimal_h-cards
# kisik21 perfectionism probably
# [kevinmarks] tumblr's RSS feed does the attribution as a link+blockquote which is a kind of POSH h-cite
[jgmac1106] joined the channel
# [jgmac1106] I think the u-uid definition on http://microformats.org/wiki/h-card confuses people
# [jgmac1106] @kisik21 I need a collapsible nav on my blog ofr mobile view as well but trying new approach of not adding any CSS I do not truly understand...amkes my nav ugly for now...which is motivation to learn
# [jgmac1106] but it doesn't have to be hamburger menu, you could write a media query so you grid area displays as a flexbox
# kisik21 I'm thinking about redesigning my site completely now... all because my <nav> looks awful with submenu
# kisik21 And I stumbled upon this: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp
# [jgmac1106] https://jgmac1106.homepage.glitch.me if you want ugly nav
# kisik21 And this: https://www.w3schools.com/howto/howto_css_dropdown_navbar.asp
# [jgmac1106] stay away from w3schools
# kisik21 why?
# [jgmac1106] when searching add !mdn +mdn or -w3schools
# kisik21 they don't use POSH but I can fix it
# [jgmac1106] they are not associated with w3c, manipulate SEO, and often have incorrect markup IMO
# [jgmac1106] they don't claim to have an association....but that's lie geting a burger at McDowells
# [jgmac1106] ohhh...sorry you are in Russia and 17... reference to American move "Coming to America"
# kisik21 Obviously never heard about that movie
# [jgmac1106] why I apologized...here is a dead simple no javascript approach: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout
# kisik21 about your ugly nav page: projet not found
# [jgmac1106] sorry....
# kisik21 [jgmac1106]: this nav is as ugly as mine in the testing version
# kisik21 but mine is uglier
# [jgmac1106] well I will share my journey @kisik21 as I want better nav as part of my newwwyear challenge
# [jgmac1106] bc I can't ship as is....I can cut and paste in the css fine...but I don't want to use anythign I can't build from scratch
# [jgmac1106] ...except everythign I can't build...which is everything but a tiny bit of html and css
# kisik21 ok... new base template...
# kisik21 I guess I really do need to start from scratch
# kisik21 I'm not sure if I want my h-card to be in the top or in the bottom of the main page and if I should show my h-card anywhere else than the main page...
# kisik21 probably
# kisik21 My old site shows the h-card in the footer on every single page
# [jgmac1106] all choices, at minimum make sure you have an author h-card in the h-entry, and h-card on your home page and after that it's all extra toppings...I have one in my homepage and a gigantic one on my about page, and of course one in each h-entry
# [jgmac1106] then I also include a directory of h-cards of people I follow to help others with discovery
# kisik21 blogroll
# kisik21 my new site has builtin support for blogrolls
# kisik21 and planning to sync blogrolls with Micropub
# kisik21 s/Micropub/Microsub
# [jgmac1106] kisik21++
# [jgmac1106] I think and also a microsub reader. Add someone to your reader, a follow post goes out and the h-card gets added to your blog roll
# kisik21 Planning on this
# kisik21 when I implement my own Microsub server
# [jgmac1106] Looking forward to the nav bar... π
# [jgmac1106] how conversation started in IndieWeb is the hamburger menu a good CSS design for mobile
# [jgmac1106] we shared our miseries of ugly nav bars
# [jgmac1106] ...which is why the McDowells metaphor was used for w3school
# [jgmac1106] layers of meaning spread on sesame seed buns
chrisaldrich, snarfed, tbbrown and [tantek] joined the channel
# [tantek] !tell snarfed does this present any hope for Bridgy publish/backfeed for FB? https://techcrunch.com/2018/12/04/facebook-allows-competitors/
cweiske, swentel and [grantcodes] joined the channel
# [grantcodes] [tantek] That Facebook thing doesn't help unless they also change the API, which wasn't mentioned there
swentel and [kevinmarks] joined the channel
[jgmac1106] joined the channel
# [jgmac1106] Why not just add link to full bio... On the h-entry h-card?
jgmac1106 joined the channel
# [jgmac1106] @snkebel in that example in my h-card would I put the u-uid to my url and u-url to my about me or the other way around?
# [jgmac1106] thx
[Khurt] joined the channel
[kevinmarks] joined the channel
jeremych_ joined the channel
# sknebel GWG: in which situations does the minimal h-card in a WP theme actually lead to more information? e.g. you mentioned https://ma.tt/ on the wiki as an example, but following the link in the hCard there doesn't lead to more information?
# jgmac1106 [gwg] you mean something like this? https://jgmac1106homepage.glitch.me/buildingapodcast.html
# Loqi [J. Gregroy McVerry] Building a Podcast Feed http://dogzone.jgregorymcverry.com/file/fba9517047520cf22d94187a864e986d/stuffedworldcover.jpg
Tincho1 joined the channel
barpthewire joined the channel
[jgmac1106] joined the channel
# [jgmac1106] I wonder if you removed the css class field in 2016-Indieweb I don't see it int he customize menu option
[tantek] joined the channel
# [jgmac1106] but I think you have to trigger it that when they select a page in the customize menu a function adds the rel="feed" or add a rel= custom field
# [tantek] Ugh this section is a mess https://indieweb.org/authorship#Issues
tantek__ joined the channel
# [jgmac1106] !tell kisik21 spent sometime on my nav bar, not collapsing to hamburger menu, just went with a smaller em, and autofill grid columns with a set minmax...aint pretty but aint as ugly https://jgmac1106.homepage.glitch.me
# kisik21 Your site looks awful on mobile though
# Loqi kisik21: [jgmac1106] left you a message 1 minute ago: spent sometime on my nav bar, not collapsing to hamburger menu, just went with a smaller em, and autofill grid columns with a set minmax...aint pretty but aint as ugly https://jgmac1106.homepage.glitch.me
# kisik21 I think it lost some buttons
# [jgmac1106] I know....learning is hard
# kisik21 ugh... I have all the markup, I just need to somehow squeeze in the responisve part
# kisik21 via CSS
# kisik21 but CSS seems to be a total mess
# [jgmac1106] need to fix the hero image...tempted to cheat and just load a smaller one on media query rather than rebuild how I do it
# kisik21 width: 100%
# [jgmac1106] not sure what buttons you say are missing on my site, I do hide the image on my h-card for mobile view...and do know the article img are off centered...
# [jgmac1106] tried that,
# kisik21 The podcast button is off-screen on the homepage you linked earlier
# kisik21 that's what I mean
# kisik21 oh, it scrolls
# [jgmac1106] how big is your display?
# [jgmac1106] I haven't added my podcasts yet
# kisik21 I'm using "iphone x" setting in the web debugger
# kisik21 since it's the weirdest display I've heard of anywhere
# [jgmac1106] weird, I se all my nav on my pixel3
# [jgmac1106] the issue with my header img is having text on a pic...I really need to just rebuild that..but I lost link to original picture....choosing a new img.....that is a tall order
# [jgmac1106] ...not like I also included the license info on the picture and fav any img I use
# [jgmac1106] ..I think Greg isn't working
# [jgmac1106] do realize I need a different media query for 480px phones...does look scrolly there
# [jgmac1106] but not as ugly as last night..at least I upgraded to "looks awful"
# [jgmac1106] thx you so beat me, I was searching flickr
# [jgmac1106] later today I can fix my original sin
snarfed and snarfed1 joined the channel
tantek__ joined the channel
tbbrown joined the channel
# [jgmac1106] we coach people to run into the conflict by including the side-bar h-card widget on post displays
# [jgmac1106] sometimes if people have been around for a long time they may also have one hard coded in their header or footer, have a minimal h-card in the h-entry and then also have the widget in the side bar..
# [jgmac1106] I mean we tell people to NOT also use the h-card widget on their post displays
# [jgmac1106] I was hoping that is partially why you didn't find any users
# [jgmac1106] <-- goes to put a photo on his about me page and slowly walk away
snarfed, eli_oat, jackjamieson, callMeBaby and iasai joined the channel
eli_oat, swentel, iasai, snarfed, tbbrown, eduardm and jackjamieson joined the channel
snarfed joined the channel
# Loqi snarfed: [tantek] left you a message 13 hours, 49 minutes ago: does this present any hope for Bridgy publish/backfeed for FB? https://techcrunch.com/2018/12/04/facebook-allows-competitors/
jackjamieson, leg, jgmac1106, iasai and mblaney joined the channel
# sknebel with thin pings it's probably fairly straight forward to trigger the reader to refetch, especially if you're willing to leak that you posted *some* private post to everyone. without them, does the websub hub now have to handle private posts? or do we use it for thin pings by having it push out a placeholder?
# sknebel yes, since supporting autoauth of course needs application changes on all sides it's ok if there's extra rules for websub, at least to a degree. e.g. I think I'd prefer it if you could still use an unmodified hub, but authenticated clients could use a different topic url so normal clients don't notice anything weird, e.g. if placeholder posts are needed
iasai joined the channel