User:Lucia Dossin/Protyping/Assignment 5: Difference between revisions
Lucia Dossin (talk | contribs) (Created page with "Roll Your Own Google") |
Lucia Dossin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Roll Your Own Google | <h1>Roll Your Own Google</h1> | ||
From [[Roll_your_own_google|the exercise's page]]: 'This exercise is at once a simple exercise in CGI scripting and an opportunity to critically reflect on the state of the Web and the role of centralized commercial services such as Google. | |||
Create a cgi "search engine". It needs to be self-contained, that is contain it's own index based on your own specific crawling of data. Part of the point of doing this is to reflect on the question of data centralization and specificity. What does it mean to create your own index? Your "results" could be "purely" algorithmic, and/or based only on input provided to it (via the search box), and/or using either collected or crawled data you've yourself gathered. It's only fair, that's how Google works too.' |
Revision as of 17:21, 28 March 2014
Roll Your Own Google
From the exercise's page: 'This exercise is at once a simple exercise in CGI scripting and an opportunity to critically reflect on the state of the Web and the role of centralized commercial services such as Google.
Create a cgi "search engine". It needs to be self-contained, that is contain it's own index based on your own specific crawling of data. Part of the point of doing this is to reflect on the question of data centralization and specificity. What does it mean to create your own index? Your "results" could be "purely" algorithmic, and/or based only on input provided to it (via the search box), and/or using either collected or crawled data you've yourself gathered. It's only fair, that's how Google works too.'