Editing
Digital Sovereignty and Data Rights
(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 Sovereign Level' (Calculating 'Digital Independence' score):''' <syntaxhighlight lang="python"> def calculate_sovereignty(proprietary_apps_count, self_hosted_data_pct, ssi_id_used): """ Shows how much of your 'Digital Self' you own. """ # Sovereignty increases with self-hosting and SSI score = (self_hosted_data_pct / 10.0) + (20 if ssi_id_used else 0) - proprietary_apps_count if score > 80: return f"STATUS: SOVEREIGN. (Score: {int(score)}. You 'Own' your digital life)." elif score > 30: return "STATUS: SEMI-INDEPENDENT." else: return f"STATUS: DIGITAL SERF. (Score: {int(score)}. Your life is 'Owned' by Platforms)." # Case: Using 50 proprietary apps, 0% self-hosted, no SSI print(calculate_sovereignty(50, 0, False)) </syntaxhighlight> ; Sovereignty Landmarks : '''The 'Snowden' Revelations''' (2013) β (See Article 133). The "Global Wake-up Call" "Regarding" "Mass Surveillance." : '''The 'Solana' / 'Ethereum' Ecosystems''' β (See Article 533). "Practical Platforms" for "Building" **"Decentralized Applications"** (dApps). : '''The 'Aadhaar' System''' (India) β The "World's Largest" "Digital ID" system, "Leading" to "Debates" about **"State Surveillance"** vs **"Service Access."** : '''Tim Berners-Leeβs 'Solid' ''' β The "Inventor of the Web's" "Project" to "Return" **"Data Control"** to the "User." </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