Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Je cherche un tutorial pour commencer un projet #activitypub pour débutant

General Discussion
1 1 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • ** ** *_* / /

    General Discussion gemini gopher guppy fediverse activitypub
    1
    0 Votes
    1 Posts
    4 Views
    ** ** *_* / /_____ ____ / /_(_) /__ / **/ ** \/ ** \/ **/ / //_// /_/ /_/ / /_/ / /_/ / ,< \__/\____/\____/\__/_/_/|_| tootik v0.19.9=> https://github.com/dimkr/tootiktootik is a federated nanoblogging service for the small internet.tootik allows people to participate in the fediverse using their Gemini, Gopher or Finger client of choice and makes the fediverse lighter, more private and more accessible. tootik's interface strips content to bare essentials (like text and links), puts the users in control of the content they see and tries to "slow down" the fediverse to make it more compatible with the slower pace of the small internet.It's a single executable that handles both the federation (using ActivityPub) and the frontend (using Gemini) aspects, while sqlite takes care of persistency. It should be lightweight and efficient enough to host a small community even on a cheap server, and hopefully, be easy to hack on.tootik implements only a small subset of ActivityPub, and probably doesn't really conform to the spec.Changelog:=> https://github.com/dimkr/tootik/releases/tag/v0.19.9#Gemini #Gopher #Guppy #Fediverse #ActivityPub
  • 0 Votes
    1 Posts
    9 Views
    #mixi2 ちゃんと継続改善頑張ってて好感持ってる。#ActivityPub 対応して #Fediverse 化してくれないかな〜いつか… いずれにしても、応援してます! https://mixi.social/@nibushibu/posts/5f5c7ead-542b-4d69-a98b-dad541fa0006
  • 0 Votes
    26 Posts
    85 Views
    @julian that might be it, yeah. languages outside of javascript generally don't make a distinction between null and undefined, and even in javascript these are used inconsistently. for example localStorage.getItem will return null for a missing key. practically speaking, the "intentionally" distinction is a distinction without a difference in most processing contexts.
  • Cross-origin Link headers

    Technical Discussion activitypub
    4
    0 Votes
    4 Posts
    22 Views
    @julian @js @trwnh I think it's also important to note that having HTML Web pages, JSON API endpoints and rich media all on different domains is a pretty common mid-sized Web app deployment these days.