• 1 Post
  • 252 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle



  • When you die your social is reused and assigned to someone else eventually. This is what makes it not unique. If something were to screw up in the process the new person could have debt from the prior person for example even though it is not their debt. Another concept common is using the last 4. There are so many conflicts when using just last 4 in a database its bad design.





  • Nzbgeek and nzbplanet are good. From my experience these 2 have very similar quality.

    Drunkenslug is a lot harder to get into but it does find items the other two don’t have on occasion. On the downside, drunkenslug lacks a one time subscription and the other two have a one time subscription. It does however have a free tier so you can probably be fine still using it as a last resort to try finding harder to get content.




  • I added renovate to my project over the weekend. I got 26 PRs for updating things I have missed, so it is working well for most part!

    The only issue I have with it are a few docker images come from docker hub and I am getting 429 response codes for pinning digests. Do you have any tips for renovate on this? Ideally I’d like it to just update and pin digests on the next update to avoid api hits.

    I am doing a regex datasource for most of them since my k8s resources are in yaml files and found right now it strips - alpine and such from the version tags… Haven’t looked into this issue too much yet though.









  • I saw sharrr the other day which apparently can be self hosted and uses cryptography / expiracy / single download / multi part downloads to make it hard to find a compete file if an attacker even has host access, it also encrypts the file prior to uploading to the server and only you on the client side have the encryption.

    That said, this is all according to the architecture of the service, not sure about security in practice.