Editing
Urbanism and the City of the Future
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}} Urbanism and the City of the Future is the "Study of the Collective"βthe investigation of the "Planning and Design" (~1990sβPresent) of "Human Settlements" to "Address" "Overpopulation," "Climate Change," and "Social Isolation." While "Architecture" (see Article 646) is about "Buildings," **Urbanism** is about the "Space Between Them." From "New Urbanism" and "Walkability" to "Smart Cities" and "Megaprojects," this field explores the "Evolution of the Habitat." It is the science of "Coexistence," explaining why a "15-Minute City" "Improves" "Mental Health"βand how "Big Data" "Replaced" the "Zoning Map" in the "Search for the Ideal City." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Urbanism''' β The "Study" of how "Inhabitants" of "Urban Areas" (Towns/Cities) "Interact" with the "Built Environment." * '''New Urbanism''' β A "Design Movement" that "Promotes" "Environmentally Friendly" habits by creating "Walkable Neighborhoods" with a "Range of Housing and Jobs." * '''Walkability''' β A "Measure" of how "Friendly" an area is to "Walking" (e.g., 'Sidewalks,' 'Safety,' 'Distance to amenities'). * '''Smart City''' β A "City" that "Uses" "IoT Sensors" (see Article 01) and "Data" to "Manage" "Traffic," "Energy," "Waste," and "Public Safety" "Efficiently." * '''15-Minute City''' β A "Planning Concept" where "Every Citizen" can "Reach" their "Essential Needs" (Work/Food/Health/Education) within a **15-Minute Walk or Bike.** * '''Gentrifcation''' β (See Article 560). The "Process" where a "Poor Urban Area" is "Changed" by "Wealthier People" "Moving In," "Improving" "Property Values" but "Displacing" "Original Residents." * '''Megaproject''' β (See Article 610). "Extremely Large-Scale" "Investment Projects" (e.g. 'NEOM' or 'The Line') that "Aims" to "Redefine" "Urban Life." * '''Mixed-Use Development''' β A "Building or Area" that "Combines" "Residential," "Commercial," and "Industrial" uses. * '''Public Transit''' (TOD) β **Transit-Oriented Development**: "Designing" cities around **"Trains and Buses"** instead of **"Cars."** * '''Urban Sprawl''' β The "Unrestricted Growth" of "Housing and Commercial Development" over "Large Areas" of land with "Low Density" (e.g., 'Suburbs'). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Urbanism is understood through '''Density''' and '''Connection'''. '''1. The "Human" Scale (Walkability)''': "Cars" vs. "People." * (See Article 132). In the **20th Century**, cities were "Designed" for **"Cars."** * This led to "Sprawl," "Isolation," and "Pollution." * **New Urbanism** "Argues" for "Returning" to the **"Human Scale."** * If you "Build" for **"Walking,"** people "Meet" each other "Naturally." * "The Sidewalk" is the **"Social Engine"** of "Democracy." '''2. The "Digital" Nervous System (Smart Cities)''': "City" as "Computer." * (See Article 159). A **Smart City** "Collects" "Massive Data" in "Real-Time." * It "Knows" when a "Trash Can is Full" or where a "Traffic Jam" is "Starting." * It "Optimizes" the **"Flow of Resources"** to "Reduce" "Waste" and "Cost." * "The City" "Becomes" a **"Self-Correcting System."** * "Efficiency" is "Automated." '''3. The "Ideal" Limit (Megaprojects)''': "Starting from Zero." * (See Article 629). Projects like **'The Line'** (Saudi Arabia) "Attempt" to "Build" a "Perfect City" in the "Desert." * They "Aim" for **"Zero Cars,"** **"Zero Carbon,"** and **"Total Automation."** * While "Daring," they "Face" the "Challenge" of "Creating" **"Authentic Culture"** "From Scratch." * "Utopia" is an **"Engineering Goal."** '''Jane Jacobs (1961)'''': The "Hero" of Urbanism. Her book, 'The Death and Life of Great American Cities,' "Attacked" the "Modernist Planners" who wanted to "Destroy" "Old Neighborhoods" for "Highways." She proved that **"Diversity"** and **"Eyes on the Street"** are what make "Cities" "Safe" and "Alive." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The 15-Minute City' (Predicting 'Carbon' Reduction):''' <syntaxhighlight lang="python"> def calculate_urban_footprint(population, avg_commute_km, percent_walkable): """ Shows why 'Density' is 'Green'. """ # Car emissions are the main factor emissions = (population * avg_commute_km * 0.4) * (1.0 - (percent_walkable / 100.0)) if percent_walkable > 80: return f"URBAN STATE: SUSTAINABLE. Emissions: {int(emissions)} tons. (High quality of life)." elif avg_commute_km > 20: return f"URBAN STATE: SPRAWL. Emissions: {int(emissions)} tons. (High stress / High waste)." else: return "URBAN STATE: TRANSITIONING." # Case: A Suburb (Commute 30km, 10% Walkable) print(calculate_urban_footprint(100000, 30, 10)) # Case: A 15-Minute City (Commute 2km, 90% Walkable) print(calculate_urban_footprint(100000, 2, 90)) </syntaxhighlight> ; Urban Landmarks : '''The 'High Line' (NYC)''' β A "Park" "Built" on an "Old Elevated Railway," "Proving" that "Urban Decay" can be "Transformed" into "Public Value." : '''Superblocks (Barcelona)''' β "Closing" "Nine City Blocks" to "Cars," "Returning" the "Street" to "Children" and "Cafes," "Dramatically" "Improving" "Air Quality." : '''Pruitt-Igoe Collapse''' β (See Article 646). The "Symbolic Failure" of "Modernist Social Housing," "Highlighting" the "Need" for "Human-Centered Urbanism." : '''The 'Great Wall of Lagos' ''' β (See Article 589). A "Megaproject" to "Protect" a "Megacity" from "Sea-Level Rise," "Demonstrating" the "Architecture of Climate Defense." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Suburb vs. 15-Minute City ! Feature !! Suburb (The Sprawl) !! 15-Minute City (The Node) |- | Primary Mode || "Private Car" || "Walking / Cycling / Transit" |- | Density || "Low" (Spaced out) || "High" (Stacked / Mixed) |- | Social Interaction || "Low (Private backyards)" || "High (Public squares / Parks)" |- | Economic Diversity || "Low (Zoned by income)" || "High (Mixed-use / Integrated)" |- | Analogy || A 'Grid of Islands' || A 'Single Organism' |} '''The Concept of "Tactical Urbanism"''': Analyzing "The Citizen's Power." (See Article 618). "Low-Cost," "Temporary" "Changes" (like 'Painting a bike lane' or 'Putting out chairs') to "Improve" a city "Instantly" "Without" "Waiting" for "Government." "The City" is a **"Live Prototype."** </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Urbanism: # '''Privacy''': Does the "Smart City" "Lead" to a **"Surveillance State"** (see Article 08)? # '''Equity''': (See Article 560). How can we "Improve" cities "Without" "Displacing" the "Poor" (Gentrification)? # '''Psychology''': (See Article 635). Why are "People" "Lonelier" in "Dense Cities" than in "Small Towns"? (The 'Urban Paradox'). # '''Impact''': How will "Autonomous Vehicles" (see Article 629) "Change" "Urban Design"? (Do we 'Need' parking anymore?). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Algorithmic' Zoning Board''': (See Article 648). An AI that "Updates" "City Zoning" "Every Month" based on "Real-Time Needs" for "Housing" and "Culture." # '''VR 'Urban' Planning''': (See Article 604). "Allowing" **1 Million Citizens** to "Walk Through" a "Proposed Building" in "VR" and "Vote" on it "Before" it is "Built." # '''The 'Mobile' City''': (See Article 610). "Floating" or "Modular" cities that can "Move" to "Avoid" "Hurricanes" or "Sea-Level Rise." # '''Personal 'Urban' AR Layers''': (See Article 127). AR glasses that "Show You" the "History," "Energy Use," and "Social Vibe" of "Every Building" you "Walk Past." [[Category:Arts]] [[Category:Science]] [[Category:Architecture]] [[Category:Design]] [[Category:Sociology]] [[Category:Politics]] [[Category:History]] [[Category:Geography]] [[Category:Urbanism]] [[Category:Future Studies]] </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