From 534259b9245f2f1a376f51fe6ba69a5085b2e513 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Fri, 8 Mar 2024 21:27:07 +0000 Subject: [PATCH] Notes from Mar 7 meeting. --- README.md | 9 +++-- content/notes/2023-04-10.md | 3 +- content/notes/2023-05-31.md | 3 +- content/notes/2024-03-07.md | 76 +++++++++++++++++++++++++++++++++---- 4 files changed, 77 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 09f7c47..5edd077 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ brew install git-lfs $ git lfs install ``` -Install Hugo, e.g. on the Mac: +Install Hugo, e.g. on macOS: ```shell $ brew install hugo @@ -27,15 +27,16 @@ $ brew install hugo Get the content: ```shell -$ git clone https://github.com/fediverse-devnet/fedidevs.org.git +$ git clone --recurse-submodules https://github.com/fediverse-devnet/fedidevs.org.git $ cd fedidevs.org -$ git submodule update ``` +Note that the [theme](https://github.com/fediverse-devnet/fedidevs-hugo-theme.git) is a submodule, so you need to use `--recurse-submodules` to get it. If you do not, you'll likely see an error related to shortcode templates when you try to run the site. + Run: ```shell -$ hugo server +$ hugo serve ``` Then go to `http://localhost:1313/` (actual port will be printed to the terminal). diff --git a/content/notes/2023-04-10.md b/content/notes/2023-04-10.md index d09e82c..ea71e64 100644 --- a/content/notes/2023-04-10.md +++ b/content/notes/2023-04-10.md @@ -1,5 +1,6 @@ --- -title: Online meeting on April 10, 2023 +title: 2023-04-10 Online meeting +date: 2023-04-10 --- Quite a big turnout, intro by Gabe. Four reasons for this meeting: diff --git a/content/notes/2023-05-31.md b/content/notes/2023-05-31.md index dbff9c8..2b0d140 100644 --- a/content/notes/2023-05-31.md +++ b/content/notes/2023-05-31.md @@ -1,5 +1,6 @@ --- -title: Online meeting on May 31, 2023 +title: 2023-05-31 Online meeting +date: 2023-05-31 --- Draft agenda: diff --git a/content/notes/2024-03-07.md b/content/notes/2024-03-07.md index e64cebd..17216cc 100644 --- a/content/notes/2024-03-07.md +++ b/content/notes/2024-03-07.md @@ -1,20 +1,80 @@ --- -title: "Announcement: Online meeting on March 7, 2024, focused on FediTest" +title: 2024-03-08 Online meeting (focused on FediTest) +date: 2024-03-08 --- -Coordinates: +## Date and time * March 7, 2024 -* 11am to 12noon pacific time (19:00 to 20:00 UTC) -* Online at https://meet.jit.si/fedidevs -* Everybody interested in developing for the Fediverse is invited! +* 11am to 12noon Pacific time (19:00 to 20:00 UTC) -[Andy Piper (@andypiper@macaw.social)](https://macaw.social/@andypiper) and [Johannes Ernst (@j12@social.coop)](https://social.coop/@j12t) will be hosting this call. +[Andy Piper (@andypiper@macaw.social)](https://macaw.social/@andypiper) and [Johannes Ernst (@j12@social.coop)](https://social.coop/@j12t) hosted this call. -Agenda: +## Agenda * Main focus will be an early show-and-tell of [FediTest](https://feditest.org), a project to create a test suite for the Fediverse protocol stack. Johannes will demo the first running code, explain the architecture and key abstractions as they currently are, some early tests and integrations with WordPress+AP and Mastodon. The eventual goal of the project is to be able to easily run the various Fediverse server-side applications against each other (say, WordPress+AP against Mastodon) with high test coverage across the entire protocol stack. He wants your feedback and understand how to best meet your needs when testing your implementation against other applications. (40min) * In the past, we've had 5-min ad-hoc show-and-tells that people really liked. If you have something cool to show off that may be of interest to other developers -- running code preferred -- grab the mic and tell us! (20min) -Hopefully this call will be the first in a long line of resumed calls. \ No newline at end of file +## Attendees + +16 people attended the call live via Jitsi. + +A recording was made and [posted on PeerTube](https://diode.zone/w/txrUC8q9Ygd4YNqyps7ELT). Unfortunately, the recording has poor audio due to a technical issue. We apologize for the inconvenience. + +
+ +### Feditest Notes + +Johannes - small number of slides intro + +- [slide 1](/assets/2024-03-07/feditest/feditest.001.png) +- [slide 2](/assets/2024-03-07/feditest/feditest.002.png) +- [slide 3](/assets/2024-03-07/feditest/feditest.003.png) +- [slide 4](/assets/2024-03-07/feditest/feditest.004.png) + +You will not take away a full set of tests today + +Intro to Feditest + - tests + - framework to run them + - app integration / interaction + - baseline protocol implementaton + +Demo of ubos / feditest +Imp and Constellations +JSON file defining test plans + +Demo and Q&A + +#### Summary of questions and comments: +- Emelia - can we have a regular calendar +- Evan - could we use a standard Test format eg [TAP](https://testanything.org/) +- Emelia - pointing at [Solid tests](https://github.com/solid-contrib/specification-tests#) +- Evan - what about the simple / early use cases? +- Emelia - why not build a reference implementation? +- Nik - look at funfedi.dev (helge) is there overlap? + - --> Johannes: yes, that and bengo and steve bate +- James - making the point that the "difficult" edge cases are the scary ones +- Andy - How should people contact you / follow up? + - --> Johannes: Matrix and GitHub + +### Other demos + +Emelia - secondary demo on legal requirements / Fediverse Moderation Features. + +Very early work. + +Site showing moderation feature requirements per e.g. DSA, and then which services implement or not. + +### Other announcements + +Evan - early edition of his AP book is [on O'Reilly site](https://learning.oreilly.com/library/view/activitypub/9781098162733/) + +### Next meeting + +TBD - we need to work on getting a calendar together, but the goal is to get back to a regular cadence of meetings. + +## Find us on Matrix + +- [Fediverse Developers Network Main Space](https://matrix.to/#/#fediverse-developer-network:matrix.org)