Editing
Media Theory
(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 Filter Bubble' (Algorithmic Influence):''' <syntaxhighlight lang="python"> def simulate_feed_evolution(user_interest, content_list): """ Shows how algorithms 'narrow' your view of the world. """ feed = [] # Algorithm only picks what you already like for content in content_list: if content['topic'] == user_interest: feed.append(content['title']) return feed # User likes 'Cats'. # World has 'Cats', 'Politics', 'Science', 'Art'. world_content = [ {'title': 'Funny Cat 1', 'topic': 'Cats'}, {'title': 'Mars News', 'topic': 'Science'}, {'title': 'Election Update', 'topic': 'Politics'}, {'title': 'Funny Cat 2', 'topic': 'Cats'} ] print(f"User Feed: {simulate_feed_evolution('Cats', world_content)}") # This 'Personalization' is the foundation of modern # social media revenue models. </syntaxhighlight> ; Media Landmarks : '''The Printing Press (Gutenberg)''' β The technology that ended the "dark ages" by making knowledge cheap and accessible. : '''The War of the Worlds (1938)''' β A radio play that caused panic, proving the "authority" and "power" of the voice on the radio. : '''The Tet Offensive (Vietnam)''' β The first "Television War," where images of combat changed public opinion and forced the end of a war. : '''The Arab Spring''' β Showing how social media can be used to organize revolutions and bypass government gatekeepers. </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