Zegnat[jgmac1106]: it probably does a lot of scraping and other trickery. The last change on the Twitter bridge was to make the request identify itself as Internet Explorer. Just to trick a legacy Twitter mode
@ndwFor a “Micro Monday” post, if you’re on http://micro.blog, I suggest that you follow aaronpk. He’s got a bunch of interesting stuff going on including work on authentication, webmentions, and managing your online data. And A/V, if that’s your thing. (twitter.com/_/status/1234491357311459329)
[LewisCowles]Found a hole in fragmention (I think). I use `<detail><summary>` elements to keep my blog posts readable by non-coders and coders alike. It looks like matching on fragments from within the details, outside of the summary does not highlight the text or take the user to a place in the page.
[LewisCowles]It doesn't do anything odd though, just leaves them there. Perhaps people should not be linking to code anyway. I believe this affects oEmbeds on WP sites too as I think they are resolved frontend. (Could be wrong)
aaronpkjust finished my "small" project i had originally planned for Austin which was to stop sending webmentions to ppls home pages when i'm also replying to a post
aaronpkmy code goes thru the whole parsed microformats JSON of my posts to find all URLs and queues up webmentions to each. it's not vocabulary aware, which is good because that means it works for everything, but it had this side effect. so I changed my code to first delete the author property of the thing i'm responding to before looking for links
KartikPrabhu [LewisCowles]: I think I have a fragmention-aware progressive-disclosure somewhere. It does not work with <details> though but a custom disclosure element. I can look into it and see if it can be added to fragmention.js
[LewisCowles]Really hyperlinks do a great job if I want something to be optional. I've just been experimenting. Hyperlinks would give the benefit of linking to a code collaboration tool (lifegoals to make something as lovely as gist, but useful as GitHub)
[LewisCowles]All the best parts of single-page apps can live in traditional apps with so much less hassle or re-invention.
[tantek], [jgmac1106], [Joe_Crawford], [Michael_Beckwit, [Jeff_Hawkins], [snarfed], [aaronpk], gRegorLove, [jeremycherfas] and [schmarty] joined the channel
[schmarty]GWG: what information? this is getting back into plumbing but e.g. if you want to store properties that h-cite defines but h-entry bookmark-of does not, how about a nested bookmark-of h-cite ?
aaronpkAnd they come in handy a lot! I also like having them mixed with the rest of my posts so that when I look up a tag or search it searches across bookmarks but also my likes
Loqi[Marios Alexandrou] Description
Ultimate Category Excluder, abbreviated as UCE, is a WordPress plugin that allows you to quickly and easily exclude categories from your front page, archives, feeds, and searches. Just select which categories you want to be excluded, and...
GWGIn the system I am building, all bookmarks are kept as posts, but if I decide I want them to be part of a conversation or interaction, there is a slightly different flow
[tantek]so when you RSVP, in the author h-card of your RSVP h-entry, could you add role:organizer and/or role:host and we could recognize those? would that be a good or bad idea to match on those strings? or should we create a new property p-rsvp-role that can be multivalued since it is such a special set of roles that we may want to manage?
[tantek]in practice we have at least needed explicitly "organizer" (person to contact about the event), "host" (person to contact about any venue specific questions, getting into, security, accessibility, etc.), and technically we could have "contact" as well for folks that are code-of-conduct contacts but not organizers per se (i.e. do not contact them about other event related stuff, they only signed up to be c-o-c contacts)