Spyke

Replies

Comment on

Favorite Bitmap Fonts and themes

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.

Comment on

I have a few queries regarding the backend of lemmy

Reply in thread

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.

You reached the end