[manton][gRegorLove] Thanks. In this case, I think the calling app would notice the "me" doesn't match and reject it too, although I might add an extra check for that.
mblaneyok so there's hope for personal sites doing their own scraping? I appreciate all your work providing silo feeds for everyone, but if that's what it takes...
[snarfed]no, there's not a lot hope. i tried scraping m.facebook.com to revive bridgy backfeed, and they caught that pretty fast, just for one user, from one IP, not too many requests
[chrisbergr]David: Of course I will be happy to do that. At the moment I'm fixing some mf2 issues, after that I want to interact with all of you, finally.
LoqiOwnTracks is an open source app for tracking your location and sharing with others, available on iOS and (unmaintained) Android https://indieweb.org/OwnTracks
@bzelip↩️ The micropub protocol allows for things like using 3rd party clients to publish to sites you control. There's an authorization that has to happen, via IndieAuth, https://indieauth.net/. My sandbox project auths into github to update jekyll posts that then publish to gh-pages. (twitter.com/_/status/1192791487056142336)
[KevinMarks]Then pay attention to file order of the text strings in the svg so they make sense (depending on how you made the svg the file order may not match the spatial order)
[grantcodes], [arush] and [prtksxna] joined the channel
[jgmac1106]as an FYI I tried both uifeatured and u-photo....oooh wait a minute the img is in the first show...maybe I need to move it to the feed description
jamietanna[m]gwg: I do most of my stuff in Vim too, but for Java I have to use an IDE (IntelliJ) because it's quite painful otherwise, especially when debugging code
Loqi[snarfed]: jeremycherfas left you a message 3 hours, 57 minutes ago: Can I use the same consumer_key from an existing twitter-atom feed of a list to get a different list?
[tantek]please don't "switching to u-photo to give that a go" just to try to hack something. understand why it's not working the way it's "supposed to" and then file a bu
[jgmac1106]I am and if u-featured didn't work, and then u-photo didn't work I feel the issue would be better improved if I can describe each step i tried before filing
[jgmac1106]there really isn't documentation yet on converting mf2 into an rss feed with Granary that Apple will validate...snarfed and I kinda been throwing spaghetti at wall till we can iron out all the kinks (to mix all the metaphors)
[jgmac1106]p-size and p-duration validated fine, so close....I was manually updating my xml after each new show....this is gonna be amazing once working
aaronpkcompass (or rather quartzdb) has a command to re-sort the lines in a file, so if you get everything into its storage it can put it into the right order
[jgmac1106]snarfed I see the image in the granary xml...didn't pass through microcast.club, I will itunes validators after I take the cherubs to get haircuts after school
aaronpkit's probably safer to add it because it seems likely that other podcast feed consumers might also look for only that version since that's the example in the docs
[jgmac1106]poor mouse was supposed to get overwhelmed first by the need to post and then engaging in outrage until she found peace back at her own domain....
gRegorLove[chrisaldrich] I think your microformats got messed up a bit. Only has mf1 hentry, no h-entry. mf2 child properties like u-url, h-cite, in-reply-to aren't parsed as a result.
[chrisaldrich]sorry [gRegorLove] I updated my theme accidentally back in July and haven't had much need to revert it back. I should have done something manually before sending you that webmention. I'll dig up the changes and apply them later this weekend. Working on putting the finishing touches on the talk/slides for tomorrow...
[jgmac1106]meaning gwg? I need to print the date in the text file at time of publish...which means I need to store stuff and write to file.....for now will go back to manual
[jgmac1106]and I realized one reason I like to POSSE to twitter...Tweetdeck search engine works way better than @withknown...okay off to go prove I am the best with Bey's in the house
[chrisaldrich]Unintended consequence of not moving over the proper child theme when I moved hosts to fix a prior issue. There are 3 other niggling things I need to fix as well. I was aware of it and I've been letting it slide, but need to fix it now that I'm "back". 😉
@AndreJaenisch↩️ Means, I need to run a script after my content went live.
But I don't want to send WebMentions on every build (hourly due to cronjob). Thus I need to persist what I already changed.
But I run the build from scratch every time aka stateless. (twitter.com/_/status/1192934236656934912)
@AndreJaenisch↩️ So what I could do is scrape my website for potential tweets and check in the downloaded ones for a hit. Then filter for the remaining ones and send WebMentions … (twitter.com/_/status/1192934457914859520)
[tantek]Long pages of text are potentially a cognitive accessibility issue, there's even a warning template on Wikipedia that editor's use to indicate a page is "too long" and should be broken up in to multiple pages.
[tantek]it's not matter of willful ignoring, it's a matter of "text blindness" for lack of a better way of putting it, literally not seeing the information despite scrolling past it.