Post B8POlzYgaEIslaPoo4 by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
 (DIR) More posts by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
 (DIR) Post #B8POhQNDSTyWU3sA8e by meso@new.asbestos.cafe
       0 likes, 0 repeats
       
       @phnt @silverpill activitypub is a whole lotta whatever the fuck
       
 (DIR) Post #B8POhQc6Z7svEEq3LU by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
       0 likes, 0 repeats
       
       You should try https://dittoroma.com/
       
 (DIR) Post #B8POlzKrPdFE4hwmG0 by meso@new.asbestos.cafe
       0 likes, 0 repeats
       
       @0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd @phnt @silverpill alex... please...
       
 (DIR) Post #B8POlzYgaEIslaPoo4 by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
       0 likes, 0 repeats
       
       wussup
       
 (DIR) Post #B8POnzr4S4gkGVyFg8 by meso@new.asbestos.cafe
       2 likes, 0 repeats
       
       @0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd @phnt @silverpill don't call xer alex greason anymore, xer name is now 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd
       
 (DIR) Post #B8POo05xYib90gw8sy by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
       0 likes, 0 repeats
       
       Click my link
       
 (DIR) Post #B8PPBy8UUjZtsrY98i by meso@new.asbestos.cafe
       0 likes, 0 repeats
       
       @pernia @phnt @silverpill @0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd dude "Click my link" i AINT clicking your link
       
 (DIR) Post #B8PPByN1chCibwLknI by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
       0 likes, 0 repeats
       
       Clickhttps://blossom.ditto.pub/a707bc53bab27553c6fcec42181093b71343d58b0aa87b85618df28a1d5048be.png
       
 (DIR) Post #B8PPE2VdCq8y1hMQym by 0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd@mostr.pub
       0 likes, 0 repeats
       
       I fixed Mastadon
       
 (DIR) Post #B8QLuUvJkOkteiKEvQ by a1ba@suya.place
       0 likes, 0 repeats
       
       @sun @phnt @silverpill @meso is there any good sides to it? I've seen the source code, it's unfortunately written in the same barely readable esoteric language as Pleroma
       
 (DIR) Post #B8QMhnSdc9ELL1Q08m by a1ba@suya.place
       0 likes, 0 repeats
       
       @lain @phnt @silverpill @meso @sun oh, thank you all for the answers. Does it still work with pleroma-fe anyway?less tangled server architecture is good actually. I tried to debug my own problems with pleroma back in the day and that wasn't very fun to do. Not to mention the JSON-in-PostgreSQL being pain in the ass every time something wrong happening to it
       
 (DIR) Post #B8QOllMbYOeFtrcDFg by rees@tsundere.love
       0 likes, 0 repeats
       
       @sun @phnt @lain @silverpill @meso @a1ba it's not, you have a parser folder for code that preprocesses any incoming activity data, now your data is column structured and much more efficiently queried, you add some unit tests to make sure the parsing is reversible
       
 (DIR) Post #B8QOllZ0oGZaWLQ7ai by rees@tsundere.love
       1 likes, 0 repeats
       
       @sun @a1ba @lain @meso @phnt @silverpill the best solution would be to take LMDB and then write a json document store on top of specifically designed to ingest activitypub json documents, and then you can hand tune every query to be as fast as possible, but that's 300k lines of code. I did something similar for my archival app that needed a custom claim database
       
 (DIR) Post #B8QZgvAskTQgNN1fou by rees@tsundere.love
       1 likes, 0 repeats
       
       @lain @phnt @silverpill @meso @sun @a1ba so like, a layout that doesn't do a full render reflow on every scroll tick