LoqiNominatim (UI, documentation) is a piece of open source software and a hosted instance based on OpenStreetMap data for geocoding and reverse geocoding, for example deriving coordinates from a physical address or vice versa https://indieweb.org/Nominatim
jgmac1106[gwg] I could ask our NYC sponsor, he is my brother-in-law. He showed me a demo where they tracked every single taxi in different parts of NYC at real time
jgmac1106https://www.blursearch.com/ it is an open source search engine he is customizing for large real time map data. Have no idea what service goes for but maybe he could just let us sit on a box in the back office…well its just a one room headquarters now
LoqiIt looks like we don't have a page for "MapQuest" yet. Would you like to create it? (Or just say "MapQuest is ____", a sentence describing the term)
ZegnatInteresting feedback on webmentions in logs. Though I wonder if there is a case to be made where you do not want private webmentions in your server logs.
LoqiZegnat: [eddie] left you a message 1 day, 4 hours ago: yeah, Micropub post list query (q=source) is what MarsEdit needs. I’ve flagged the new developments for Daniel so he can provide feedback on anything missing he needs for it
petermolnarrewrote my PASTA archiver based on official/semi official libraries (flickr_api, pytumblr, deviantart), now it's 20x slower, than the handcrafted one...
[eddie]tantek Zegnat my thought is if someone wants to build a static site, most of the time it’s for simplicity of maintenance. I could be wrong but I don’t think many static site people would want to fool with scanning their server logs
@aaronpk↩️ Static sites can already scan HTTP server logs for mentions. Webmention enables the sender to notify the receiver immediately instead of waiting for someone to click the link, and also enables static sites to offload receiving to an external service like https://webmention.io (twitter.com/_/status/1052185153160658945)
sknebelI think their point was that if the mention Details where in the URL you could read the mentions out of the server log and could do all processing offline, later, without any dynamic code or service
[Vincent]This is how I am (about, just need some time to nix a few bugs and push up the code) to handle sending webmentions on my static site, if it helps!
[Vincent]I build a custom JSON file when the website regenerates, which contains the last time the service was processed and an entry for each new article to post (containing source/destination).
petermolnar[Vincent]: interesting approach; I ended up generating a file per outgoing webmention, similar to how incoming is handled, so no double-sends; btw webmention.io can trigger webhooks on incoming webmention with a nice payload of the webmention itself
LoqiIndigenous is a set of native apps for iOS and Android currently in beta that supports posting your website using Micropub and a built-in reader that supports Microsub https://indieweb.org/Indigenous
jeremycherfasI need to rename a bunch of folders from 01.a-few-words to a-few-words. I can find the first part ok with [\d\d\.] but I am not sure how to save all the rest, after the first target, to the end of the line, in order to do the replacement. Help, please.
Loqisnarfed: petermolnar left you a message 7 hours, 56 minutes ago: I know you don't like these things, because they are dangerous to use and can easily break, but this actually works: https://github.com/ping/instagram_private_api
Loqi[swentel] So, I gave it a shot. I'm entirely not sure whether mention['href'] = target.get('attributedTo') is right, but I think the rest should be fine. Didn't want to create a pull request, because I couldn't even run it (at least, all the code in webmention...
snarfed...at least, if you want to. we could also just run with this split, where you do the hard work to figure out what to send, and i blindly put that in the code :P
snarfedpetermolnar: hah. i'm glad they exist! i expect that one's "web api" is similar to granary's current scraping. the "app api" is scarier, since it needs the user's password. i hate to train users to give out passwords or cookies more broadly