2016-04-23 UTC
miklb, frzn and mlncn joined the channel
# 00:59 aaronpk you could also make a filter that deletes/archives messages sent to your +bcc address
# 01:06 KevinMarks I thought ti was blackholed, but coming from a known address makes it work.
# 01:07 KevinMarks it was worse than that, I got the month worng on the HWC notes so they said 'a month ago'
frzn joined the channel
begriffs, begriffs_, frzn and [kevinmarks] joined the channel
frzn joined the channel
# 01:42 kylewm oh phew, they took a long time to show up, i guess the task queue was backed up
# 01:44 kylewm KevinMarks++ thanks for pointing out that I could grab the summarys
# 01:47 kylewm hmm, well it's really subjective; whether you want title + (summary or content) or title + (content or summary), but I'd be happy to document what woodwind shows
# 01:47 tantek kylewm: exactly! that's what brainstorming is for - to document personal best practices as we find them, for others to try re-using, document, and perhaps see if a pattern emerges
# 01:48 [kevinmarks] There can be ambiguity with rss, as atom has summary and content, but rss just has description, though some feeds do content too
frzn joined the channel
# 02:07 kylewm ha, I just learned something. if i set the application's OAuth callback URI to https://silo.pub/ , then I can pass any path under that domain to it in callback_uri
# 02:07 kylewm I thought these services were just being jerks not letting me specify more than one endpoint!
ttepasse joined the channel
# 02:47 kylewm aaronpk: big refactor of silo.pub, plz tell me if you see any issues
# 02:50 aaronpk also that redirect URI thing you found totallly depends on the specific service
snarfed joined the channel
snarfed, gmacon and squeakytoy joined the channel
# 04:53 miklb cool, Aaron Gustafson made some minor updates to his jekyll webmention.io plugin
sivoais, wolftune, pauloppenheim and snarfed joined the channel
# 07:28 rrix heh, bridgy is really neat, find new fun stuff with it all the time.
# 07:29 rrix Just RSVP'd to the HWC SF indieevent, bridgy found the rel=syndication URL to the facebook event and RSVP'd to it there
# 07:38 rrix Now that I am done with my travels and no longer drowning in work/anxiety/work-induced-anxiety I am going to get back in to the HWC habit
# 07:51 rrix oh it's my side that is quadruplicating messages... why do I even try to computer
KartikPrabhu joined the channel
Pierre-O, j12t_, j12t, friedcell, frzn, mlncn, brianlovewords_, tantek and snarfed joined the channel
# 16:24 Loqi [Kyle Mahan] They call him the juggler
dym_cx and j12t joined the channel
# 16:45 dym_cx i propose to block webmention.ru from appearing since it looks like a YELP-alike, customer feedback local russian companies
# 16:47 aaronpk well that's bizarre. i wonder why they called it "webmention"
# 16:50 dym_cx coz you mention those on the web?
# 16:54 dym_cx xD the "place ADs on our site" sidebar-link (webmention.ru/ads) was not pre-allocated and leads to one of local companies
# 16:55 dym_cx it was a period there facebook.com/profile.php was just a users custom url
# 16:55 Loqi dym_cx meant to say: there was a period there facebook.com/profile.php was just a users custom url
wolftune joined the channel
friedcell and Lancey joined the channel
# 17:15 aaronpk i haven't made a way to upload a profile photo in new p3k yet :P
begriffs joined the channel
# 17:57 kylewm regorLove: your change to the innerText parsing of php-mf2; it didn't collapse whitespace did it?
begriffs joined the channel
# 19:24 Jeena Trying to do what I learned at the IWC in Nuernberg and already released the next HWC event in GOT https://jeena.net/events/17 more than one week before, I also will print a couple of posters to get them to the university
tantek and wolftune joined the channel
# 19:33 Loqi Ok, I'll tell them that when I see them next
snarfed and mlncn joined the channel
# 19:47 Loqi Ok, I'll tell them that when I see them next
# 19:50 tantek thanks snarfed! checking Flickr copy now too...
# 19:59 snarfed btw you're always welcome to edit and fix bugs like that in your silo posts
# 19:59 snarfed i definitely appreciate the sentiment of leaving them to help debug, but we always have enough logs and data
# 20:38 snarfed wow, so weird. the minimal content that triggers the escaping bug is '<span /> 2016. #'
# 20:38 snarfed drop either the leading <span> or trailing #, and it doesn't happen
# 20:39 tantek that's pretty amazing! yay for finding weird edge cases
Jeena joined the channel
# 20:52 tantek does it convert it JSON and back or something and forget to unescape that \. ?
# 20:53 snarfed my first guess is, it emits markdown, and 1. (or any number) is markdown's ordered list syntax, so it has to escape the period to prevent that
# 20:55 bear well, in markdown's defense, that pattern should only be at the start of a line for it to say "hey! a numbered list"
# 20:58 kylewm Yeah the span makes it think 2016. is the beginning of a new section, that makes some sense
# 21:06 bear would a hack of "convert <span> to ' '" work
# 21:06 snarfed bear: sadly i don't think this is specific to <span>
# 21:07 bear wait, so they are doing a md regex against the entire line and not anchoring it to the start of line?
# 21:07 snarfed bear: i haven't bothered to try to understand it that deeply
# 21:09 bear I never used html2text and just depend on bs4 to do it:
# 21:10 bear print u''.join(node.findAll(text=True)).encode('utf-8')
# 21:11 snarfed bear: sadly i actually need to interpret and translate the html, eg whitespace and newlines, not just discard it
# 21:11 bear sends snarfed hugs and ponies for he soon will be driven over the cliff of despair because regex and html are evil
# 21:19 bear snarfed++ for diving into that pile of poo and emerging with a fix
# 21:40 kylewm snarfed: do you think the markdown converter has been generally desirable? like do people want blockquotes converted to > blockquotes?
# 21:42 kylewm it doesn't look hard to make it preserve <p>'s too
# 21:43 snarfed kylewm: oh no, i don't think people want markdown at all, at least not for bridgy publish
# 21:43 snarfed preserving is ok, but we actually need them translated, to newlines etc
# 21:45 kylewm that's what i mean, not preserves, converts them
# 21:46 snarfed the markdown part is silly, but otherwise it's pretty comprehensive. not sure it's worth trying to replace
snarfed1 joined the channel
[kevinmarks] joined the channel
snarfed, mlncn, brianlovewords_, gRegorLove, KartikPrabhu and miklb joined the channel