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.
Yeah but also this is only for their EU profit, so it’s really an even higher percentage.
It doesn’t really make sense to talk about money they made in other countries when talking about these fines, as if they make 5 billion in profit in country X and get fined 6 billion, they would still have lost money for operating in the country regardless of how much money they made other places. Since they lost money in the country, that fine would be high enough for them to want to fix their law breaking or totally pull out of the country, and so the fine accomplishes its purpose.
To be fair the glorified babysitter wouldn’t require 4+ years of education on educating children, so they probably couldn’t just be “simply teaching.” This is still an awful idea, they seem to be trying to save money by paying a glorified babysitter a lower wage than a teacher. Private schools can be for profit in some place, I wonder if that applies here.
I’m pretty sure that it’s true that citing sources isn’t really relevant to copyright violation, either you are violating or not. Saying where you copied from doesn’t change anything, but if you are using some ideas with your own analysis and words it isn’t a violation either way.
That’s not right, it’s generative pre-trained transformer.
I agree that there’s no problem now, and also that the percentage they are trying to pay is overly low. I think they should be paying somewhere in the vicinity of 50-70% of the buy price, so that is a terrible rate.
I didn’t say net metering isn’t useful now, I said it wouldn’t work if a large majority of people did it. I don’t see how what you said contradicts that.
No, the burden of providing free energy storage.
Sure, but if everyone does it then it wouldn’t work (no one would be drawing excess when the solar is at peak), so that makes it not very sustainable. I’m not saying it’s a bad thing, just that it can’t continue to work if adoption becomes near-universal (it doesn’t seem to be for now). I guess these non-bypassable charges will fix that, but that sounds a lot like what they are talking about (only getting paid some large percentage of the price for energy sent to the grid).
It doesn’t really seem like net metering is sustainable. Say for example someone generates the same amount of electricity they use, in that case they pay $0 for electricity even though the grid has to take the burden of storing the electricity until they use it later in the day.
I don’t disagree that it is used, I just don’t think it really has an advantage in the modern day. However switching would be extremely difficult so the historically dominant AC continues.
But, take note of how many DC voltages you use in your house. Devices in mine range from 3v to 25v and some weird one like 19v for a laptop. You’d still have adapters all over the place.
This is probably true, but every single one could lose the rectifier part, and instead of having to convert from pulsating DC (the output of mains rectification), you get clean DC from the wall instead, which should allow for using smaller capacitors in many places.
A lot of power blocks rectify the AC and then shift the DC voltage anyway, because transformers are bulky and heavy. This is why power bricks are so much smaller now than they used to be. See the modes section of the Wikipedia page about AC adapters for a longer explanation.
How does AC have an advantage in long-distance transmission? Arguably they can be more efficient.
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.
A DNS based blocker wouldn’t block this, because the subscribe prompt is almost definitely being done by a script from the main NYT domain. The DNS blocker only blocks things that come from domains only used for things that should be blocked, and can’t differentiate between what type of content is being loaded (script vs image vs raw HTML) and definitely not between different things in the same class (paywall script vs the script that makes the buttons work).
Yeah this is why I don’t use cloudflare, I have my domains on porkbun.
I think that’s mostly driven by regulatory capture and the fact that lobbyists can drive regulation. If our government actually worked for the people, we could actually enforce monopoly laws, and the SEC (or equivalent in countries besides the US) would actually prevent mergers that threaten competition. The government is supposed to prevent this kind of behavior, but they have basically been bought out.
As for how to stop that from happening, I’m not sure. I think it would require at least getting rid of the two party system, because that stifles competition in the governance space. That means that even though there are probably lots of voters who would vote for a real candidate who would break monopolies, there is no such candidate available. But in order for that to work we would have to switch to a different voting method, like ranked-choice (or one of the even more fair ones).
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.