I’m not sure when you were using it, but Navidrome definitely let’s you play individual songs and shuffle.
I’m not sure when you were using it, but Navidrome definitely let’s you play individual songs and shuffle.
Also only differences are stored, so if your files don’t change much each backup costs very little. I keep hundreds of backups for the previous year of changes, and it uses less than double the amount of storage the files take up. You can also enable compression, which I do, so it’s even smaller.
I use backblaze storage with Kopia, which supports using object lock. Every time a backup is made the objects for it are locked for a configurable amount of time. I use 30 days, so an attacker would have to compromise my backup software for a month before being able to erase my backups.
Does it treat forks differently?
Yeah this is why I don’t use cloudflare, I have my domains on porkbun.
What on earth is this video from; I’ve never seen it before.
Because they are selecting proposals for the program, which includes a stipend (https://developers.google.com/open-source/gsoc/help/student-stipends) of $1,500-$6,000 for the summer. So the process looks a little more like the process for applying for an internship.
Because that is the necessary condition for the primary attack people are worried about right now: https://en.m.wikipedia.org/wiki/Harvest_now,_decrypt_later. We have plenty of information that could still be damaging if decrypted in 100 years.
What makes you think someone won’t manage to develop a performant large-scale quantum computer in the next hundred years? Just 90 years ago standard computers were still more or less electromechanical arithmetic machines.
Making a docker container can make it really painless, for example I’ve found Vaultwarden (self hosted Bitwarden server implementation, https://github.com/dani-garcia/vaultwarden) to be really easy to install. Just docker pull, and what Linux distribution and other particulars about your system don’t matter.
I agree that that would be excellent, but I think there is still a difference, like Linux they do allow a company to use (but not for anything, only for some things) and enhance their open source software instead of paying for their service without contributing it back.
One difference (so far as I know, I’m not an expert on either situation) is that MongoDB requires copyright assignment for contributions seemingly because the license is so restrictive they can’t offer their own service under its terms (without open-sourcing all the software they use to host it). So far as I know Sentry does not require this (although the restriction against running a competing service does not affect them since they are the service, so I’m not sure this argument really holds up that well). Also the fact that that one encumbrance is released after two years helps their case a lot in my eyes.
They do allow you to profit off the software though, by using it to host the service for yourself (even as a company), you just can’t offer hosting as a service to compete with them. Obviously this doesn’t offer as much freedom as just a straight MIT or Apache license, but I feel like it still qualifies as open-source; they are only really adding one restriction, and it could even be considered less restrictive than something like GPL (no requirement to open source derived software). I think this license makes a good compromise of being as open as they possibly can without AWS/GCP/Azure eating all of their business without doing any real engineering work.
I think this is a pretty reasonable compromise to stop big cloud companies from offering their service using their code. Putting the code under either Apache or MIT after 2 years seems like a good approach to me, I like it a lot more than the ‘open core’ scheme a lot of SaaS companies use.
Yes, the first one matches only 2 more characters while the second matches 1 or more. Also the +? is a lazy quantifier so it will consume as little as possible.