MangoPenguin

joined 2 years ago
[–] [email protected] 8 points 1 week ago

Could be a difference in how they've set up charging cut off points.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

Tax credit vs tax rebate/refund probably. As I understand it tax credits you can only take advantage of if you pay enough in taxes, as it's essentially a discount on federal taxes that you owe the government.

[–] [email protected] 1 points 2 weeks ago

Batch mode is great! I didn't realize it was added until just now hah

[–] [email protected] 28 points 2 weeks ago (8 children)

No one ever seems to discuss which hole this is happening in first lol

[–] [email protected] 4 points 2 weeks ago

How much current you get is just related to how much current the cells, wiring, and connectors can handle.

It's very easy to get 2HP or 1500W from a 56V battery, that's only about 27A which is very little and works through small 12AWG wire. Most lawn care 2 strokes are around 1-2HP anyways.

The run-time is a different story though, when you only have something like a 400Wh battery, drawing 1500W is going to last about 15 minutes.

[–] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago)

https://github.com/kd2org/karadav

Nextcloud client/app compatible WebDAV server with a lightweight file browser webUI, and multi-user support.

Should be the closest thing to Google Drive without actually running Nextcloud.

The only issue is it looks like the Nextcloud iOS clients don't work.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

It's pretty easy, you can browse files in an LXC backup and restore specific parts. For VMs you can just restore the whole VM and copy out what you need.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

I back up all the directories and docker-compose files using Restic (via Backrest) stored on Backblaze B2, and also the whole Docker LXC via Proxmox's backup function to a local HDD.

There's a chance some databases could be backed up in an unusable state, but I keep like 30-50 snapshots going back months, so I figure if the latest one has a bad DB backup, I could go back another day and try that one.

I also don't really have irreplaceable data stored in DBs, stuff like Immich has data in a DB that would be annoying to lose, but the photos themselves are just on the filesystem.

For testing Restic I pull a backup and just go through and check some of the important files.

Proxmox backup is really easy to test, as it just restores the whole LXC with a new ID and IP that I can check.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

I've always liked Fedora or its various derivatives like Bazzite. They seem to have defaults that make sense, and fairly up to date software.

I also find dnf on Fedora to be a bit nicer and more streamlined compared to apt, and I've heard it's significantly easier to package software for dnf as well.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

Yep, without a restart anything running will be the old version until the process is restarted (or the whole system is).

You'll also probably want to do a flatpak update along with dnf upgrade

[–] [email protected] 2 points 2 weeks ago (1 children)

NP! That's how I do it on proxmox, I'll start the VM every so often and update it. Only takes a few seconds to clone so it's nice and quick to do.

[–] [email protected] 7 points 2 weeks ago (3 children)

Simple method is just keep a ready to go VM and clone it.

view more: ‹ prev next ›