• 11 Posts
  • 100 Comments
Joined 9 months ago
cake
Cake day: June 21st, 2025

help-circle
  • Most of this makes sense if you’re keeping the system fully powered on, but doesn’t apply in sleep mode. Energy usage is a rounding error, there’s no heat, it’s not online, there’s no r/w operations. Blackouts and lighting affecting sleep is a possibility, but I’ve reached a point of taping over anything that emits unecessary light.

    The main benefit is that not all environments have a session manager, and I personally have a lot of programs open that I want to have instant access to and not have to spend time opening them and potentially creating a distraction during my wakeup routine.











  • vividspecter@aussie.zonetoSelfhosted@lemmy.worldCertificates...ugh
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Probably need a bit more detail for this like caddy logs and your caddy config. I did a similar thing on NixOS with services.acme getting the certs and then configuring the cert files to include caddy group access (I didn’t use caddy directly either for those reading as the DNS challenge approach requires third party plugins which is a bit annoying on NixOS).








  • Because modern arrays are often in the multi-TB size recovery can take a significant amount of time (days and weeks potentially) and since RAID-5 only allows one drive to fail, if a second drive fails during that time you’re cooked.

    I like to use snapraid combined with mergerfs which technically has the same problem, but because it works on the file level, if a second drive became corrupted, you’d only lose the data on the drive that failed, not the entire array. I combine it with snapraid-btrfs which operates on read-only snapshots instead of raw data, avoiding write hole issues (data changing during sync) and also btrfs itself on each drive gives an additional layer of integrity checking, and rollback support from the snapshots themselves.



  • Yeah I have these same headphones, and hate to break it to you, but I’ve only managed to successfully use them for listening to music only. As soon as you put em in headset mode, the audio quality drops to shit, regardless of codec.

    This is just inherent to the blutooth audio protocol. Put it in headset mode, get trash tier audio quality or disable the mic and get acceptable quality audio. There might be some proprietary extensions that bypass this but they aren’t likely to be supported on Linux.

    LE audio should be better in this respect, but it’s not widely yet (and not by the XM4)