So⌠I wanna take a stab at the #ActivityPub bee hive, but Iâm not sure what to pick up, a #Gotosocial pocket knife or a #Snac2 bamboo stick? Any thoughts?
@kat@yarn.girlonthemoon.xyz lack of RAM, or weak CPU? I run GoToSocial too, on a 1GiB RAM VPS. đ
@kat@yarn.girlonthemoon.xyz Oh, yes, itâs probably going to be something like gotosocial or snac. Itâs got to be as lightweight as possible. (I call this whole thing âMastodonâ, but youâre right, thatâs not quite correct. đ )
@bender@twtxt.net I have nothing against GoToSocial, but:
GoToSocial stores statuses, accounts, etc, in a database. This can be either SQLite or Postgres.
snac is simpler. Some JSON files and thatâs it. I can read them with jq and less. I can use tar to back them up. I can hand edit them in a text editor.