Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    U.S. And Canada Fall Deeper Into A Trade War With New Tariffs As Talks Collapse And Blame Is Spread

    August 23, 2026

    The Great Age Inversion: Why 35 Is Becoming the New 25 in Women’s Health and Beauty

    August 22, 2026

    Why Alpha-Maxxing Trends Raise Masculinity Concerns

    August 22, 2026
    Facebook X (Twitter) Instagram
    Trending
    • U.S. And Canada Fall Deeper Into A Trade War With New Tariffs As Talks Collapse And Blame Is Spread
    • The Great Age Inversion: Why 35 Is Becoming the New 25 in Women’s Health and Beauty
    • Why Alpha-Maxxing Trends Raise Masculinity Concerns
    • The business case for unified systems & how to build them
    • AI Isn't Enough—America Needs to Invest in Infrastructure, Too
    • 35 Must-Have Products Every Expert Traveler Needs
    • 数据:某巨鲸再度抛售 2700 枚 BTC,价值约 2.118 亿美元 – BitRss
    • Intimate Letters Allegedly From Natalie Harp To Trump Revealed
    Facebook X (Twitter)
    SBM Global News
    Demo
    • Home
    • Top Stories
      • Politics
    • Business
      • Small Business
      • Marketing
    • Finance
      • Investment
    • Technology

      AI Isn't Enough—America Needs to Invest in Infrastructure, Too

      August 22, 2026
      Read More

      With the Help of AI, Founders Are Building the Tools They Always Wished They Had

      August 21, 2026
      Read More

      Stripe didn’t really buy OpenRouter because of the ‘singularity’

      August 20, 2026
      Read More

      Mitti (by SafetyCulture) – Company Profile

      August 19, 2026
      Read More

      Comcast adds motion sensing to millions of its newer routers, with a privacy catch

      August 19, 2026
      Read More
    • Lifestyle
      • Travel
    • Feel Good
    • Get In Touch
    SBM Global News
    Demo
    Home»Technology»You can’t post ass, Threads is doomed
    Technology

    You can’t post ass, Threads is doomed

    By Staff WriterJuly 7, 20238 Mins Read
    Facebook Twitter LinkedIn Reddit Email
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Threads, the Meta-owned Twitter clone that launched this week, will always be hindered by its own content guidelines. The app is dry at best, and at worst, leeching your personal data.

    With 30 million downloads in less than a day of its launch, Threads is poised to compete with Twitter’s sheer volume of users.

    Though countless text-based social platforms have dazzled users upon launch before fading to obscurity since Elon Musk’s takeover, Threads has the unique advantage of seamlessly integrating with Instagram. Users don’t have to start from scratch when they sign up for Threads — the app gives users the option of automatically following everyone they already follow on Instagram. You don’t have to scour through the rubble of a brand new social platform to find your mutuals, and you don’t have to learn entirely new features since the interface is nearly identical to that of Twitter’s.

    And unlike the other text posting alternatives to Twitter, like Bluesky and Spill, Threads is open to anyone who has an Instagram account. There is no scrounging around for invite codes, or desperately adding yourself to a waitlist like you’re vying for a spot on the last lifeboat off a sinking ship.

    Threads is positioned to be a beacon of hope in the midst of Twitter’s excruciating, ongoing implosion. Unfortunately, Threads is incredibly boring, and will likely stay that way because it adheres to Instagram’s puritanical community guidelines.

    Instagram forbids nudity, including photos, videos and “some digitally-created content that show sexual intercourse, genitals, and close-ups of fully-nude buttocks.” It makes an exception for female nipples in the context of breastfeeding, giving birth, health-related situations like gender affirming surgery, and acts of protest. The guidelines also allow nudity in photos of paintings and sculptures.

    Those guidelines are enforced inconsistently, and Instagram is notorious for disproportionately censoring Black women, plus-size users, and trans and nonbinary people. It’s also hostile toward sex workers, and has cracked down on adult content creators who share resources about their industries, much less post raunchy photos. The Instagram account thedancersresource, for example, solicits and posts reviews of strip clubs from actual dancers to warn each other about sketchy clientele, highlight venues that pay well, and share other safety tips. Although the account shares the occasional meme about stripping, its content is entirely safe for work. Instagram has still suspended the account multiple times.

    In the 24 hours since it launched, Threads has doomed itself to being a vanilla platform where brands can thrive, but shitposting flounders. It’ll never be a true Twitter rival with such uptight moderation and no guarantee of anonymity. Threads, like Facebook, is for users who probably wouldn’t have used Twitter anyway.

    Threads is setting itself up to be a sanitized version of Twitter that employs the most mundane features of the platform while stifling the posting culture that made Twitter so unique.

    Casual ass posting was paramount to shaping Twitter culture, as were the unhinged shitposters, the hordes of stans and the discourse stirrers. Even when platform was rife with conflict, the chaotic brand of posting made users want to come back to Twitter. Bluesky, another Twitter rival, was praised for embracing the vivacious posting culture that made Twitter Twitter. Twitter posting is inherently silly — even if it veers toward earnest — and is punctuated by a cynicism that permeates almost all internet humor. But Instagram’s arbitrary restrictions limit that type of posting, and will ultimately keep Threads from truly replacing Twitter.

    Threads is setting itself up to be a sanitized version of Twitter that employs the most mundane features of the platform while stifling the posting culture that made Twitter so unique. The users who make Twitter fun, and build the sense of community that defined the platform at its peak, will likely be flagged for violating one of Instagram’s archaic community guidelines if they bring the same energy to Threads. The posts that are allowed on Threads are flat, serious and overwhelmingly local.

    In the hours since Threads launched, users fleeing back to Twitter have already complained that they were flagged for relatively innocuous posts. One user complained that they were flagged on Threads for saying they were horny, so “Elon wins this round.” Another said she was penalized for asking if users can “post boob,” which Threads flagged as content that “resembles others that have been reported.”

    “Tried calling myself stupid on threads and it got flagged for bullying,” artist Mikaeladraws tweeted. “That place is not gonna handle any of our shit.”

    ( function() { var func = function() { var iframe = document.getElementById(‘wpcom-iframe-5dff0a091d3445dfdeebd754909c1403’) if ( iframe ) { iframe.onload = function() { iframe.contentWindow.postMessage( { ‘msg_type’: ‘poll_size’, ‘frame_id’: ‘wpcom-iframe-5dff0a091d3445dfdeebd754909c1403’ }, “https:\/\/tcprotectedembed.com” ); } } // Autosize iframe var funcSizeResponse = function( e ) { var origin = document.createElement( ‘a’ ); origin.href = e.origin; // Verify message origin if ( ‘tcprotectedembed.com’ !== origin.host ) return; // Verify message is in a format we expect if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type ) return; switch ( e.data.msg_type ) { case ‘poll_size:response’: var iframe = document.getElementById( e.data._request.frame_id ); if ( iframe && ” === iframe.width ) iframe.width = ‘100%’; if ( iframe && ” === iframe.height ) iframe.height = parseInt( e.data.height ); return; default: return; } } if ( ‘function’ === typeof window.addEventListener ) { window.addEventListener( ‘message’, funcSizeResponse, false ); } else if ( ‘function’ === typeof window.attachEvent ) { window.attachEvent( ‘onmessage’, funcSizeResponse ); } } if (document.readyState === ‘complete’) { func.apply(); /* compat for infinite scroll */ } else if ( document.addEventListener ) { document.addEventListener( ‘DOMContentLoaded’, func, false ); } else if ( document.attachEvent ) { document.attachEvent( ‘onreadystatechange’, func ); } } )();

    Twitter’s moderation, historically, has been disproportionately enforced, convoluted and just as divisive as any other social media platform’s. In wake of Musk’s takeover, hate speech has skyrocketed on Twitter, and moderation is seemingly nonexistent. Users should be required to abide by basic content guidelines that forbid hate speech and threats, but the heavy-handed censorship that Threads enforces doesn’t make it any more appealing to regular Twitter users.

    Demo

    The lack of anonymity is also a miss for Threads.

    The relative anonymity that most users enjoy on Twitter can embolden the worst takes and most toxic interactions, but it also facilitates genuine community. Twitter is especially appealing for LGBTQ users, sex workers, organizers and other marginalized communities that make up the lifeblood of the platform. The faceless nature of Twitter allows users to exist in a bubble of their own interests, and laid the foundation for stan culture to flourish.

    Nobody wants to post the way they do on Twitter if it’ll be seen by people they actually know. Users need some degree of separation from their audience for these communities to exist. The uninhibited posting culture that makes Twitter such an enviable platform can’t migrate to Threads because the app is so intertwined with users’ real lives.

    For now, users can’t delete their Threads account without also deleting their Instagram account. You can make an alt account if you make a Threads account using a finsta, but users can’t toggle between multiple accounts yet. In a comment asking when Threads will allow multiple accounts, Instagram head Adam Mosseri said “it’s on the list.”

    ( function() { var func = function() { var iframe = document.getElementById(‘wpcom-iframe-c7a23a0a23efd0048856e350a06ca130’) if ( iframe ) { iframe.onload = function() { iframe.contentWindow.postMessage( { ‘msg_type’: ‘poll_size’, ‘frame_id’: ‘wpcom-iframe-c7a23a0a23efd0048856e350a06ca130’ }, “https:\/\/tcprotectedembed.com” ); } } // Autosize iframe var funcSizeResponse = function( e ) { var origin = document.createElement( ‘a’ ); origin.href = e.origin; // Verify message origin if ( ‘tcprotectedembed.com’ !== origin.host ) return; // Verify message is in a format we expect if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type ) return; switch ( e.data.msg_type ) { case ‘poll_size:response’: var iframe = document.getElementById( e.data._request.frame_id ); if ( iframe && ” === iframe.width ) iframe.width = ‘100%’; if ( iframe && ” === iframe.height ) iframe.height = parseInt( e.data.height ); return; default: return; } } if ( ‘function’ === typeof window.addEventListener ) { window.addEventListener( ‘message’, funcSizeResponse, false ); } else if ( ‘function’ === typeof window.attachEvent ) { window.attachEvent( ‘onmessage’, funcSizeResponse ); } } if (document.readyState === ‘complete’) { func.apply(); /* compat for infinite scroll */ } else if ( document.addEventListener ) { document.addEventListener( ‘DOMContentLoaded’, func, false ); } else if ( document.attachEvent ) { document.attachEvent( ‘onreadystatechange’, func ); } } )();

     

    Most people, including myself, compartmentalize their online presence. Instagram, with its curated, polished veneer, is for keeping up with people I know in real life. TikTok is for content about my extremely niche hobbies. Reddit is for diving into reviews of every product I’ve ever thought about buying. Twitter (and all of the clones attempting to rise from its ashes) is for sharing every asinine thought I’ve ever had.

    Though some features might translate to other platforms, the spaces that we occupy online determine how we interact with each other, and by extension, the communities that develop on the platform. Threads can establish itself as an alternative to Twitter, but its reach is limited. With such strict content guidelines, it’ll fail to woo the users that make it worthwhile it to stay on Twitter — especially if you can’t post ass.

    You can’t post ass, Threads is doomed by Morgan Sung originally published on TechCrunch

    Originally published at techcrunch.com

    devices gadgets notebooks phones tablets technology
    Share. Facebook Twitter LinkedIn Email Reddit
    Previous ArticleIs Justin Bieber’s Ape Really Worth $59,000? The Nuances of Valuing NFTs
    Next Article Tesla to provide more info on its driver alert system amid Autopilot probe

    Related Posts

    AI Isn't Enough—America Needs to Invest in Infrastructure, Too

    August 22, 2026
    Read More

    With the Help of AI, Founders Are Building the Tools They Always Wished They Had

    August 21, 2026
    Read More

    Stripe didn’t really buy OpenRouter because of the ‘singularity’

    August 20, 2026
    Read More
    Add A Comment

    Leave A Reply Cancel Reply

    Demo
    Top Posts

    Former FBI, CIA Head Has ‘Serious Concerns’ With Trump Cabinet Picks

    December 28, 2024435

    Emirates to operate next-gen A350 on the third daily service to Cape Town

    January 14, 2026256

    AAVE Price Prediction: Target $215-225 by Mid-January 2025 as Technical Indicators Signal Bullish Momentum

    December 15, 2025240

    Ventive Hospitality Joins Green Fins: Strong ESG Lift

    February 17, 2026211
    Don't Miss
    Politics

    U.S. And Canada Fall Deeper Into A Trade War With New Tariffs As Talks Collapse And Blame Is Spread

    By Staff WriterAugust 23, 20267 Mins Read

    WASHINGTON (AP) — The United States and Canada, historic allies along an undefended border, fell…

    Read More

    The Great Age Inversion: Why 35 Is Becoming the New 25 in Women’s Health and Beauty

    August 22, 2026

    Why Alpha-Maxxing Trends Raise Masculinity Concerns

    August 22, 2026

    The business case for unified systems & how to build them

    August 22, 2026
    Stay In Touch
    • Facebook
    • Twitter
    Demo
    About Us

    Small Business Minder brings together business and related news from around the world in one place. Follow us for all the business news you'll need.

    Facebook X (Twitter)
    Our Picks

    U.S. And Canada Fall Deeper Into A Trade War With New Tariffs As Talks Collapse And Blame Is Spread

    August 23, 2026

    The Great Age Inversion: Why 35 Is Becoming the New 25 in Women’s Health and Beauty

    August 22, 2026
    Most Popular

    Former FBI, CIA Head Has ‘Serious Concerns’ With Trump Cabinet Picks

    December 28, 2024435

    Emirates to operate next-gen A350 on the third daily service to Cape Town

    January 14, 2026256
    © 2026 Small Business Minder
    • Home
    • Get In Touch

    Type above and press Enter to search. Press Esc to cancel.

    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. To get the most from our site, please disable your Ad Blocker.