#wordpress 2024-11-14

2024-11-14 UTC
gRegor and [Askan]1 joined the channel
#
[snarfed]
had a pretty great experience with https://blogvault.net/features/wordpress-migrations/ over the last couple days, migrating http://snarfed.org to a new web host
#
[snarfed]
will wikify
#
GWG
Glad to hear it
[tw2113] joined the channel
#
[tw2113]
blogvault is solid, we've used them at work for awhile
#
snarfed.org
edited /WordPress.com (+64) "it me"
(view diff)
[morganm]2, [snarfed]2, jeremych-, [juliaro], [manton], [schmarty], sebbu, [qubyte], gRegor, [Sophia_wood], kerem, Julia and [aciccarello] joined the channel
#
GWG
It feels good to do some coding..Even if it is in a hotel lobby.. I've been occupied with other things lately
#
GWG
Submitting some minor PRs, fixing stuff...
#
[snarfed]2
GWG++
#
Loqi
GWG has 10 karma in this channel over the last year (53 in all channels)
#
GWG
[snarfed]2: I have a lot on my list
#
[snarfed]2
unrelated, the other day I migrated my site from http://pair.com, where it had been for 18 yrs, to http://wordpress.com
#
[snarfed]2
not entirely happy about it, not sure how long I'll stay, but it was a minor emergency and they were the safe choice
#
[snarfed]2
AMA 🤷
#
GWG
I feel like the recent drama plus the years of block editor frustration have hurt my progress
#
[snarfed]2
yup
#
Loqi
[preview] Search Search Why Pay More for the Same Thing? Our goal is simple: best pricing c...
#
GWG
I am not against people using blocks... just it was always at the expense of things I liked.
#
GWG
And the fact that I can switch between CP and WP in 60 seconds, either way helps
#
[Joe_Crawford]
[snarfed] can you share what the minor emergency was? I host with pair myself.
#
[snarfed]2
my MySQL db had occasionally been unhappy for hours or sometimes days at a time, going back months. queries got stuck and it ran out of connections (user limit was 40 I think)
#
[snarfed]2
my site mostly serves from a filesystem cache, so it only really stopped me from posting, but it finally got bad enough that I debugged a bit and pinged them about it, and they basically said, we dunno, must be your code
#
[snarfed]2
sad, I really liked them, they were good and usually pretty clueful
#
[Joe_Crawford]
😐 thanks for sharing that. I've hosted with them since I
#
[Joe_Crawford]
ve had the domain. at least 24 years.
#
[snarfed]2
wow!
[pfefferle] joined the channel
#
[pfefferle]
can I help you [snarfed]?
#
[pfefferle]
do you have a tariff that allows installing plugins?
#
[snarfed]2
aww thank you [pfefferle]! I don't have a problem any more now that I've migrated hosts
#
[snarfed]2
yup, I'm on the business plan, it's working fine
#
[snarfed]2
migration was shockingly smooth
#
[pfefferle]
ok, I see
#
[pfefferle]
so the problems were before the migration?
#
[snarfed]2
right, the problems were on pair, not http://wp.com
#
[pfefferle]
I see 😮‍💨
#
[pfefferle]
[dshanske] pushed me a bit today
#
[pfefferle]
I am blocking a bit
#
GWG
[pfefferle]: Hello
#
GWG
I did? I was just sitting in a hotel lobby trying to keep busy. Now I'm going to be sitting in an airport
#
[pfefferle]
now that you switched to ClassicPress, I thought I start working on the Block-Editor a bit 😉
#
[pfefferle]
just kidding
#
[pfefferle]
[dshanske] I think the threaded comments support in Webmentions is also broken, could that be?
#
GWG
I'm not totally giving up on WordPress
#
GWG
It could be... I think I need to add some tests
#
GWG
Lots of traffic to the airport
#
[pfefferle]
should we add some tests to get sure that everything works properly after all these changes?
#
GWG
[pfefferle]: Yes, I had planned on some testing and config...you said you did block config... I guess I need to do classic config
#
[pfefferle]
I added a screenshot above and on the PR
#
[pfefferle]
a simple setting to deactivate incoming webmentions shown in the sidebar
#
[pfefferle]
to set `webmentions_closed`
#
GWG
[pfefferle]: You have learned much in your time focusing on WordPress
#
[pfefferle]
I have a lot of very smart people to learn from now
#
[pfefferle]
Maybe, in my old age, I'll finally become a good developer ^^
#
GWG
Maybe you can teach me
#
GWG
[pfefferle]: I still like WordPress
#
GWG
I was optimistic about what your project there
#
gRegor
Bringing this over from dev: https://chat.indieweb.org/dev/2024-11-14#t1731618884405300 indiebookclub includes `code_challenge` and `code_challenge_method` so I'm not sure why it says PKCE isn't supported.
#
gRegor
The format of the client name is a bit odd there, "indiebookclub-biz_id". Guessing it might be fallback if the plugin doesn't use the new client discovery (JSON)
#
gRegor
Let me know if there's anything I can do on my side to help debugging/testing
#
GWG
That's strange
#
gRegor
Yeah. WP IndieAuth plugin v4.5.2 from later comments
#
gRegor
The redirect url part of that error message is resolved though, separate thing
#
GWG
I know I redid the client system to get rid of redundant code Maybe I need more tests
#
GWG
client discovery code