The Daily Psyop

Where Skepticism Meets Insight

Foreign Policy and GeopoliticsGreat Israel AgendaIsrael / PalestineMiddle East / North Africa (MENA)NewsNorth America and Western EuropePoliticsPropaganda Headlines ExposedUncategorizedUSA Politics

“I think the alternative media is just as much of interest to intelligence agencies, to these official shapers of the narrative, to government censors, government propagandists, or their contractors. – Geopolitics & Empire

 “I think the alternative media is just as much of interest to intelligence agencies, to these official shapers of the narrative, to government censors, government propagandists, or their contractors.

A lot of times…you’ll see some influencer who says, oh, I’ve been deplatformed, persecuted, swatted. Often they happen organically. Nobody should be subjected to that sort of harassment in a free society.

But a lot of times I think what’s going on is sheep dipping, which is that people are being subjected to apparent harassment simply to give them street cred, to make it look like they’re being suppressed so that everyone will listen to that, when in fact they themselves may be plants and it’s very very hard to explain this kind of thing to most people.” Richard Poe of RichardPoe.com 🕵🏻‍♂️

🔗 https://geopoliticsandempire.com/2024/12/30/poe-british-jews-communism

🗞 BECOME A PAID SUBSCRIBER ON SUBSTACK https://geopoliticsandempire.substack.com

⛑ DONATE TO GEOPOLITICS & EMPIRE https://geopoliticsandempire.com/donations


READ FULL ARTICLE: This article originally appeared on Geopolitics & Empire

TheMcgwire

Found of The Daily Psyop. Passionate about Foreign Policy. Have been actively involved in Independent Media since 2019.

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });