#LoqiIt looks like we don't have a page for "first day of the shutdown" yet. Would you like to create it? (Or just say "first day of the shutdown is ____", a sentence describing the term)
#sknebelaaronpk: you seem to ahve a bug with images in replies, i nthe html there is a broken image with <img src="["https:\/\/pkcdn.xyz\/pbs.twimg.com\/5fae169383d9f4464699c8f346ffafdc111b815f1eea098a37ed5dcda528dadd.jpg","https:\/\/pkcdn.xyz\/pbs.twimg.com\/57f54c1140abd9a6568f659b8516b9b9e3b425a09ae44da13d204e5bceee6688.jpg","https:\/\/pkcdn.xyz\/pbs.twimg.com\/
#[tantek]!tell aaronpk the response from Twitter @RonaldVermeij shows a broken image on https://aaronparecki.com/2019/01/11/28/ - I think that's the person that replied with *four* images in their @-reply (when viewing the thread on Twitter). Does Bridgy even handle multi-photo replies?!?
#Loqiaaronpk: [tantek] left you a message 1 minute ago: the response from Twitter @RonaldVermeij shows a broken image on https://aaronparecki.com/2019/01/11/28/ - I think that's the person that replied with *four* images in their @-reply (when viewing the thread on Twitter). Does Bridgy even handle multi-photo replies?!?
#LoqiPleroma is an open source, federated social network implementation compatible with Mastodon and Gnusocial https://indieweb.org/pleroma
#aaronpkYeah, I should probably change that to link to their profile page instead of the JSON doc that describes the repost
snarfed, barpthewire, krychu and [kevinmarks] joined the channel
#[kevinmarks]Well, pleroma returns json+js to render it. No actual served html
snarfed, jeremych_, [schmarty] and [pfefferle] joined the channel
#ZegnatGWG, did you ever encounter it in your search for geocoding?
#ZegnatHmm, on first look this looks really interesting: http://photon.komoot.de/ - self-hostable point of interest search engine based on OSM with an API, including reverse geocoding in its API.
#ZegnatI encountered it via the Android app Acastus Photon that was recommended in the latest “This Week In F-Droid”.
#ZegnatYep, they make their server public. I think it is just impressive that they also made the entire infratructure public, so if you really wanted you could host it yourself. (Or pull resources together from a community and host one for use of a community.)
#aaronpkcould probably do cheaper on AWS since you can pay for disk and CPU separately
#LoqiOpenStreetMap is "a free, editable map of the whole world that is being built by volunteers largely from scratch and released with an open-content license" https://indieweb.org/OSM
#sknebel!tell jeremycherfas from todays discussion, maybe some design inspiration for your walk posts (although maybe too complicated?)? https://www.komoot.com/user/558702373403 (randomly selected user)
#jeremycherfasYes, thanks Skenbel. I looked at that just before I went out -- for a walk! Looks a bit complex.
#Loqijeremycherfas: sknebel left you a message 5 minutes ago: from todays discussion, maybe some design inspiration for your walk posts (although maybe too complicated?)? https://www.komoot.com/user/558702373403 (randomly selected user)
#jeremycherfasI've been interested in how easy OSM is to edit. Unlike Tonz, though, I've had no interaction from the community there.
krychu and [eddie] joined the channel
#[eddie]OSM is pretty easy to edit. In a previous job we worked with OSM a lot
#jeremycherfasI'm just doing it for fun and to learn a bit more, and enjoying it. I put Go Map!! On my phone, because usually I am out and about when I want to edit something.
snarfed, [pfefferle], KartikPrabhu, leg, [cleverdevil], [Rose], [chrisaldrich], micahsilverman, [eddie] and [kevinmarks] joined the channel
#[kevinmarks]Would something like amazon dynamodb serverless work for a venue cache? If you have decent lat long to single key transform you could just pay for calls and storage, not for keeping a server running.
#[cleverdevil]Yes, but you’d likely be better off using Aurora Serverless or the newly announced DocumentDB.
#[cleverdevil]Dynamo isn’t the easiest thing to work with IMO.
#[cleverdevil]Aurora Serverless is MySQL compatible. Much easier to get started with.
#[cleverdevil]Alternatively you could drop venues into S3 as a data lake and use Athena to query it.