User:ThomasW/An encyclopedia of media objects

From XPUB & Lens-Based wiki

Encyclopedia Media Object.JPG


Notes

--- Object vs attribute negative space shape subjectivity maker-object-reader container symbols digital physical finite concrete interaction physical object object of dis sire

Thing or Object?

Make the digital physical?

Artefact? Atonomis and sculptural Functional and interactive? Part of a system, flow?

Not form

Western , they are all construed Non Western, they are

Encyclopaedia from a NON Human perspect How will machine dream up a ecolopedia


Remains of the physical world in the digita??? Folders, Floppy disk,+++++

Object – academic Thing – common

Colloquial – Technical

“Things are energy fix in space”

“Exhibition of failed promises” Mecluan is a extention of man”

Objects

Family Photo Album

photo-album-icon.gif

The family photo album have been a important part of a family since the mass production of film.

“The family photograph functions primarily as a record as visible evidence that this family exist” Page (Joanne, (2011) p35 )


" When we document something in the real world, we make fixed, permanent, immutable records of it. But computer documents are volatile, ephemeral constellations of data” (Stephenson, 1999, Page 63)


How does the feel of a physical photo book be if the images are glitches?

glitch-trend-images-4.jpg


VHS Video Tape

The VHS tape is now a outdated storage medium for movies. How do we treat home movies that are stuck on VHS tape? What did we get promised, they last for a life time? But few people have a VHS player no more

vhs-tapes.jpg

A collection of videos about storage medium being shown on different media. VHS-DVD-HardDisc-Cloude

+++++

Are they things, or objects now? are they are relics of the past or use full formats.



ps://pzwiki.wdka.nl/mw-mediadesign/images/c/c3/Whenithinkaboutgraduation.gif

CRT Screen

How does the CRT screen fit in now in a modern time with LCD and LED screens. crt.jpg


HARD-DRIVES

http://www.fmk.co.uk/storage/HD%20pic.jpg?__SQUARESPACE_CACHEVERSION=1320323700435


Old Prototypes

Photo-album

Photoalbumerror-thomas.JPG Idea about having a glitched physical photo album..

Paper Hard-drive

PaperHard-drive01.JPG

PaperHard-drive02.JPG

Idea about printing out computer and electronic storage formats on paper to see how the juxposition off printed storage medium next to real version..

Media Collection

A collection of real and unreal and speculative media storage objects. StorageCollection01.JPG

StorageCollection02.JPG

Research

“We should not put emphasis on the fact it will last for ever because it will not last for ever,” he says. “We should put emphasis on the quality of sound and ease of handling.” (Paul McCartney recently recalled the first time George Martin showed him a CD. “George said, ‘This will change the world.’ He told us it was indestructible, you can’t smash it. Look! And – whack – it broke in half.”

BASFunlimited.jpg Seagateharddrivead.jpg Borge-Specifies-Verbatim.jpg Google-storage thomas.jpg

Maxell Floppy Disk

Imagery Storage Media Encyclopaedia Madlib

  • Madlib form
  • Web or Printed
  • Web interface, "press store forever" for printing
  • Collect a database for future--- printed collection????
  • Using media objects as décor?
  • Printing posters / show video collection of "dead media"

Ency11-5-15.jpg

Everynewtech.PNG

Prototyping

Imagery Storage Media Madlib Online 29-31.05.15

Madlibformat.jpg

Online Madlib for self generation marketing blurb for imaginary storage format as website. The code is a mix of this and my own editing and some help from Lucas and Joak

 <!doctype html>
  <html lang="en">
  <head>
   <title>Mad Lib</title>
   <meta charset="utf-8">
   <script>
   window.onload = init;
   
   function init() {
     var button = document.getElementById("submit");
     button.onclick = goMad;
   }
 function goMad() {
 		console.log("went mad");
     var words = [1,2,3,4,5];
     var inputs = document.getElementsByTagName("input");
     var story = " Introducing the new " + inputs[0].value + "
" + " Its the best and most reliable storage format yet made by " + inputs[1].value + "
" + " With capacity of " + inputs[2].value + " it can store your whole " + inputs[3].value + " collection." + "
" + " Never have your digital information been more " + inputs[4].value + " as now.";
     console.log(story);
// 
     // for (var i = 0; i < inputs.length; i++) {
     // var addendString = inputs[i].words;}
     var div = document.getElementById("story");
     div.innerHTML = story;
     div.print();
   }  
   // function printIt() {
   // 	var div = document.getElementById("story");
   //   div.print();
   // }
   </script>
   <style>
   story{
   	font-family: arial;
   	font-size: 40px;
   	font-weight: bold;
   	background-color: yellow;
   }

p{ font-family: arial;

   	font-size: 25px;
   	font-style: bold;
   }
   @media print {
   	body * {
   		display: none;
   	}
 /*  #noprint{
   	display: none;
   }	*/
   #story{ 
   	display: block;
   	width: 210mm;
   	height: 297mm;
   	font-size: 40pt;
   	margin-top: 1cm;
  		left {
       margin-left: 3cm;
       margin-right: 2cm; 
       text-align:justify;
   }


   }
   </style>
  </head>
  <body>

Trueout history mannknd have always made new ways of storing information.
but constant over promisis and lies kaklfklgfkljbkfkfladgjlaglkfgjflkgfj

  <form>
  <label for="word1">Format Name:</label>
  <input id="word1" type="text" size="60"> 
<label for="word2">Made by:</label> <input id="word2" type="text" size="60">
<label for="word3">Capacity of:</label> <input id="word3" type="text" size="60">
<label for="word4">Containe:</label> <input id="word4" type="text" size="60">
<label for="word5">Safety:</label> <input id="word5" type="text" size="60">

  <input type="button" id="submit" value="Generate">
  </form>
  <button onClick="window.print()">Save for the future</button>
  
 </body>
 </html>

Imagery Storage Media June 2015

New Idea: Make a constant generating website that show real and imagery storage formats using CGI and HTML.


  1. !/usr/bin/python

import os from csv import DictReader from random import choice

  1. python -m CGIHTTPServer

r=DictReader(open("storageobjectsnew.csv"),quotechar='|')

brands=[] type=[] manufacturer=[] model=[] year=[] serial=[] size=[] origin=[] descriptionbrands=[] for i in r: # print i brands.append(i.get("brands")) type.append(i.get("type")) manufacturer.append(i.get("manufacturer")) model.append(i.get("model")) year.append(i.get("year")) serial.append(i.get("serial")) size.append(i.get("size")) origin.append(i.get("origin")) # descriptionbrands.append(i.get("descriptionbrands")) # rest of content

images=os.listdir("images/")


print "Content-type: text/html;charset=utf-8" print print """ <META http-equiv="refresh" content="6;URL=http://localhost:8000/cgi-bin/storagenew.cgi"> <style>

td { background: white; font-family: sans-serif;

   font-size: 15px;
   font-weight: normal;
   text-align:center;
   size 300px;

}

</style>

print "

"+.join(images)+"

" print "

" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "" print "
"

print "Product Image"

print "
"

print "Brand"

print "
"

print "Type"

print "
"

print "Manufacturer"

print "
"

print "Model"

print "
"

print "Year"

print "
"

print "Storage Size"

print "
"

print "Serial No."

print "
"

print "Origin Country"

print "
"

print ''

print "
"

print choice(brands)

print "
"

print choice(type)

print "
"

print choice(manufacturer)

print "
"

print choice(model)

print "
"

print choice(year)

print "
"

print choice(size)

print "
"

print choice(serial)

print "
"

print choice(origin)

print "

"

Project Description

Coming!!!!!

Images

Encyclopedia of storage formats.jpg

Database 22.06.15

|brands| |type| |manufacturer| |model| |year| |serial| |size| |origin| |Deskstar| |Magnetic| |Hitachi| |T95ssowg3p| 1910 184 0 |Afghanistan| |Sound Tape| |Maglevic| |BASF| |zHodkwNSnM| 1911 61580 1 |Albania| |XJ-2055-B| |Chip| |Radotin| |UeI14E9SxT| 1912 27808 2 |Algeria| |Vinyl| |Vinyl| |CBS| |JfepHQ8gpW| 1913 27851 3 |Andorra| |PC133 SDRAM| |Chip| |Samsung| |Tt047Ca0K0| 1914 56094 4 |Angola| |600 SCOPE Binary Card| |Punch Card| |IBM| |Wg6ijKNVAu| 1915 36079 5 |Antigua & Deps| |Cdi| |Film| |Kodak| |2AfwGd1eeQ| 1916 36046 6 |Argentina| |Floppy Disc| |Magnetic| |RANK Xerox| |icKZjVtxGy| 1917 64655 7 |Armenia| |SonicTape| |Optical| |BASF| |MRk7wl0k31| 1918 25173 8 |Australia| |Reversal film| |Film| |AGFA| |lWGalfTs08| 1919 53421 9 |Austria| |35 mm| |Hologram| |Apple| |n3iWPn9Ck0| 1920 13890 10 |Azerbaijan| |Hyper Card| |Light| |DataTec| |BUbOFYmNC0| 1921 54985 11 |Bahamas| |Laser Disc| |Magnetic| |Microsoft| |0u1B| 1922 19577 12 |Bahrain| |CEI| |Optical| |Lynx| |WjB6k| 1923 47517 13 |Bangladesh| |USD| |Chip| |Computech| |MXYtC| 1924 34718 14 |Barbados| |SC Card| |Solid-state| |DELL| |LBzoM| 1925 51400 15 |Belarus| |Cloude| |Paper| |Kodak| |hlDtZ| 1926 55647 16 |Belgium| |iCloud| |Glass| |TDK| |QIxsY| 1927 21997 17 |Belize| |Reel Tape| |Ceramic| |CompUSA| |3Gbup| 1928 65098 18 |Benin| |CD| |Atom| |SEGA| |RNi8g| 1929 32820 19 |Bhutan| |CDR| |Air| |Nintendo| |Ae6jy| 1930 13651 20 |Bolivia| |USB Stick| |Cloud| |Chintech| |9ew8S00000| 1931 86741 21 |Bosnia Herzegovina| |USB| |Floppy Disc| |Knierzinge Komputation| |3gATK| 1932 75843 22 |Botswana| |VHS| |Solid State Drive| |TROLL| |u0yuj| 1933 62678 23 |Brazil| |BETAMAX| |USB Drive| |UNIWACK| |r9pQL| 1934 33279 24 |Brunei| |BLUE-RAY| |Copper| |ProSave| |nwI0b| 1935 5432 25 |Bulgaria| |HDDVD| |Magnetic| |Compaq| |ZjR0R111112| 1936 20603 26 |Burkina| |8Track| |Maglevic| |CP/M| |VCtRB| 1937 96496 27 |Burundi| |PATA | |Chip| |BMP| |Jgv94| 1938 17601 28 |Cambodia| |Memory Stick| |Vinyl| |TKW| |PCIpM| 1939 93671 29 |Cameroon| |CF Card| |Chip| |Philiips| |kv0Dn| 1940 1040 30 |Canada| |SD Card| |Punch Card| |Sony| |5YkeR| 1941 1041 31 |Cape Verde| |Cylor| |Film| |Remington| |Kj8AP| 1942 1042 32 |Central African Rep| |Crystal| |Magnetic| |HP| |U3LL4| 1943 1043 33 |Chad| |Googleplex| |Optical| |Google| |jhzEA| 1944 1044 34 |Chile| |K2000| |Film| |HTC| |ImFVd1041| 1945 1045 35 |China| |Memory Disc| |Hologram| |Acorn| |Z62QA| 1946 1046 36 |Colombia| |UKGOLD| |Light| |Sirius Cybernetics | |CSlXT| 1947 946041 37 |Comoros| |HTTO| |Magnetic| |Weyland Yutani| |BfQqT| 1948 362933 38 |Congo| |Gramaphone| |Optical| |Hitachi| |AtyUY| 1949 671455 39 |Congo {Democratic Rep}| |Banana| |Chip| |BASF| |QoPJx| 1950 827134 40 |Costa Rica| |Sand| |Solid-state| |VentureDisc| |YLJOY| 1951 687313 41 |Croatia| |8mm| |Paper| |AtlasSave| |GKiAb| 1952 459712 42 |Cuba| |BALL| |Glass| |BSO| |8pe9u1041| 1953 320352 43 |Cyprus| |FC Card| |Ceramic| |MOM| |3kGda| 1954 104570 44 |Czech Republic| |Minidisc| |Wax| |Kodak| |MRQ90| 1955 311101 45 |Denmark| |Stone| |Air| |RANK Xerox| |5exnx| 1956 270823 46 |Djibouti| |BBC| |Cloud| |BASF| |sSbNc| 1957 405151 47 |Dominica| |xD| |Floppy Disc| |AGFA| |ZKGPi| 1958 997517 48 |Dominican Republic| |Ibrik| |Solid State Drive| |Apple| |x3lnH| 1959 208779 49 |East Timor| |Marvin| |USB Drive| |DataTec| |h9F9R1041| 1960 933269 50 |Ecuador| |CBE| |Copper| |Microsoft| |Wug5Q| 1961 503651 51 |Egypt| |Negative Film| |Magnetic| |Lynx| |KaypL| 1962 390566 52 |El Salvador| |Shaver| |Maglevic| |Computech| |Aq6Mw| 1963 232289 53 |Equatorial Guinea| |15 mm| |Chip| |DELL| |eKC6p| 1964 644007 54 |Eritrea| |Holiday| |Vinyl| |Kodak| |k2Lvk1041| 1965 682899 55 |Estonia| |Super VHS| |Chip| |TDK| |gmEnj| 1966 204315 56 |Ethiopia| |G42| |Punch Card| |CompUSA| |8xxC4| 1967 27288 57 |Fiji| |Smart Media| |Film| |SEGA| |FWige| 1968 603195 58 |Finland| |Toilet| |Magnetic| |Sun Microsystems| |OlxRC| 1969 370047 59 |France| |ASCI| |Optical| |Chintech| |kHET21041| 1970 847743 60 |Gabon| |Deskstar| |Film| |Knierzinge Komputation| |zpWn6| 1971 592973 61 |Gambia| |Sound Tape| |Hologram| |TROLL| |6UmOt| 1972 644389 62 |Georgia| |XJ-2055-B| |Light| |UNIWACK| |pzApK| 1973 459200 63 |Germany| |Vinyl| |Magnetic| |ProSave| |k9fSO| 1974 932807 64 |Ghana| |index cards| |Optical| |Compaq| |ofJWm1041| 1975 845902 65 |Greece| |600 SCOPE Binary Card| |Chip| |0X| |qxH1p1041| 1976 68895 66 |Grenada| |Cdi| |Solid-state| |Lotus| |eF3d| 1977 50542858 67 |Guatemala| |Floppy Disc| |Paper| |Kurzweil| |3Vvf| 1978 558646655 68 |Guinea| |SonicTape| |Glass| |Philiips| |dT5k1041| 1979 93279937 69 |Guinea-Bissau| |Reversal film| |Ceramic| |Sony| |hzlj| 1980 453065276 70 |Guyana| |35 mm| |Atom| |Grifits| |F5tb| 1981 238002857 71 |Haiti| |Hyper Card| |Air| |HP| |tYzO535119| 1982 281810445 72 |Honduras| |Laser Disc| |Cloud| |Google| |x6eX| 1983 589257302 73 |Hungary| |CEI| |Floppy Disc| |HTC| |dfUt| 1984 57557542 74 |Iceland| |USD| |Solid State Drive| |Acorn| |LhWR| 1985 827548314 75 |India| |SC Card| |USB Drive| |Sirius Cybernetics | |YH9x535119| 1986 14231260 76 |Indonesia| |Cloude| |Copper| |Weyland Yutani| |kcQG| 1987 756313240 77 |Iran| |iCloud| |Magnetic| |Hitachi| |XYtb| 1988 62262946 78 |Iraq| |Reel Tape| |Maglevic| |BASF| |0bLV| 1989 283693271 79 |Ireland {Republic}| |CD| |Chip| |Banana| |FYxD| 1990 147307669 80 |Israel| |CDR| |Vinyl| |CBS| |7ins| 1991 564994561 81 |Italy| |USB Stick| |Chip| |Samsung| |T2Ol1041| 1992 745183241 82 |Ivory Coast| |USB| |Punch Card| |IBM| |SAkI1041| 1993 155908683 83 |Jamaica| |VHS| |Film| |Kodak| |orI2| 1994 480932272 84 |Japan| |BETAMAX| |Magnetic| |RANK Xerox| |5tTn| 1995 642302198 85 |Jordan| |BLUE-RAY| |Optical| |BASF| |pAev| 1996 555866415 86 |Kazakhstan| |HDDVD| |Film| |AGFA| |83lI1041| 1997 983293647 87 |Kenya| |8Track| |Hologram| |Apple| |ntvI| 1998 727045406 88 |Kiribati| |PATA | |Light| |DataTec| |Vnpv| 1999 896292893 89 |Korea North| |Memory Stick| |Magnetic| |Microsoft| |e5Nn| 2000 895369629 90 |Korea South| |CF Card| |Optical| |Lynx| |Px9i535119| 2001 839162361 91 |Kosovo| |SD Card| |Chip| |Computech| |nwwY| 2002 964901049 92 |Kuwait| |Cylor| |Solid-state| |DELL| |96uB1041| 2003 703869167 93 |Kyrgyzstan| |Crystal| |Paper| |Kodak| |FmOt| 2004 584662066 94 |Laos| |Googleplex| |Glass| |TDK| |kgmu| 2005 206785944 95 |Latvia| |K2000| |Ceramic| |CompUSA| |xZWA| 2006 750480930 96 |Lebanon| |Memory Disc| |Atom| |SEGA| |MOx21041| 2007 98699648966697 97 |Lesotho| |8Track| |Air| |Nintendo| |l094| 2008 6933459307103 98 |Liberia| |PATA | |Cloud| |Chintech| |zXJR| 2009 53511956978228 99 |Libya| |Memory Stick| |Floppy Disc| |Knierzinge Komputation| |6Owe| 2010 21711239336034 100 |Liechtenstein| |CF Card| |Solid State Drive| |TROLL| |yorK| 2011 69218550542922 101 |Lithuania| |SD Card| |USB Drive| |UNIWACK| |uyO2| 2012 89723974015179 102 |Luxembourg| |Cylor| |Copper| |ProSave| |Ivbx| 2013 78880199505651 103 |Macedonia| |Crystal| |Magnetic| |Compaq| |nKK4| 2014 62262690403876 104 |Madagascar| |Googleplex| |Maglevic| |CP/M| |RS6K535119| 2015 12853077094149 105 |Malawi| |K2000| |Chip| |BMP| |vmHY| 2016 85465156085569 106 |Malaysia| |Memory Disc| |Vinyl| |TKW| |lNfz| 2017 4986819928737 107 |Maldives| |index cards| |Chip| |Philiips| |nMwG| 2018 20484399879384 108 |Mali| |Deskstar| |Punch Card| |Sony| |YJm5| 2019 917798928444 109 |Malta| |Sound Tape| |Film| |Remington| |VOYX| 2020 9139181736602 110 |Marshall Islands| |XJ-2055-B| |Magnetic| |HP| |2iPq535119| 2021 2286203182769 111 |Mauritania| |Vinyl| |Optical| |Google| |YArc| 2022 56856815118636 112 |Mauritius| |PC133 SDRAM| |Film| |HTC| |G3yJ| 2023 52498568341758 113 |Mexico| |600 SCOPE Binary Card| |Hologram| |Acorn| |B0eX| 2024 63503508918614 114 |Micronesia| |Cdi| |Light| |Sirius Cybernetics | |uhJk| 2025 97396497372675 115 |Moldova| |Floppy Disc| |Magnetic| |Weyland Yutani| |FcQQ| 2026 39259050456997 116 |Monaco| |SonicTape| |Optical| |Hitachi| |Xv8B| 2027 12355350961619 117 |Mongolia| |Reversal film| |Chip| |BASF| |dgk4189313| 2028 92425941357851 118 |Montenegro| |35 mm| |Solid-state| |Radotin| |Rw6A189313| 2029 46612743005054 119 |Morocco| |Hyper Card| |Paper| |CBS| |DIt9| 2030 81479189313285 120 |Mozambique| |Laser Disc| |Glass| |Samsung| |hNA0| 2031 59679494715985 121 |Myanmar |CEI| |Ceramic| |IBM| |milX| 2032 24365609213570 122 |Namibia| |USD| |Atom| |Kodak| |Lc5n| 2033 95533207582955 123 |Nauru| |SC Card| |Air| |RANK Xerox| |HLf0| 2034 50442664344838 124 |Nepal| |Cloude| |Cloud| |BASF| |TjTD| 2035 83449628996258 125 |Netherlands| |iCloud| |Floppy Disc| |AGFA| |fBxZ| 2036 40256682556452 126 |New Zealand| |Reel Tape| |Solid State Drive| |Apple| |cQOB| 2037 1137 127 |Nicaragua| |CD| |USB Drive| |DataTec| |5Luy| 2038 1138 128 |Niger| |CDR| |Copper| |Microsoft| |nAzg| 2039 1139 129 |Nigeria| |USB Stick| |Magnetic| |Lynx| |VMNL189313| 2040 1140 130 |Norway| |USB| |Maglevic| |Computech| |Tv77| 2041 1141 131 |Oman| |VHS| |Chip| |DELL| |nBOi| 2042 1142 132 |Pakistan| |BETAMAX| |Vinyl| |Kodak| |zT9E| 2043 1143 133 |Palau| |BLUE-RAY| |Chip| |TDK| |DYAw| 2044 1144 134 |Panama| |HDDVD| |Punch Card| |CompUSA| |beDP| 2045 1145 135 |Papua New Guinea| |8Track| |Film| |SEGA| |WlJs| 2046 1146 136 |Paraguay| |PATA | |Magnetic| |Nintendo| |jJ4b| 2047 1147 137 |Peru| |Memory Stick| |Optical| |Chintech| |Wi8H| 2048 1148 138 |Philippines| |CF Card| |Film| |Knierzinge Komputation| |ztKL189313| 2049 1149 139 |Poland| |SD Card| |Hologram| |TROLL| |6O9V| 2050 1150 140 |Portugal| |Cylor| |Light| |UNIWACK| |jmoK| 2051 1151 141 |Qatar| |Crystal| |Magnetic| |ProSave| |vTkd| 2052 1152 142 |Romania| |Googleplex| |Optical| |Compaq| |2c6E| 2053 1153 143 |Russian Federation| |K2000| |Chip| |CP/M| |UQWR| 2054 1154 144 |Rwanda| |Memory Disc| |Solid-state| |BMP| |JRaw| 2055 1155 145 |St Kitts & Nevis| |UKGOLD| |Paper| |TKW| 9761 2056 1156 146 |St Lucia| |HTTO| |Glass| |Philiips| |jcy6| 2057 1157 147 |Saint Vincent & the Grenadines| |Gramaphone| |Ceramic| |Sony| |8VrN| 2058 1158 148 |Samoa| |Banana| |Atom| |Remington| |18931392Ax| 2059 1159 149 |San Marino| |Sand| |Air| |HP| |8Q0V| 2060 1160 150 |Sao Tome & Principe| |8mm| |Cloud| |Google| |VlE4| 2061 1161 151 |Saudi Arabia| |BALL| |Floppy Disc| |HTC| |2057jY3d| 2062 510269974299171000 152 |Senegal| |FC Card| |Solid State Drive| |Acorn| |2TgN| 2063 889340595994398000 153 |Serbia| |Minidisc| |USB Drive| |Sirius Cybernetics | |9J0j| 2064 974215754882632000 154 |Seychelles| |Stone| |Copper| |Weyland Yutani| |SjiE| 2065 575660738169728000 155 |Sierra Leone| |BBC| |Magnetic| |Hitachi| |dkZD| 2066 19517294158825000 156 |Singapore| |xD| |Maglevic| |BASF| |ha3K| 2067 250529684735717000 157 |Slovakia| |Ibrik| |Chip| |Radotin| |2057E0D2| 2068 633277380558912000 158 |Slovenia| |Marvin| |Vinyl| |CBS| |AaJz| 2069 303419369356856000 159 |Solomon Islands| |CBE| |Chip| |Samsung| |lq0n| 2070 223272533786378000 160 |Somalia| |Negative Film| |Punch Card| |IBM| |6yNZ| 2071 220760165683356000 161 |South Africa| |Shaver| |Film| |Kodak| |urpC| 2072 954756932756639000 162 |South Sudan| |15 mm| |Magnetic| |RANK Xerox| |kFSI| 2073 216487922333512000 163 |Spain| |Holiday| |Optical| |BASF| |52AG| 2074 633163981496649000 164 |Sri Lanka| |Super VHS| |Film| |AGFA| |g0c0| 2075 98807360267264100 165 |Sudan| |G42| |Hologram| |Apple| |JO9m| 2076 98694089157673900 166 |Suriname| |Smart Media| |Light| |DataTec| |kj6dLr0xoC| 2077 911843779008582000 167 |Swaziland| |Toilet| |Magnetic| |Microsoft| |N0348ibxmE| 2078 237715446748657000 168 |Sweden| |ASCI| |Optical| |Lynx| |GEW0RvJIMM| 2079 435601245319113000 169 |Switzerland| |Deskstar| |Chip| |Computech| |HI6E7ZyA5C| 2080 276936980647637000 170 |Syria| |Sound Tape| |Solid-state| |DELL| |KeIylXjNXR| 2081 347695818379538000 171 |Taiwan| |XJ-2055-B| |Paper| |Kodak| |fb9vBHLdtL| 2082 12908049899604500 172 |Tajikistan| |Vinyl| |Glass| |TDK| |Y5N76aubKp| 2083 386441921078853000 173 |Tanzania| |index cards| |Ceramic| |CompUSA| |u41NuJWAlm| 2084 371099443238283000 174 |Thailand| |600 SCOPE Binary Card| |Atom| |SEGA| |ZgWAdn1kMP| 2085 947685709562898000 175 |Togo| |Cdi| |Air| |Nintendo| |Ut3pMqLGh9| 2086 798069456389488000 176 |Tonga| |Floppy Disc| |Cloud| |Chintech| |t9K8qrXcw2| 2087 620345034636144000 177 |Trinidad & Tobago| |SonicTape| |Floppy Disc| |Knierzinge Komputation| |QIdMULQU1B| 2088 904466224319527000 178 |Tunisia| |Reversal film| |Solid State Drive| |TROLL| |CeZnl7HDpA| 2089 167922822327334000 179 |Turkey| |35 mm| |USB Drive| |UNIWACK| |hiW88HjnLy| 2090 10049292262399400 180 |Turkmenistan| |Hyper Card| |Copper| |ProSave| |sOzQ9JWyaF| 2091 678630902153660000 181 |Tuvalu| |Laser Disc| |Magnetic| |Compaq| |5mzby9pLTi| 2092 237715446748657000 182 |Uganda| |CEI| |Maglevic| |CP/M| |I16hrBZPlv| 2093 435601245319113000 183 |Ukraine| |USD| |Chip| |BMP| |N4iheDyYU2| 2094 237715446748657000 184 |United Arab Emirates| |SC Card| |Solid-state| |TKW| |y4niU3SqPb| 2095 435601245319113000 185 |United Kingdom| |Cloude| |Paper| |Philiips| |rBQtlErUIc| 2096 435601245319113000 186 |United States| |iCloud| |Glass| |Sony| |fd4TfYH0iu| 2097 237715446748657000 187 |Uruguay| |Reel Tape| |Ceramic| |Remington| |4lVfkgz41h| 2098 435601245319113000 188 |Uzbekistan| |CD| |Atom| |HP| |Qlfm6zZ38p| 2099 435601245319113000 189 |Vanuatu| |CDR| |Air| |Google| |rTAdHsdwVl| 2100 237715446748657000 190 |Vatican City| |USB Stick| |Cloud| |HTC| |CevmW6OtHV| 2101 435601245319113000 191 |Venezuela| |USB| |Floppy Disc| |Acorn| |45ATQwDnMq| 2102 1202 192 |Vietnam| |VHS| |Solid State Drive| |Sirius Cybernetics | |we3WEK5b28| 2103 1203 193 |Yemen| |BETAMAX| |USB Drive| |Weyland Yutani| |UNEhv4OEvx| 2104 1204 194 |Zambia| |BLUE-RAY| |Copper| |Weyland Yutani| |8dQvS7e8oS| 2105 1205 195 |Zimbabwe|