traches

joined 2 years ago
[–] traches@sh.itjust.works 11 points 1 day ago (1 children)

Dude it’s just a phone call to schedule an appointment don’t get dramatic

[–] traches@sh.itjust.works 14 points 5 days ago

I’ve been using caddyserver for awhile and love it. Config is nicely readable and the defaults are very good.

[–] traches@sh.itjust.works 1 points 1 week ago (1 children)

If you already have a public facing server for them to connect to then sure.

[–] traches@sh.itjust.works 1 points 1 week ago (4 children)

Set up Tailscale and an SSH key for remote tech support

[–] traches@sh.itjust.works 25 points 1 week ago (1 children)

The ad-supported internet is awful, and paywalls are sort of the only sane alternative. It’s how news has worked for centuries and we need to go back.

[–] traches@sh.itjust.works 0 points 1 week ago (1 children)

Last nvidia gpus I owned were water-cooled GTX 670s in SLI back when I ran windows. Ever since then I’ve always chosen AMD or intel, because of the in-kernel drivers.

[–] traches@sh.itjust.works 9 points 1 week ago (4 children)

Yeah, I don’t buy nvidia for this exact reason. No amount of performance matters if the drivers are broken

[–] traches@sh.itjust.works 25 points 1 week ago (5 children)

Was the last time you read or heard anything about Wayland 15 years ago?

[–] traches@sh.itjust.works 71 points 2 weeks ago (3 children)

Yes it’s an LLM called pandoc, you can run it locally

[–] traches@sh.itjust.works 77 points 2 weeks ago (9 children)
[–] traches@sh.itjust.works 3 points 3 weeks ago

Born & raised in the US, lived in Poland for the past several years. Speak a good bit of polish, enough to navigate most interactions with strangers but not enough for deep conversations with the father-in-law.

[–] traches@sh.itjust.works 3 points 3 weeks ago* (last edited 3 weeks ago)

The best endorsement I can give radicale is that I have depended on it for years and almost never think about it. I spun it up and now it just does what I need.

Edit: autocorrect got me

 

I have a load-bearing raspberry pi on my network - it runs a DNS server, zigbee2mqtt, unifi controller, and a restic rest server. This raspberry pi, as is tradition, boots from a microSD card. As we all know, microSD cards suck a little bit and die pretty often; I've personally had this happen not all that long ago.

I'd like to keep a reasonably up-to-date hot spare ready, so when it does give up the ghost I can just swap them out and move on with my life. I can think of a few ways to accomplish this, but I'm not really sure what's the best:

  • The simplest is probably cron + dd, but I'm worried about filesystem corruption from imaging a running system and could this also wear out the spare card?
  • recreate partition structure, create an fstab with new UUIDs, rsync everything else. Backups are incremental and we won't get filesystem corruption, but we still aren't taking a point-in-time backup which means data files could be inconsistent with each other. (honestly unlikely with the services I'm running.)
  • Migrate to BTRFS or ZFS, send/receive snapshots. This would be annoying to set up because I'd need to switch the rpi's filesystem, but once done I think this might be the best option? We get incremental updates, point-in-time backups, and even rollback on the original card if I want it.

I'm thinking out loud a little bit here, but do y'all have any thoughts? I think I'm leaning towards ZFS or BTRFS.

view more: next ›