#dev 2023-12-02

2023-12-02 UTC
geoffo and [aciccarello] joined the channel
#
h​avacow
[KevinMarks]: "For years I’ve tried to explain the difference between a section and an article, and almost nobody gets it."
#
h​avacow
I still don't tbh. Every once in a while I look at my markup and think, "why am I using so many sections? Should they be an article? Let me check MDN Web Docs... huh? What? Okay maybe this is fine. It's probably okay. At least it's not a bunch of divs. Maybe I should use divs?!"
#
gRegor
I feel like it was theoretically more useful for the outline algorithm, but that was never implemented and removed. May still be useful if accessibility tools use it, idk. (or just to have fewer divs)
#
h​avacow
My usual concern is whether or not search engines care but it seems that they don't.
thekifake joined the channel
#
gRegor
yeah, haven't heard of any penalties or issues
#
aaronpk
ah crap i forgot that I had moved a bunch of domains have their DNS hosted by my registrar instead of hosting, and there is no certbot plugin for the registrar DNS, so now a bunch of my certs are going to expire
geoffo, [0x3b0b] and superkuh joined the channel
#
gRegor
oh no
#
GWG
Nothing like late night adding identifier URL validation functions to my IndieAuth code. Need some tests also.
gRegorLove_, [James_Van_Dyne], geoffo, [tantek], sp1ff and [pfefferle] joined the channel
#
GWG
Finished URL validation unit tests. This is usually where [snarfed] gives testing an up
[snarfed] and geoffo joined the channel
#
[jacky]
aaronpk: are most of the projects co-located? certbot might be able to do that for you automatically now
#
[jacky]
I've given in and set mine to check every two weeks (b/c I do not trust myself to actually remember monthly lol)
#
aaronpk
it used to be entirely automated, but there's no DNS plugin for namecheap like there is for linode
#
aaronpk
i use the DNS method because some of them are wildcard certs
#
[jacky]
ah I was afraid of that bit (it being wildcard certs)
#
[jacky]
that kept me away from using that b/c of that little part of complexity
#
aaronpk
it's really nice once it's set up tho
#
[jacky]
actually this doesn't look so bad now
#
[jacky]
it's been some time and I gave into letting Dokku manage things
#
[jacky]
I use DNSimple mainly so I could see this being a few API calls in a script
#
[jacky]
but then the word "script" halts my ability to do anything else
#
[jacky]
I won't write a script but sign me up for a greenfield project lol
#
aaronpk
oh the other nice thing about the DNS method is you don't have to wire up hosting for the files
#
aaronpk
ooh, looks like you can work around it with CNAMEs
#
sknebel
you can do that
#
sknebel
and I think I've seen plugins for namecheap, but namecheap doesnt give everyone api access
#
aaronpk
i have no idea how to install a certbot plugin now that i installed certbot through the ubuntu package
#
aaronpk
(plugins that aren't bundled with the main package)
#
aaronpk
anyway looks like I can use a single DNS zone hosted on Linode for everything, and point to it with CNAMEs
#
sknebel
yes, that should work
bterry joined the channel
#
sknebel
I've done that with a self-hosted zone at some point because my DNS provider doesnt have an API
barnaby joined the channel
#
aaronpk
adds it to the list for after the sun goes down
#
sknebel
although on closer look that doesnt look that maintained anymore, so going wiht linode is probably better
#
[jacky]
does `/opt/eff.org/cerbot/venv` exist for you? that's where I have my dokku plugin wired up from
#
[jacky]
it uses a nginx thing via a docker container now tho
#
superkuh
You could always self sign.
#
aaronpk
Yeah no docker thanks
bterry, barnaby and gxt joined the channel
#
s​tarrwulfe
@snarfed -- This happened FYI:
#
s​tarrwulfe
Crossing fingers. 🤞🏾
#
IWDiscord
<s​tarrwulfe#0>
#
gRegor
For anyone interested in stats, some IndieAuth sign in stats via https://indiebookclub.biz/review/2023. Didn't get into how many posts were micropub or not, though I could.
#
Loqi
[preview] 2023 Year in Review
#
s​tarrwulfe
gRegor: Why am I just now learning about this site?!
#
gRegor
not sure, too many indieweb projects! haha
#
s​tarrwulfe
I'll go ahead and see if I can help push that needle with some of my reads as well.
#
s​tarrwulfe
(There needs to be something like this for movies, tv shows, and video games. Guess it's on me to make it happen...)
#
gRegor
I was just writing a post to share on Mastodon and started "I don't post about it often..." haha. It mostly runs on autopilot, last update was last November.
#
gRegor
yeah there's definitely been wider discussion about /watch /listen etc. post types and similarities
#
gRegor
what is sparkles
#
Loqi
Sparkles is a Micropub client that supports posting articles, notes, replies, likes, rsvps, photos, bookmarks, movie watch, and book read posts to your site https://indieweb.org/Sparkles
#
gRegor
Haven't used it but that supports movies and books too
#
gRegor
The author benji is a regular at HWC Pacific
#
[snarfed]
thanks starrwulfe!
#
GWG
I just added reviews to my site...need to review more stuff