#aaronpki think right now it's actually downloading each photo again when it generates each copy of the newsletter
#tantekBTW I vaguely remember deciding to not post any u-featured photos because they would inevitably be a duplicate of a past photo and make the "this week" newsletter look like an older / duplicate
#aaronpkyeah especially when they are photos of people
#voxpelliso now I should be able to generate the exact same permalinks that Jekyll itself does
#voxpellieven ported the test suite so should be fairly bullet proof (despite javascript regexps)
#aaronpkthere, and now the newsletter html contains some microformats, and the tweet picks an image by parsing the microformats and finding the first photo
#aaronpkall that because I wanted to set the GPS location of the photo when it's not present, by looking up the GPS coordinates from my location database for the timestamp of the photo
#aaronpkGWG: what's the status of returning micropub syndication endpoints in wordpress? davidmead is asking
#aaronpknot sure what's worse, not having location data in my photos, or having it be potentially the wrong location by 8 hours
#aaronpkhm I think I figured out how to find the actual timestamp for my photos
#aaronpksince I have GPS logs of everywhere *I* am, I should be able to query those logs to find when my local time was x, where x is the timezone-less date of the photo
#aaronpkonly trick is there might be multiple answers, such as when I am flying across multiple timezones quickly
#aaronpkthat's enough of an edge case I don't mind :)
#KevinMarksAsk Joe Smarr about time and GPS - he's worked out the edge cases by now