farcaller

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

The free news app was, sadly, never free for all, and missed in a bunch of regions.

[–] farcaller@fstab.sh 3 points 11 months ago

While you could practically install macOS on ipads it'd work no better than windows used to work on tablets (it got a bit better nowadays). macOS is just not designed for touch input and would be a hideously subpar product. Can you imagine trying to use your fingers with the blender UI at 1x scale?

There is a toolset to easily get metal mac apps on iPad, though. I actually looked into what'd it take to port bender to iPad previously, and metal is the least of all problems. Blender is just a notoriously complicated piece of software.

[–] farcaller@fstab.sh 6 points 11 months 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 11 months 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 11 months 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 11 months 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 11 months 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 11 months 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 11 months 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 5 points 1 year 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 1 year 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 1 year 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.

view more: ‹ prev next ›