Please answer 2 of the following questions. Answers should use only the texts provided. Please use quotations to support your argument. Each response should be 4 pages. Using outside sources is strictly not allowed. This paper will go through turnitin for plagiarism.
1.Compare and contrast the roles of memory and remembering in Arendt and Nietzsche.
2. Are Nietzsche and Arendt moral relativists (moral relativism holds that morality is solely a product of culture and society)? Why or why not?
The 2 sources allowed to be used are Nietzsche genealogy of morals. http://www.inp.uw.edu.pl/mdsie/Political_Thought/GeneologyofMorals.pdf
Arent Responsibility and judgment. I uploaded this one
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 });