Editing
Media Theory
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Media Theory is the study of how different forms of communication (media) affect human perception, society, and culture. It is not just about the ''content'' of the message (what is being said), but the ''technology'' that carries it (how it is being said). As the famous theorist Marshall McLuhan said, "The Medium is the Message." By studying media theory, we can understand how the transition from printing presses to television and now to social media and AI has fundamentally "re-wired" the human brain and restructured how we live, vote, and see ourselves. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Media Theory''' β The study of the nature and effects of various media on human culture and behavior. * '''Medium''' β The channel or technology used to communicate (e.g., Book, Radio, Internet). * '''The Medium is the Message''' β Marshall McLuhan's idea that the technology itself has a bigger impact than the content it carries. * '''Mass Media''' β Media technologies that reach a large audience via mass communication (e.g., Television, Newspapers). * '''Gatekeeping''' β The process by which information is filtered for dissemination (e.g., an editor choosing which story makes the front page). * '''Agenda Setting''' β The ability of the media to influence which topics are considered "important" by the public. * '''Framing''' β The way a story is presented (the "frame") which influences how people interpret the facts. * '''Digital Divide''' β The gap between those who have access to modern information technology and those who do not. * '''Convergence''' β The merging of previously distinct media forms (e.g., your smartphone is a phone, a TV, a newspaper, and a camera). * '''Hyper-reality''' β A state where the "simulated" world (on screens) becomes more real to us than the physical world (Developed by Jean Baudrillard). * '''Echo Chamber''' β An environment where a person only encounters information or opinions that reflect and reinforce their own. * '''Filter Bubble''' β A state of intellectual isolation caused by algorithms that only show us what we already like. * '''Semiotics''' β The study of signs and symbols and how they create meaning. * '''Propaganda''' β Information, especially of a biased or misleading nature, used to promote a political cause or point of view. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Media theory is understood through the '''Impact of Technology on the Senses'''. '''1. Hot vs. Cool Media (McLuhan)''': * '''Hot Media''': High-definition media that engages one sense fully and requires little "work" from the audience (e.g., Film, Radio). * '''Cool Media''': Low-definition media that requires the audience to "fill in the gaps" (e.g., Comics, Television, Telephone). '''2. The Global Village''': Media technology (specifically the internet) has "shrunk" the world. We can now feel the pain of someone on the other side of the planet instantly. However, this doesn't always lead to peace; sometimes it leads to "tribalism" as we find our small, niche groups online instead of connecting with our physical neighbors. '''3. Media as Extension''': The wheel is an extension of the foot. The book is an extension of the eye. The internet is an extension of the '''Nervous System'''. Because our media is now "everywhere," our nervous system is effectively outside our bodies, making us highly vulnerable to the "noise" and "stress" of the global environment. '''Cultivation Theory''': This theory suggests that if you watch a lot of television, you start to believe that the real world is as dangerous and violent as the one on screen. This is called "Mean World Syndrome." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <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;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Old Media vs. New Media ! Feature !! Old Media (TV/Print) !! New Media (Social/Web) |- | Direction || One-to-Many || Many-to-Many / Participatory |- | Gatekeeper || Strong (Editors/Producers) || Weak (Anyone can post) |- | Speed || Slow (Daily/Weekly) || Instant (Millisecond) |- | Cost of Entry || High (Millions for a TV station) || Zero (A free account) |} '''The Concept of "Encoding and Decoding"''': Stuart Hall argued that media isn't just "sent" and "received." 1. '''The Producer''' encodes a message with a specific meaning. 2. '''The Audience''' decodes it based on their own culture. An audience might "reject" the intended meaning entirely. Analyzing these "Mismatches" is how we understand why a commercial might work in one country but cause a riot in another. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating a piece of media: # '''Bias''': Whose interest does this story serve? # '''Sourcing''': Where did the "facts" come from, and can they be verified? # '''Format''': How does the ''shape'' of the media (e.g., a 15-second TikTok vs. a 500-page book) limit what can be said? # '''Inclusivity''': Whose voices are "missing" from the story? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Synthetic Media (Deepfakes)''': The challenge of a world where "Seeing is no longer believing" because AI can generate perfect video of anyone. # '''Metaverse / XR''': The transition from "watching" a screen to "living inside" the media. # '''Algorithmic Accountability''': Designing laws that force social media companies to explain why their AI showed you a specific piece of content. # '''Neural Media''': Directly transmitting "feelings" or "images" to the brain, bypassing the eyes and ears entirely. [[Category:Media Studies]] [[Category:Sociology]] [[Category:Communication]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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