• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle




  • Interesting, but probably not general and scalable way of fighting this problem. This practice is would be hard to implement for other types of content.

    I think that copyright law is inherently unfit for internet. In its core, it is a legal restriction on re-publishing content which cannot be enforced on the internet. It does not prevent piracy or AI companies from collecting data. So I’d say that we should do away with copyright law altogether. This would, of course, remove a lot of incentive for producing content, but I think people would still produce content, even if they are not paid to do it, as long as their basic needs are satisfied. So if we, as a human race, progress to UBI, we can also solve copyright problem.

    But if we get stuck in capitalistic age, I guess we have to pretend that information can be owned and legally restricted from redistribution.





  • You’ve just reminded me to fix cert renewal on my instance. I’m using let’s encrypt & their certbot with nginx and it is great.

    Recently my nginx config got too complex, so nginx plugin stopped working correctly, because it wasn’t able to inject the config for ACME challenge correctly anymore. The solution was to manually configure location /.well-known/acme-challange to read from a local directory and configure certbot to use a local webroot directory instead of fiddling with nginx config.