Answer the following questions
I need these 5 question answers topic are below. I need 3 different topic for these question .
• What practices and technologies interested you in the discussion?
• Why did the artist or theorist use these practices/examples?
• What impact or implications do you think these practices/ideas might have on contemporary culture?
• What links in ideas and practices can you make between this topic and the other ones in your blog/website?
• Include relevant quotes from at least 3 readings.
1)
• Charity Marsh. “Hip Hop as Methodology: Ways of Knowing” (text)
• http://tinyurl.com/bg97wua
•
• AND
• EXPLORE:
• Interactive Media and Performance Labs
• http://www.interactivemediaandperformance.com/
•
2)
• EXPLORE:
• The Rough Music and Audio Digital Interaction Lab
• (aRMADILo)
• (http://armadilo.cs.uregina.ca/
•
• AND
•
• EXPLORE:
• https://www.sparkfun.com
3)
Matthew Knight on Creative Technologies from a Computer Science perspective
https://www.youtube.com/watch?v=aSmblPbfsOY#t=84
AND
4)
READ:
danah boyd. “Social Network Sites as Networked Publics: Affordances, Dynamics, and Implications”
http://www.danah.org/papers/2010/SNSasNetworkedPublics.pdf
ALSO READ:
Ben Davis “ ‘Social Media Art’ in the Expanded Field”
http://www.artnet.com/magazineus/reviews/davis/art-and-social-media8-4-10.asp
WATCH:
Workspace Unlimited speaking about their new media art
https://www.youtube.com/watch?v=xMNVmbfIRmE
5)
Link to the FIlm watched/discussed in class
Open the resource: https://www.nfb.ca/film/rip_a_remix_manifesto/
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 });

