original-post-discovery(Redirected from original post discovery)
This article is a stub. You can help the IndieWebCamp wiki by expanding it.
Use CasesReply to originalFirst, as part of How to make a comment, it would be more indieweb-friendly if post authoring implementations:
In question form:
Thread original posts and POSSE copiesSecond, when POSSEing reply posts, it's useful to automatically:
AlgorithmHow to discover an original post URL from a copy of that post at a POSSE permalink
A parenthetical permashortlink citation looks something like:
The specific format of a parenthetical permashortlink citation is:
Convert a parenthetical permashortlink citation to URL by:
ImplementationsIndieWeb ExamplesKartik Prabhu
Services
Algorithm NotesUse-cases that were used to add steps to the algorithm
POSSE Post DiscoveryMain article: posse-post-discovery
Some prefer not to include permalinks/citations in POSSEd copies for aesthetic (Twitter's length limit) or technical (Instagram's lack of posting API) reasons. Is it possible to do original-post-discovery on a syndicated copy that contains no permalink or citation? posse-post-discovery. (Spoiler: yes, with syndication links, described above.)
BrainstormingBacklink interpretationImplementing Backfeed has raised some additional subtleties that aren't handled by this algorithm. In particular, Bridgy generally only backfeeds responses to a POSSE post, not the POSSE post itself, which is effectively a duplicate of the original post. However, many posts with backlinks aren't POSSE posts, and are worth backfeeding along with their responses. For example, this tweet from @debcha @quinnnorton there, I fixed it: http://svgur.com/s/1c - need to use area for that ratio. is a mention, not a POSSE, but it's to one of his domains, and it was posted right after the original svgur.com post, so it's hard to determine that it's a non-POSSE. Here are some possible heuristics for determining whether a backlink in a silo post is an original post link or not. These heuristics are all useful, but may not be enough for some use cases, e.g. Bridgy's high volume backfeed across many users with many different POSSE patterns. Thanks to user's domainIs the candidate URL's domain in the silo user's profile, e.g. in the Website: field? (Ideally as a rel=me link, if supported by the silo.) If so, the candidate URL is more likely to be an original post URL. This seems to be fairly consistent in practice, e.g. judging by experience with Bridgy's >2k users (as of Sept 2015). Counterexample: this tweet from Armin Grewe. He has many web sites and domains, and didn't have Good morning with the larger version of the picture of Loch Drolsay and Glen Drolsay, Isle of Islay http://www.islay.org.uk/2015/09/12/loch-drolsay-and-glen-drolsay-isle-of-islay/ Details in snarfed/bridgy#470. 24hr time windowIs the silo post within 24 hrs of the candidate URL published date (per Counterexample: This Google+ post from near the endIs the candidate URL "near" the end of the silo post, e.g. within four characters, or at the end after removing punctuation? If so, the candidate URL is more likely to be an original post URL. Counterexample: this tweet from alohastone. The Gebloggt: Statik Selektah – Beautiful Life (feat. Action Bronson & Joey Bada$$) http://goo.gl/fb/KyVKyo #musikvideos Details in acegiak/Semantic-Linkbacks#26. edit distanceCompare the silo post's text and the original post's name, summary, and/or content, taking prefixes if they're meaningfully longer. (If the silo post has an ellipsis at or near the end, that's a strong hint to use a prefix.) The edit distance should be below a certain threshold, disregarding common differences like @-usernames in silo posts vs human names in original posts (e.g. this OP vs this POSSE). Counterexample: this tweet from I want to let our kid learn from her mistakes, but my knee jerk reaction is always MY BABY IS HURTING! FIX IT! https://snarfed.org/2015-06-04_what-doesnt-kill-my-baby The text in the tweet doesn't show up anywhere in the original post, a longer article that starts with: Brooke used to have a painful head-butting habit. She’d be happily playing, then all of a sudden, she’d slam her head into my cheek…or the floor, or a toy, or anything else in range. See Also
|



















