fauno
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- title: DP Social Inbox presentation at dWeb Meetup type: slide slideOptions: theme: dracula transition: fade # showNotes: true --- # Distributed Press Social Inbox <center> <h3> Hypha Worker Co-op + Sutty Worker Co-op </h3> *November 2023* </center> <aside class="notes"> Thanks for the intro. So, we'll be talking about distributed press and our new social inbox feature, and how we bridge protocols and projects across the dweb. I'm Mauve from the Hypha worker coop and with me is my colleague Fauno from the Sutty worker coop. </aside> --- # Who we are ![Sutty square logo](https://hackmd.io/_uploads/ry5zDrnW6.png) ![Hypha square logo](https://hackmd.io/_uploads/H1cVLH3-p.png) <aside class="notes"> * Our coops are based in Argentina and Canada, we have been collaborating closely to simplify no-code publishing to the dweb thanks to a grant from FFDW. * Sutty found Hypha and Distributed.Press because they read COMPOST magazine, our sister project that's the active use case of our DP tools </aside> --- ## Web Publishing is Centralized Paywalls/Login Requirements Link Rot Censorship Outages <aside class="notes"> So why are we doing this in the first place? The current state of web publishing is growing increasingly centralized. Paywalls and login requirements keep content locked away. Link rot slowly accumulates as things disappear in favor of whatever the algorithm wants to show you today. With everything being on a few platforms cencorship becomes more of a concern as things can be taken down at any moment based on arbitrary decisions by the platorm. On top of that, centralized physical hosting can lead to things becoming inaccessible when a datacenter or an internet connection goes down. </aside> --- # Decentralized Web Publishing Peer-to-peer Protocols Flexibility and Resilience No need for server setup More readers, more seeders <aside class="notes"> Our solution is to make it easier to decentralize web publishing. We use peer to peer protocols like IPFS to enable people to automatically distribute content directly between their devices and to make it available offline or over local networks without any extra setup. The more readers there are for a site, the more people will be online to spread the data to others. We decided on this approach because we value cooperation. We're weaving existing tooling rather than creating yet another standard to compete. </aside> --- # Distributed Press Static Site + API = (IPFS, Holepunch, BitTorrent...) ![](https://hackmd.io/_uploads/SJYi_4Z7p.png) <!-- ```graphviz digraph { bgcolor="#11111" fontname="system-ui" fontcolor="#F2F2F2" node [ shape=rect style="filled" fillcolor="#6e2de5" fontcolor="#F2F2F2" fontname="System-UI" width=3 ] edge [ color="#2de56e" fontcolor="#F2F2F2" ] press[label="Distributed Press API / \nSocial Inbox"] ipfs[label="IPFS"] hyper[label="Holepunch"] bt[label="BitTorrent"] sutty[label="Sutty CMS"] gh[label="GithubActions"] publishers[label="Publishers"] #https[label="Web"] readers[label="Readers"] #browser[label="Web Browsers"] #dbrowser[label="dWeb Browsers"] fediverse[label="Fediverse\ninstances"] press -> ipfs press -> hyper press -> bt press -> fediverse #press -> https sutty -> press #sutty -> https gh -> press publishers -> press ipfs -> readers hyper -> readers bt -> readers #ipfs -> dbrowser #hyper -> dbrowser #bt -> dbrowser #https -> browser #https -> dbrowser #press -> fediverse fediverse -> readers #dbrowser -> readers #browser -> readers } ``` --> <aside class="notes"> We took these building blocks and we created a simple web server that can be deployed on your own or via our infrastructure. All you need to do to use distributed press is send us your static site to our API and it'll be published across all the peer to peer protocols we support. You can also "send us" your site by using no-code static site publishing on Sutty's content management system (CMS) or through GitHub actions. Right now we have a few of the more popular protocols, and we're always on the lookout to integrate more. </aside> --- # Social Inbox - Bridge to existing Fediverse networks - Reading, Following, Replies, Boosting - Working on P2P integration - Allow lists / block lists <aside class="notes"> The new thing we've added this year is the Distributed Press Social Inbox. It lets you connect your website to existing Federated Networks, such as through Mastodon. It's like moving the comment section to the fediverse, and allowing necessary discussions to happen openly rather than in the exclusive garden of your website. Instead of inventing another standard or custom interface, sites can interact with anything following the ActivityPub standard. This year we're also working on standards for fediverse clients that load posts directly from p2p protocols. Next my colleague Fauno will talk about how Sutty combines these pieces into an easy to use content management system. </aside> --- # Sutty Panel Sutty also refers to a content manager for resilient websites, integrating Distributed Press https://sutty.nl/ <aside class="notes"> hello again! sutty is a coop, and also a content management system for what we like to call resilient websites. organizations can host and publish content for websites that are fast, more secure and now, distributed across the dweb thanks to distributed press. </aside> --- # Quick intro to the panel https://panel.sutty.nl/usuaries/sign_in?change_locale_to=en * Create a website on Sutty * Enable dweb integrations * Find website addresses * Visit website on a P2P-native browser <aside class="notes"> I'm going to show this quickly and we'll have a full blown demo in the next days Registration is open, you're all invited to create an account and any number of sites and enable the integrations which You'll find within the configuration section Once publish your website, you'll find a section on the panel with a list of all the different ways people can access your site... </aside> ---- ![](https://hackmd.io/_uploads/BJlp9RRGT.png) <aside class="notes"> using any of the p2p protocols we talked about https for regular web hyper for holepunch ipns for ipfs and browsers such as agregore, made by mauve, peersky, made by akhilesh, a dwebcamp fellow and also our newest member, and also brave, opera, puma and others </aside> ---- ### Follow from the Fediverse By looking up the address on your Mastodon instance or using a browser addon like [StreetPass](https://streetpass.social/) ![](https://hackmd.io/_uploads/Ska9CHnWa.png) <aside class="notes"> Also everyone can load the website from any Fediverse client, like Mastodon as you see on the screenshot It will show up as a profile, like any regular user </aside> ---- ![Mastodon screenshot with blog post contents showing up as a toot](https://hackmd.io/_uploads/ryfIx82-6.png) <aside class="notes"> Once people follow the website, they'll receive notifications of new content and can interact with it by replying and boosting. the integration is seamless so you can focus on your content while readers access it in any way that works best for them. </aside> --- # Get involved! Create your own site + social presence on the DWeb using Sutty Send us your feedback! Contact us to migrate your site or set up a new one. <aside class="notes"> Create your own site + social presence on the DWeb using Sutty WE WANT YOUR FEEDBACK! Help us improve Distributed Press by letting us know how it can better meet your needs Contact us if you'd like to set something new up or migrate your existing site Since we're worked owneed coops, you can Hire us to set this up for you </aside> --- ## Contact us **Distributed Press:** hello@distributed.press **Sutty:** hi@sutty.coop.ar **Fediverse:** @distributedpress@social.coop https://distributed.press ![Distributed.Press QR code](https://hackmd.io/_uploads/rJYQNIhbT.png) --- ## Thanks! <aside class="notes"> Thanks for hearing us out today, to dweb folks for inviting us and to the FFDW for supporting our work We hope to hear from you soon! </aside>

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully