Skip to content
  • Categories
  • Recent
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB-ActivityPub Bridge Test Instance

evan@cosocial.caE

evan@cosocial.ca

@evan@cosocial.ca
About
Posts
46
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • Mainstream adoption of ActivityPub vs. DIY indie hacking
    evan@cosocial.caE evan@cosocial.ca

    @hamishcampbell @ricmac @evanprodromou @julian Thanks for your kind words. I won't interrupt your discussion with Julian anymore. I hope you reach some accord!

    AP Test (community.nodebb.org) activitypub diy

  • Mainstream adoption of ActivityPub vs. DIY indie hacking
    evan@cosocial.caE evan@cosocial.ca

    @hamishcampbell @ricmac @evanprodromou If I remember correctly, you shared a blog post with your ideas for what you want to do on the matter? I hope it works out. Good luck!

    AP Test (community.nodebb.org) activitypub diy

  • Recommend object URL should 301 to AP resource
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @julian @johnonolan @angus there's a doc for this.

    AP Test (community.nodebb.org) activitypub ghost discourse

  • Recommend object URL should 301 to AP resource
    evan@cosocial.caE evan@cosocial.ca

    @julian @johnonolan @angus there's a whole task force for this. You've commented on it. Why does this need to be discussed?

    AP Test (community.nodebb.org) activitypub ghost discourse

  • Long-formers Activate!
    evan@cosocial.caE evan@cosocial.ca

    @johnonolan @julian @matt @pfefferle more than meets the eye

    AP Test (community.nodebb.org) fosdem socialwebfosdem ghost wordpress activitypub

  • Long-formers Activate!
    evan@cosocial.caE evan@cosocial.ca

    @julian @tommi nooooooooooooooo

    AP Test (community.nodebb.org) fosdem socialwebfosdem ghost wordpress activitypub

  • Social Web After Hours at FOSDEM 2025
    evan@cosocial.caE evan@cosocial.ca

    @julian Yes, Christine and Jessica are going to do a lightning talk at the devroom on Saturday. I am confirming a replacement speaker.

    AP Test (community.nodebb.org)

  • Social Web After Hours at FOSDEM 2025
    evan@cosocial.caE evan@cosocial.ca

    @naturzukunft I mean, first, the article is not about Social Web Foundation, but about the event at FOSDEM. Second, if you want to know about posts *from* the Social Web Foundation, you can identify that by the actor or the domain.

    AP Test (community.nodebb.org)

  • Social Web After Hours at FOSDEM 2025
    evan@cosocial.caE evan@cosocial.ca

    @naturzukunft @evanprodromou Why?

    AP Test (community.nodebb.org)

  • Signalling "open in app" behaviour for AP content
    evan@cosocial.caE evan@cosocial.ca

    @julian @silverpill no recos for consumers yet, but: I'd start with content negotiation, then Link headers. From there, fallback to <link> elements in HTML. Last recourse, try Webfinger, especially for non-HTML resources like images.

    AP Test (community.nodebb.org) activitypub

  • Signalling &quot;open in app&quot; behaviour for AP content
    evan@cosocial.caE evan@cosocial.ca

    @julian @silverpill the HTML discovery tf doc is filling in. There's still a lot to do but maybe that's a good place to ask questions.

    ActivityPub Discovery

    favicon

    (swicg.github.io)

    AP Test (community.nodebb.org) activitypub

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @silverpill @erincandescent @julian Except for most interfaces, your first page is the current stuff, and you go back in time to find earlier stuff.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @silverpill @erincandescent @julian

    If you have bidirectional links (`first` and `last`) you can have stable collections with rev-chron or forward-chron. So, fair point.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @silverpill @erincandescent @julian oh, yes, that's true, if you do "volatile paging" (last 20 pages).

    If you have reified pages (item goes in one page and stays there), once the pages are full, they don't change (except for `Remove` activities).

    Don't do volatile paging.

    If you use reified pages, an add to a reverse-chron collection will typically have changes to `first` and the Collection itself.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @erincandescent @julian @evan@community.nodebb.org @trwnh @silverpill Standards are about making arbitrary decisions in the pursuit of uniformity.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @silverpill @erincandescent @julian

    It's bad for caching to do forward chron, which is why we don't do it anywhere else.

    Also, it does not help you build a tree structure; older nodes are not necessarily at the top of the tree.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @erincandescent @julian @evan@community.nodebb.org @trwnh @silverpill WTF

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @silverpill @trwnh @erincandescent @julian Also, I think you're imagining some kind of pre-order traversal sorting. If you want that, it's a lot easier to just walk the `replies` tree.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @silverpill @trwnh @erincandescent @julian Use the `last` property to start with the oldest page.

    AP Test (community.nodebb.org) bugs nodebbacti

  • Pre-Alpha ActivityPub-related bug reports
    evan@cosocial.caE evan@cosocial.ca

    @trwnh @julian @erincandescent @silverpill you can also get the whole thing! That's the big benefit of having a `Collection` -- you can retrieve it.

    AP Test (community.nodebb.org) bugs nodebbacti
  • Login

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Categories
  • Recent
  • Popular