2013-12-22 UTC
snarfed, squeakytoy, skinny, paulcp, CheckDavid, tantek, melvster, krendil, squeakytoy2, KevinMarks, bnvk, tpinto, Phae_, pfenwick, netweb, eschnou, andreypopp, KartikPrabhu, dvirsky, Acidnerd, LauraJ and jschweinsberg joined the channel
CheckDavid, LauraJ and julian` joined the channel
CheckDavid and jschwein` joined the channel
paulcp, snarfed, friedcell, Jeena and jonnybarnes joined the channel
# 17:02 julian` following this lynda.com tutorial on installing it and its just such a pain
# 17:04 jonnybarnes Colloquy on iPhone seems pretty decent so far. Does anyone recommend any other iOS irc clients?
# 17:08 ryana jonnybarnes: limechat is my favorite
LauraJ joined the channel
paulcp and jonnybarnes joined the channel
# 17:36 snarfed so twitter's api returns a tweet id in two fields: id is an integer, id_str is a string
# 17:36 snarfed one will be right, one will be wrong, and it's a surprise which one
tantek and jonnybarnes joined the channel
# 17:53 tantek integer is an old field before their tweet id's exceeded 32bit or 64bit whatever it was.
# 17:53 snarfed yeah, evidently. surprised me because i wasn't working in an environment that would overflow integers
barnabywalters, JonathanNeal, snarfed and LauraJ joined the channel
astrolin joined the channel
# 19:14 Loqi aaronpk: snarfed left you a message 4 days, 12 hours ago: webmention.io feature request: allow some safe html in comment content, e.g. links. right now it strips all tags. :/ …i guess i should file it in github. off to do that now!
tantek, paulcp, astrolin and Jeena joined the channel
hadleybeeman, JonathanNeal, tpinto, lmjabreu, Phae_, rknLA and paulcp joined the channel
# 20:18 aaronpk !tell snarfed omg I just started getting "retweeted this" mentions of my tweets
# 20:21 Loqi Ok, I'll tell them that when I see them next
eschnou and snarfed joined the channel
# 20:53 Loqi snarfed: aaronpk left you a message 34 minutes ago: omg I just started getting "retweeted this" mentions of my tweets
# 20:53 aaronpk I don't mind at all! forces me to present those better
snarfed joined the channel
# 20:54 snarfed aaronpk: yeah, it's debatable. it seems like an RT of a POSSEd tweet is a repost of both the original tweet and the original post, right?
# 20:54 snarfed but still, you're right, i probably went overboard :P
# 20:55 snarfed meh. ideally i'd drop the t.co links, but otherwise i think all of those repost urls may be fair game
paulcp and tpinto joined the channel
# 21:20 aaronpk your post is the h-entry, no need for it to be a child
# 21:21 snarfed may be more mf1 (e.g. 'hentry') causing problems for the mf2 parser
# 21:22 snarfed (i didn't write the code that generates my site's markup, so i'm not always the fastest to debug it)
paulcp joined the channel
# 21:36 snarfed just found a bug in my little unit test helper lib. one fn is supposed to compare lists, but if one list is a prefix of the other, it silently reports that they're equal.
# 21:37 snarfed the bugs been there for years. suddenly i'm scared for the correctness of all open source code i've ever written that uses that lib for tests. :(
# 21:38 snarfed awesome! i'm jealous, your display is already better than mine. i only show individual RTs and likes, but i should eventually show counts like that too
# 21:38 aaronpk well now I need to update the list view cause the reposts really shouldn't look like full comments
# 21:38 aaronpk I want to do it twitter-style where it's just the profile icon of everyone who has re-posted
# 21:40 snarfed i could get twitter favorites from the REST API and send those too - i'm already sending FB likes - but twitter only exposes individual favorites in their streaming API
# 21:41 aaronpk so you can't find out who has favorited without using the streaming API?
# 21:41 aaronpk I suppose you could parse the HTML of a tweet's page too
# 21:41 aaronpk although using the streaming API would be cool cause things would come in in realtime that way
# 21:41 snarfed we'll see whether that or the streaming API wins out
# 21:46 snarfed even better, i don't yet handle DNS failures well, so it's still retring cat.photography, once an hr :P
# 21:46 snarfed eventually someone will buy it, put up a site, start accepting webmentions, and it'll go through
# 21:49 aaronpk i think it's amusing when I send webmentions to myself
# 21:50 snarfed i post comments on my own old old posts more than i care to admit
# 21:54 snarfed looks like because the link isn't marked as u-in-reply-to? (or u-like or u-repost)
# 21:55 aaronpk i mean you don't have to accept it if you don't want to, but I would if I were you :P
# 21:55 snarfed true! should i assume u-in-reply-to when there's no class?
# 21:56 snarfed right. ah, ok. yeah, i probably only correctly handle the reply, like, and repost cases
snarfed joined the channel
andreypopp, tpinto, friedcell and paulcp joined the channel
# 22:48 aaronpk tantek: been making good progress on this oauth+indieauth things
# 22:49 aaronpk turns out almost everything we need is already in place in oauth2
tantek_ joined the channel
# 23:06 aaronpk although I think a lot of openid connect is overdesigned as well
snarfed, lukebrooker and paulcp joined the channel
# 23:42 bear oops - I need to setup a test area for my code and stop abusing tantek's posts
# 23:45 bear hmm, I bet I can create a test domain and then return pass/fail based on the target
# 23:45 aaronpk if you want you can use webmention.io to receive webmentions for a domain (assuming you're testing sending webmentions)
# 23:48 aaronpk you can create a test domain to send webmentions to, and use webmention.io to handle receiving them for you. even a local domain like test.dev that delegates to webmention.io should work
# 23:48 bear snarfed - I decided to solve it by creating a small set of python helpers since I'm also working to merge my personal data tool with my now-static post for POSSE work
# 23:49 bear aaronpk - I may still create my own domain because one of the things I'm working on is a flask-based webhook tool for dealing with indieweb items
# 23:49 bear something I can wire up small scripts to discrete events and trigger them via webhooks
# 23:50 bear but I will for sure look at that and see what is currently best practices to start from