<?xml version="1.0" encoding="utf-8"?>
<data>
<r t="10.87">welcome to my talk and</r>
<r t="14.09">let's start what am i babbling about</r>
<r t="18.43">about brno of course like way to grab lunch where you are well i'll tell</r>
<r t="22.52">you all about brno because i know a lot about it it's my second time</r>
<r t="26.64">here so of course and everything</r>
<r t="28.54">no i'll be talking about judge you of air go to make it make that</r>
<r t="34.31">happen right now in you know you don't have for example map see don't know</r>
<r t="40.16">like if you want to just check weekly where you are in map you can't</r>
<r t="43.45">do that so and you need to find places and stuff so that's not there</r>
<r t="50.68">and you do</r>
<r t="52.37">do that so what do we need to do to make it the geo where</r>
<r t="56.62">the organ on experience</r>
<r t="59.04">one first thing is your location to find your location the users location and where</r>
<r t="66.75">you are and sure to of course and the next thing you need is once</r>
<r t="73.84">you know where you are you you're probably finding where you are because you want</r>
<r t="77.94">to go to some place and want to see how much distances there between the</r>
<r t="81.34">place you place the want to go to and you and how to get there</r>
<r t="85.75">and that would be the second thing to find a route to the place very</r>
<r t="89.68">work go to or if you want to plan your journey so that also needs</r>
<r t="95.36">a solution in bloom and this is something that is on all black problems like</r>
<r t="100.58">android and i us or whatever it's called the apples so always i know use</r>
<r t="106.34">it so i don't know the names even so they all have it they all</r>
<r t="110.32">have first solutions for these things integrated into their voice always so we need something</r>
<r t="116.58">like that and also of course in the end they all these things should need</r>
<r t="121.1">that you why that shows you know all these things roots and maps and everything</r>
<r t="126.16">and also to save but you like if you do your search for route which</r>
<r t="130.45">save it for you and later if you want to access that it should be</r>
<r t="134.15">able to give it to you matt very fast because it's cash and also like</r>
<r t="138.19">the places you have search for be is these so it should be able to</r>
<r t="142.44">show it to you very quickly and not use network at all</r>
<r t="146.56">so i'll be talking a bit about these for things that i mentioned and the</r>
<r t="151.16">first of the thing is the G location</r>
<r t="155.33">we have solution already for that since two thousand five or six a bunch of</r>
<r t="161.24">people mostly from finland for some reason like others the hundred bridges and you see</r>
<r t="166.24">click on and they both of our very much involved in this project but not</r>
<r t="171.26">sure like for the last few years they are not so involved and they kind</r>
<r t="175.52">of created a good solution and it was the like all of the things that</r>
<r t="178.94">it sounded very good ideas of the time but they ended up making it really</r>
<r t="183.86">complicated i actually haven't really worked on there's you to myself like the old one</r>
<r t="190.3">but no</r>
<r t="193.09">bastion</r>
<r t="194.74">has been working on that and he founded very complicated so it's like it's</r>
<r t="203.16">create some if you guys and then those api tsar divas if you as are</r>
<r t="207.25">implemented by different services and then you will have to choose the differences services which</r>
<r t="212.76">you want like based on if you want G P S R I P address</r>
<r t="216.48">or all those things so it's not so nice and we something better so we</r>
<r t="223.2">mainly bust and came up with the idea of geo clue and your clue to</r>
<r t="229.41">completely rewrite it and the main point of this rewrite is having simplicity and have</r>
<r t="237.86">one service one simple service and make it really the well documented and apps can</r>
<r t="243.32">just use that service and they don't need to hear about or users that means</r>
<r t="247.27">a nobody needs to care about different kinds of like sources of where you get</r>
<r t="254.45">to the location information from like gps or three D or all those so that's</r>
<r t="260.48">the main thing that should be simple and it needs to have privacy so currently</r>
<r t="267.39">do you include gives your location information to all the apps</r>
<r t="271.13">and that you although that that's not what you want you want to have control</r>
<r t="276.73">over that so why don't have needs your location it ask you be ask you</r>
<r t="281.15">that you want to share your location to this particular i or not and then</r>
<r t="285.12">when you say yes we do that and we also save it the or preference</r>
<r t="290.17">and then you should have the chance to also change your preference later for different</r>
<r t="294.32">apps</r>
<r t="295.05">so this is all coming i already have actually like a bastion give me a</r>
<r t="299.41">design for what you talked that you could to should look like and i most</r>
<r t="303.49">agreed with it so i implemented it and what previously was on my private you</r>
<r t="309.39">get oreos or something but just before the talk like to our before bastien wanted</r>
<r t="313.98">to do you clue repository so now as you could you and your crew with</r>
<r t="318.8">just merged and just you could and the old stuff just doesn't exist there all</r>
<r t="323.83">the court is origin and maybe it releases and stuff but there's one really is</r>
<r t="328.72">already and you can already tried a currently it</r>
<r t="335.6">i'll talk about</r>
<r t="337.29">the sources a bit so you need a different sources that i mentioned the for</r>
<r t="343.13">location and do you clue is supposed to use these sources and like tried that</r>
<r t="351.05">it's best to get your location as good as possible so what are the sources</r>
<r t="355.51">the other person is gps and it gps assisted gps so if you have hardware</r>
<r t="360.12">which gets very accurate information "'cause" U P Ss for getting your information a location</r>
<r t="366.36">information very accurately so if you have it and you're is connected to your machine</r>
<r t="371.91">running a normal it's</r>
<r t="374.57">it's</r>
<r t="375.77">the best thing so your we can find your location and we displayed on that</r>
<r t="382.39">i'll talk about maps later</r>
<r t="387.04">one</r>
<r t="388.8">and then there is life i've missed a but your location so there is some</r>
<r t="394.82">A P eyes like there is gone all not sorry go will api for this</r>
<r t="398.9">and then there is the free so results light i forgot the name</r>
<r t="403.36">almost open wireless i think so it's</r>
<r t="406.95">the both the services they did send them your what which likewise are in range</r>
<r t="412">and what's the strands of it and they give you a indication of the location</r>
<r t="418.37">and</r>
<r t="420.41">don't have this right now we do we have some patches for do you college</r>
<r t="426.89">you who do that but should be your clue to at this but it's based</r>
<r t="434.53">on google and we don't think real get permission to use their api because it's</r>
<r t="441.02">meant specifically for google maps</r>
<r t="443.5">so we can't use it more most likely so we will probably use this open</r>
<r t="450.21">like five</r>
<r t="453.02">and for privacy concerns as well with this and they say stuff going on</r>
<r t="459.7">and also three G nowadays is three Z modems they give you location information it's</r>
<r t="466.71">not that accurate but it's much better than the next one i'll talk about so</r>
<r t="472.31">it's a maybe really need this and i'll be working on that currently we only</r>
<r t="477.76">have this last one I P based geolocation it's only usually city level information so</r>
<r t="485.21">you can we can only detect your and helsinki or violent and stuff like that</r>
<r t="489.58">and i think it works pretty lively for that is</r>
<r t="492.44">so that that's there already and you clue us so you can at least get</r>
<r t="497.13">your C D look at information if you want to new or up to you</r>
<r t="500.51">to do that you should use your clue already or if you had the previous</r>
<r t="505.44">you clue support for that you need to order to the new api and it</r>
<r t="510.68">should</r>
<r t="512.93">so once you know where you are the next step is to of explore the</r>
<r t="518.48">syria around you or to find places like you're going to some country a next</r>
<r t="524">week you want to know about what's kind of restaurants out there where you're staying</r>
<r t="527.77">and stuff and the place where you're staying in the exact so for that we</r>
<r t="532.63">have something called G accord agility</r>
<r t="536.86">who to blame for this once again bust and</r>
<r t="541.92">who doesn't know who's busting on here</r>
<r t="549.53">good one</r>
<r t="551.46">so and you don't know cool stuff so this is one of things you did</r>
<r t="558.94">and recently i've started contributing to it so one so it's what it does is</r>
<r t="564.42">it's something called you coding enter words you coding geo coding is the process of</r>
<r t="571.34">translating</r>
<r t="573.56">stringer checks into</r>
<r t="577.29">location information like to student long which you'd mainly and also about like getting more</r>
<r t="583.57">details what kind of place it is like where this that search results that you</r>
<r t="589.08">get you also get those with the with this you could really and rewards you</r>
<r t="594.47">according is the opposite of that you your point in a map in a place</r>
<r t="599.08">and you say which what's here</r>
<r t="601.9">and then surely words you according you can find what's the name of this place</r>
<r t="606.41">and other actors of the place if it's a restaurant so what kind of restaurant</r>
<r t="611.07">and all that stuff</r>
<r t="612.22">so we don't have currently that much support for like what kind of place it</r>
<r t="616.64">is but we do have support basic support for like if it's a city or</r>
<r t="621.35">country or that things like that or a point of interest which could be many</r>
<r t="625.46">things</r>
<r t="626.38">and we so we have this you're putting in reverse you putting already working in</r>
<r t="633.26">you could you live you can already use that</r>
<r t="637.39">and one of the things we recently did with this beautiful jill it was that</r>
<r t="642.16">you was using</r>
<r t="643.84">pretty</r>
<r t="645.56">i think it's for price we have somehow and i it's not open it hope</r>
<r t="650.94">places it's that that's what it was using and i order to norman a team</r>
<r t="655.66">which is a three service and open service and you can do whatever you want</r>
<r t="663.1">it's open source</r>
<r t="664.74">stuff so it's all good</r>
<r t="667.11">and it's also a lot more populated then joe places in general sorry but</r>
<r t="685.61">so</r>
<r t="687.03">does to say like places are you mostly talk about like cities are like i</r>
<r t="691.22">mean i know there's also like stuff like i wanna go to this last right</r>
<r t="694.93">guy type many am restaurant will give me location of longitude latitude i also never</r>
<r t="700.21">gonna number need to i guess that a pronounce it i believe open street maps</r>
<r t="705.83">has been trying to build some it's open straight now this nominal thing is from</r>
<r t="710.4">open straighten that up there service okay it's actually the same data beta like a</r>
<r t="716.53">same database if you have some something to know open street map it gets okay</r>
<r t="722.87">so</r>
<r t="725.76">okay right so i mean</r>
<r t="728.71">how hot it i assume it's really popular because of street maps but i assume</r>
<r t="732.75">that it's like</r>
<r t="734.12">that like restaurants i don't like we will not very populated you can type a</r>
<r t="737.7">name a restaurant or some building and you'll just it'll they are the this also</r>
<r t="742.49">find that there's a lot of data and they're standing i'll talk a bit more</r>
<r t="747.69">about the data for alright thank you know what one of the things that we</r>
<r t="751.61">want to be able to do at some point once we get</r>
<r t="755.3">once we can access gps is some a inaccurate souls of location</r>
<r t="761.72">then will be able to in the data and probably data for them you know</r>
<r t="767.3">seen</r>
<r t="768.74">i think that's very important because it's data that will end up using</r>
<r t="776.56">for some more questions</r>
<r t="783.49">well there is a way of using the G P S and cell phones the</r>
<r t="790.24">up to</r>
<r t="791.72">so you exposing you i it's also i doubt so</r>
<r t="796.71">you have to connected</r>
<r t="798.41">like it's some for that they expose themselves as the act normal what i'm and</r>
<r t="806.05">you can get to the location information through what a manager this knock and nine</r>
<r t="810.61">is one of them okay so i'm hoping that the new you all i'm about</r>
<r t="815.15">to do the same so because they're based on the same software so that should</r>
<r t="818.91">do what we can hope we can help</r>
<r t="821.93">all you can get a dedicated to a team or them</r>
<r t="834.14">if you're specifically talking about exporting gps info from oldham couldn't you do that with</r>
<r t="839.6">an application so and get on the phone that we have like a nap in</r>
<r t="844.44">the and weren't however and</r>
<r t="847.47">we exported over shape loses</r>
<r t="850.6">okay so you're saying that we should put up a at that people can download</r>
<r t="854.41">and then you can if there's interesting do we have anything about that's actually good</r>
<r t="859.32">idea okay i think about if i can time out there</r>
<r t="866.71">so in the end we need to you want to expose all these things together</r>
<r t="870.49">like how do you need to show it like you need you can get the</r>
<r t="874.61">location of the user you can</r>
<r t="878.07">i find out place is so how do you showed all this information so first</r>
<r t="882.77">thing is like some plan it's of the library that was it in by this</r>
<r t="887.74">guy big in the beginning here look at doing we lost this guy to this</r>
<r t="891.85">company call apple because i don't know they don't allow him to work on the</r>
<r t="896.82">things related to his work or something that's actually a lot of companies do that</r>
<r t="900.83">they don't allow you to work on open source on the same things they are</r>
<r t="904.06">doing in their work because it's conflict of interest or something at least according to</r>
<r t="907.75">them</r>
<r t="908.47">so but before he went away he did already a lot of good a job</r>
<r t="913.33">with this like simple and it's a really nice api already and we have been</r>
<r t="918.32">using it and it's not like guys your clue that we need to replace it</r>
<r t="922.76">because we don't see the point</r>
<r t="925.62">so we are working on that as well like as much as needed although it</r>
<r t="929.95">already works pretty well and now this is maintained by this guy G is here</r>
<r t="935.06">G guy</r>
<r t="936.77">no</r>
<r t="937.71">it was supposed to be here you'd it's quite nearby and he said he will</r>
<r t="940.59">come by so</r>
<r t="942.15">okay so he's a nice guy and is maintaining it for us and this election</r>
<r t="948.4">one as the just for was saying about opens treatment so it's uses that an</r>
<r t="952.59">is pretty cool because it's has opened data and it's there is no problem or</r>
<r t="958.27">for an essay or anyone's fine that's that the</r>
<r t="961.43">well actually they can anyway</r>
<r t="965.55">it's user driven</r>
<r t="967.37">which means that if you'll find like to find some information it's not there you</r>
<r t="972.76">can go and just put it there if they have multiple clients not today one</r>
<r t="978.29">api but multiple clients for different platform all the platforms federico where is very is</r>
<r t="985.35">not here and you had to go we showing me on his iphone that they</r>
<r t="988.3">have a client for that multiple clients and you can very easily add information to</r>
<r t="993.57">it especially like something small there's like a street or something like a there's and</r>
<r t="998.33">restaurant different restaurant is missing and it so you can very easily add from with</r>
<r t="1002.26">those us and that is why you know what the last few years this open</r>
<r t="1007.61">street map has come a very long way like there was so much data that</r>
<r t="1012.19">was missing but now it is it's very if you play a little data that's</r>
<r t="1015.13">missing so i'll encourage you guys if you are just in math and stuff since</r>
<r t="1020.45">you're here you are just right so please do contribute if you if you can</r>
<r t="1025.32">and it's very see easy and simple is will be will very easy way to</r>
<r t="1028.6">contribute you can it's a one of them is to contributed we don't know actually</r>
<r t="1040.09">okay a that i so well period was working on is not stuff the also</r>
<r t="1045.66">wrote and i call a marilyn it</r>
<r t="1049.23">the problem it is that wasn't meant for going on three so the you eyes</r>
<r t="1053.09">that doesn't look like anything like a going on three up and it's very little</r>
<r t="1057.51">work it's it was pretty incomplete so there was no point of view we using</r>
<r t="1061.85">that part at least but we are using mission plan which is the bigger part</r>
<r t="1065.47">of the of the work and we went for a new application called max for</r>
<r t="1071.04">it's the designed specifically for going on three and it's designed by these folks john</r>
<r t="1078.58">we can and can steiner and the second</r>
<r t="1082.46">and so that's not a nice swedish</r>
<r t="1088.48">access writable correct right</r>
<r t="1097.72">i would like to know my</r>
<r t="1102.49">and andreas was as being the lately a lot more involved unusual design was from</r>
<r t="1107.61">don't like and he was supposed to present admitted as you could see his name</r>
<r t="1115.87">was there but that's it was we showed you the talk so</r>
<r t="1121.53">i think got a not very saying so in the end so i've decided vigilant</r>
<r t="1134.85">okay and i'm to see this guy from the same city not text that's the</r>
<r t="1140.85">that i sorry</r>
<r t="1143.68">okay</r>
<r t="1146.73">so i don't know there's some weird thing going around in the city of bottom</r>
<r t="1150.92">work because the designers from bottom board this summer of course remind much as is</r>
<r t="1155.59">from their these are working on that and this guy over there college is also</r>
<r t="1160.92">living in gotten bargain is the working on something related to the geolocation stuff but</r>
<r t="1166.15">not entirely is working to control centre</r>
<r t="1174.33">actually and there was there was recently a block in map that it was talking</r>
<r t="1178.41">got onboard because that's where i was last time and just put an abatement location</r>
<r t="1184.59">other than us and it was thing you're not number sorry</r>
<r t="1190.26">so not us is that working on the grow some of course project to us</r>
<r t="1195.04">roots once you know where you are really ready to find places now you need</r>
<r t="1199.21">to know to find routes to places</r>
<r t="1203.32">what we that's is some records there's four types of fruit right mainly walking</r>
<r t="1211.26">bicycle car and public transportation there's also flying chips and stuff but that's the data</r>
<r t="1221.2">do that huh</r>
<r t="1223.07">and we have different sources for those things first this always are and we want</r>
<r t="1228.42">to use this as much as possible this is yet another project by opens treatment</r>
<r t="1232.17">guys and since its ears the database with the able straight men so it's all</r>
<r t="1237.54">cool because it's all open it's all the same guys same forks and we can</r>
<r t="1241.04">just we can even five bucks and it's just pretty good and</r>
<r t="1245.84">so when you when you i did data and add more data do it so</r>
<r t="1248.92">we also contribute this project as well at the same time</r>
<r t="1254.84">so we will be using that for car at least that they have call routing</r>
<r t="1259.84">they should have bicycle but i don't think they do in this service although in</r>
<r t="1264.73">the database they have all the data to do it and it open street map</r>
<r t="1268.21">you can like render all the like you can select that's a map type at</r>
<r t="1273.53">that renders all the cycle routes all over but that's not what we want we</r>
<r t="1278.51">want something specific like you want to know from here to here i want only</r>
<r t="1282.48">the second week from this business but and that's not they're not sorry i'm at</r>
<r t="1286.47">least right now as we as far as we know so well there's also other</r>
<r t="1291.59">than this there is country and city specific routing it the eyes and</r>
<r t="1298.81">we will be have planned for</r>
<r t="1302.67">and plug-ins like if it depending on where you are since we can detect where</r>
<r t="1307.83">you are so based on that we will choose the plug in the best plug</r>
<r t="1311.13">in for you that will not give us the routing information about or finding rooting</r>
<r t="1317.27">for your city or at least your country there is like in at least in</r>
<r t="1323.24">all the european countries there is that the it the eyes available and cities as</r>
<r t="1331.56">well like the big cities that we have really good have a especially in the</r>
<r t="1335.96">nordic countries there's really good at the eyes and very reliable people use them everyday</r>
<r t="1340.49">so we will be using that and much yes is working on that so if</r>
<r t="1343.64">something goes wrong it's a small</r>
<r t="1360.99">the pinpoint us teams manuel so</r>
<r t="1370.91">i'm really sorry i can't see</r>
<r t="1375.7">is there a shortcut to move my</r>
<r t="1379.59">window to there</r>
<r t="1385.91">i know but is there a major like</r>
<r t="1393.96">okay iphone somehow</r>
<r t="1396.12">put them off there</r>
<r t="1403.69">i know</r>
<r t="1406.74">okay</r>
<r t="1410.39">can use you</r>
<r t="1420.47">how we came here</r>
<r t="1422.86">okay now i am also it's not able</r>
<r t="1443.94">so as you can see that should you agree with that knows your location so</r>
<r t="1447.96">it shows it there and this may basic right now we just started so don't</r>
<r t="1453.48">expect much for anything at all</r>
<r t="1456.38">so</r>
<r t="1458.66">you can search for places</r>
<r t="1463.44">all sorts of places that are already cached so it doesn't take long you on</r>
<r t="1467.85">this network</r>
<r t="1469.06">network then</r>
<r t="1472.29">that there's a there's a fronts i don't know</r>
<r t="1481.81">okay so and then you can zoom in and stuff and there is this button</r>
<r t="1486.22">that takes you right your location</r>
<r t="1488.39">we are currently is that although</r>
<r t="1491.56">and excuse me whatever second just</r>
<r t="1497.7">what the demo something that needs like not so you can see is the currently</r>
<r t="1502.33">that but are satellites information is very limited in this open street map source it's</r>
<r t="1507.92">it if you zoom in if you aren't us it's pretty good like it's that</r>
<r t="1511.97">information i think it's coming from some you is government agency so it's because of</r>
<r t="1516.65">that</r>
<r t="1517.65">so</r>
<r t="1534.49">it's coming on this network so</r>
<r t="1543.85">someone had a question i can</r>
<r t="1546.46">yes a thing that i was asking about the one thing about the map projection</r>
<r t="1550.71">using</r>
<r t="1552.48">sorry what not projection or you see</r>
<r t="1558.76">okay that explains why the eyes and the nor the compass was a huge</r>
<r t="1571.5">okay</r>
<r t="1574.46">so as you can see</r>
<r t="1582.63">if we will doing this just as we what interviews web macaw to we will</r>
<r t="1587.51">do something like forty ninety or something like that</r>
<r t="1590.65">but that's</r>
<r t="1592.02">not something that you need to care about</r>
<r t="1595.78">so</r>
<r t="1599.56">it's that's</r>
<r t="1603.15">that's mostly it</r>
<r t="1607.46">i</r>
<r t="1611.57">there's many places by new york</r>
<r t="1618.88">so as you can see it's pretty good in for new york at least so</r>
<r t="1621.67">if you're a new yorker</r>
<r t="1623.94">not only was a pretty good</r>
<r t="1627.94">okay</r>
<r t="1659.58">was there any love</r>
<r t="1661.99">no</r>
<r t="1663.13">nothing left so</r>
<r t="1667.07">except for this</r>
<r t="1668.98">nice picture</r>
<r t="1680.36">what colour you have a question</r>
<r t="1682.65">nobody on my can</r>
<r t="1686.62">okay no questions like a question</r>
<r t="1689.27">about that you could if you i does it include other your compass orientation</r>
<r t="1695.27">which direction you are facing</r>
<r t="1697.5">is it is seriously haven't plan okay</r>
<r t="1720.36">i</r>
<r t="1722.43">it's nudity</r>
<r t="1726.39">i don't know</r>
<r t="1728.24">i know i was just for just commenting that velocity and a construction so variety</r>
<r t="1733.75">i especially if you can catch that when you lose your gps between</r>
<r t="1759.4">you don't like epic</r>
<r t="1767.01">you was a pi</r>
<r t="1770.19">the</r>
<r t="1774.16">in what form like the X M L</r>
<r t="1777.48">okay in changes</r>
<r t="1841.89">okay say that</r>
<r t="1845.27">wait a second i'll just put it on or</r>
<r t="1849.02">so that's as simple as it is right</r>
<r t="1863.2">that's it</r>
<r t="1864.41">and a question</r>
<r t="1895.1">well</r>
<r t="1896.16">you get case from a construct that how do you know that we currently we</r>
<r t="1900.74">have doubts but yes that's been dreaming about our entering the vector to sell yes</r>
<r t="1907.49">it would be good</r>
<r t="1909.5">but</r>
<r t="1911.71">not just okay so there's been a lot of work on "'em" or that there's</r>
<r t="1916.76">a trend of moving to vector data and actually running it by themselves from actually</r>
<r t="1923.02">doing that that's times</r>
<r t="1925.42">so i've been what you want to the like math books has been doing in</r>
<r t="1930.04">this report and that's interesting and something that i would like to work from if</r>
<r t="1934.41">i had infinite time this for</r>
<r t="1938.01">so if someone your mi infinite i'm sure</r>
<r t="1952.24">i so back and i actually attended a session on open ads and one thing</r>
<r t="1958.54">is that i think that some countries that have issues with people to a there</r>
<r t="1962.6">like i don't pieces i'm not even in open office number not which is they</r>
<r t="1967.97">got the new project that's nine like this is just that and then you if</r>
<r t="1973.16">i remember reading it right i had a problem it google not been places you</r>
<r t="1977.43">like bring it on C D's and then not being questions or not is really</r>
<r t="1981.45">saying that it's focus of all civilians and on a hard disk or not and</r>
<r t="1986.56">hasn't how decide you could you know and not standard either that newt was neck</r>
<r t="1990.79">and so</r>
<r t="1993.22">that we will have the resources to go around and like do those things but</r>
<r t="1998.96">still one street map doesn't and that's why as a so this user driven so</r>
<r t="2002.81">if you're if you want your counter be in the open street map you have</r>
<r t="2007.65">yourself going at it there</r>
<r t="2012.87">like what about hell on a lot of people undocumented okay would googling around a</r>
<r t="2017.97">to you know not been places because i'm never going to</r>
<r t="2022.03">okay</r>
<r t="2061.46">okay so anyone else know</r>
<r t="2065.18">okay thanks for coming and appreciating my swedish accent adam</r>
</data>
