NewsWorld
PredictionsDigestsScorecardTimelinesArticles
NewsWorld
HomePredictionsDigestsScorecardTimelinesArticlesWorldTechnologyPoliticsBusiness
AI-powered predictive news aggregation© 2026 NewsWorld. All rights reserved.
Trending
IranRegionalMilitaryIranianStrikesCrisisGovernmentPowerGulfMarchOperationsTargetingTimelineEuropeanStatesDiplomaticMarketsDigestCoalitionConflictBecomesIsraelFlightRoutes
IranRegionalMilitaryIranianStrikesCrisisGovernmentPowerGulfMarchOperationsTargetingTimelineEuropeanStatesDiplomaticMarketsDigestCoalitionConflictBecomesIsraelFlightRoutes
All Articles
Microsoft bans the word "Microslop" on its Discord, then locks the server
Hacker News
Published about 3 hours ago

Microsoft bans the word "Microslop" on its Discord, then locks the server

Hacker News · Mar 2, 2026 · Collected from RSS

Summary

Article URL: https://www.windowslatest.com/2026/03/02/microsoft-gets-tired-of-microslop-bans-the-word-on-its-discord-then-locks-the-server-after-backlash/ Comments URL: https://news.ycombinator.com/item?id=47216047 Points: 66 # Comments: 21

Full Article

Copilot's official Discord channel was locked down after users went haywire with unflattering nicknames targeted at Microsoft Microsoft’s aggressive AI push in Windows 11 through 2025 brought upon themselves the title Microslop. Unfortunately for the company, it’s everywhere on social media, and there isn’t a way to stop the spread, unless, of course, it’s their own Discord server. Windows Latest was first to notice that the word “Microslop” was actively filtered in the official Microsoft Copilot Discord server. Image Courtesy: WindowsLatest.com As you can see in the above screenshot, any message containing the term is automatically blocked, and users see a moderation notice stating that the message includes a phrase considered inappropriate by server rules. Microsoft blocks “Microslop” in official Copilot Discord, users quickly find workarounds The extreme backlash that Microsoft has to endure every day on social media is nothing short of extraordinary. Surely the company is responsible for this fallout, as they prioritized AI more than the stability of the OS that it needs to run on. Copilot, being the most visible face of that effort, has naturally become the scapegoat. So when a nickname like “Microslop” starts trending across socials, it was only a matter of time before it reached official channels as well. Windows Latest found that sending a message with the word “Microslop” inside the official Copilot Discord server immediately triggers an automated moderation response. The message does not appear publicly in the channel, and instead, only the sender sees the notice stating that the content is blocked by the server because it contains a phrase deemed inappropriate. https://www.windowslatest.com/wp-content/uploads/2026/03/Screen-recording-by-Windows-Latest-showing-Microslop-word-being-blocked-in-the-official-Copilot-Discord-server.mp4 Of course, the internet rarely leaves things there. Shortly after Windows Latest posted about Copilot Discord server blocking Microslop on X, users began experimenting in the server with variations such as “Microsl0p” using a zero instead of the letter “o.” Discord users finding ways to use the word Microslop Predictably, those versions slipped past the filter. Keyword moderation has always been something of a cat-and-mouse game, and this isn’t any different. Microsoft locks Copilot Discord server after moderation backlash escalates What started as a simple keyword filter quickly snowballed into users deliberately testing the restriction and posting variations of the blocked term. Accounts that included “Microslop” in their messages first got banned from messaging again. Not long after, access to parts of the server was restricted, with message history hidden and posting permissions disabled for many users. Microsoft Copilot Discord server locked after users raided it with variations of the word Microslop Microsoft’s brand image might already be at an all-time low, and even as the company announced plans to fix Windows 11 with performance improvements and less AI, the software giant can’t risk getting more hatred towards their expensive investment in Copilot, especially since Microsoft’s head start in AI is starting to be overshadowed by competitors like Anthropic, Google, OpenAI, and maybe even Apple in the near future. The Copilot community was far more positive when this Discord server first launched Back in December 2024, when Microsoft invited users to join the Copilot Discord server through an official X post, the response was largely curious and enthusiastic, with people willing to explore the AI’s capabilities. Official Copilot X account invited users to join the Discord server back in December 2024 Since then, sentiment around Copilot and its usage has dropped alongside Microsoft’s broader AI push across Windows 11. At its present state, Copilot has added some capabilities that are genuinely useful in day-to-day workflows. Features like connectors can pull contextual data from services such as Google Contacts, Gmail, and Outlook to retrieve phone numbers or email addresses directly inside Copilot, something competing tools like Gemini have not yet cracked, as we found in our detailed testing. It remains to be seen if this episode fades as a minor community moderation story or becomes another chapter in Microsoft’s complicated relationship with its AI rollout.


Share this story

Read Original at Hacker News

Related Articles

Hacker Newsabout 3 hours ago
Jolla phone – a full-stack European alternative

Article URL: https://commerce.jolla.com/products/jolla-phone-sept-26 Comments URL: https://news.ycombinator.com/item?id=47216037 Points: 101 # Comments: 48

Hacker Newsabout 4 hours ago
U.S. science agency moves to restrict foreign scientists from its labs

Article URL: https://www.science.org/content/article/nist-moves-restrict-foreign-scientists-its-labs Comments URL: https://news.ycombinator.com/item?id=47215565 Points: 39 # Comments: 11

Hacker Newsabout 4 hours ago
/e/OS is a complete "deGoogled", mobile ecosystem

Article URL: https://e.foundation/e-os/ Comments URL: https://news.ycombinator.com/item?id=47215489 Points: 22 # Comments: 4

Hacker Newsabout 4 hours ago
Show HN: Omni – Open-source workplace search and chat, built on Postgres

Hey HN! Over the past few months, I've been working on building Omni - a workplace search and chat platform that connects to apps like Google Drive/Gmail, Slack, Confluence, etc. Essentially an open-source alternative to Glean, fully self-hosted. I noticed that some orgs find Glean to be expensive and not very extensible. I wanted to build something that small to mid-size teams could run themselves, so I decided to build it all on Postgres (ParadeDB to be precise) and pgvector. No Elasticsearch, or dedicated vector databases. I figured Postgres is more than capable of handling the level of scale required. To bring up Omni on your own infra, all it takes is a single `docker compose up`, and some basic configuration to connect your apps and LLMs. What it does: - Syncs data from all connected apps and builds a BM25 index (ParadeDB) and HNSW vector index (pgvector) - Hybrid search combines results from both - Chat UI where the LLM has tools to search the index - not just basic RAG - Traditional search UI - Users bring their own LLM provider (OpenAI/Anthropic/Gemini) - Connectors for Google Workspace, Slack, Confluence, Jira, HubSpot, and more - Connector SDK to build your own custom connectors Omni is in beta right now, and I'd love your feedback, especially on the following: - Has anyone tried self-hosting workplace search and/or AI tools, and what was your experience like? - Any concerns with the Postgres-only approach at larger scales? Happy to answer any questions! The code: https://github.com/getomnico/omni (Apache 2.0 licensed) Comments URL: https://news.ycombinator.com/item?id=47215427 Points: 17 # Comments: 3

Hacker Newsabout 6 hours ago
How to talk to anyone and why you should

Article URL: https://www.theguardian.com/lifeandstyle/2026/feb/24/stranger-secret-how-to-talk-to-anyone-why-you-should Comments URL: https://news.ycombinator.com/item?id=47214864 Points: 32 # Comments: 275

Hacker Newsabout 6 hours ago
Motorola announces a partnership with GrapheneOS Foundation

Article URL: https://motorolanews.com/motorola-three-new-b2b-solutions-at-mwc-2026/ Comments URL: https://news.ycombinator.com/item?id=47214645 Points: 156 # Comments: 41