Editing
The Network Society and Digital Labor
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Platform Power' (Predicting 'Market Control' based on Data):''' <syntaxhighlight lang="python"> def evaluate_platform_monopoly(user_count_millions, data_extraction_level, competitor_count): """ Shows why platforms are hard to replace. """ # Network Effect = User_Count^2 network_power = (user_count_millions ** 2) / (competitor_count + 1) if network_power > 10000: return "STATUS: DOMINANT PLATFORM. (Competitors cannot enter. High 'Rent-seeking' potential)." elif data_extraction_level > 8: return "STATUS: DATA MONOPOLY. (Platform knows users better than they know themselves)." else: return "STATUS: EMERGING." # Case: A new social media app with 1 million users print(evaluate_platform_monopoly(1, 2, 10)) # Case: A dominant search engine with 1000 million users print(evaluate_platform_monopoly(1000, 10, 1)) </syntaxhighlight> ; Network Landmarks : '''The 'Arab Spring' (2011)''' β (See Article 545). The "Demonstration" of **"Network Power"**: how "Social Media" "Allowed" "Citizens" to "Coordinate" and "Overthrow" "Dictators." : '''Zero-Hour Contracts''' β The "Legal Reality" of the **Precariat**: "Workers" who are "On Call" but "Not Guaranteed" "Any Hours" or "Pay." : '''The 'Attention Economy' ''' β (See Article 619). The "Discovery" that **"Human Attention"** is the "Scarcest Resource" in the Information Age, "Leading" to "Addictive Design" (see Article 602). : '''Amazon Mechanical Turk''' β The "Platform" for **"Micro-Labor"**: "Paying" humans "Pennies" to "Perform" "Tasks" that "Computers" "Cannot Yet Do." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information