#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
[KevinMarks], [LewisCowles] and hs0ucy joined the channel
#@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)
[yo] joined the channel
#[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
#[LewisCowles][KevinMarks] it does not. It's more that it uses some odd markup I only got to work for trivial cases
#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]Single-page progressive enhancement, or as I like to call it. Slim-fit fat mans clothes
#[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]aaronpk: that sounds like a good approach! i just had a look at mine and it is very dependent on vocabulary. 😅
#[schmarty]i think "bookmark post that is not public" can include "no public URL"
#GWGI am storing more information about a URL than a bookmark traditionally does
#GWGI am not sure whether I won't just divert the Micropub flow for bookmark into this, but...
#[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 ?
#[snarfed]also private vs public seems orthogonal to post type, right?
#aaronpkI post bookmarks so I can find them again later and also cause I figure other people might be interested too
#GWGaaronpk: To me, I don't always want to share the flood
#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
#GWGSo I am switching to a private by default model
#aaronpkwhether you want to share publicly is a different story, cause that's true of any post type
#[snarfed]GWG do you really need private? or just not included in your home page feed?
#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
#gRegorLoveWhat's the additional information you want in your citations?
#GWGgRegorLove: Pinboard does complete archives, for example
#gRegorLovename, url, possibly a quote from the source (though that could go in commentary)
#GWGLet's see.. I stripped it a bit for version 1.
#GWGCategories, Publish date, author name, publication/website name
#[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]there is a set of roles in iCalendar that we can model from
#aaronpknot a fan of adding more text parsing rules, a separate property would be better
#[tantek]yeah I'm leaning that way too but for i18n reasons
#[tantek]you think parsing just English strings is bad
#[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)
#[tantek]correct aaronpk, that's what I mean by enumerated