

Don’t bother engaging with the troll, they are clearly not arguing in good faith.


It’s a pretty emotional topic for a lot of people, so I’m not surprised. Still, I’d advise everyone who downvotes to at least take a look at what the other side has to say. This thread has a feddit.org mod comment on the situation:


about the later’s Zionist Bar Problem
I’d prefer to have a less biased title for this thread because this is a very one-sided point of view and just parrots what the db0 admin claims without questioning them.
Edit: Thanks for putting it in quotation marks, OP.


Pretty sure this was a plot point in the movie Equilibrium.


It’s not really taxing on your hardware unless you load and unload huge models all day or if your cooling is insufficient.
The onboarding being a bit difficult is a good thing IMO, it keeps the standards a bit higher and the Facebook boomers and TikTok children out. The internet was better when it wasn’t so easily accessible.
I’d never cheat on Nicole. Begone, thot!


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();
}
AFAIK archive.is , .ph and .today are all just different domains for the same site.