

They spend the money on lawyers vs just providing better healthcare
They spend the money on lawyers vs just providing better healthcare
About how much bandwidth does this use? I know it says not much but can we be more specific. I want to help but have limited upload speeds.
Running it offline does avoid some of the censorship, but not all. Let me explain: Failsafes are implimented to check what topics are being talked about (like tieneman square). These are not included inside the model itself (though it does have a type of post-training, reinforcement-based censorship applied to the finished model). This second type of censorship (the kind actually included in the model weights) can actually be removed by retraining using similar reinforcement techniques. This means that the Tldr is: There is censorship baked into the model but because the weights are public, it can be removed /bypassed. In contrast the deepseek web app includes both kinds of censorship (and also definitely steals your data). The local model obviously does not.
According to the people it’s about, it misrepresents them as people but not explicitly the events that took place.
What’s this actually mean? It’s not like they didn’t just switch domains and remain online? Article doesn’t mention any arrests so seems like they can just sidestep the domain seizure. Or am I wrong and there will be more action?
Yes but you will have to take extra steps to supply a valid cookie from a signed in account: https://github.com/yt-dlp/yt-dlp/issues/11296#issuecomment-2466538349
Can you explain pirating of unraid licenses? I have already paid for one but didn’t know this was possible
Oh I was under this false impression. Thanks for the fact check
Its more of a complete Google Photos replacement than a basic backup/syncing system
I have an overkill 128GB SanDisk flash drive I got for 13 dollars and it works great for my 24/7 unraid setup
Its not as easy as launching from steam for example, but if you have some basic linux knowledge and the ability to use Google you can get 99% of pirated games running in either bottles or lutris. Search for steam deck specific piracy guides, they largely apply to all linux distros.
If anyone has a US based provider that has m3u and lots of content, PM me. VOD is not necessary but a bonus and would like reasonable price not reseller upcharge, at least that much.
Man same been looking since 2019 and zero luck with an invite. Is it really that exclusive? I’ve only seen invites sent like twice ever from reddit years ago.
No, im using Librewolf and i am blocked currently.
This has not worked for me.
This method lets ads load for half a second but then get skipped instantly. i have not personally found a way to 100% block ads once ive gotten their block page.
I’m going to start a discussion in the comments here about methods to bypass the message. I will add suggestions here, so leave comments if you find a method!
Methods to bypass Youtube Anti-Adblock:
My Method
Install Extension Enhancer for YouTube™
Go to the extensions settings and ensure that under the Ads Management section, “Block Ads” is turned OFF
Now find the Custom Script box at the very bottom and enter the following script. I did not write this code, it comes from egaudette on GitHub
(function() {
'use strict';
var clickInterval = setInterval(skipAds, 5);
var ytpAdModule;
var miniAdd;
var skipButton;
var currentVideo;
function skipAds() {
ytpAdModule = document.querySelector('.ytp-ad-module');
skipButton = document.querySelector('button[class*="ad-skip"]');
miniAdd = document.querySelector('.ytp-ad-overlay-container');
if (ytpAdModule !== null && ytpAdModule.innerHTML !== '') {
ytpAdModule.style.display = 'none';
}
if (skipButton !== null) {
skipButton.click();
return;
}
currentVideo = document.querySelector('video[class*="main-video"]')
if (currentVideo !== null && currentVideo.duration <= 5) {
currentVideo.muted = true;
currentVideo.play();
currentVideo.currentTime = currentVideo.duration;
}
}
})();
Lastly, ensure the “Automatically execute the script when YouTube is loaded in a tab” box is checked, and press Save
I’ll add more methods as they are discovered!
Wow I’m sure the law means something here, right guys