#dev 2021-08-09

2021-08-09 UTC
hendursaga joined the channel
#
[snarfed]
[Sam_Butler] that's exactly the kind of thing we care about and work on here! We use domains and the web as our base layer that individuals can own and control, instead of DIDs, and we use techniques like rel-me and u-syndication to stitch together identities and posts from multiple places and silos
#
[snarfed]
Your proposal sounds like what lots of people here do, with eg POSSE and https://indieweb.org/nickname-cache and other techniques
#
[snarfed]
The one catch with your step # 3 is that some silos (eg Facebook, Instagram, LinkedIn), limit their APIs and make it hard or impossible to automate posting to them, at least for small individual sites like ours
Seirdy, Kai`, [Sam_Butler], jjuran, mgdm, klez, [chrisaldrich], moose3331, Kaja_, aaronpk, GWG, sknebel, corenominal[d], mikeputnam, strugee, Zegnat, P[m], astralbijection[, benatkin, hala-bala[m], reed, nekr0z, jacky, Abhas[m], Lohn, vikanezrimaya, lasr[m], cambridgeport90[, SamWilson[m], [fluffy], LaBcasse[m], jeremycherfas, hendursa1, capjamesg, neceve, theshawe, tetov-irc and [Rose] joined the channel
#
GWG
In my attempts to tweak my site, I am looking at maps that look good in dark mode
#
sknebel
oh interesting
#
GWG
sknebel: Well, you can load different map layers based on color
[grantcodes] joined the channel
#
[grantcodes]
@GWG you can do that or go try out fancy css filter stuff, but that depends on how easy it is to style your map provider
#
GWG
[grantcodes]: I am exploring my options now
#
GWG
I don't think my current map looks so bad
#
GWG
I have issues with maps due API keys and TOS I have to handle
oenone, Ramon[d], chenghiz_ and hendursaga joined the channel
#
[KevinMarks]1
quite a few of the leaflet tile providers have light/dark options https://leaflet-extras.github.io/leaflet-providers/preview/
#
@nhoizey
↩️ J’ai des Webmentions sur tous les contenus de mon site, oui. Eleventy est top, facile à utiliser, et très ouvert, peu directif. Pour les Webmention, je suis parti de https://mxb.dev/blog/using-webmentions-on-static-sites/
(twitter.com/_/status/1424741641596846080)
#
[KevinMarks]1
Jawg.Sunny vs Jawg.Matrix
mikeputnam joined the channel
#
GWG
[KevinMarks]1: I had Jawg open already as a possible option
#
GWG
Just need to review and decide
jeremycherfas and [jacky] joined the channel
#
[jacky]
Jamietanna1: that's the assumption I took too!
jacky, kimberlyhirsh[d], jeremycherfas, gerben, gRegor and capjamesg joined the channel
#
@RubygemsN
authorio (0.8.3): Rails engine to add IndieAuth authentication endpoint functionality https://rubygems.org/gems/authorio
(twitter.com/_/status/1424785601933418496)
#
[fluffy]
Hm, I just discovered that floated images inside a <figure> container can’t accept shape-outside styles, or at least it doesn’t work in Firefox or Safari. Anyone know why that’s behaving that way? If I replace the <figure> with a <div> the shape-outside works just fine.
#
[fluffy]
I had switched my image container tags from <div class=“images”> to <figure class=“images”> on my site for better semantic purposes, but that broke the handful of floated shaped images.
#
[fluffy]
Safari’s layout inspector still shows the shaped region around the image but it’s showing an additional blue rectangle that is closely cropped to the image extents instead, and text is wrapping to that. I have no idea what the blue bit is signifying, and it only appears for the image itself, not its container.
#
[fluffy]
oh, the same blue thing appears when I have it wrapped in a <div> but now the text is wrapping around the shaped border instead of the img’s extents.
shoesNsocks and shoesNsocks1 joined the channel
#
@iooner
J’ai refait les peintures du blog. https://iooner.io/jai-refait-les-peintures-du-blog/ Au passage je teste les "webmentions"
(twitter.com/_/status/1424801992468221955)
wrmilling and [max] joined the channel
#
[max]
@GWG im am using carto black matter whichs looks quite nice in dark mode
#
[max]
you can also build your own osm tile server and create a custom style: https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/
jacky and Seirdy joined the channel
#
GWG
[max]: It's the 50gb that get to me
#
[max]
At geofabrik you can download partial osm data (https://download.geofabrik.de/). North america for example is 'just' 10gb
#
aaronpk
has gone down this rabbit hole before
#
aaronpk
not worth it
tetov-irc and KartikPrabhu joined the channel
#
GWG
aaronpk, [max]: Sometimes I revisit an old rabbit hole, but not that one. If you add tile server + reverse geocoder you need a big machine
jacky joined the channel
#
Rattroupe
aaronpk, do you know of any IndieAuth clients that request and use the profile and email scopes?
#
hendursaga
GWG: unless it's for a smaller region, like a state or two? I had an old computer running both a tile server & reverse geocoder and had no problems..
#
GWG
hendursaga: The question about it is how do I know what it has, and code a fallback? I may mostly be in the same place, but I used to travel elsewhere and may again
#
hendursaga
GWG: for that I just downloaded a poly file of state boundaries and if the request was outside of it, then fallback to some public server
#
GWG
That is on my list. Boundaries.
#
hendursaga
My next step would be to figure out how to combine multiple states or regions into one.
#
GWG
For now, I have a few other tweaks related to my dark mode, which prompted me to revisit this.
#
aaronpk
rattroupe: I don't remember off the top of my head, but I feel like a few of us built ones that did back at IWC Austin