farcaller

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

I run 3900X with a 40Gbit fiber, packed with HDDs and nvmes. The box fluctuates around 90-110W use.

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

when you said that Nextcloud might not meet your needs, was your concern specifically the server-side data format?

I'd prefer them as plain files. Technically it doesn’t matter much to me if it's a database, if I have to spin up an S3-compatible API, or if I need to slice up a zvol for it, but I just prefer the files because then I can do zfs snapshots (in which I trust) and backup with restic (in which I trust)

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

That gives me hope, thanks. I’ll try it, then.

[–] farcaller@fstab.sh 1 points 1 year ago

Lots of files. I'd offload old projects that I worked on with synology drive so they aren’t stored locally, only remotely (but are easily accessible).

[–] farcaller@fstab.sh 10 points 1 year ago

It was my first introduction to the type-length-value concept over the network, seemed radically different from the text only IRC protocol that I knew back then. I remember how fun it was to write an elegant parser for the ICQ messaging, and how I ended up on somewhat a DOM model where I converted the on-wire format into series of nested objects. Not the most efficient idea, but it was neat.

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

Your requirements sound a lot like Chrome Remote Desktop and it's pretty trivial to install, which might be a handy thing for family members that aren’t tech-savvy.

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

view more: ‹ prev next ›