Latest Posts
-
@nathan Maybe Mona? @MonaApp
-
What is Matrix?
I am working on bringing Matrix to the WordPress community (see also the WP Tavern post) and part of this is also to explain what Matrix actually is, so I wrote up a few paragraphs that I’d like to share here: Matrix is an internet-based chat system like Slack or Microsoft Teams with a few…
-
House full of books
Just wow: https://www1.wdr.de/nachrichten/westfalen-lippe/buecher-haus-mettingen-100.html
-
@davidbisset If you set the HTTP header to Accept: application/atom+xml in your request, you get an ATOM feed. So like this: curl -H ‘Accept: application/atom+xml’ https://github.com/dimensionmedia?tab=stars. This works with many URLs on Github.
-
https://cactus.chat/, Cactus Comments is a federated comment system for the web, based on the Matrix protocol. Good idea but I am not sure why this needs an appservice for synapse. I think it could also be just done using a single room and storing the post metadata inside the chat message JSON.
-
@davidbisset Probably a fine line but Contact Form 7 promotes integrations for which they get commission. Like https://contactform7.com/sendinblue-integration/
-
@andyfragen Thank you, it’s fixed now! I guess I tested https://github.com/pfefferle/wordpress-activitypub/pull/213 too much while working on it :)
-
@kraft does the mention work now?
-
@kraft: You can use your own WordPress using the Friends plugin and the beta version of the ActivityPub plugin: https://github.com/pfefferle/wordpress-activitypub/pull/172. Granted, not as good as an experience as your own instance yet but working on it.
-
Checking out a Github Pull Request on the command line
Loving this alias (requires brew install gh): It will switch to the right git branch based on the PR number like this: pr 45 will switch to the branch of pull request 45 of that github repo