#@aaronpk↩️ Nah, don’t forget that every http://micro.blog account is an IndieAuth account too. Users don’t need to have any knowledge of anything under the hood for that to work. We need more service providers to implement it more than anything. (twitter.com/_/status/1359696934215188481)
nertzy_, miklb, samwilson, [asuh], [chrisaldrich], [fluffy], jackyalcine[m]1 and ShadowKyogre joined the channel; ShadowKyogre left the channel
#@ochtendgrijs↩️ Webmention/IndieWeb – interactie (replies, likes, weet-ik-veel) tussen verschillende, doodgewone websites! – zijn zelfs na al die tijd nog vooral voer voor ingewijden, maar toch: de aanhang groeit. (twitter.com/_/status/1359786577334046726)
ShadowKyogre joined the channel; Artea and ShadowKyogre left the channel
#jackyalcine[m]2I _think_ so, last time I checked their docs
#[KevinMarks]I think foursquares's is the most tuned by people correcting to specific PI lookup from lat long; OSM has it but it's a bit more simplistic about what's nearby
#[KevinMarks]in other words, foursquare's core is reported device location to POI, whereas OSM is mapping of POI to specific point, if you see what I mean
#[KevinMarks]flickr derviing perceived woeid boundaries from tags was fun a while back
#lahackerday 30 of full on node.js life and i've learned to pack a bundle for the browser.. gotta say it feels like a superpower and i cannot wait to /progressively enhance/ with it
#lahackeri'm thinking.. a single javascript file you can download and include on your entries that allows you to double click the e-content, turns it into a content editable, make small changes, send the update over micropub
KartikPrabhu left the channel
#lahackerthis is new territory for me so maybe this wouldn't be possible for some reason but from this vantage point i can't see why not
#petermolnarset `contenteditable="true"` is all you need for that
#lahackeryeah.. it works so well for the simple use case
#lahackeri guess the emphasis is on a javascript micropub client entirely client-side (on the page itself)
#lahackera community can develop features for it and you can install and host it trivially
#lahackerthings get hairy with CORS but i just did a fetch() from my site to my site and sending along `credentials: 'same-origin'` passes my session cookie
superkuh joined the channel
#lahackeragain there could be some gotchas i'm not aware of.. tbd!
themaxdavitt, stacktrust and [schmarty] joined the channel
#[schmarty]lahacker: grantcodes has done this tho I can't remember the name of it right now
[grantcodes] joined the channel
#[grantcodes]PostrChild. As a browser extension cors isn't an issue
#lahackerso the in-page version would require the micropub endpoint to be hosted on your own domain.. but then you could use a tokenless request and piggyback off the session cookie alone (presuming you have login)
#[grantcodes]I just added a login form in the extension
#[grantcodes]Then once you're logged in it knows when you're on your own website and can automatically load the inline editor
#[grantcodes]All off pre existing standards, the idea is it should work for any site with mf2 and micropub. No custom code you need to install.
#jackylahacker: I was avoiding something terminal based mainly because I'm slowly attempting to wean away from my heavy CLI workflow
#lahackerthat's a shame jacky i saw a vim plugin in your repo list and thought you might be interested in https://github.com/angelogladding/nvim-micropub (this one is just a superficial prototype at the moment but it definitely does Create and Read posts using standard vim commands :w and :e and a micropub endpoint)
#Loqi[angelogladding] nvim-micropub: use nvim as a Micropub editor
#jackyI'd be down to use something like this for like emitting information about my vim setup on my site
#jackythis reminds me of a plugin that could edit GitHub issues the same way
#jackywhich, tbh, is what I'd probably want to use that micropub plugin to do (to edit issues on my site and let that syndicate outwards)
#lahackeryeah i'm not even sure exactly how the UX will flow.. it'll be a minor feat to be able to update the code of my site live.. TONS of consequences to that.. in reality i'd probably just like to be able to "gist" something real quick