1.) Watch the Rashomon video online!!
RASHOMON is available on Hulu. If you have a Hulu subsrption, I recommend you stream it from there for best quality.
RASHOMON is also available for streaming from Amazon.comfor $3.99. You will need to have an Amazon account, which is free (you dont need Amazon Prime.)
You can stream RASHOMON from Zapp.net for free, athttp://www.zappinternet.com/video/BoGsYiyQid/Rashomon+(1950)/
While the quality is not quite as good as Hulu or Amazon, it is still good (and free!)
2.)After watching the video answer the questions below:
define the Rashomon effect and the quicksand of ego.
what is the significance of each for moral dialogue?
explain the metaphor falling into dark hell. contrast it to Westons idea of the expanding circle and ethics of caring.
In what ways do the priest and the vegabond represent morally/emotional incomplete personalities, and the same elements at war within the woodcutter? Although the woodcutter is fallible and flawed – just like the other characters, does the woodcutter present a way out of the moral predicament without having solved the problem of truth?
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 });

