

Just say the YS stands for “you suck” lol
Just say the YS stands for “you suck” lol
No but the emergency assistant system is required, and for that you need a cell modem.
I don’t think that it has a cell modem, either
So it’s not coming to Europe then.
I felt a great disturbance in the Force, as if millions of voices suddenly cried out in terror and were suddenly silenced…
Pretty sure China would rather have a different neighbor. North Korea keeps getting propped up because nobody wants to deal with a nuclear capable nation collapsing and the absolutely massive refugee crisis it would cause. The Chinese govt is not too friendly with the Kim dynasty, even less so since they intensified their relations with Russia.
Also remove private messages when banning user with “remove content” (goodbye Nicole) #5414
Then set up a script that migrates your subscription list to the new account
No need for that, you can export your subscriptions and settings on your profile page.
You can use this script with a browser addon like Tampermonkey to get around the sign-in requirement:
// ==UserScript==
// @name reddit - unblock (create cookie and reload)
// @namespace Violentmonkey Scripts
// @match *://*.reddit.com/*
// @grant none
// @version 2024-01-08
// @noframes
// @license MIT License
// @description for "Blocked" "whoa there, pardner!" cowboy bs
// ==/UserScript==
/* thanks: https://www.reddit.com/r/mullvadvpn/comments/18jbxb2 */
if (document.title === "Blocked") {
document.cookie="reddit_session=;Domain=.reddit.com;Path=/;Expires=;Secure=true;SameSite=None";
window.location.reload();
}
Reddit fingerprints your browser and logs your IP address. Using a different browser/User Agent switcher and a VPN will get around it though.
When our opponents say: “Yes, we used to grant you freedom of opinion”, yes. You did, that is no reason why we should do the same to you! Your stupidity need not be contagious to us! [Laughter.] That you have given this to us - that is proof of how stupid you are! [Laughter.]
From what I’ve seen it’s mostly mods of specific subreddits removing comments that promote Lemmy. A few instances do get caught in the site-wide spam filter though.
Lmfao I never made that connection
Honestly I wouldn’t be surprised if this started happening at Lemmy too. Its a lot easier to control what kind of content is on a platform when you do something like this.
This wouldn’t even be possible on Lemmy.
Here’s the full report:
https://reports.exodus-privacy.eu.org/en/reports/com.reddit.frontpage/latest/
France has been attempting the exact same thing recently.
Funny, that’s the exact same vibe I always get from street interviews in Russia.
Brakes not passing the inspection is actually pretty “normal” for electric cars. The brakes see very little use due to regenerative braking and the disks start to rust. A large amount of vehicles fails the TÜV because of that here in Germany.
please tell me that I’m overexagurating
You’re overexaggerating.
Since you’re on KDE, plasma-systemmonitor should already be installed. It is the closest to the Windows task manager that you’re probably familiar with.