GWGI'll check your site. I've been juggling things, but I just finished something, so next is fixing an IndieAuth WordPress issue, which is why I asked
@MyLewdDrawingsThis tool forever but I am happy it is done. This is part of a collaboration I did with @Questathana They are writing a story that should be ready some time in November.If you like giantess and world destruction I feel like you would like their stuff.#Sizeplay #Giantess #microsub (twitter.com/_/status/1308936021753704449)
[chrisaldrich]aaronpk, and others... I cleaned up that definition of microsub quite a bit and concatenated the opening paragraphs which were a bit redundant. Reviews for accuracy and conciseness, etc. are welcomed.
ZegnatSure, I think it is sensible to have some max number of entries based on file size. I am just not sure if optimising for size is *always* the right thing to do when you look at the use-case of most feeds.
ZegnatMost feeds get polled by their subscribers on a regular schedule. And the subscriber would often expect to find all the posts that are new since the last time it checked in there.
ZegnatSo I would filter first by time, but have a maximum filesize (which is probably equal to some estimated maximum number of entries), as well as a minimum number of entries to fill out the feed.
[James_Gallaghe]I like that idea. I think the easiest way to do it is just to show the few most recent posts because feeds are polled on a regular cadence and people expect to see the posts they have recently collected.
jeremycherfasI suppose if you were really keen you could analyse your logs to see how often readers are actually polling your feed and make that the basis for your feed.
[jgmac1106]and I think matter of how prolific and public one wants to be, once you have h-feeds though you can have all the feeds with Granary..but I know you want to use your tools
[jgmac1106]I broke this when I accidentally messed up and mad may a directory and not a page....and somehow messed up my htaccess page so I can't display a directory
[jgmac1106]not knowing things makes this stuff hard, I have so many unlisted pages becuase after writing the last thing I want to manually do is route the article to two more places
[jgmac1106]I do like the feed discovery model of WP (even if the ontological difference between category and tag makes little sense when you dig into how it works)
lahackerGWG my biggest takeaway is this new universe of possibilities in salmentioning more than just notes in replies to notes for threaded commenting
[jgmac1106]jacky my podcasts too, more than my aritcles I wanna automate that routing and feeds...but Apple doesn't allow granary feeds so I guess I don't really have a podcast
lahackerGWG curious what you would consider the crux of your theory is; i remember several points being discussed, curious what you saw; and I think these more advanced features will be well served by a visual walkthrough
GWGMy example was Alice has a page for her fiction novel. Bob writes a review of it. Carol comments on Bob's review, and Alice wants to display that nested under her display of Bob's response on her book page
jackyI can send info from my server about the incoming mentions and comments and see if any of them have an "incomplete" h-cite (like if they quote the text but not the beginning and end parts - lazy match)
lahackereg. i want the user of the framework to be able to "accept webmentions" and rather simply template out precisely what GWG describes above with Alice, Bob and Carol
lahackervouch is there for when strangers are coming to your post to discuss *while you aren't there actively accepting incoming webmentions*; salmentions, eg. threaded discussion, serves to increase the volume of mentions and probably the likelihood of that happening.. synergy! :)
[jgmac1106]thx [pfefferle] SemPress really the only out of box solution I can offer students so it works well. I do luck out that softalicous allows you to create a plugin group
maxwelljoslynNext up on my micropub server implementation is the media endpoint. Can someone help me understand why the new file's URL returned by the media endpoint should be semirandom/unguessable? what if I just want all my images to live in /static/*.jpg (for instance)?
aaronpkbut for example i upload random crap to my media endpoint that doesn't necessarily make it into a post for whatever reason, like i change my mind before posting and replace the photo with something else
maxwelljoslynHmm. in that case aaronpk, I see some of your recent photos are paths like aaron.pk/1240x0/yyyy/mm/dd/number/photo.jpg -- so are you renaming photos on the backend from "unpredictable" to "predictable" once they're used in a post?