diff --git a/content/_index.md b/content/_index.md index 92c9f9b..9122e43 100644 --- a/content/_index.md +++ b/content/_index.md @@ -14,6 +14,7 @@ for the rest of the site. ### Most recent posts +* {{% pageref "/blog/2024-04-18-iiw-feditest-architecture/" %}} * {{% pageref "/blog/2024-04-09-earliest-access.md" %}} * {{% pageref "/blog/2024-03-29-early-feedback.md" %}} * {{% pageref "/blog/2024-02-28-early-show-and-tell-and-feedback.md" %}} diff --git a/content/blog/2024-04-18-iiw-feditest-architecture.md b/content/blog/2024-04-18-iiw-feditest-architecture.md new file mode 100644 index 0000000..6481a61 --- /dev/null +++ b/content/blog/2024-04-18-iiw-feditest-architecture.md @@ -0,0 +1,14 @@ +--- +title: "FediTest at Internet Identity Workshop and a new architecture slide" +date: 2024-04-18 +author: Johannes Ernst +authorurl: https://j12t.org/ +--- + +We covered FediTest (with demo!) in a session at Internet Identity Workshop IIW38 at +the Computer History Museum in Mountain View, CA, today. + +I made a new slide with the Feditest architecture which I think is better than what I +had before. I think it communicates more clearly how it works. + +![FediTest architecture](/assets/2024-04-18/feditest-architecture.png) \ No newline at end of file diff --git a/static/assets/2024-04-18/feditest-architecture.png b/static/assets/2024-04-18/feditest-architecture.png new file mode 100644 index 0000000..bfaef87 Binary files /dev/null and b/static/assets/2024-04-18/feditest-architecture.png differ