Professor Steven B. Smith suggests that Hobbes “carried out what Machiavelli had hoped to make possible.” Hobbes made Machiavelli “habitable.” Do you agree that Hobbes\’ state is \”habitable\” within the context of the seventeenth century?(Please do not write about whether you would like to live in Hobbes\’ state. Instead, think about what innovations — or lack thereof if you have a negative view of Hobbes — he offers as a representative of the 17th century.)Two to three double-spaced pages, normal font and margins.Citations and bibliography required, MLA or Chicago.Please read Hobbes ch. 11-20, Hobbes ch. 21-31 from Hobbes, Leviathan. Penguin
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 });

