Editing
Surveillance Capitalism
(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 Data Extraction Rate' (How much is known about you):''' <syntaxhighlight lang="python"> def estimate_profile_depth(hours_on_app, smart_devices_count, data_brokers_access): """ Profile Depth: 0 (Private) to 100 (Digital Twin) """ base_knowledge = hours_on_app * 2.5 device_impact = smart_devices_count * 10 broker_multiplier = 1.5 if data_brokers_access else 1.0 depth = (base_knowledge + device_impact) * broker_multiplier return min(round(depth), 100) # Person A: USes 1 app for 1 hour, no smart devices. print(f"Person A Knowledge: {estimate_profile_depth(1, 0, False)}%") # Person B: 4 hours/day, 5 devices (Watch, Speaker, etc.), data sold to brokers. print(f"Person B Knowledge: {estimate_profile_depth(4, 5, True)}%") </syntaxhighlight> ; Surveillance Landmarks : '''The Cambridge Analytica Scandal (2018)''' β The moment the world realized that "Data Scraped from Facebook" could be used to manipulate elections and "Hack" democracy. : '''PokΓ©mon Go (2016)''' β Analyzed by Zuboff as a "Surveillance Experiment" that successfully used a game to "Nudge" people to walk to specific physical businesses (like Starbucks) for profit. : '''The 'Smart Home' Takeover''' β Companies like Amazon buying iRobot (Roomba) or Ring doorbells to complete their "360-degree view" of your life. : '''The Privacy Paradox''' β The psychological fact that people say they "Value Privacy" but will give up their data for a 10% discount or a free filter. </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