farcaller

joined 2 years ago
[–] farcaller@fstab.sh 6 points 2 years ago (2 children)

They actually had a couple seconds of the new mobile zbrush running on it. Blender natively supports metal nowadays (thanks to apple), so making it work is on the blender team. Sounds like a lot of work, though.

[–] farcaller@fstab.sh 1 points 2 years ago

I don’t like helm, so I use nix to maintain my fediverse deployments in kubernetes. Typically that'd just autoupdate itself to new releases, but for lemmy specifically I upgrade by hand nowadays since one release some time ago broke my deployment and its schema change was incompatible with the automated rollback.

My setup is a combination of https://github.com/farcaller/nixdockertag (auto-updated docker imagesfor things where I fully own the deployments) and https://github.com/farcaller/nixhelm (for helm charts that I either consume verbatim PR have local patches on). Both just auto update nightly thanks to github.

[–] farcaller@fstab.sh 1 points 2 years ago

PD delegates the whole prefixes, i.e. it allows the subrouters to ask for a subnet of the size they need.

[–] farcaller@fstab.sh 3 points 2 years ago

Any language you’re comfortable with is good for that. Ruby, JS, and Go come to mind the first because they all have solid ActivityPub libraries which are going to save you some time on interconnection. Any programming language can do static html.

[–] farcaller@fstab.sh 10 points 2 years ago (1 children)

I really enjoy writing clojure lately. the only thing that annoys me is the whole "hosted" thing where you either get a bunch of good clojure-native libraries or all the JS's npm mess (other clojure hosts are very much non-existent).

[–] farcaller@fstab.sh 4 points 2 years ago

I'd swap Prometheus for VoctoriaMetrics. It's a drop-in replacement with a much better resource consumption story and a few extra goodies.

[–] farcaller@fstab.sh 11 points 2 years ago

There's way more and I already tried three implementations while trying to get a set of features I need. It's a wild west out there and the resource usage is way higher than e.g. hosting Prosody. Seemingly it has to do with chatrooms being a full mesh, but my single user server consumes about 700mb RSS and 2.4 gb VSZ which is kinda high.

[–] farcaller@fstab.sh 4 points 2 years ago (1 children)

In case if you e.g. have eth0 and eth1 and neither is guaranteed to be up. It's more of a router setup, though (Cisco routers are well-known to use the loopback interface like this).

[–] farcaller@fstab.sh 1 points 2 years ago

It's much more than just "http requests", honestly. A Matrix server and e.g. nginx have very little in common.

[–] farcaller@fstab.sh 2 points 2 years ago (2 children)

That’s what their docs say:

At an absolute minimum, Dendrite will expect 1GB RAM. For a comfortable day-to-day deployment which can participate in federated rooms for a number of local users, be prepared to assign 2-4 CPU cores and 8GB RAM — more if your user count increases.

That’s not accounting for Postgres.

[–] farcaller@fstab.sh 4 points 2 years ago (1 children)

I got that. What I mean is that you can easily have a tiny 256mb VPS for a bunch of static websites or even some WordPress and the official matrix servers would require you to easily double or triple the bill.

[–] farcaller@fstab.sh 6 points 2 years ago (7 children)

I looked into matrix servers the other day for an unrelated reason and tbh the amount of resources they ask for is way more than you need for a webpage (dendrite asks for 1gb ram minimum for a number of users, and that's without accounting for postgres)

view more: ‹ prev next ›