“He who passes the sentence should swing the sword”: Justice, Honor and Death
A man’s code of justice defines who he is. What is the relationship between honor and justice? How does the caste system instill its own code of justice?How are the events of the book representative of a moral value, or lack thereof? Compare the attitudes towards death and justice from different characters and cultures.
2. “Power is a trick. A shadow on the wall.” Meditation on power: Do the ends justify the means?
Some organizing principles of power are heredity, money, war, cunning and honor. If rule must come with the consent of the governed, then how is legitimacy judged? By what means is ultimate power attained? Why do people consent to obey? Consider the symbol of the dragon and Danerys transcendence. You may compare to other power structures discussed in the course.
3. Ned vs Dany
Compare the decisions of Eddard and Danerys as their respective story lines climax. Contrast Ned’s sense of honor and Danys sense of decency. Are more modern sentiments familiar to our time represented by certain cultures or characters? Who has a gentle or merciful heart? How do they fare in the story?
4. “Cripples, bastards and broken things”
Describe the roles of characters who fall on the outskirts of the nobility, such as Tyrion and Jon Snow. How do they define themselves? In what ways do they cope with their troubles in comparison to those of full nobility?
The book is Game of Thrones: you have to chose from one of those topic and write about
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 });

