• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • Hey, accidentally deleted my post instead of editing, oops.

    It will have more work to do to keep a larger number of communties in sync however that part is actually pretty efficient. It sends just the bare minimum data in a json like format. If you have an instance you can watch the log and see them ticking along, getting and posting.

    The majority of system load is from the UI. Database query’s to build a users home page and feeds. At least all those query’s will hit the local instances cache and spread out the load.



  • Looked over your other post,

    Your instance A replicates or really caches the content from C@B indefinitely, if you are subscribed to it (or if anyone on your instance is subscribed). When you make a post on C@B your instance transmits that post data to B. Other instances subscribed to C@B will get your post when they receive cache updates. As long as the instances aren’t overloaded it is a pretty snappy process in my experience.

    Pictures are not replicated but hosted on the instance of the user posting them. Post/Comment data is cached. Your instance will store a cache of all the subscribed communities. Even with a large number of subscriptions all that data is just text and gets filed into the database without consuming much space at all.

    Edit: just some things I’ve read while setting up my instance. Pretty sure that’s accurate.




  • Can’t say I’m too fancy these days. If we are including all fonts: Fira-Mono or Consolas for me. I like ligatures visually but can’t stand them while coding or in my terminal.

    Theme-wise I used to use Monokai or Dracula but these days I am content with the default vscode dark theme. Of course, I’ve got to have Numix and dark gtk/adawaita for my xfce4 desktop.