topic: according to solnit, in what ways do people today think and behave differently than people did in “the golden age of walking”? what do you think of her views?
My opinion:
I agree with Solnit’s idea that people are unwilling to walk as well as ancient people because walking is inefficient, is outdated, and is not safe.
My idea: walking is inefficient because it wastes a lot of times when people need to reach a long distance and vehicles are not expensive now. People can save many times to do their favorites instead of walking. Second, walking is free, but slow. Car was fast but expensive in twenty century, but now it is relatively cheaper.
Walking is outdated because it is not the only entertainment anymore. Read the essay, people love to walk, but now people have many choice
such as movie, video games. Walking was a nice method to talk to people and enjoy. Modern people tend to used their phone and app such as facebook, twitter to talk. We use different way to spend our time now. I am not sure about this body paragraph, you can make some change but not too much.
Third, walking is not safe. Example, my friend lives in Memphis, top three crime city in USA. He drives to every position he goes. People do not trust their neighbood and fear to walk alone at night. Too many criime happen.
The ideas I write above is my instruction, please use it.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

