• 0 Posts
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2025

help-circle
  • I integrate Miniflux with readeck, which is then combined with a readeck plugin for koreader, allowing me to easily read articles on my ereader, without relying on a paid service.

    I’m also one of those people that still uses custom ROMs on Android, and since the backup and restore situation is still kind of dire if you don’t use Google (and sometimes even with) it’s easier to have most of my configuration and state stored on a server, and so I can wipe a phone with relatively little risk.









  • I like that matter provisioning requires verification of their certificate, but I don’t like that certificates can expire or the certificate authority can shut down. Although maybe that’s all taken care of by the DCL? In which case that’d be fine.

    It’s also pretty obnoxious that it requires an Android phone with Google play services enabled (and even a Google login IIRC) or an iOS phone. There are ways around this, but they are pretty complex and not well documented.


  • If any ai Ia involved they will dismiss not only it but you and it’s a really irritating habit that is starting to emerge.

    It’s perfectly understandable. It used to be that a project that had the appearance of a significant amount of work and polish put into it could be reasonably trusted. With the rise of LLMs, that assumption has gone completely out the window as people can churn out appealing looking slop in record time. In addition, LLMs are dominated by the most transparently evil tech companies in existence, and the fully open models aren’t yet good enough, and are still built on the backs of the absurd amount of energy usage used to train the models.

    That all being said, I don’t think the OP is being malicious and I appreciate the disclosure but I’d give this project a year of maintenance before I would reasonably trust it.






  • 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.