#dev 2021-04-09

2021-04-09 UTC
[Rose], oedmarap, dckc, Seirdy, jcdavo, [tw2113_Slack_], [jeremycherfas], minoru_shiraeesh, AkyRhO, rhiaro, blueyed, tinfoil-hat_, raucao, kiero, Zegnat, zootella, superkuh, rrix, genehack, j605, ludovicchabant, gbmor, peterrother, sebsel, willnorris, themaxdavitt, petermolnar, jeremycherfas, djmoch, dansup, ben_thatmustbeme, jacky, stevestreza, enpo, nolith3, smacko, unrelentingtech, shakeel, sumner, leo60228, Ruxton, alex11, vilhalmer, KartikPrabhu, bhavin192, micahrl, kitt, omz13, joshproehl, dietricha, sknebel, wagle, deathrow1, strugee, treora_, sebbu, doosboox, geman, oenone, globbot, ShadowKyogre, Kaja, aaronpk, saptaks, deltab, IWSlackGateway, cjav_dev, lahacker, danyao, jjuran, shrysr_, petermolnar_, MylesBraithwaite, stacktrust_, oodani, nsh, GWG, gxt, mattl, Paul[m]1, Saphire, Seirdy0, beko, timotimo, Caleb[m], Salt[m], reed, astrojl_matrix, edsu, wombelix, aciccarello[m], jamietanna[m], mindranger[m], forest[m], bw3, nekr0z, JackyAlcin[m], smacko[m], batkin[m], Ethan[m], fredcy_, [KevinMarks], [grantcodes] and [tantek] joined the channel
#
sknebel
what is geocoding?
#
Loqi
Geocoding is the process of turning a text form location (such as an address or name of a place) into a set of geographical coordinates https://indieweb.org/geocoding
#
sknebel
geocoding << https://getlon.lat/ nice overview of (reverse) geocoding service options
#
Loqi
ok, I added "https://getlon.lat/ nice overview of (reverse) geocoding service options" to a new "See Also" section of /geocoding https://indieweb.org/wiki/index.php?diff=75235&oldid=30532
#
aaronpk
wow we didn't have a page on that already?
#
aaronpk
oh i misread 🤦
[Emma_Humphries] and Seirdy joined the channel
#
doosboox
Indieweb is a bit of an experiment for me. I have an interest in social media solutions, and am exploring what it means to develop things that adhere to standards. So far I haven’t indiewebified my page much (just h-card). I’m considering implementing webmention (send and receive). How easy would you say that is?
[snarfed] joined the channel
#
[snarfed]
more on https://indieweb.org/Webmention and other pages linked from there
#
doosboox
[snarfed]: I’d like to do as much as possible myself. I like to get a feel for how hard it is; decentralisation or federation can’t be sustainably attained if the complexity of a standard or eco system is too high
#
doosboox
[snarfed]: selfhosted alternatives are good, but being able to do it myself is better :)
#
GWG
doosboox: I mix self hosted and self made myself
#
[snarfed]
we’re definitely agreed on https://indieweb.org/plurality and diversity of implementations! most people shouldn’t have to write code to join the indieweb, but if you want to, please do!
#
[snarfed]
sending webmentions is pretty straightforward, receiving takes a bit more work, but both are totally doable
#
superkuh
Receiving can be easy'ish if you don't care about implementing the full spec and just receive. I just send with cURL and receive by logging POSTs to the URL endpoint.
#
doosboox
I figure the complexity is in parsing html and getting elements for both, and for receiving I’ll have to make an app server I guess
#
[tantek]
none of the complexity is in parsing html. there are well tested parser libraries for that.
#
[tantek]
that's kind of a big misconception (about parsing html)
__minoru__shirae joined the channel
#
GWG
[tantek]: I have trouble in the post parsing step still
#
GWG
As in, massaging inconsistent data into something consistent
#
GWG
We've had that talk, but I'm still not sure what you call xray and Parse This except maybe normalization libraries
#
GWG
For example, I always wrap a set of h-entrys in an h-feed, not all sites do, so I need to do some work post parser on that
#
[tantek]
GWG, sure, there's additional work, depending on the use-case you are implementing. That's usually how any kind of data processing works.
#
doosboox
I’ll look into it
[jeremycherfas], KartikPrabhu and AkyRhO joined the channel
#
GWG
[tantek]: Yes, I'm just saying that is a step we don't discuss as much, and does challenge some people new to it
#
GWG
I'm constantly updating my code for new scenarios
[KevinMarks] joined the channel
#
[tantek]
we don't discuss it much because what you do with the data varies greatly depending on your desired result
#
[tantek]
as a plugin author, that's even more complicated because you're trying to implement for many different desired results
nolith3 and KartikPrabhu joined the channel