smiletolerantly

joined 2 years ago
[–] smiletolerantly@awful.systems 69 points 2 months ago (10 children)

What a clown. In what world do you require an LLM to check for duplicate pictures??

I mean, good on him for realizing that LLMs are dogshit. But still.

[–] smiletolerantly@awful.systems 41 points 2 months ago

Bullet I assume

[–] smiletolerantly@awful.systems 6 points 2 months ago (1 children)

Shouldn't it be the other way round? If I'm a guest at someones house, IMO I should go out of my way to do as the host does.

[–] smiletolerantly@awful.systems -1 points 2 months ago (1 children)
[–] smiletolerantly@awful.systems 1 points 2 months ago

Thanks, I hate it.

[–] smiletolerantly@awful.systems 1 points 2 months ago (1 children)

Eh... Not really. Qemu does a really good job with VM virtualizarion.

I believe I could easily build containers instead of VMs from the nix config, but I actually do like having a full VM: since it's running a full OS instead of an app, all the usual nix tooling just works on it.

Also: In my day job, I actually have to deal quite a bit with containers (and kubernetes), and I just... don't like it.

[–] smiletolerantly@awful.systems 1 points 2 months ago

I'll DM you... Not sire I want to link those two accounts publicly 😄

[–] smiletolerantly@awful.systems 8 points 2 months ago* (last edited 2 months ago) (6 children)

Zero.

About 35 NixOS VMs though, each running either a single service (e.g. Paperless) or a suite (Sonarr and so on plus NZBGet, VPN,...).

There's additionally a couple of client VMs. All of those distribute over 3 Proxmox hosts accessing the same iSCSI target for VM storage.

SSL and WireGuard are terminated at a physical firewall box running OpnSense, so with very few exceptions, the VMs do not handle any complicated network setup.

A lot of those VMs have zero state, those that do have backup of just that state automated to the NAS (simply via rsync) and from there everything is backed up again through borg to an external storage box.

In the stateless case, deploying a new VM is a single command; in the stateful case, same command, wait for it to come up, SSH in (keys are part of the VM images), run restore-<whatever>.

On an average day, I spend 0 minutes managing the homelab.

[–] smiletolerantly@awful.systems 3 points 2 months ago

Use a large spoon instead, won't bend.

[–] smiletolerantly@awful.systems 4 points 2 months ago

Interesting, that sounds more related to personal phone calls?

I was more thinking of the "single-purpose" kind of call, where you can communicate very clearly about your intetions

[–] smiletolerantly@awful.systems 3 points 2 months ago* (last edited 2 months ago)

You (sadly) need to group all quality profiles into a single one, and then handle quality through a custom format. Example from my setup:

[–] smiletolerantly@awful.systems 3 points 2 months ago

NixOS for the win! Define your system and services, run a single command, get a reproducible, Proxmox-compatible VM out of it. Nixpkgs has basically every service you'd ever want to selfhost.

view more: ‹ prev next ›