Newpipe will probably be blocked as well if youtube is doing this. Honestly not sure why youtube hasn’t blocked yt-dlp and others already.
Newpipe will probably be blocked as well if youtube is doing this. Honestly not sure why youtube hasn’t blocked yt-dlp and others already.
Cons are that google gets more data and you rely on a third party that’s notorious for changing up their service offerings on short notice.
Japan’s maglev reached 603km/h. Is this really a record?
hard consciousness
free will
this is the only acceptable answer.
Google especially is working on multimodal models that do both language and image, audio, etc understanding in the same model. Their latest work, PaLM-E, demonstrates that learning in one domain (eg images) can indirectly benefit the model’s performance in other domains (eg text) without additional training in the other domain.
File your patents…but which ones are selling?
highly doubtful
Yep, this sort of stuff happens and is extremely annoying. Libvirtd will do it for VM networking by default too.
The solution at the intersection of easy to implement and reliable is to just use nftables
instead of iptables
. Then, the extra rules automatically added by tools are usually much more predictable and easier to integrate with your own rules. Briefly, if nftables
is enabled, most tools that mess with the firewall will create a new table inside of nftables
with a lower-than-default priority, so that if you have your own custom table set up, the new rules won’t interfere with it. (That being said, it is possible that your higher-priority table will cause the automatically added rules not to behave as intended, in which case you may need to add more rules to your manually added table. But manual rules breaking automatic ones is better than automatic rules breaking manual ones imo).
The same way C programmers do: Download the source code into a local folder and include it directly from there. Then you only update it when you explicitly want to.
You can also use npm with a package.json which requests a specific version, that way it won’t update automatically.
Final option, which doesn’t work for all packages, is to install the corresponding node-*
package from apt, because the debian developers do ship a number of frequently used node packages in the repositories. Eg, apt install node-is-wsl
I’m running KDE on Debian bullseye and it is reading it just fine
I like it. Of course, as long as iOS is closed source, you can’t trust a thing it’s doing, but this could still prevent the sort of attack NSO group used. Wouldn’t trust it if you think you’re being targeted by the US government lol.
Mining on a GPU does tend to decrease its total lifespan but doesn’t significantly impact its performance in the meantime. But even a heavily used GPU will often last a long time.
The GPUs will probably mostly be resold, so aren’t completely wasted.
Also note you don’t need webtorrent to do this – qbittorrent and possibly other clients are perfectly capable as well! (in qbit, right click -> “preview file”). In my experience webtorrent is not the most robust client.
Ok, you can work 8 hours a day 5 days a week in most western countries.
Most phones do last 5 years. I’ve owned my pixel 3a for maybe 2 years but it’s still going really strong. Before that I used a moto G4 for 2-3 years, and I bought it off a friend who had used it for at least that long before me. The phones are fine; it’s more about people’s attitudes. It should not be normalized in our society to buy phones (or really anything expensive) so frequently.
It won’t. 95% of applications would be just fine with garbage collection, and the extra complexity of Rust’s memory model will make it so that current Javascript developers never use it. Go is more likely to win (but honestly, just a more lightweight JS runtime with a more lightweight UI framework would be fine by me)
Systemd won’t make anything slower once the system is booted up, it’s barely doing anything.