Why Platform Governance and Transparency Matter for Developers and Freelancers
The article discusses the importance of platform governance and transparency for developers and freelancers. It highlights the author's personal experience with Reddit's moderation policies, particularly the issue of shadow banning without clear communication. The author emphasizes the need for users to diversify their online presence and not rely solely on one platform for visibility.
- ▪The author experienced shadow banning on Reddit without any warning or explanation.
- ▪Reddit's moderation system allows for inconsistent enforcement of rules, leading to user frustration.
- ▪The article advises users to treat large platforms as amplifiers rather than primary sources for professional visibility.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 578915) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } mosbat Posted on May 23 Why Platform Governance and Transparency Matter for Developers and Freelancers #reddit #socialmedia #security #discuss In this post, I'm sharing my personal experience with Reddit's moderation and shadow bans, not as a personal grudge but as an example why Developers and Freelancers should pay attention to each platform's governance, moderation and transparency policies because when your visibility and reputation are tied to third party platforms, you want to…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).