2017-12-01 UTC
dougbeal|mb1 and jjuran joined the channel
j12t joined the channel
# 01:02 aaronpk the IRC logs are now super easy to back up as well. just a folder of text files
# 01:03 aaronpk i'm thinking about auto-committing them to git every few hours
[eddie], sebsel_, GWG- and sebsel joined the channel
[miklb] joined the channel
j12t, ben_thatmust and [chrisaldrich] joined the channel
# 07:18 Loqi aaronpk has 19 karma in this channel (1485 overall)
# 08:39 Loqi [Zegnat] #28 /* will link to indieweb.org.
[pfefferle], jeremycherfas, [kevinmarks], vivus and eli_oat joined the channel
# 14:32 sebsel Sounds timezoney, as Zegnat is in UTC+1 right now.
# 14:34 Zegnat But permalinks arenβt timezone dependent. You can go to the permalink of a chat line and switch timezones all you want.
# 14:40 sebsel I don't think that number is in seconds, actually, so it moved by a fraction of a second.
# 14:40 Zegnat Oh, thought it was unix. But now that you say that it is a tad long to be unix.
# 14:41 Zegnat But a fraction of a second change makes no sense :/
# 14:41 sebsel 1475173557209000 is equivalent to: 02/09/46748359 @ 6:03am (UTC)
# 14:54 Zegnat Logged the permalink change as an actual issue now, so it can be tracked.
# 15:01 aaronpk those timestamps are microseconds, so divide by 1000000 to get the unix timestamp
# 15:02 aaronpk everything after june 11 2016 was logged by both the file logs and the database, so I only imported the DB logs from before that. but that means the timestamps between the two logs differ by a fraction of a second
# 15:02 aaronpk so I guess i'll delete all the filesystem logs and re-import from the database :/
# 15:07 Zegnat Hmm, but the DB logs had unicode problems that the filesystem didnβt have, right?
# 15:09 aaronpk yes although I think something fixed those problems around that same time
# 15:09 aaronpk also I have a little cleanup script to un-break most of the encoding issues
# 15:29 Loqi aaronpk has 20 karma in this channel (1486 overall)
jeremycherfas joined the channel
[eddie] and [kevinmarks] joined the channel
# 16:01 aaronpk I always forget how good the browser DOM APIs have gotten
# 16:05 aaronpk refresh and the realtime logs now show the local timestamps!
vivus joined the channel
# 16:40 aaronpk it's just that most of Loqi's hooks are configured on the indieweb channels, since it doesn't make sense for Loqi to respond to certain things in other freenode channels
# 16:41 aaronpk for things like "who is", those are scoped to the indieweb channels to then use the indieweb lookup
# 16:41 aaronpk from a DM, there's no way to know which context it's from
j12t, josejuanisaac and tantek joined the channel
# 18:18 aaronpk alright i'm gonna tackle moving the "join the chat" interface to chat.indieweb.org
[miklb] and brigitte1 joined the channel
gRegorLove joined the channel
raretrack joined the channel
# 19:09 sknebel tantek: no, apparently was only sebastian and flo
aaronpk_web joined the channel
# 20:00 aaronpk_web no just the chat box covered the last line :)
# 20:00 aaronpk_web much better
# 20:05 aaronpk_web does this work?
aaronpk_ joined the channel
eddie_web joined the channel
# 20:26 eddie_web oops! I was in the IndieWeb channel. haha
# 20:27 eddie_web Sweet, this is pretty nice.
[eddie] joined the channel
# 20:29 [eddie] a little but not bad π Is that lag there for IRC -> web or is that slack lag I wonder?
# 20:29 eddie_web Oh, it wasn't there that time. Must have been slack
# 20:29 aaronpk the first message is always delayed while the IRC user connects
# 20:29 Loqi aaronpk has 21 karma in this channel (1487 overall)
[chrisaldrich] and brigitte1 joined the channel
# 20:49 sebsel but indeed, indieweb.org/irc redirects to chat ;)
[manton] joined the channel
# 21:29 Loqi [indieweb] indieweb-chat-archive: Full archive of IndieWeb chat log data files
# 21:31 aaronpk I want to turn the wiki into a git repo too eventually
# 21:34 sknebel you could start by committing the export that's available through rsync after it's generated
# 21:39 aaronpk It'd be awesome if each wiki edit was a git commit tho
# 21:40 sknebel but I have no idea if it can cope with the size of our wiki, last time I looked into it it did seem to have some issues
# 21:40 aaronpk I think I tried it a while ago and there was something missing
# 21:41 aaronpk Images maybe? Or maybe it stored the files in a way that I didn't like
# 21:46 aaronpk Yeah I should probably just start by committing the files in that rsync folder
tantek joined the channel
[andrea_arbogast joined the channel
# 22:42 Loqi [tantek] #35 drop utm_*= params from anything submitted
# 22:42 tantek (since now we have a real world example of it in the newsletter)
# 22:43 tantek hmm I thought we had page about these already
# 22:44 aaronpk except this is tricky because those are also in the "name" of that post
# 22:45 tantek utm_ is a commonly used prefix for URL query parameters used for tracking (like utm_medium utm_source utm_campaign) by various media and content publishing sites; it is considered good [[URL design ]] to automatically drop them when publishing, sharing, or just linking to a URL that has them.
# 22:47 Loqi ok, I added "https://github.com/aaronpk/p3k-utils/blob/master/src/url.php#L29 - open source PHP function to strip tracking params from a URL" to the "See Also" section of /utm
[eddie] joined the channel
# 23:07 [eddie] aaronpk: a nice little IWC icon for the chat page would be awesome!
# 23:53 Zegnat Will be interesting to see how often which files get touched in commits then. Or if it ever skips a commit entirely.