#dev 2023-05-01
2023-05-01 UTC
bret, geoffo, Soni, gRegor, Loqi__, pharonix71, bterry, holiday_medley, [bradleyallen], Loqi and [jacky] joined the channel
# [jacky] and that they _really_ actually hard-coded putting Elon's stuff up there https://github.com/twitter/the-algorithm/blob/7f90d0ca342b928b479b512ec51ac2c3821f[…]er/functional_component/decorator/HomeTweetTypePredicates.scala
# [schmarty] haha, yep!
geoffo joined the channel
# bkil The Slack-IRC bridge seems to have a bug in abbreviating links in the middle as if they were just long words. Which software are you using?
lanodan joined the channel
# bkil aaronpk: You probably need to use '$1' here https://github.com/aaronpk/Slack-IRC-Gateway/blob/333bab7d9962f1b8c56f85ec3978d8f2f0d8a568/gateway.js#L393 according to https://github.com/42wim/matterbridge/blob/89b0d362d29179b389b203e046b22b5b6e5f8310/bridge/slack/helpers.go#L184
mindofaaronw[m] joined the channel
# bkil Slack << bridged via the [[https://github.com/aaronpk/Slack-IRC-Gateway|Slack IRC Gateway" target="_blank">https://github.com/aaronpk/Slack-IRC-Gateway|Slack IRC Gateway]]
# Loqi ok, I added "bridged via the [[https://github.com/aaronpk/Slack-IRC-Gateway|Slack IRC Gateway" target="_blank">https://github.com/aaronpk/Slack-IRC-Gateway|Slack IRC Gateway]]" to the "See Also" section of /Slack https://indieweb.org/wiki/index.php?diff=87668&oldid=86811
# bkil IRC << bridged via the [https://github.com/aaronpk/Slack-IRC-Gateway Slack IRC Gateway]
# Loqi ok, I added "bridged via the [https://github.com/aaronpk/Slack-IRC-Gateway Slack IRC Gateway]" to the "See Also" section of /IRC https://indieweb.org/wiki/index.php?diff=87669&oldid=82204
# bkil aaronpk << runs the [https://github.com/aaronpk/Slack-IRC-Gateway Slack IRC Gateway]
# Loqi ok, I added "runs the [https://github.com/aaronpk/Slack-IRC-Gateway Slack IRC Gateway]" to a new "See Also" section of /User:Aaronparecki.com https://indieweb.org/wiki/index.php?diff=87670&oldid=76794
# bkil bridge all the things << [[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common chat protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]
# Loqi ok, I added "[[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common chat protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]" to the "See Also" section of /bridge_all_the_things https://indieweb.org/wiki/index.php?diff=87671&oldid=60420
# bkil open << [[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]
# Loqi ok, I added "[[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]" to the "See Also" section of /open https://indieweb.org/wiki/index.php?diff=87672&oldid=21849
# bkil federation << [[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]
# Loqi ok, I added "[[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]" to the "See Also" section of /federation https://indieweb.org/wiki/index.php?diff=87673&oldid=87373
# bkil chat << [[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]
# Loqi ok, I added "[[Matrix]] is a [[federation|federated]] alternative to [[Slack]] designed to offer an extensible [[open]] superset of common [[chat]] protocols so it can be used as a lowest common denominator for a [[bridge all the things|universal bridge]]" to the "See Also" section of /chat https://indieweb.org/wiki/index.php?diff=87674&oldid=68472
[capjamesg], gRegor and pharonix71 joined the channel
jacky and jarenado joined the channel
# bkil [tantek]: We did talk about keywords and improving discoverability by fixing wording in the wiki here, but you forgot to get back to me about this. Should I still be waiting for an answer or should we then skip it?
[Caleb_Hearth] joined the channel
geoffo joined the channel
# bkil And which one did you have in mind?
# bkil Is this a hobby project (i.e., no big API hit requirements)? I'd first hit the local endpoint first, and if it fails, then hit the external one. (Assuming both of them are of the same software kind and using the same underlying database other than the geographical extracting)
# bkil You may need to do a bit of both query doctoring and post processing, though, as Nominatim can be quick to return results outside the given country if the street matches neatly for example or if the house number is missing altogether, but matches something similar to a district within another city.
# bkil But it has an elaborate input syntax to alias a few filters, such as limiting results to a country first. I'd probably fire the query locally both with and without the country appended for this reason.
# bkil Oh, sorry, slipped.
# bkil Then I don't see your issue. If you are within the bounds of the extract, query the local service, otherwise query the remote one...
# bkil Could you please tell us why? Extracts come with vector boundaries.
# bkil But for a slight reduced efficiency you could also come up with very cheap rectangular ones by hand, even without accounting for projection in certain cases.
# bkil How much storage and RAM do you have?
# bkil This is #indieweb-chat territory, but I'd love to iterate on an ultra-light OSM pipeline just for such a use case on a hackathon.
# bkil (I.e., processing the raw minute diff gz xml and update my own flat-file representation)
# [tantek] GWG, perhaps add yourself to https://indieweb.org/Nominatim#IndieWeb_Examples and maybe add an Issue also about using the service and being locked out
# Soni did anyone look into the "social search" stuff from before?
# [KevinMarks] GWG sounds like you need a list of bounding boxes and costs (in whatever units make sense), sorted by ascending cost, then take the first bounding box that contains the point.
Xe joined the channel