Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created September 7, 2018 18:16
Show Gist options
  • Save mgroves/0a86a85353177ec6f1481f1dcb9b47dc to your computer and use it in GitHub Desktop.
Save mgroves/0a86a85353177ec6f1481f1dcb9b47dc to your computer and use it in GitHub Desktop.
{
"transcript": {
"status": "completed",
"model_id": null,
"audio_src_url": "https://crosscuttingconcerns.blob.core.windows.net/podcasts/094JeremyMillerLamar.mp3",
"text": "This podcast is sponsored by smart sheet. The cloudbased work management platform and best kept secret of more than half the fortune five hundred companies, learn more at smart set. Com plus cross cutting concerns how to have a two every day at about what passing you [...] lie down how [...] stores transport reported to setup at a conference and it is cool. We recorded two do like to best explain use as have [...] street with process theology in loose it macros [...] are listening to the cross cutting concerns process on your host metro. Please visit the site cross cutting concerns. Com or you can subscribe now. Herecontact me read show notes and leave a comment to contact. I'm recording this post on july sixteen two thousand eighteen my guest today is the creator of numerous open source projects including structure map, martin, jasper and lemar german miller. How are you doing on with harry today? Doing fine. Thanks [...] be on the show again that is [...] container that I use my done projects has long been structure map. It's always been my favorite. I've used it for years and years is lamar the successor to structure an acutely much poster. Some behavioral changes as much as possible. I'm trying to make more good off ram for smathers. So I'm trying to support as much of the structure syntax and the behavior that I think is important to try to get such men users a chance to get into more. Now that I'm an instruction that was my next question is this man, the structure map is a quote dead retired no longer being actively developed or used. Well, it's definitely being very heavily used today. I had become increasingly worn out, trying to field questions and problems with structure the code. It's a nearly fifteen year old code base with plenty of updates and changes over the years. [...] like it was time to move to something else. There are too many structural flaws and church mats internals to make large scale and parents will go [...] more structure ever attempted for donor or is it just one that only science targets neck or app? I may be in a three with some other stuff that lifts up and one point five or just skip all that straight the net core point standard but no supported net or for a couple of years. Now I think structure might have been. The first mainstream is container that I support the new core abstractions to compliance but I'm not present. So that is my next question. Is that one core comes with its own dependency injection framework. I container of sorts. Why would I need to add in another tool like lamar? So maybe you don't is the harsh answer. So the built in the container is very minimal. There's a lot of features. If youre used to structure map or a fact or some of the older more common tools, there's a lot of features like agnostics and type of canning and conventional reset registration that you really miss. So I originally tried or actually originates from another os to mine called jasper. Just parts of it. What I was originally trying to do with casper is just the built in di container. I still found the built in di containers behavior to be just to lacking. There's a lot of niceties that I really missed myself with structure map being able to auto discover, concrete types the conventual registration and absolutely missing. What do I have diagnostics instruction at lemars born from wanting something better to use inside of jasper something it would be much faster than structuremap but bring back some of the functionality that the built in di container did not have. That's where from I write a lot of demo code these days. A lot of instructional code and I haven't really run into any issues with depends injection but there is one noble instance that I'll bring up here in a minute where I found the built in depends injection done or to be surprisingly lacking. But I want to ask another question or just to assume that listeners are familiar with with of hopefully most developers understand that the core of depending version that kind of stuff. [...] assume that they already know that kind of thing. Could you briefly explain the service lifetimes in lamar? I think they're singleton scope and transient and maybe just briefly what's the difference and when would I use each of those to be very clear for any tiny structure, a user moving a lamar. His is the biggest thing that changed mar completely adopts. The semantic model that aspnet course built in di container uses for lifetimes the world. We're just living in it. You fighting that you only have three three life times this time on things a matter. So taking a two easy ones. A singleton means that it's created exactly once for the entire application. How many times to resolve it from where you're always getting the same service. So it's perfect for in are either very expensive to build. So like an entire the entire session factory [...] very expensive. If you're using my martin tool, the document store is expensive. I don't know if you necessarily have to with the but anything that's really expensive or anything that's like a cash at cash or something that stateful that doesn't need to be created more than more. The seal ten is managed and lives the life site. Same lifetime as the container itself. Most containers are going to dispose it when the containers all close. So you get a lot of cleanup. The tranent model just means I want to do when every single time is requested. Even if you're building a complex object that has three or four dependencies at all, have a dependency on typing. So every time you feel dependency in the whole giant object out, you're getting a totally new new one object instance every time something to be aware of something that may blow up your object allocations. If not careful the thing in the middle, the scots, this is really tight to the idea of what struck me and mark calls a nested container. The built in di container also scope inside of a core application. For example, when you handle an it request, you're actually using an isolated scope container that only lives for the lifetime of that request one. That means then for the scope lifetime is that any service resolve with that lifetime is only resolved once per logical container. So if you're resolving it as part of a request, you're getting the same thing every single place. So it's really important that a lot for things like well, the context itself is scope so you always get the same one but for items like the raven or martin document session that represents you work or the ui framework dbcontext that frequently is modeled as a work for the request. You only want one of those and you want to share every single place that's used while your request is being handle. That's where the scope lifetime kins in the plane. If I could just watch [...] example of this and let me know if I'm getting this correct. A singleton might be where you store like your database connection you mentioned in the framework and things like that. But that's the expensive connection that you only want to happen. Really just once as few times as possible. So it's going [...] a good place for that. Yes, I'm right so far. Good. Transit would be something like maybe the repository itself that's actually or some sort of service [...] on top of pastry. Some object [...] business logic or some sort of data access logic. That's where that transient were coming to play. Can he the scope then would be the object being used by the transient objects, perhaps not the connection but maybe the data reader or some other sort of object that uses the connection that sits between the expensive database object and pass that just contain logic. That sound about [...] It does in the scope services really need to be tied to the lifetime of a request or if you're in [...] in a command processing system, a lifetime of service, best message or a command or some kind of logical transaction. But most commonly, you're going to run into this with frameworks. I'm thinking in terms of an aspnet application where one request to the server. I may use the database, some database abstraction multiple times within the request but I want to close up or disposed [...] the end of the request. So exactly. [...] is too much of my podcast on [...] to book on [...] roaming. I haven't written aop for production in a long time but I recently had to revisit it and update some samples and I decided to use one core now. Am I correct in saying that the buildin dotnet is does not have any capacity for decorators? That is correct. I was very surprised about that. I was also very surprised learn that there is not any way to do service location. I dont care either at least not without some terrible. Heck. Is that also the case? I don't think that's true. Actually a lot of the custom middle where us service location but there's no ability to do things like give [...] named instance is rly by type assuming that there's one or give all the there's no service location by name. That's what you're for oneall speaking. I don't like to use service look but sometimes it is something that need to do. Does the mar bring back that capability when I do really need? Yes. It's what I would refer to as kind of a red pepper flakes kind of approach a little bit once in a while [...] a good thing. A lot of it is probably always bad. That's a fantastic analogy because whenever I get a pizza and the pizza is really good. I don't put pepper flakes on it but if it's a bad pizza, I will constant mention this but mr. Also has capability of adding decorators as well. Two is yes. Right now, the intersection models but [...] is not much there but at a minimum, you can add as decorators that's the beginning doing kind of a you're talking about. We'll have to see a tomorrow takes off or if it's really that popular. But if people really want to do at the time might be advantages with mark. It doesnt work by generating code and compiled on the fly. If people really wanted to go back and do a with tomorrow might be able to tie in to just writing, see, sharp rappers on the fly instead of the more magical a weaving or dynamic proxies. The site car inspector programming darcis hat I'm thinking of it with containers is that I can create a proxy in one cor but I actually couldn't figure out a way to apply it to my container without bringing in something like her to do that. I'm glad that's here. Were you able to reuse any of your structure map code base in the more? There's quite a bit of secret code inside of mar. The type scanning, the not as much as maybe you would think the one place where there's a tremendous amount of sacrafice is bring in automated tests from the starched vase. If you pull down a little more code base, you'll even see a bunch of testing libraries that still obstruction nine spaces [...] it. That was probably the main reason why I was able to turn them around. So quickly is bring all of those higher level acceptance tests from struct. Alright. It's time now to play the game. That's sweeping. The nation etiquette wrotejust made, thanks to jeremy as you know from the last so they give javascript libraries awfully funny names these days in this game. I'm going to list three names of javascript libraries. The goal is to tell me which ones are real and which ones are fake. Real means they're listed on nj at the time of this recording. And just to keep things interesting. If you get all three correct, you're going to want a five dollar gift card. So we talked about this already. But how come are you with javascript and pm and all that type of stuff? I thought I was comfortable but let's fill me again and we also mentioning before the show that the people who tend to do well in this game or people who really don't use [...] That much. What that says about fm packages. Alright. Here are the names and maybe I'll send the team here. Maybe you won't. But there is a thing. The first one is ranges. I can spell that if you like to but aniston s scrim and the third one is larry. So ranges scrim and lay me to sell in those or repeat them. No, I'm going [...] get the first and second or real job calibers. So you think cranes real and scrimp israel. But larry is not. Let's go with that. Okay. Sorry, jeremy. Once again, you do not win. Ranges is not a real job [...] labor than in the scrim is it's a scripting simple. Cool. And larry is also real. It's a packaging too. There you go. Francis is still available if you want to write a blog, a good name for [...] to use. If you have any suggestions for sounding job script libraries real or fake, please go to cross cutting concerns. Com last contact and I just might use in the next episode. So sorry didn't work out for a germany. Thank you for playing. Are there any resources you recommend for listeners [...] want to learn more about c or lamar or dependency inversion in general from the mark, you can find quite documentation just for effect that can have the io ashlar. You'll see on the home page. You see it actually you see a street time from marin auto turns out that almost everything I knew I called omar is named after. I'll [...] the name mary mark that was a hero of the texas revolution or could actually kill and google mark sollars original paper on inversion of control fifteen years later. I think that's still what I recommend. Is there anything else you'd like to promote as a wrap up the show if you are using and you want [...] little bit of help, you can find [...] home page link to the get a room that's always the best place to come and come and ask questions or make recommendations on something that's too hard to pill and you can always find me on twitter, jeremy, d miller my guest today has been jeremy miller. Thanks for being on show. Thanks randy mather this spend the cross-trade concerns pocas produced and recorded by mangroves two thousand eighteen if [...] share [...] on social media and leave view on itunes. U or wherever [...] is most for shoes. Go [...] cos [...] concern to [...] recorded under the creative commons attribution. [...] four point license posing for the [...] was made possible. In [...] of this weeks podcast is [...] man, your projects pulloff and you need [...] make more than a simple collaborative work management in cloud from a beautiful you learn more smart crosscutting concerns was recorded and mixed with the help [...] a recorder and a date music is for frost. Listen to more [...] music because the one because the case, the one.",
"warning": "Transcript created without a custom model.",
"words": [
{
"text": "This",
"confidence": 0.9888840228319168,
"end": 420,
"start": 0
},
{
"text": "podcast",
"confidence": 0.9085829257965088,
"end": 1000,
"start": 420
},
{
"text": "is",
"confidence": 0.9223409295082092,
"end": 1220,
"start": 1060
},
{
"text": "sponsored",
"confidence": 0.8840133981271223,
"end": 1700,
"start": 1200
},
{
"text": "by",
"confidence": 0.8794966787099838,
"end": 1820,
"start": 1680
},
{
"text": "smart",
"confidence": 0.9688518643379211,
"end": 2320,
"start": 1800
},
{
"text": "sheet.",
"confidence": 0.9096745451291403,
"end": 2600,
"start": 2300
},
{
"text": "The",
"confidence": 0.9377089196985419,
"end": 2900,
"start": 2620
},
{
"text": "cloudbased",
"confidence": 0.8756129178735945,
"end": 3500,
"start": 2900
},
{
"text": "work",
"confidence": 0.9608948151270549,
"end": 3880,
"start": 3520
},
{
"text": "management",
"confidence": 0.9359385192394256,
"end": 4420,
"start": 3960
},
{
"text": "platform",
"confidence": 0.952498822108559,
"end": 4960,
"start": 4440
},
{
"text": "and",
"confidence": 0.9637129647391183,
"end": 5280,
"start": 5080
},
{
"text": "best",
"confidence": 0.897771524058448,
"end": 5580,
"start": 5340
},
{
"text": "kept",
"confidence": 0.9240554720163345,
"end": 5860,
"start": 5640
},
{
"text": "secret",
"confidence": 0.9230122127031025,
"end": 6260,
"start": 5820
},
{
"text": "of",
"confidence": 0.9634572996033562,
"end": 6560,
"start": 6320
},
{
"text": "more",
"confidence": 0.9403754572073618,
"end": 6760,
"start": 6580
},
{
"text": "than",
"confidence": 0.8818110346794128,
"end": 6920,
"start": 6760
},
{
"text": "half",
"confidence": 0.8186465442180634,
"end": 7160,
"start": 6900
},
{
"text": "the",
"confidence": 0.9438246786594391,
"end": 7460,
"start": 7320
},
{
"text": "fortune",
"confidence": 0.8728970289230347,
"end": 7780,
"start": 7440
},
{
"text": "five",
"confidence": 0.8980540633201599,
"end": 8100,
"start": 7800
},
{
"text": "hundred",
"confidence": 0.8299353197216988,
"end": 8380,
"start": 8080
},
{
"text": "companies,",
"confidence": 0.9380133062601089,
"end": 8840,
"start": 8380
},
{
"text": "learn",
"confidence": 0.8970995042473078,
"end": 9200,
"start": 8820
},
{
"text": "more",
"confidence": 0.8862230777740479,
"end": 9440,
"start": 9240
},
{
"text": "at",
"confidence": 0.7626266479492188,
"end": 9580,
"start": 9420
},
{
"text": "smart",
"confidence": 0.8335357626279195,
"end": 9920,
"start": 9560
},
{
"text": "set.",
"confidence": 0.8265839616457621,
"end": 10200,
"start": 9900
},
{
"text": "Com",
"confidence": 0.9099968534249526,
"end": 10600,
"start": 10280
},
{
"text": "plus",
"confidence": 0.7631662786006927,
"end": 11180,
"start": 10880
},
{
"text": "cross",
"confidence": 0.9676325254970126,
"end": 11420,
"start": 11180
},
{
"text": "cutting",
"confidence": 0.7982543248396653,
"end": 11740,
"start": 11420
},
{
"text": "concerns",
"confidence": 0.9143022988971911,
"end": 12160,
"start": 11720
},
{
"text": "how",
"confidence": 0.9744329328338305,
"end": 14700,
"start": 12240
},
{
"text": "to",
"confidence": 0.7849355141321818,
"end": 14880,
"start": 14700
},
{
"text": "have",
"confidence": 0.7309905687967936,
"end": 15040,
"start": 14860
},
{
"text": "a",
"confidence": 0.6851220494136214,
"end": 15400,
"start": 15020
},
{
"text": "two",
"confidence": 0.6458143466397336,
"end": 17100,
"start": 16280
},
{
"text": "every",
"confidence": 0.8525320410728454,
"end": 18080,
"start": 17820
},
{
"text": "day",
"confidence": 0.8929304083188375,
"end": 18280,
"start": 18100
},
{
"text": "at",
"confidence": 0.7918214539311966,
"end": 19380,
"start": 18260
},
{
"text": "about",
"confidence": 0.7536773842114669,
"end": 20240,
"start": 19400
},
{
"text": "what",
"confidence": 0.6776021480560303,
"end": 20440,
"start": 20280
},
{
"text": "passing",
"confidence": 0.717230498790741,
"end": 20960,
"start": 20600
},
{
"text": "you",
"confidence": 0.7270154436429341,
"end": 21300,
"start": 20940
},
{
"text": "[...]",
"confidence": 0.5444061830639839,
"end": 21500,
"start": 21360
},
{
"text": "lie",
"confidence": 0.6871739966528756,
"end": 21860,
"start": 21660
},
{
"text": "down",
"confidence": 0.7983845949172974,
"end": 22200,
"start": 21940
},
{
"text": "how",
"confidence": 0.7271670997142792,
"end": 22680,
"start": 22540
},
{
"text": "[...]",
"confidence": 0.5866285488009453,
"end": 22900,
"start": 22760
},
{
"text": "stores",
"confidence": 0.7832102063967257,
"end": 24500,
"start": 23460
},
{
"text": "transport",
"confidence": 0.8585934773087501,
"end": 25340,
"start": 24480
},
{
"text": "reported",
"confidence": 0.7602561053476835,
"end": 26040,
"start": 25600
},
{
"text": "to",
"confidence": 0.8170128226280212,
"end": 26180,
"start": 26020
},
{
"text": "setup",
"confidence": 0.7272973333795866,
"end": 26760,
"start": 26220
},
{
"text": "at",
"confidence": 0.7953189214070638,
"end": 27200,
"start": 27080
},
{
"text": "a",
"confidence": 0.912911519408226,
"end": 27360,
"start": 27220
},
{
"text": "conference",
"confidence": 0.8678427176042036,
"end": 27860,
"start": 27360
},
{
"text": "and",
"confidence": 0.8742310255765915,
"end": 28240,
"start": 27940
},
{
"text": "it",
"confidence": 0.806588776409626,
"end": 28440,
"start": 28300
},
{
"text": "is",
"confidence": 0.7222177088260651,
"end": 28680,
"start": 28500
},
{
"text": "cool.",
"confidence": 0.7836844623088837,
"end": 28900,
"start": 28680
},
{
"text": "We",
"confidence": 0.7968172025680542,
"end": 29440,
"start": 28880
},
{
"text": "recorded",
"confidence": 0.811731735865275,
"end": 29720,
"start": 29420
},
{
"text": "two",
"confidence": 0.7367176331104116,
"end": 30960,
"start": 29960
},
{
"text": "do",
"confidence": 0.775299683213234,
"end": 31240,
"start": 30940
},
{
"text": "like",
"confidence": 0.8995394962174552,
"end": 31420,
"start": 31220
},
{
"text": "to",
"confidence": 0.6670829653739929,
"end": 31540,
"start": 31380
},
{
"text": "best",
"confidence": 0.827650887625558,
"end": 31720,
"start": 31520
},
{
"text": "explain",
"confidence": 0.8272673362179807,
"end": 32400,
"start": 31960
},
{
"text": "use",
"confidence": 0.9255150305597406,
"end": 32860,
"start": 32420
},
{
"text": "as",
"confidence": 0.6855860582806848,
"end": 33700,
"start": 33200
},
{
"text": "have",
"confidence": 0.8599043369293213,
"end": 34260,
"start": 34100
},
{
"text": "[...]",
"confidence": 0.5795106142759323,
"end": 34360,
"start": 34260
},
{
"text": "street",
"confidence": 0.6971899423542924,
"end": 36980,
"start": 34380
},
{
"text": "with",
"confidence": 0.7877088884512583,
"end": 37460,
"start": 37280
},
{
"text": "process",
"confidence": 0.8511740855480495,
"end": 38480,
"start": 37660
},
{
"text": "theology",
"confidence": 0.8476650285901446,
"end": 39840,
"start": 38460
},
{
"text": "in",
"confidence": 0.9006914436817169,
"end": 40120,
"start": 39860
},
{
"text": "loose",
"confidence": 0.7649644903948741,
"end": 44580,
"start": 40460
},
{
"text": "it",
"confidence": 0.8308855635779244,
"end": 44780,
"start": 44580
},
{
"text": "macros",
"confidence": 0.811727733988511,
"end": 45580,
"start": 44760
},
{
"text": "[...]",
"confidence": 0.5780074223876,
"end": 45700,
"start": 45560
},
{
"text": "are",
"confidence": 0.7027270793914795,
"end": 45820,
"start": 45680
},
{
"text": "listening",
"confidence": 0.9219228476285934,
"end": 46180,
"start": 45800
},
{
"text": "to",
"confidence": 0.9120534300804138,
"end": 46320,
"start": 46160
},
{
"text": "the",
"confidence": 0.8873860836029053,
"end": 46460,
"start": 46320
},
{
"text": "cross",
"confidence": 0.9466431021690369,
"end": 46680,
"start": 46420
},
{
"text": "cutting",
"confidence": 0.778691386183103,
"end": 47000,
"start": 46700
},
{
"text": "concerns",
"confidence": 0.9469716648260752,
"end": 47400,
"start": 46980
},
{
"text": "process",
"confidence": 0.8987403750419617,
"end": 47920,
"start": 47460
},
{
"text": "on",
"confidence": 0.9810935656229655,
"end": 48200,
"start": 48080
},
{
"text": "your",
"confidence": 0.945773700873057,
"end": 48600,
"start": 48420
},
{
"text": "host",
"confidence": 0.9279540247387357,
"end": 48840,
"start": 48600
},
{
"text": "metro.",
"confidence": 0.8532649725675583,
"end": 49520,
"start": 49020
},
{
"text": "Please",
"confidence": 0.859650174776713,
"end": 50140,
"start": 49900
},
{
"text": "visit",
"confidence": 0.7246687481036553,
"end": 50460,
"start": 50140
},
{
"text": "the",
"confidence": 0.8686642944812775,
"end": 50580,
"start": 50440
},
{
"text": "site",
"confidence": 0.8638981514506869,
"end": 50800,
"start": 50560
},
{
"text": "cross",
"confidence": 0.9565855124417473,
"end": 51260,
"start": 50860
},
{
"text": "cutting",
"confidence": 0.6117820712653074,
"end": 51580,
"start": 51300
},
{
"text": "concerns.",
"confidence": 0.9133996332392973,
"end": 51960,
"start": 51560
},
{
"text": "Com",
"confidence": 0.8868476660163315,
"end": 52620,
"start": 52020
},
{
"text": "or",
"confidence": 0.8019088506698608,
"end": 52800,
"start": 52600
},
{
"text": "you",
"confidence": 0.8793920576572418,
"end": 52920,
"start": 52780
},
{
"text": "can",
"confidence": 0.8692585329214731,
"end": 53120,
"start": 52940
},
{
"text": "subscribe",
"confidence": 0.8014432031374711,
"end": 53700,
"start": 53120
},
{
"text": "now.",
"confidence": 0.7237547990821657,
"end": 54200,
"start": 53720
},
{
"text": "Herecontact",
"confidence": 0.8751226077477138,
"end": 55440,
"start": 54180
},
{
"text": "me",
"confidence": 0.7092923521995544,
"end": 55620,
"start": 55480
},
{
"text": "read",
"confidence": 0.909851162329964,
"end": 56120,
"start": 55600
},
{
"text": "show",
"confidence": 0.930295467376709,
"end": 56320,
"start": 56160
},
{
"text": "notes",
"confidence": 0.8770337581634522,
"end": 56800,
"start": 56340
},
{
"text": "and",
"confidence": 0.9542824476957321,
"end": 56940,
"start": 56800
},
{
"text": "leave",
"confidence": 0.8914802670478821,
"end": 57220,
"start": 56900
},
{
"text": "a",
"confidence": 0.8558628857135773,
"end": 57320,
"start": 57180
},
{
"text": "comment",
"confidence": 0.8487804990548354,
"end": 57600,
"start": 57280
},
{
"text": "to",
"confidence": 0.8167902869837624,
"end": 58180,
"start": 57980
},
{
"text": "contact.",
"confidence": 0.8069752351207248,
"end": 60880,
"start": 58460
},
{
"text": "I'm",
"confidence": 0.8703426877657573,
"end": 63320,
"start": 62960
},
{
"text": "recording",
"confidence": 0.8799573944674598,
"end": 63720,
"start": 63300
},
{
"text": "this",
"confidence": 0.8529919505119323,
"end": 63840,
"start": 63680
},
{
"text": "post",
"confidence": 0.8733719405920609,
"end": 64380,
"start": 63860
},
{
"text": "on",
"confidence": 0.7180643975734711,
"end": 64520,
"start": 64400
},
{
"text": "july",
"confidence": 0.8036261747280756,
"end": 64960,
"start": 64660
},
{
"text": "sixteen",
"confidence": 0.8329107446329934,
"end": 65740,
"start": 64980
},
{
"text": "two",
"confidence": 0.6941717982292175,
"end": 65980,
"start": 65720
},
{
"text": "thousand",
"confidence": 0.621176591515541,
"end": 66260,
"start": 66000
},
{
"text": "eighteen",
"confidence": 0.8069343554973603,
"end": 66800,
"start": 66240
},
{
"text": "my",
"confidence": 0.8953906218210856,
"end": 67240,
"start": 66880
},
{
"text": "guest",
"confidence": 0.8443790349093351,
"end": 67600,
"start": 67320
},
{
"text": "today",
"confidence": 0.8191449319322904,
"end": 67880,
"start": 67580
},
{
"text": "is",
"confidence": 0.9863108651978629,
"end": 68280,
"start": 68080
},
{
"text": "the",
"confidence": 0.9778207540512085,
"end": 68440,
"start": 68300
},
{
"text": "creator",
"confidence": 0.9219948053359985,
"end": 68820,
"start": 68440
},
{
"text": "of",
"confidence": 0.9726319551467896,
"end": 68980,
"start": 68820
},
{
"text": "numerous",
"confidence": 0.8167623720671001,
"end": 69460,
"start": 69020
},
{
"text": "open",
"confidence": 0.7995245315962367,
"end": 70240,
"start": 69460
},
{
"text": "source",
"confidence": 0.83275788128376,
"end": 70520,
"start": 70260
},
{
"text": "projects",
"confidence": 0.9404856463273367,
"end": 70980,
"start": 70560
},
{
"text": "including",
"confidence": 0.9218125134706497,
"end": 71460,
"start": 71000
},
{
"text": "structure",
"confidence": 0.8349546194076538,
"end": 71920,
"start": 71420
},
{
"text": "map,",
"confidence": 0.9139746768133981,
"end": 72080,
"start": 71880
},
{
"text": "martin,",
"confidence": 0.8541155457496643,
"end": 72820,
"start": 72380
},
{
"text": "jasper",
"confidence": 0.902983127368821,
"end": 73500,
"start": 73080
},
{
"text": "and",
"confidence": 0.947839359442393,
"end": 73800,
"start": 73620
},
{
"text": "lemar",
"confidence": 0.883617809840611,
"end": 74120,
"start": 73780
},
{
"text": "german",
"confidence": 0.833830748285566,
"end": 75080,
"start": 74740
},
{
"text": "miller.",
"confidence": 0.7748871505260467,
"end": 75320,
"start": 75060
},
{
"text": "How",
"confidence": 0.9412049651145935,
"end": 75460,
"start": 75300
},
{
"text": "are",
"confidence": 0.8914224147796631,
"end": 75580,
"start": 75420
},
{
"text": "you",
"confidence": 0.9723387807607651,
"end": 75680,
"start": 75540
},
{
"text": "doing",
"confidence": 0.8935102969408035,
"end": 75880,
"start": 75660
},
{
"text": "on",
"confidence": 0.7724291265010834,
"end": 76220,
"start": 75860
},
{
"text": "with",
"confidence": 0.6623564897439419,
"end": 77040,
"start": 76200
},
{
"text": "harry",
"confidence": 0.6691378138282082,
"end": 77280,
"start": 77000
},
{
"text": "today?",
"confidence": 0.9219371140003204,
"end": 77620,
"start": 77360
},
{
"text": "Doing",
"confidence": 0.7679870165884495,
"end": 78020,
"start": 77640
},
{
"text": "fine.",
"confidence": 0.9041241705417633,
"end": 78280,
"start": 78060
},
{
"text": "Thanks",
"confidence": 0.6975067768778119,
"end": 78460,
"start": 78260
},
{
"text": "[...]",
"confidence": 0.48420900106430054,
"end": 78620,
"start": 78440
},
{
"text": "be",
"confidence": 0.6628900110721588,
"end": 78740,
"start": 78580
},
{
"text": "on",
"confidence": 0.7552115023136139,
"end": 78840,
"start": 78720
},
{
"text": "the",
"confidence": 0.784108559290568,
"end": 78940,
"start": 78820
},
{
"text": "show",
"confidence": 0.8970104694366455,
"end": 79080,
"start": 78920
},
{
"text": "again",
"confidence": 0.962034010887146,
"end": 79340,
"start": 79080
},
{
"text": "that",
"confidence": 0.8832096921709868,
"end": 81220,
"start": 80120
},
{
"text": "is",
"confidence": 0.7822804801604327,
"end": 81620,
"start": 81220
},
{
"text": "[...]",
"confidence": 0.5118280723690987,
"end": 81740,
"start": 81600
},
{
"text": "container",
"confidence": 0.8836980859438578,
"end": 82060,
"start": 81700
},
{
"text": "that",
"confidence": 0.828090571305331,
"end": 82980,
"start": 82580
},
{
"text": "I",
"confidence": 0.81307253241539,
"end": 83060,
"start": 82960
},
{
"text": "use",
"confidence": 0.9450986504554748,
"end": 83380,
"start": 83120
},
{
"text": "my",
"confidence": 0.8097368851304054,
"end": 83560,
"start": 83420
},
{
"text": "done",
"confidence": 0.7978517333666484,
"end": 83920,
"start": 83560
},
{
"text": "projects",
"confidence": 0.9057882825533549,
"end": 84260,
"start": 83900
},
{
"text": "has",
"confidence": 0.8365533437047686,
"end": 84440,
"start": 84240
},
{
"text": "long",
"confidence": 0.9696041643619537,
"end": 84800,
"start": 84500
},
{
"text": "been",
"confidence": 0.942308634519577,
"end": 85160,
"start": 84900
},
{
"text": "structure",
"confidence": 0.804969232190739,
"end": 85640,
"start": 85140
},
{
"text": "map.",
"confidence": 0.686342753469944,
"end": 85820,
"start": 85600
},
{
"text": "It's",
"confidence": 0.759427676598231,
"end": 86000,
"start": 85820
},
{
"text": "always",
"confidence": 0.9192804230584039,
"end": 86220,
"start": 85980
},
{
"text": "been",
"confidence": 0.9328201924051557,
"end": 86400,
"start": 86200
},
{
"text": "my",
"confidence": 0.97198486328125,
"end": 86500,
"start": 86360
},
{
"text": "favorite.",
"confidence": 0.9292598923047384,
"end": 86880,
"start": 86520
},
{
"text": "I've",
"confidence": 0.7161386981606483,
"end": 87060,
"start": 86840
},
{
"text": "used",
"confidence": 0.8685614585876464,
"end": 87280,
"start": 87020
},
{
"text": "it",
"confidence": 0.8082516312599182,
"end": 87420,
"start": 87260
},
{
"text": "for",
"confidence": 0.9634469866752624,
"end": 87560,
"start": 87400
},
{
"text": "years",
"confidence": 0.8959735764397515,
"end": 87800,
"start": 87560
},
{
"text": "and",
"confidence": 0.9161748886108398,
"end": 87940,
"start": 87780
},
{
"text": "years",
"confidence": 0.9584571664983575,
"end": 88200,
"start": 87920
},
{
"text": "is",
"confidence": 0.9852519830067953,
"end": 88850,
"start": 88730
},
{
"text": "lamar",
"confidence": 0.8843714912091533,
"end": 89670,
"start": 88990
},
{
"text": "the",
"confidence": 0.8956708610057831,
"end": 89810,
"start": 89630
},
{
"text": "successor",
"confidence": 0.9135192206927708,
"end": 90270,
"start": 89790
},
{
"text": "to",
"confidence": 0.8319489426083035,
"end": 90470,
"start": 90230
},
{
"text": "structure",
"confidence": 0.8674942590296268,
"end": 90890,
"start": 90510
},
{
"text": "an",
"confidence": 0.8822718816144126,
"end": 91250,
"start": 90910
},
{
"text": "acutely",
"confidence": 0.8651087611913681,
"end": 91930,
"start": 91270
},
{
"text": "much",
"confidence": 0.7225960493087769,
"end": 92910,
"start": 92710
},
{
"text": "poster.",
"confidence": 0.8799928137484718,
"end": 96590,
"start": 93130
},
{
"text": "Some",
"confidence": 0.857015230438926,
"end": 96850,
"start": 96570
},
{
"text": "behavioral",
"confidence": 0.7672890451821414,
"end": 97330,
"start": 96830
},
{
"text": "changes",
"confidence": 0.8505469957987467,
"end": 97670,
"start": 97310
},
{
"text": "as",
"confidence": 0.776236925806318,
"end": 97930,
"start": 97730
},
{
"text": "much",
"confidence": 0.8060553840228489,
"end": 98110,
"start": 97910
},
{
"text": "as",
"confidence": 0.8510537147521973,
"end": 98230,
"start": 98090
},
{
"text": "possible.",
"confidence": 0.8910905342353018,
"end": 98730,
"start": 98290
},
{
"text": "I'm",
"confidence": 0.9461256742477417,
"end": 99430,
"start": 98870
},
{
"text": "trying",
"confidence": 0.8854070414196361,
"end": 99810,
"start": 99530
},
{
"text": "to",
"confidence": 0.9653966873884201,
"end": 99930,
"start": 99790
},
{
"text": "make",
"confidence": 0.9687641263008118,
"end": 100110,
"start": 99910
},
{
"text": "more",
"confidence": 0.9103803291159162,
"end": 101370,
"start": 100130
},
{
"text": "good",
"confidence": 0.8834949731826782,
"end": 101990,
"start": 101770
},
{
"text": "off",
"confidence": 0.8957069635391235,
"end": 102390,
"start": 102130
},
{
"text": "ram",
"confidence": 0.9346952329982411,
"end": 102910,
"start": 102410
},
{
"text": "for",
"confidence": 0.9403830170631409,
"end": 103030,
"start": 102890
},
{
"text": "smathers.",
"confidence": 0.7866977702926945,
"end": 103890,
"start": 103090
},
{
"text": "So",
"confidence": 0.9783537685871124,
"end": 104550,
"start": 104450
},
{
"text": "I'm",
"confidence": 0.7715630412101746,
"end": 104790,
"start": 104630
},
{
"text": "trying",
"confidence": 0.866799963845147,
"end": 105050,
"start": 104810
},
{
"text": "to",
"confidence": 0.9574095209439596,
"end": 105130,
"start": 105010
},
{
"text": "support",
"confidence": 0.8957237750291824,
"end": 105490,
"start": 105110
},
{
"text": "as",
"confidence": 0.7915832251310349,
"end": 105610,
"start": 105470
},
{
"text": "much",
"confidence": 0.9162794905049461,
"end": 105970,
"start": 105630
},
{
"text": "of",
"confidence": 0.8419668177763621,
"end": 106130,
"start": 105950
},
{
"text": "the",
"confidence": 0.9044626504182816,
"end": 106270,
"start": 106130
},
{
"text": "structure",
"confidence": 0.8074058724774255,
"end": 106690,
"start": 106270
},
{
"text": "syntax",
"confidence": 0.9473618456610927,
"end": 107970,
"start": 106830
},
{
"text": "and",
"confidence": 0.8077301859855652,
"end": 108150,
"start": 107990
},
{
"text": "the",
"confidence": 0.9070953726768494,
"end": 109270,
"start": 109070
},
{
"text": "behavior",
"confidence": 0.8214905182520549,
"end": 109590,
"start": 109230
},
{
"text": "that",
"confidence": 0.8968108296394348,
"end": 109790,
"start": 109570
},
{
"text": "I",
"confidence": 0.9936801195144653,
"end": 109850,
"start": 109770
},
{
"text": "think",
"confidence": 0.8699954577854702,
"end": 110190,
"start": 109990
},
{
"text": "is",
"confidence": 0.9537181034684181,
"end": 110390,
"start": 110170
},
{
"text": "important",
"confidence": 0.9287608776773725,
"end": 111010,
"start": 110390
},
{
"text": "to",
"confidence": 0.9736453332006931,
"end": 111350,
"start": 110970
},
{
"text": "try",
"confidence": 0.8972396850585938,
"end": 111570,
"start": 111330
},
{
"text": "to",
"confidence": 0.9479849139849345,
"end": 111690,
"start": 111570
},
{
"text": "get",
"confidence": 0.9558351933956146,
"end": 111810,
"start": 111670
},
{
"text": "such",
"confidence": 0.6858791961119726,
"end": 112110,
"start": 111790
},
{
"text": "men",
"confidence": 0.7740415453910827,
"end": 112310,
"start": 112150
},
{
"text": "users",
"confidence": 0.8969137511755291,
"end": 113310,
"start": 112870
},
{
"text": "a",
"confidence": 0.9345203757286071,
"end": 113430,
"start": 113270
},
{
"text": "chance",
"confidence": 0.9366118632830106,
"end": 113790,
"start": 113470
},
{
"text": "to",
"confidence": 0.9435242295265198,
"end": 114130,
"start": 113970
},
{
"text": "get",
"confidence": 0.947610100110372,
"end": 114670,
"start": 114490
},
{
"text": "into",
"confidence": 0.9525941759347916,
"end": 115010,
"start": 114630
},
{
"text": "more.",
"confidence": 0.7955063819885254,
"end": 115370,
"start": 115010
},
{
"text": "Now",
"confidence": 0.8428160667419433,
"end": 116140,
"start": 115880
},
{
"text": "that",
"confidence": 0.7473819057146708,
"end": 116320,
"start": 116140
},
{
"text": "I'm",
"confidence": 0.8722865382830302,
"end": 116540,
"start": 116300
},
{
"text": "an",
"confidence": 0.9698997112837705,
"end": 117560,
"start": 116620
},
{
"text": "instruction",
"confidence": 0.7867376792889375,
"end": 118840,
"start": 117740
},
{
"text": "that",
"confidence": 0.8295591473579407,
"end": 118960,
"start": 118820
},
{
"text": "was",
"confidence": 0.6752406477928161,
"end": 119100,
"start": 118940
},
{
"text": "my",
"confidence": 0.9392320662736893,
"end": 119220,
"start": 119080
},
{
"text": "next",
"confidence": 0.7924367104257856,
"end": 119400,
"start": 119200
},
{
"text": "question",
"confidence": 0.84525016695261,
"end": 119700,
"start": 119400
},
{
"text": "is",
"confidence": 0.7018107934431597,
"end": 119960,
"start": 119680
},
{
"text": "this",
"confidence": 0.793121337890625,
"end": 120080,
"start": 119920
},
{
"text": "man,",
"confidence": 0.8090559840202332,
"end": 120300,
"start": 120100
},
{
"text": "the",
"confidence": 0.7659010787804922,
"end": 120460,
"start": 120280
},
{
"text": "structure",
"confidence": 0.9150580279529095,
"end": 120800,
"start": 120420
},
{
"text": "map",
"confidence": 0.9439869064551133,
"end": 121100,
"start": 120780
},
{
"text": "is",
"confidence": 0.9952953628131321,
"end": 121300,
"start": 121100
},
{
"text": "a",
"confidence": 0.9210029125213623,
"end": 121680,
"start": 121520
},
{
"text": "quote",
"confidence": 0.8153903484344482,
"end": 122020,
"start": 121700
},
{
"text": "dead",
"confidence": 0.9758284494280816,
"end": 122860,
"start": 122000
},
{
"text": "retired",
"confidence": 0.969387033711309,
"end": 123340,
"start": 122820
},
{
"text": "no",
"confidence": 0.9704823581611409,
"end": 124260,
"start": 123520
},
{
"text": "longer",
"confidence": 0.9481582641601562,
"end": 124540,
"start": 124220
},
{
"text": "being",
"confidence": 0.9029912352561951,
"end": 124800,
"start": 124540
},
{
"text": "actively",
"confidence": 0.8812870555802396,
"end": 125260,
"start": 124820
},
{
"text": "developed",
"confidence": 0.8863112644145363,
"end": 125700,
"start": 125260
},
{
"text": "or",
"confidence": 0.7001184523105621,
"end": 125900,
"start": 125680
},
{
"text": "used.",
"confidence": 0.9084826171398163,
"end": 126160,
"start": 125900
},
{
"text": "Well,",
"confidence": 0.8382108079062568,
"end": 126960,
"start": 126720
},
{
"text": "it's",
"confidence": 0.7911431565880775,
"end": 127280,
"start": 127060
},
{
"text": "definitely",
"confidence": 0.9016784113996169,
"end": 127760,
"start": 127360
},
{
"text": "being",
"confidence": 0.8558299541473389,
"end": 128020,
"start": 127800
},
{
"text": "very",
"confidence": 0.9542742133140564,
"end": 128340,
"start": 128080
},
{
"text": "heavily",
"confidence": 0.8550081928571065,
"end": 128740,
"start": 128380
},
{
"text": "used",
"confidence": 0.9117169471887442,
"end": 129140,
"start": 128820
},
{
"text": "today.",
"confidence": 0.9889505184613742,
"end": 129500,
"start": 129180
},
{
"text": "I",
"confidence": 0.9726105034351349,
"end": 130220,
"start": 130080
},
{
"text": "had",
"confidence": 0.8352894216775895,
"end": 130520,
"start": 130260
},
{
"text": "become",
"confidence": 0.920805819829305,
"end": 130860,
"start": 130500
},
{
"text": "increasingly",
"confidence": 0.9298094651278328,
"end": 131580,
"start": 130840
},
{
"text": "worn",
"confidence": 0.8693211419241769,
"end": 132020,
"start": 131680
},
{
"text": "out,",
"confidence": 0.9272589782873789,
"end": 132200,
"start": 132020
},
{
"text": "trying",
"confidence": 0.8324593885948783,
"end": 133180,
"start": 132740
},
{
"text": "to",
"confidence": 0.913059264421463,
"end": 133440,
"start": 133300
},
{
"text": "field",
"confidence": 0.9564232037347906,
"end": 134300,
"start": 133560
},
{
"text": "questions",
"confidence": 0.8863899310429891,
"end": 134780,
"start": 134300
},
{
"text": "and",
"confidence": 0.9413624107837677,
"end": 135360,
"start": 135100
},
{
"text": "problems",
"confidence": 0.8340630994902717,
"end": 136180,
"start": 135760
},
{
"text": "with",
"confidence": 0.8345817923545837,
"end": 136740,
"start": 136520
},
{
"text": "structure",
"confidence": 0.8011523555306828,
"end": 137140,
"start": 136740
},
{
"text": "the",
"confidence": 0.9628105416136273,
"end": 138380,
"start": 137140
},
{
"text": "code.",
"confidence": 0.8856255233287811,
"end": 138640,
"start": 138380
},
{
"text": "It's",
"confidence": 0.9230570429936051,
"end": 139980,
"start": 138640
},
{
"text": "a",
"confidence": 0.8627644926309586,
"end": 140180,
"start": 140000
},
{
"text": "nearly",
"confidence": 0.8878149560519627,
"end": 140480,
"start": 140140
},
{
"text": "fifteen",
"confidence": 0.9292588122189045,
"end": 140920,
"start": 140540
},
{
"text": "year",
"confidence": 0.9143181698662894,
"end": 141120,
"start": 140920
},
{
"text": "old",
"confidence": 0.8375311295191447,
"end": 141300,
"start": 141120
},
{
"text": "code",
"confidence": 0.8503553767999014,
"end": 141720,
"start": 141420
},
{
"text": "base",
"confidence": 0.8911305136150784,
"end": 141940,
"start": 141700
},
{
"text": "with",
"confidence": 0.8263983385903495,
"end": 142660,
"start": 142460
},
{
"text": "plenty",
"confidence": 0.8458223223686219,
"end": 142960,
"start": 142700
},
{
"text": "of",
"confidence": 0.817007340490818,
"end": 143080,
"start": 142940
},
{
"text": "updates",
"confidence": 0.874384837018119,
"end": 143500,
"start": 143080
},
{
"text": "and",
"confidence": 0.9151590466499329,
"end": 143680,
"start": 143500
},
{
"text": "changes",
"confidence": 0.9355744905769825,
"end": 144060,
"start": 143680
},
{
"text": "over",
"confidence": 0.8492900431156158,
"end": 144260,
"start": 144040
},
{
"text": "the",
"confidence": 0.86650650203228,
"end": 144380,
"start": 144240
},
{
"text": "years.",
"confidence": 0.9602471910990201,
"end": 144660,
"start": 144340
},
{
"text": "[...]",
"confidence": 0,
"end": 144840,
"start": 144780
},
{
"text": "like",
"confidence": 0.8658593751882252,
"end": 146700,
"start": 145880
},
{
"text": "it",
"confidence": 0.8955918848514557,
"end": 147020,
"start": 146760
},
{
"text": "was",
"confidence": 0.9360936284065247,
"end": 147320,
"start": 147140
},
{
"text": "time",
"confidence": 0.933216392993927,
"end": 147740,
"start": 147460
},
{
"text": "to",
"confidence": 0.9468439102172852,
"end": 148060,
"start": 147900
},
{
"text": "move",
"confidence": 0.9342105984687805,
"end": 148260,
"start": 148040
},
{
"text": "to",
"confidence": 0.8496935069561005,
"end": 148440,
"start": 148260
},
{
"text": "something",
"confidence": 0.9065910597642263,
"end": 148840,
"start": 148480
},
{
"text": "else.",
"confidence": 0.9021356284618378,
"end": 149120,
"start": 148860
},
{
"text": "There",
"confidence": 0.9154800044165717,
"end": 149520,
"start": 149100
},
{
"text": "are",
"confidence": 0.6315634498993555,
"end": 149680,
"start": 149500
},
{
"text": "too",
"confidence": 0.9200929403305054,
"end": 149900,
"start": 149720
},
{
"text": "many",
"confidence": 0.9162442237138748,
"end": 150120,
"start": 149900
},
{
"text": "structural",
"confidence": 0.8418496251106262,
"end": 150680,
"start": 150080
},
{
"text": "flaws",
"confidence": 0.8717815407684871,
"end": 151180,
"start": 150840
},
{
"text": "and",
"confidence": 0.9313034074647086,
"end": 151440,
"start": 151240
},
{
"text": "church",
"confidence": 0.701413145661354,
"end": 151760,
"start": 151500
},
{
"text": "mats",
"confidence": 0.8107978850603104,
"end": 152120,
"start": 151820
},
{
"text": "internals",
"confidence": 0.9121391300497383,
"end": 152760,
"start": 152120
},
{
"text": "to",
"confidence": 0.9293766915798187,
"end": 153440,
"start": 153300
},
{
"text": "make",
"confidence": 0.9714376926422119,
"end": 154700,
"start": 154480
},
{
"text": "large",
"confidence": 0.9206815312306086,
"end": 155000,
"start": 154700
},
{
"text": "scale",
"confidence": 0.877481147646904,
"end": 155240,
"start": 154980
},
{
"text": "and",
"confidence": 0.7716190338134765,
"end": 155380,
"start": 155220
},
{
"text": "parents",
"confidence": 0.89102251435581,
"end": 156200,
"start": 155380
},
{
"text": "will",
"confidence": 0.7511602863669395,
"end": 157440,
"start": 157140
},
{
"text": "go",
"confidence": 0.9072453776995341,
"end": 157540,
"start": 157420
},
{
"text": "[...]",
"confidence": 0.5010358020663261,
"end": 157660,
"start": 157520
},
{
"text": "more",
"confidence": 0.7955754807701817,
"end": 158240,
"start": 157640
},
{
"text": "structure",
"confidence": 0.7231951993087242,
"end": 158980,
"start": 158340
},
{
"text": "ever",
"confidence": 0.8212749980963193,
"end": 159520,
"start": 158940
},
{
"text": "attempted",
"confidence": 0.9287814403835096,
"end": 160080,
"start": 159640
},
{
"text": "for",
"confidence": 0.8851820454001427,
"end": 160280,
"start": 160060
},
{
"text": "donor",
"confidence": 0.8466553098776124,
"end": 161200,
"start": 160260
},
{
"text": "or",
"confidence": 0.8503278195858002,
"end": 161360,
"start": 161220
},
{
"text": "is",
"confidence": 0.6706244647502899,
"end": 161480,
"start": 161340
},
{
"text": "it",
"confidence": 0.7643232742945353,
"end": 161580,
"start": 161460
},
{
"text": "just",
"confidence": 0.8530037502447764,
"end": 161780,
"start": 161600
},
{
"text": "one",
"confidence": 0.7801839634776115,
"end": 162060,
"start": 161840
},
{
"text": "that",
"confidence": 0.8445609033107757,
"end": 162300,
"start": 162040
},
{
"text": "only",
"confidence": 0.9438921752430144,
"end": 162780,
"start": 162300
},
{
"text": "science",
"confidence": 0.8366168044507504,
"end": 165900,
"start": 163440
},
{
"text": "targets",
"confidence": 0.9247767408688863,
"end": 166240,
"start": 165880
},
{
"text": "neck",
"confidence": 0.9614501151927682,
"end": 168020,
"start": 166240
},
{
"text": "or",
"confidence": 0.9290594203131539,
"end": 168240,
"start": 168040
},
{
"text": "app?",
"confidence": 0.9750128189722697,
"end": 168380,
"start": 168260
},
{
"text": "I",
"confidence": 0.9051666855812073,
"end": 168970,
"start": 168890
},
{
"text": "may",
"confidence": 0.7208756539556715,
"end": 169470,
"start": 169050
},
{
"text": "be",
"confidence": 0.8764256749834333,
"end": 169650,
"start": 169450
},
{
"text": "in",
"confidence": 0.942421714013273,
"end": 170610,
"start": 169670
},
{
"text": "a",
"confidence": 0.6722169998619292,
"end": 171050,
"start": 170630
},
{
"text": "three",
"confidence": 0.7802407542864481,
"end": 171270,
"start": 171030
},
{
"text": "with",
"confidence": 0.8445921639601389,
"end": 171730,
"start": 171550
},
{
"text": "some",
"confidence": 0.9288816253344218,
"end": 171930,
"start": 171750
},
{
"text": "other",
"confidence": 0.8779116049408913,
"end": 172110,
"start": 171890
},
{
"text": "stuff",
"confidence": 0.9265206704537073,
"end": 172370,
"start": 172070
},
{
"text": "that",
"confidence": 0.8256552219390869,
"end": 172510,
"start": 172330
},
{
"text": "lifts",
"confidence": 0.8157971538603306,
"end": 172850,
"start": 172470
},
{
"text": "up",
"confidence": 0.9293508678674698,
"end": 172990,
"start": 172850
},
{
"text": "and",
"confidence": 0.7914339900016785,
"end": 173210,
"start": 173070
},
{
"text": "one",
"confidence": 0.8477818270524343,
"end": 173390,
"start": 173210
},
{
"text": "point",
"confidence": 0.8101761005818844,
"end": 173610,
"start": 173390
},
{
"text": "five",
"confidence": 0.8953195105899464,
"end": 173970,
"start": 173690
},
{
"text": "or",
"confidence": 0.9456352094809214,
"end": 174490,
"start": 174310
},
{
"text": "just",
"confidence": 0.9210373411575953,
"end": 176150,
"start": 175610
},
{
"text": "skip",
"confidence": 0.8840240836143494,
"end": 176330,
"start": 176110
},
{
"text": "all",
"confidence": 0.7092831805348396,
"end": 176550,
"start": 176330
},
{
"text": "that",
"confidence": 0.7822534243265787,
"end": 176710,
"start": 176530
},
{
"text": "straight",
"confidence": 0.7140425065389047,
"end": 177430,
"start": 176850
},
{
"text": "the",
"confidence": 0.7515791207551956,
"end": 177550,
"start": 177410
},
{
"text": "net",
"confidence": 0.7136610978179507,
"end": 177790,
"start": 177550
},
{
"text": "core",
"confidence": 0.8695696182549,
"end": 178150,
"start": 177770
},
{
"text": "point",
"confidence": 0.7876423229773839,
"end": 178890,
"start": 178230
},
{
"text": "standard",
"confidence": 0.7793370610789249,
"end": 180830,
"start": 180390
},
{
"text": "but",
"confidence": 0.8678829669952393,
"end": 181930,
"start": 181710
},
{
"text": "no",
"confidence": 0.8648475036025047,
"end": 182150,
"start": 181930
},
{
"text": "supported",
"confidence": 0.7265061587095261,
"end": 183410,
"start": 182470
},
{
"text": "net",
"confidence": 0.7935244224288247,
"end": 183690,
"start": 183410
},
{
"text": "or",
"confidence": 0.8909288578563266,
"end": 183950,
"start": 183710
},
{
"text": "for",
"confidence": 0.9222631603479385,
"end": 184070,
"start": 183930
},
{
"text": "a",
"confidence": 0.6860918402671814,
"end": 184170,
"start": 184070
},
{
"text": "couple",
"confidence": 0.8774524211883545,
"end": 184410,
"start": 184150
},
{
"text": "of",
"confidence": 0.6561780969301859,
"end": 184490,
"start": 184370
},
{
"text": "years.",
"confidence": 0.8772139975002834,
"end": 184650,
"start": 184450
},
{
"text": "Now",
"confidence": 0.6645174877984183,
"end": 184890,
"start": 184690
},
{
"text": "I",
"confidence": 0.9604057930409908,
"end": 185990,
"start": 185610
},
{
"text": "think",
"confidence": 0.7229655981063843,
"end": 186210,
"start": 185970
},
{
"text": "structure",
"confidence": 0.7353642914030287,
"end": 186770,
"start": 186350
},
{
"text": "might",
"confidence": 0.9077428811788559,
"end": 187810,
"start": 186750
},
{
"text": "have",
"confidence": 0.8289680778980255,
"end": 187970,
"start": 187790
},
{
"text": "been.",
"confidence": 0.8861615757147471,
"end": 188110,
"start": 187930
},
{
"text": "The",
"confidence": 0.9697081446647644,
"end": 188430,
"start": 188110
},
{
"text": "first",
"confidence": 0.8002121882005171,
"end": 188790,
"start": 188510
},
{
"text": "mainstream",
"confidence": 0.8699993700892837,
"end": 190050,
"start": 189450
},
{
"text": "is",
"confidence": 0.8456551773207528,
"end": 190810,
"start": 190470
},
{
"text": "container",
"confidence": 0.9146660440846494,
"end": 191410,
"start": 190970
},
{
"text": "that",
"confidence": 0.849627959728241,
"end": 191730,
"start": 191570
},
{
"text": "I",
"confidence": 0.9094405481309602,
"end": 192470,
"start": 191750
},
{
"text": "support",
"confidence": 0.8998304184745339,
"end": 192850,
"start": 192450
},
{
"text": "the",
"confidence": 0.8954973886994755,
"end": 193370,
"start": 192970
},
{
"text": "new",
"confidence": 0.853441576162974,
"end": 193510,
"start": 193330
},
{
"text": "core",
"confidence": 0.915358371535937,
"end": 195610,
"start": 193750
},
{
"text": "abstractions",
"confidence": 0.8765489206864283,
"end": 196210,
"start": 195630
},
{
"text": "to",
"confidence": 0.6805203812462943,
"end": 196510,
"start": 196310
},
{
"text": "compliance",
"confidence": 0.9518505957993594,
"end": 196990,
"start": 196490
},
{
"text": "but",
"confidence": 0.7876635094483694,
"end": 197530,
"start": 197350
},
{
"text": "I'm",
"confidence": 0.840130219856898,
"end": 197730,
"start": 197550
},
{
"text": "not",
"confidence": 0.9138032072468808,
"end": 198150,
"start": 197710
},
{
"text": "present.",
"confidence": 0.7478230185806751,
"end": 198710,
"start": 198330
},
{
"text": "So",
"confidence": 0.8274026257651192,
"end": 199510,
"start": 198890
},
{
"text": "that",
"confidence": 0.7525004297494888,
"end": 199630,
"start": 199490
},
{
"text": "is",
"confidence": 0.7093857109546662,
"end": 199930,
"start": 199670
},
{
"text": "my",
"confidence": 0.9657937735319138,
"end": 200050,
"start": 199910
},
{
"text": "next",
"confidence": 0.8604076604048411,
"end": 200210,
"start": 200030
},
{
"text": "question.",
"confidence": 0.8797469368347755,
"end": 200570,
"start": 200250
},
{
"text": "Is",
"confidence": 0.9555364747842153,
"end": 200750,
"start": 200570
},
{
"text": "that",
"confidence": 0.9509707887967428,
"end": 200930,
"start": 200750
},
{
"text": "one",
"confidence": 0.7561200459798177,
"end": 201490,
"start": 201010
},
{
"text": "core",
"confidence": 0.9486613912241799,
"end": 202370,
"start": 201470
},
{
"text": "comes",
"confidence": 0.8760358889897665,
"end": 202650,
"start": 202350
},
{
"text": "with",
"confidence": 0.8969438552856446,
"end": 202790,
"start": 202630
},
{
"text": "its",
"confidence": 0.8440843224525452,
"end": 202950,
"start": 202770
},
{
"text": "own",
"confidence": 0.8094456903636456,
"end": 203150,
"start": 202930
},
{
"text": "dependency",
"confidence": 0.8765041410923005,
"end": 203750,
"start": 203190
},
{
"text": "injection",
"confidence": 0.9294137670880273,
"end": 204190,
"start": 203710
},
{
"text": "framework.",
"confidence": 0.9459162062786995,
"end": 205270,
"start": 204270
},
{
"text": "I",
"confidence": 0.9790709391236305,
"end": 205470,
"start": 205250
},
{
"text": "container",
"confidence": 0.7953494638204575,
"end": 206330,
"start": 205750
},
{
"text": "of",
"confidence": 0.7747648477554321,
"end": 206470,
"start": 206310
},
{
"text": "sorts.",
"confidence": 0.7757535099983215,
"end": 206710,
"start": 206450
},
{
"text": "Why",
"confidence": 0.9647540829398416,
"end": 207480,
"start": 207200
},
{
"text": "would",
"confidence": 0.8548571944236756,
"end": 207700,
"start": 207440
},
{
"text": "I",
"confidence": 0.8682364225387573,
"end": 207740,
"start": 207660
},
{
"text": "need",
"confidence": 0.9133472612925938,
"end": 207960,
"start": 207760
},
{
"text": "to",
"confidence": 0.8123641312122345,
"end": 208080,
"start": 207940
},
{
"text": "add",
"confidence": 0.871053896844387,
"end": 208260,
"start": 208040
},
{
"text": "in",
"confidence": 0.8102376222610473,
"end": 208380,
"start": 208220
},
{
"text": "another",
"confidence": 0.9523873762650923,
"end": 208880,
"start": 208380
},
{
"text": "tool",
"confidence": 0.9237702422671847,
"end": 209100,
"start": 208860
},
{
"text": "like",
"confidence": 0.9722613266536168,
"end": 209700,
"start": 209080
},
{
"text": "lamar?",
"confidence": 0.857521824146572,
"end": 210100,
"start": 209660
},
{
"text": "So",
"confidence": 0.849222332239151,
"end": 210860,
"start": 210720
},
{
"text": "maybe",
"confidence": 0.8946695791350471,
"end": 211600,
"start": 211360
},
{
"text": "you",
"confidence": 0.903741180896759,
"end": 211720,
"start": 211580
},
{
"text": "don't",
"confidence": 0.8941851630806923,
"end": 211940,
"start": 211720
},
{
"text": "is",
"confidence": 0.9442670813628605,
"end": 213330,
"start": 212990
},
{
"text": "the",
"confidence": 0.9262222829072372,
"end": 214430,
"start": 213910
},
{
"text": "harsh",
"confidence": 0.8407648290906634,
"end": 214770,
"start": 214430
},
{
"text": "answer.",
"confidence": 0.9261321766035897,
"end": 215110,
"start": 214770
},
{
"text": "So",
"confidence": 0.845457116762797,
"end": 215830,
"start": 215650
},
{
"text": "the",
"confidence": 0.8789798259735108,
"end": 216190,
"start": 216030
},
{
"text": "built",
"confidence": 0.8667972087860107,
"end": 216370,
"start": 216150
},
{
"text": "in",
"confidence": 0.8710815459489822,
"end": 216510,
"start": 216370
},
{
"text": "the",
"confidence": 0.9109158739447594,
"end": 216690,
"start": 216470
},
{
"text": "container",
"confidence": 0.9007162951654003,
"end": 217370,
"start": 216690
},
{
"text": "is",
"confidence": 0.9917987227439881,
"end": 217810,
"start": 217550
},
{
"text": "very",
"confidence": 0.9292952628696666,
"end": 218910,
"start": 218510
},
{
"text": "minimal.",
"confidence": 0.7201681405305862,
"end": 219170,
"start": 218910
},
{
"text": "There's",
"confidence": 0.9379914584367172,
"end": 220440,
"start": 219920
},
{
"text": "a",
"confidence": 0.9976314306259155,
"end": 220580,
"start": 220420
},
{
"text": "lot",
"confidence": 0.8770115971565247,
"end": 220840,
"start": 220620
},
{
"text": "of",
"confidence": 0.9729438871145248,
"end": 220980,
"start": 220840
},
{
"text": "features.",
"confidence": 0.9270711859067281,
"end": 221300,
"start": 220940
},
{
"text": "If",
"confidence": 0.8841205494744437,
"end": 221480,
"start": 221280
},
{
"text": "youre",
"confidence": 0.7582912966609001,
"end": 221680,
"start": 221460
},
{
"text": "used",
"confidence": 0.8829741418361664,
"end": 221980,
"start": 221720
},
{
"text": "to",
"confidence": 0.9708398183186849,
"end": 222060,
"start": 221940
},
{
"text": "structure",
"confidence": 0.8427914977073669,
"end": 222780,
"start": 222060
},
{
"text": "map",
"confidence": 0.8752660825848579,
"end": 223220,
"start": 222760
},
{
"text": "or",
"confidence": 0.9679074436426163,
"end": 223360,
"start": 223220
},
{
"text": "a",
"confidence": 0.8017188821520124,
"end": 223580,
"start": 223380
},
{
"text": "fact",
"confidence": 0.910115048289299,
"end": 224060,
"start": 223720
},
{
"text": "or",
"confidence": 0.9466476202011108,
"end": 224220,
"start": 224060
},
{
"text": "some",
"confidence": 0.7450002074241638,
"end": 224360,
"start": 224200
},
{
"text": "of",
"confidence": 0.9278075297673544,
"end": 224460,
"start": 224340
},
{
"text": "the",
"confidence": 0.9176389243867662,
"end": 224860,
"start": 224440
},
{
"text": "older",
"confidence": 0.94003759821256,
"end": 225340,
"start": 225040
},
{
"text": "more",
"confidence": 0.9389549493789673,
"end": 225680,
"start": 225420
},
{
"text": "common",
"confidence": 0.9852557480335236,
"end": 226000,
"start": 225660
},
{
"text": "tools,",
"confidence": 0.9352112486958504,
"end": 226240,
"start": 226020
},
{
"text": "there's",
"confidence": 0.6579287081956864,
"end": 227050,
"start": 226790
},
{
"text": "a",
"confidence": 0.7492350339889526,
"end": 227110,
"start": 227030
},
{
"text": "lot",
"confidence": 0.9259084343910218,
"end": 227230,
"start": 227070
},
{
"text": "of",
"confidence": 0.839860717455546,
"end": 227330,
"start": 227210
},
{
"text": "features",
"confidence": 0.8899715058505535,
"end": 227710,
"start": 227330
},
{
"text": "like",
"confidence": 0.8116129040718079,
"end": 227990,
"start": 227810
},
{
"text": "agnostics",
"confidence": 0.8384022093736209,
"end": 229090,
"start": 227990
},
{
"text": "and",
"confidence": 0.7888707915941874,
"end": 229230,
"start": 229110
},
{
"text": "type",
"confidence": 0.7706796228885651,
"end": 229510,
"start": 229290
},
{
"text": "of",
"confidence": 0.67255171140035,
"end": 229630,
"start": 229510
},
{
"text": "canning",
"confidence": 0.8431640942891439,
"end": 229990,
"start": 229630
},
{
"text": "and",
"confidence": 0.7893427610397339,
"end": 230130,
"start": 229990
},
{
"text": "conventional",
"confidence": 0.913359530594038,
"end": 230650,
"start": 230130
},
{
"text": "reset",
"confidence": 0.817741417571118,
"end": 231130,
"start": 230690
},
{
"text": "registration",
"confidence": 0.8667188081248053,
"end": 231750,
"start": 231110
},
{
"text": "that",
"confidence": 0.9818813698632377,
"end": 232490,
"start": 231730
},
{
"text": "you",
"confidence": 0.9074545204639435,
"end": 232610,
"start": 232470
},
{
"text": "really",
"confidence": 0.8805048316717148,
"end": 233010,
"start": 232630
},
{
"text": "miss.",
"confidence": 0.8425998091697693,
"end": 233230,
"start": 233050
},
{
"text": "So",
"confidence": 0.9978928168614706,
"end": 234020,
"start": 233900
},
{
"text": "I",
"confidence": 0.9977786898612976,
"end": 234240,
"start": 234080
},
{
"text": "originally",
"confidence": 0.8829226336981121,
"end": 235160,
"start": 234340
},
{
"text": "tried",
"confidence": 0.9474062919616699,
"end": 235680,
"start": 235300
},
{
"text": "or",
"confidence": 0.8418577564390082,
"end": 236770,
"start": 236330
},
{
"text": "actually",
"confidence": 0.8833560384809971,
"end": 237310,
"start": 236930
},
{
"text": "originates",
"confidence": 0.8861761956379332,
"end": 238090,
"start": 237450
},
{
"text": "from",
"confidence": 0.9262483084903044,
"end": 238570,
"start": 238170
},
{
"text": "another",
"confidence": 0.9022121537815441,
"end": 239150,
"start": 238650
},
{
"text": "os",
"confidence": 0.8378129074206719,
"end": 239450,
"start": 239130
},
{
"text": "to",
"confidence": 0.8407889604568481,
"end": 239850,
"start": 239730
},
{
"text": "mine",
"confidence": 0.9464965760707855,
"end": 240330,
"start": 240030
},
{
"text": "called",
"confidence": 0.8346771516583182,
"end": 240590,
"start": 240310
},
{
"text": "jasper.",
"confidence": 0.9431788225968679,
"end": 240990,
"start": 240570
},
{
"text": "Just",
"confidence": 0.9120991996356419,
"end": 241770,
"start": 241430
},
{
"text": "parts",
"confidence": 0.9297682046890259,
"end": 242190,
"start": 241870
},
{
"text": "of",
"confidence": 0.9652828971544901,
"end": 242370,
"start": 242190
},
{
"text": "it.",
"confidence": 0.8420824209849039,
"end": 242530,
"start": 242350
},
{
"text": "What",
"confidence": 0.9552463945001364,
"end": 243250,
"start": 242550
},
{
"text": "I",
"confidence": 0.724328875541687,
"end": 243350,
"start": 243250
},
{
"text": "was",
"confidence": 0.8912781357765198,
"end": 243490,
"start": 243330
},
{
"text": "originally",
"confidence": 0.873734679661299,
"end": 243910,
"start": 243470
},
{
"text": "trying",
"confidence": 0.819405184342311,
"end": 244190,
"start": 243870
},
{
"text": "to",
"confidence": 0.9546075761318207,
"end": 244250,
"start": 244150
},
{
"text": "do",
"confidence": 0.8482470065355301,
"end": 244350,
"start": 244210
},
{
"text": "with",
"confidence": 0.645624965429306,
"end": 244510,
"start": 244310
},
{
"text": "casper",
"confidence": 0.8236148589187198,
"end": 244910,
"start": 244490
},
{
"text": "is",
"confidence": 0.8128132969141006,
"end": 245110,
"start": 244970
},
{
"text": "just",
"confidence": 0.843201736609141,
"end": 245350,
"start": 245170
},
{
"text": "the",
"confidence": 0.8038288411639986,
"end": 246250,
"start": 245350
},
{
"text": "built",
"confidence": 0.6923066510094537,
"end": 246470,
"start": 246230
},
{
"text": "in",
"confidence": 0.8666963974634806,
"end": 246590,
"start": 246470
},
{
"text": "di",
"confidence": 0.8909157724941478,
"end": 247050,
"start": 246650
},
{
"text": "container.",
"confidence": 0.9191362403687977,
"end": 247510,
"start": 247030
},
{
"text": "I",
"confidence": 0.9925820827484131,
"end": 247930,
"start": 247850
},
{
"text": "still",
"confidence": 0.9584980938169692,
"end": 248350,
"start": 247930
},
{
"text": "found",
"confidence": 0.942444368203481,
"end": 248710,
"start": 248350
},
{
"text": "the",
"confidence": 0.900643934806188,
"end": 248850,
"start": 248670
},
{
"text": "built",
"confidence": 0.7836715621607644,
"end": 249030,
"start": 248830
},
{
"text": "in",
"confidence": 0.8760665506124496,
"end": 249170,
"start": 249030
},
{
"text": "di",
"confidence": 0.8539275228977203,
"end": 249370,
"start": 249150
},
{
"text": "containers",
"confidence": 0.9071319848299026,
"end": 250030,
"start": 249570
},
{
"text": "behavior",
"confidence": 0.8856645435094833,
"end": 250550,
"start": 250090
},
{
"text": "to",
"confidence": 0.9093835949897766,
"end": 250710,
"start": 250570
},
{
"text": "be",
"confidence": 0.9095504283905029,
"end": 250850,
"start": 250730
},
{
"text": "just",
"confidence": 0.9115325893674578,
"end": 251370,
"start": 250890
},
{
"text": "to",
"confidence": 0.9048249840736389,
"end": 251770,
"start": 251610
},
{
"text": "lacking.",
"confidence": 0.9198788825203391,
"end": 252670,
"start": 252270
},
{
"text": "There's",
"confidence": 0.9236550569534302,
"end": 253450,
"start": 253190
},
{
"text": "a",
"confidence": 0.9769793152809143,
"end": 253510,
"start": 253430
},
{
"text": "lot",
"confidence": 0.8821154952049255,
"end": 253650,
"start": 253490
},
{
"text": "of",
"confidence": 0.9490476101636887,
"end": 253770,
"start": 253630
},
{
"text": "niceties",
"confidence": 0.9396444406264868,
"end": 254850,
"start": 254010
},
{
"text": "that",
"confidence": 0.9554739892482758,
"end": 255720,
"start": 255500
},
{
"text": "I",
"confidence": 0.8884331583976746,
"end": 255780,
"start": 255700
},
{
"text": "really",
"confidence": 0.8581804687326605,
"end": 256140,
"start": 255860
},
{
"text": "missed",
"confidence": 0.8645947250452909,
"end": 256440,
"start": 256160
},
{
"text": "myself",
"confidence": 0.9389573236306509,
"end": 256880,
"start": 256460
},
{
"text": "with",
"confidence": 0.7681044071912766,
"end": 257160,
"start": 256900
},
{
"text": "structure",
"confidence": 0.6857942588189069,
"end": 257540,
"start": 257140
},
{
"text": "map",
"confidence": 0.852224954536983,
"end": 257720,
"start": 257520
},
{
"text": "being",
"confidence": 0.8093782530890571,
"end": 258480,
"start": 258060
},
{
"text": "able",
"confidence": 0.8674232140183449,
"end": 258660,
"start": 258440
},
{
"text": "to",
"confidence": 0.7666162252426147,
"end": 258760,
"start": 258640
},
{
"text": "auto",
"confidence": 0.7308152042902433,
"end": 259060,
"start": 258740
},
{
"text": "discover,",
"confidence": 0.8962373953116568,
"end": 259480,
"start": 259040
},
{
"text": "concrete",
"confidence": 0.8822885208896228,
"end": 260770,
"start": 260150
},
{
"text": "types",
"confidence": 0.9137847463289896,
"end": 261190,
"start": 260830
},
{
"text": "the",
"confidence": 0.9617616534233093,
"end": 261610,
"start": 261170
},
{
"text": "conventual",
"confidence": 0.9058600396682055,
"end": 262770,
"start": 261930
},
{
"text": "registration",
"confidence": 0.8972871005535126,
"end": 263510,
"start": 262790
},
{
"text": "and",
"confidence": 0.9130277335643768,
"end": 263930,
"start": 263510
},
{
"text": "absolutely",
"confidence": 0.8589755486358296,
"end": 264610,
"start": 264110
},
{
"text": "missing.",
"confidence": 0.9680294632911682,
"end": 265130,
"start": 264670
},
{
"text": "What",
"confidence": 0.9407074628052888,
"end": 265930,
"start": 265330
},
{
"text": "do",
"confidence": 0.9205634146928787,
"end": 266050,
"start": 265910
},
{
"text": "I",
"confidence": 0.8753190040588379,
"end": 266190,
"start": 266070
},
{
"text": "have",
"confidence": 0.8988469583647591,
"end": 266450,
"start": 266250
},
{
"text": "diagnostics",
"confidence": 0.9404082219851645,
"end": 267330,
"start": 266510
},
{
"text": "instruction",
"confidence": 0.8987453414334191,
"end": 267910,
"start": 267310
},
{
"text": "at",
"confidence": 0.7654924094676971,
"end": 268050,
"start": 267910
},
{
"text": "lemars",
"confidence": 0.9030155326638903,
"end": 269220,
"start": 268460
},
{
"text": "born",
"confidence": 0.9570188980836135,
"end": 269620,
"start": 269300
},
{
"text": "from",
"confidence": 0.9136876821517944,
"end": 270160,
"start": 269900
},
{
"text": "wanting",
"confidence": 0.815945429461343,
"end": 271220,
"start": 270880
},
{
"text": "something",
"confidence": 0.9197873198069059,
"end": 271760,
"start": 271440
},
{
"text": "better",
"confidence": 0.9799772799015045,
"end": 272180,
"start": 271920
},
{
"text": "to",
"confidence": 0.9910869598388672,
"end": 272910,
"start": 272810
},
{
"text": "use",
"confidence": 0.8897603239331927,
"end": 273370,
"start": 273030
},
{
"text": "inside",
"confidence": 0.9502473876756781,
"end": 274770,
"start": 273350
},
{
"text": "of",
"confidence": 0.890687957406044,
"end": 274890,
"start": 274750
},
{
"text": "jasper",
"confidence": 0.9158374137348599,
"end": 275370,
"start": 274950
},
{
"text": "something",
"confidence": 0.8304592172304789,
"end": 275750,
"start": 275330
},
{
"text": "it",
"confidence": 0.707420015335083,
"end": 275870,
"start": 275710
},
{
"text": "would",
"confidence": 0.7087253332138062,
"end": 276010,
"start": 275830
},
{
"text": "be",
"confidence": 0.9250223934650421,
"end": 276090,
"start": 275990
},
{
"text": "much",
"confidence": 0.9357383506638663,
"end": 276270,
"start": 276070
},
{
"text": "faster",
"confidence": 0.8979094834888682,
"end": 276710,
"start": 276310
},
{
"text": "than",
"confidence": 0.8582004573610094,
"end": 276910,
"start": 276670
},
{
"text": "structuremap",
"confidence": 0.8197434103047406,
"end": 277510,
"start": 276910
},
{
"text": "but",
"confidence": 0.8696501851081848,
"end": 277750,
"start": 277590
},
{
"text": "bring",
"confidence": 0.8463463435570399,
"end": 278150,
"start": 277850
},
{
"text": "back",
"confidence": 0.9638725161552429,
"end": 278510,
"start": 278250
},
{
"text": "some",
"confidence": 0.9726249277591705,
"end": 279310,
"start": 278490
},
{
"text": "of",
"confidence": 0.8803768903017044,
"end": 279470,
"start": 279330
},
{
"text": "the",
"confidence": 0.9206667542457581,
"end": 279770,
"start": 279610
},
{
"text": "functionality",
"confidence": 0.9126320388168097,
"end": 280890,
"start": 280190
},
{
"text": "that",
"confidence": 0.9102836639984794,
"end": 281410,
"start": 280890
},
{
"text": "the",
"confidence": 0.9208266030658375,
"end": 281670,
"start": 281390
},
{
"text": "built",
"confidence": 0.7468612534659249,
"end": 281870,
"start": 281670
},
{
"text": "in",
"confidence": 0.9414335936307907,
"end": 282030,
"start": 281890
},
{
"text": "di",
"confidence": 0.9169111414389177,
"end": 282310,
"start": 282030
},
{
"text": "container",
"confidence": 0.8764155946279827,
"end": 282810,
"start": 282370
},
{
"text": "did",
"confidence": 0.96905464331309,
"end": 283430,
"start": 282770
},
{
"text": "not",
"confidence": 0.9510536193847656,
"end": 283730,
"start": 283530
},
{
"text": "have.",
"confidence": 0.9274736302239555,
"end": 284070,
"start": 283870
},
{
"text": "That's",
"confidence": 0.9216180894109938,
"end": 285800,
"start": 284840
},
{
"text": "where",
"confidence": 0.8105918318033218,
"end": 286040,
"start": 285820
},
{
"text": "from",
"confidence": 0.8179017007350922,
"end": 287060,
"start": 286040
},
{
"text": "I",
"confidence": 0.9597019910812378,
"end": 287220,
"start": 287060
},
{
"text": "write",
"confidence": 0.7573350412505013,
"end": 287400,
"start": 287200
},
{
"text": "a",
"confidence": 0.9095421433448792,
"end": 287460,
"start": 287380
},
{
"text": "lot",
"confidence": 0.9050006667772929,
"end": 287620,
"start": 287440
},
{
"text": "of",
"confidence": 0.9686524122953415,
"end": 287740,
"start": 287600
},
{
"text": "demo",
"confidence": 0.9489174485206604,
"end": 288100,
"start": 287820
},
{
"text": "code",
"confidence": 0.8318983099677346,
"end": 288420,
"start": 288140
},
{
"text": "these",
"confidence": 0.79839638620615,
"end": 288600,
"start": 288380
},
{
"text": "days.",
"confidence": 0.9293985035684373,
"end": 288800,
"start": 288560
},
{
"text": "A",
"confidence": 0.8736028522253036,
"end": 289120,
"start": 288820
},
{
"text": "lot",
"confidence": 0.7091558098793029,
"end": 289280,
"start": 289120
},
{
"text": "of",
"confidence": 0.6835408806800842,
"end": 289380,
"start": 289260
},
{
"text": "instructional",
"confidence": 0.8847466577654299,
"end": 289960,
"start": 289440
},
{
"text": "code",
"confidence": 0.9412157475948334,
"end": 290220,
"start": 289960
},
{
"text": "and",
"confidence": 0.8442442774772644,
"end": 290360,
"start": 290200
},
{
"text": "I",
"confidence": 0.8353046973546346,
"end": 290820,
"start": 290700
},
{
"text": "haven't",
"confidence": 0.7786701917648315,
"end": 291100,
"start": 290820
},
{
"text": "really",
"confidence": 0.8958047976096472,
"end": 291380,
"start": 291080
},
{
"text": "run",
"confidence": 0.9631774028142294,
"end": 291600,
"start": 291420
},
{
"text": "into",
"confidence": 0.903854712843895,
"end": 291800,
"start": 291580
},
{
"text": "any",
"confidence": 0.9762731269001961,
"end": 292040,
"start": 291820
},
{
"text": "issues",
"confidence": 0.9457804123560588,
"end": 292480,
"start": 292120
},
{
"text": "with",
"confidence": 0.892863392829895,
"end": 292880,
"start": 292680
},
{
"text": "depends",
"confidence": 0.801069642106692,
"end": 293320,
"start": 292900
},
{
"text": "injection",
"confidence": 0.8584270508665788,
"end": 293860,
"start": 293420
},
{
"text": "but",
"confidence": 0.9425763189792633,
"end": 294080,
"start": 293940
},
{
"text": "there",
"confidence": 0.9755267351865768,
"end": 294720,
"start": 294500
},
{
"text": "is",
"confidence": 0.8557889223098755,
"end": 294860,
"start": 294700
},
{
"text": "one",
"confidence": 0.9254627444527366,
"end": 295160,
"start": 294880
},
{
"text": "noble",
"confidence": 0.8364200798364786,
"end": 295480,
"start": 295160
},
{
"text": "instance",
"confidence": 0.8436868488788605,
"end": 295820,
"start": 295460
},
{
"text": "that",
"confidence": 0.8794718782107035,
"end": 296020,
"start": 295840
},
{
"text": "I'll",
"confidence": 0.9148203581571579,
"end": 296660,
"start": 296040
},
{
"text": "bring",
"confidence": 0.8989658100264413,
"end": 296820,
"start": 296620
},
{
"text": "up",
"confidence": 0.9019696563482285,
"end": 296920,
"start": 296780
},
{
"text": "here",
"confidence": 0.9105815514922142,
"end": 297100,
"start": 296880
},
{
"text": "in",
"confidence": 0.9329671382904052,
"end": 297340,
"start": 297180
},
{
"text": "a",
"confidence": 0.7797054847081503,
"end": 297440,
"start": 297320
},
{
"text": "minute",
"confidence": 0.9122553305192427,
"end": 297720,
"start": 297440
},
{
"text": "where",
"confidence": 0.9319522455334663,
"end": 298000,
"start": 297780
},
{
"text": "I",
"confidence": 0.9984246134757996,
"end": 298680,
"start": 298220
},
{
"text": "found",
"confidence": 0.9387802210721102,
"end": 299160,
"start": 298880
},
{
"text": "the",
"confidence": 0.6758349239826202,
"end": 299320,
"start": 299180
},
{
"text": "built",
"confidence": 0.820117324590683,
"end": 300360,
"start": 300100
},
{
"text": "in",
"confidence": 0.8633951842784882,
"end": 300500,
"start": 300320
},
{
"text": "depends",
"confidence": 0.8701176060282666,
"end": 301000,
"start": 300480
},
{
"text": "injection",
"confidence": 0.7986681475525811,
"end": 301460,
"start": 300980
},
{
"text": "done",
"confidence": 0.8572964759973379,
"end": 301740,
"start": 301420
},
{
"text": "or",
"confidence": 0.7296934390769285,
"end": 302120,
"start": 301720
},
{
"text": "to",
"confidence": 0.6863874047994614,
"end": 302220,
"start": 302080
},
{
"text": "be",
"confidence": 0.8216639757156372,
"end": 302280,
"start": 302200
},
{
"text": "surprisingly",
"confidence": 0.9361870033400399,
"end": 303450,
"start": 302690
},
{
"text": "lacking.",
"confidence": 0.9305958371413382,
"end": 303870,
"start": 303430
},
{
"text": "But",
"confidence": 0.9683045653196481,
"end": 304410,
"start": 303830
},
{
"text": "I",
"confidence": 0.9914185404777527,
"end": 304510,
"start": 304390
},
{
"text": "want",
"confidence": 0.872210751880299,
"end": 304910,
"start": 304630
},
{
"text": "to",
"confidence": 0.8222980499267578,
"end": 304990,
"start": 304890
},
{
"text": "ask",
"confidence": 0.877717137336731,
"end": 305130,
"start": 304950
},
{
"text": "another",
"confidence": 0.8847963599597707,
"end": 305530,
"start": 305130
},
{
"text": "question",
"confidence": 0.9180322587490082,
"end": 305790,
"start": 305490
},
{
"text": "or",
"confidence": 0.8469017520546913,
"end": 305990,
"start": 305770
},
{
"text": "just",
"confidence": 0.897228193283081,
"end": 306890,
"start": 306030
},
{
"text": "to",
"confidence": 0.8831509798765182,
"end": 307010,
"start": 306870
},
{
"text": "assume",
"confidence": 0.9263926227887471,
"end": 307370,
"start": 307010
},
{
"text": "that",
"confidence": 0.9787205855051676,
"end": 307570,
"start": 307390
},
{
"text": "listeners",
"confidence": 0.9025907656725716,
"end": 308090,
"start": 307690
},
{
"text": "are",
"confidence": 0.8357157409191132,
"end": 308290,
"start": 308110
},
{
"text": "familiar",
"confidence": 0.8646118574672275,
"end": 308690,
"start": 308270
},
{
"text": "with",
"confidence": 0.8691006302833557,
"end": 308910,
"start": 308710
},
{
"text": "with",
"confidence": 0.9270229339599609,
"end": 309230,
"start": 309030
},
{
"text": "of",
"confidence": 0.7959629595279694,
"end": 309430,
"start": 309210
},
{
"text": "hopefully",
"confidence": 0.9560699708321515,
"end": 310930,
"start": 310190
},
{
"text": "most",
"confidence": 0.9552435874938965,
"end": 311490,
"start": 310890
},
{
"text": "developers",
"confidence": 0.9397831541650435,
"end": 312250,
"start": 311510
},
{
"text": "understand",
"confidence": 0.9337780225661493,
"end": 312910,
"start": 312230
},
{
"text": "that",
"confidence": 0.8619934519131979,
"end": 313190,
"start": 312890
},
{
"text": "the",
"confidence": 0.9577325483163198,
"end": 313510,
"start": 313210
},
{
"text": "core",
"confidence": 0.9256218552589417,
"end": 313770,
"start": 313510
},
{
"text": "of",
"confidence": 0.7682612657546997,
"end": 313930,
"start": 313770
},
{
"text": "depending",
"confidence": 0.817749540011088,
"end": 314490,
"start": 313890
},
{
"text": "version",
"confidence": 0.8826231906811396,
"end": 314770,
"start": 314470
},
{
"text": "that",
"confidence": 0.751030105810899,
"end": 315070,
"start": 314750
},
{
"text": "kind",
"confidence": 0.7037824193636576,
"end": 315230,
"start": 315050
},
{
"text": "of",
"confidence": 0.7186554074287415,
"end": 315290,
"start": 315190
},
{
"text": "stuff.",
"confidence": 0.8879301481776767,
"end": 315490,
"start": 315250
},
{
"text": "[...]",
"confidence": 0.5728696936910803,
"end": 316110,
"start": 315830
},
{
"text": "assume",
"confidence": 0.7316069142384962,
"end": 316390,
"start": 316110
},
{
"text": "that",
"confidence": 0.8623502999544144,
"end": 316490,
"start": 316350
},
{
"text": "they",
"confidence": 0.9227670431137085,
"end": 316610,
"start": 316450
},
{
"text": "already",
"confidence": 0.788242730498314,
"end": 316830,
"start": 316570
},
{
"text": "know",
"confidence": 0.9318001468976339,
"end": 316990,
"start": 316810
},
{
"text": "that",
"confidence": 0.9314764539400736,
"end": 317130,
"start": 316950
},
{
"text": "kind",
"confidence": 0.9141999397959027,
"end": 317310,
"start": 317110
},
{
"text": "of",
"confidence": 0.8245752851168314,
"end": 317390,
"start": 317270
},
{
"text": "thing.",
"confidence": 0.953920134476253,
"end": 317550,
"start": 317350
},
{
"text": "Could",
"confidence": 0.923039972782135,
"end": 318100,
"start": 317720
},
{
"text": "you",
"confidence": 0.9541394710540771,
"end": 318200,
"start": 318060
},
{
"text": "briefly",
"confidence": 0.9048221362264532,
"end": 318600,
"start": 318160
},
{
"text": "explain",
"confidence": 0.8884679287672043,
"end": 319040,
"start": 318580
},
{
"text": "the",
"confidence": 0.9556228617827097,
"end": 319360,
"start": 319060
},
{
"text": "service",
"confidence": 0.9794831139700754,
"end": 320080,
"start": 319320
},
{
"text": "lifetimes",
"confidence": 0.9693151253920335,
"end": 320620,
"start": 320040
},
{
"text": "in",
"confidence": 0.982159946275794,
"end": 321140,
"start": 320620
},
{
"text": "lamar?",
"confidence": 0.9361965168606151,
"end": 321860,
"start": 321140
},
{
"text": "I",
"confidence": 0.9140192717313766,
"end": 322360,
"start": 322060
},
{
"text": "think",
"confidence": 0.7958038747310638,
"end": 322520,
"start": 322340
},
{
"text": "they're",
"confidence": 0.7621941685676574,
"end": 322760,
"start": 322500
},
{
"text": "singleton",
"confidence": 0.8333129143714905,
"end": 323300,
"start": 322740
},
{
"text": "scope",
"confidence": 0.9013765237548135,
"end": 323540,
"start": 323260
},
{
"text": "and",
"confidence": 0.8193484942118326,
"end": 323680,
"start": 323500
},
{
"text": "transient",
"confidence": 0.9311366573623989,
"end": 324200,
"start": 323680
},
{
"text": "and",
"confidence": 0.9016238451004028,
"end": 324820,
"start": 324660
},
{
"text": "maybe",
"confidence": 0.9231767430901527,
"end": 325080,
"start": 324860
},
{
"text": "just",
"confidence": 0.7283578316370646,
"end": 325340,
"start": 325160
},
{
"text": "briefly",
"confidence": 0.7943658232688904,
"end": 325640,
"start": 325300
},
{
"text": "what's",
"confidence": 0.8634439408779144,
"end": 325920,
"start": 325680
},
{
"text": "the",
"confidence": 0.9024705290794373,
"end": 326080,
"start": 325940
},
{
"text": "difference",
"confidence": 0.9196363389492035,
"end": 326540,
"start": 326120
},
{
"text": "and",
"confidence": 0.9157641728719076,
"end": 326740,
"start": 326560
},
{
"text": "when",
"confidence": 0.8713430881500244,
"end": 326920,
"start": 326760
},
{
"text": "would",
"confidence": 0.8450197747775486,
"end": 327140,
"start": 326940
},
{
"text": "I",
"confidence": 0.9562821586926779,
"end": 327220,
"start": 327100
},
{
"text": "use",
"confidence": 0.9406008899211884,
"end": 327540,
"start": 327280
},
{
"text": "each",
"confidence": 0.8178849986621312,
"end": 327820,
"start": 327620
},
{
"text": "of",
"confidence": 0.8478538870811463,
"end": 327940,
"start": 327780
},
{
"text": "those",
"confidence": 0.8677010908722878,
"end": 328140,
"start": 327920
},
{
"text": "to",
"confidence": 0.8324906040321697,
"end": 329080,
"start": 328140
},
{
"text": "be",
"confidence": 0.7542025744915009,
"end": 329240,
"start": 329040
},
{
"text": "very",
"confidence": 0.935570548881184,
"end": 329480,
"start": 329200
},
{
"text": "clear",
"confidence": 0.886348737610711,
"end": 329680,
"start": 329440
},
{
"text": "for",
"confidence": 0.9233192324638366,
"end": 329860,
"start": 329700
},
{
"text": "any",
"confidence": 0.7885643362998962,
"end": 330000,
"start": 329840
},
{
"text": "tiny",
"confidence": 0.7873156912948774,
"end": 330540,
"start": 330020
},
{
"text": "structure,",
"confidence": 0.6921516120433807,
"end": 330880,
"start": 330520
},
{
"text": "a",
"confidence": 0.7358104139566422,
"end": 330980,
"start": 330840
},
{
"text": "user",
"confidence": 0.947363864291798,
"end": 331400,
"start": 331120
},
{
"text": "moving",
"confidence": 0.9156659330640521,
"end": 332160,
"start": 331820
},
{
"text": "a",
"confidence": 0.6954871237277984,
"end": 332280,
"start": 332120
},
{
"text": "lamar.",
"confidence": 0.886926326082974,
"end": 333120,
"start": 332240
},
{
"text": "His",
"confidence": 0.9628693103790283,
"end": 333280,
"start": 333120
},
{
"text": "is",
"confidence": 0.945051242907842,
"end": 333420,
"start": 333240
},
{
"text": "the",
"confidence": 0.953172892332077,
"end": 333580,
"start": 333440
},
{
"text": "biggest",
"confidence": 0.9086506792477199,
"end": 333900,
"start": 333560
},
{
"text": "thing",
"confidence": 0.9755723774433136,
"end": 334100,
"start": 333880
},
{
"text": "that",
"confidence": 0.9290116190910339,
"end": 334280,
"start": 334120
},
{
"text": "changed",
"confidence": 0.9020135530403682,
"end": 334700,
"start": 334360
},
{
"text": "mar",
"confidence": 0.9213824371496836,
"end": 335840,
"start": 335300
},
{
"text": "completely",
"confidence": 0.9254444539546967,
"end": 336560,
"start": 335980
},
{
"text": "adopts.",
"confidence": 0.9608008108640972,
"end": 337020,
"start": 336580
},
{
"text": "The",
"confidence": 0.9770555863013635,
"end": 337990,
"start": 337670
},
{
"text": "semantic",
"confidence": 0.9433964292208353,
"end": 338850,
"start": 337950
},
{
"text": "model",
"confidence": 0.9182549665371577,
"end": 339250,
"start": 338950
},
{
"text": "that",
"confidence": 0.9670917689800262,
"end": 339570,
"start": 339230
},
{
"text": "aspnet",
"confidence": 0.8881315188748496,
"end": 340330,
"start": 339570
},
{
"text": "course",
"confidence": 0.8206361486361577,
"end": 340790,
"start": 340470
},
{
"text": "built",
"confidence": 0.8194852934943305,
"end": 341090,
"start": 340850
},
{
"text": "in",
"confidence": 0.833748976389567,
"end": 341250,
"start": 341070
},
{
"text": "di",
"confidence": 0.888111300766468,
"end": 341610,
"start": 341230
},
{
"text": "container",
"confidence": 0.9341463506221771,
"end": 342130,
"start": 341670
},
{
"text": "uses",
"confidence": 0.9368997727121625,
"end": 342610,
"start": 342130
},
{
"text": "for",
"confidence": 0.898706316947937,
"end": 342970,
"start": 342770
},
{
"text": "lifetimes",
"confidence": 0.8825692819512408,
"end": 343790,
"start": 343270
},
{
"text": "the",
"confidence": 0.83952297270298,
"end": 344910,
"start": 344690
},
{
"text": "world.",
"confidence": 0.8652525869282809,
"end": 345170,
"start": 344890
},
{
"text": "We're",
"confidence": 0.8562961003997109,
"end": 345650,
"start": 345370
},
{
"text": "just",
"confidence": 0.8031396865844727,
"end": 345830,
"start": 345630
},
{
"text": "living",
"confidence": 0.8699705325640165,
"end": 346150,
"start": 345830
},
{
"text": "in",
"confidence": 0.9548185586929321,
"end": 346270,
"start": 346110
},
{
"text": "it.",
"confidence": 0.8621213138103485,
"end": 346390,
"start": 346250
},
{
"text": "You",
"confidence": 0.8437380283265501,
"end": 347230,
"start": 346430
},
{
"text": "fighting",
"confidence": 0.8389540421111243,
"end": 347670,
"start": 347330
},
{
"text": "that",
"confidence": 0.8944346308708191,
"end": 347810,
"start": 347650
},
{
"text": "you",
"confidence": 0.9512089252471924,
"end": 348610,
"start": 348450
},
{
"text": "only",
"confidence": 0.8810097244050767,
"end": 348870,
"start": 348630
},
{
"text": "have",
"confidence": 0.9388263651302883,
"end": 349090,
"start": 348890
},
{
"text": "three",
"confidence": 0.744616574048996,
"end": 349450,
"start": 349190
},
{
"text": "three",
"confidence": 0.7624076935980055,
"end": 349870,
"start": 349630
},
{
"text": "life",
"confidence": 0.8439732193946838,
"end": 350130,
"start": 349910
},
{
"text": "times",
"confidence": 0.8790209184993397,
"end": 350390,
"start": 350110
},
{
"text": "this",
"confidence": 0.9058847665786743,
"end": 351090,
"start": 350830
},
{
"text": "time",
"confidence": 0.934395968914032,
"end": 351290,
"start": 351070
},
{
"text": "on",
"confidence": 0.740668535232544,
"end": 351730,
"start": 351590
},
{
"text": "things",
"confidence": 0.7924482002854347,
"end": 352050,
"start": 351830
},
{
"text": "a",
"confidence": 0.6433220207691193,
"end": 352210,
"start": 352070
},
{
"text": "matter.",
"confidence": 0.9765157140791416,
"end": 352890,
"start": 352190
},
{
"text": "So",
"confidence": 0.8858641862869263,
"end": 353030,
"start": 352870
},
{
"text": "taking",
"confidence": 0.8964287638664246,
"end": 353550,
"start": 353270
},
{
"text": "a",
"confidence": 0.6360766987005869,
"end": 353630,
"start": 353510
},
{
"text": "two",
"confidence": 0.8883938044309616,
"end": 353770,
"start": 353630
},
{
"text": "easy",
"confidence": 0.8972034494082133,
"end": 354190,
"start": 353830
},
{
"text": "ones.",
"confidence": 0.9381799575610038,
"end": 355030,
"start": 354190
},
{
"text": "A",
"confidence": 0.942895519733429,
"end": 355230,
"start": 355070
},
{
"text": "singleton",
"confidence": 0.886140912771225,
"end": 356090,
"start": 355190
},
{
"text": "means",
"confidence": 0.934382826089859,
"end": 356490,
"start": 356070
},
{
"text": "that",
"confidence": 0.9703816572825114,
"end": 356650,
"start": 356470
},
{
"text": "it's",
"confidence": 0.8675054967403412,
"end": 357010,
"start": 356750
},
{
"text": "created",
"confidence": 0.9274381250143051,
"end": 357390,
"start": 357010
},
{
"text": "exactly",
"confidence": 0.9247551387356173,
"end": 358130,
"start": 357450
},
{
"text": "once",
"confidence": 0.9075016751885414,
"end": 358350,
"start": 358130
},
{
"text": "for",
"confidence": 0.938345193862915,
"end": 358690,
"start": 358530
},
{
"text": "the",
"confidence": 0.9531160831451416,
"end": 358850,
"start": 358690
},
{
"text": "entire",
"confidence": 0.9528480730950832,
"end": 359210,
"start": 358830
},
{
"text": "application.",
"confidence": 0.9415703255396622,
"end": 359810,
"start": 359230
},
{
"text": "How",
"confidence": 0.7985092608825021,
"end": 360530,
"start": 360010
},
{
"text": "many",
"confidence": 0.8740497902035713,
"end": 360710,
"start": 360490
},
{
"text": "times",
"confidence": 0.9060536563396454,
"end": 360990,
"start": 360730
},
{
"text": "to",
"confidence": 0.7250915206968784,
"end": 361210,
"start": 360990
},
{
"text": "resolve",
"confidence": 0.8775249256028069,
"end": 361610,
"start": 361190
},
{
"text": "it",
"confidence": 0.9558302362759908,
"end": 361730,
"start": 361610
},
{
"text": "from",
"confidence": 0.9348394654013894,
"end": 362190,
"start": 361910
},
{
"text": "where",
"confidence": 0.9218879714608192,
"end": 362390,
"start": 362170
},
{
"text": "you're",
"confidence": 0.8046589745925024,
"end": 363310,
"start": 362990
},
{
"text": "always",
"confidence": 0.8769056477716991,
"end": 363610,
"start": 363270
},
{
"text": "getting",
"confidence": 0.8986936807632446,
"end": 363990,
"start": 363650
},
{
"text": "the",
"confidence": 0.8756813287734986,
"end": 364150,
"start": 363990
},
{
"text": "same",
"confidence": 0.89958256483078,
"end": 364370,
"start": 364130
},
{
"text": "service.",
"confidence": 0.8945549055933952,
"end": 364830,
"start": 364450
},
{
"text": "So",
"confidence": 0.9413208166758219,
"end": 365330,
"start": 365150
},
{
"text": "it's",
"confidence": 0.8733139905062589,
"end": 365610,
"start": 365330
},
{
"text": "perfect",
"confidence": 0.9437504379372847,
"end": 366030,
"start": 365590
},
{
"text": "for",
"confidence": 0.9462506274382273,
"end": 366350,
"start": 366170
},
{
"text": "in",
"confidence": 0.881498321890831,
"end": 367370,
"start": 367230
},
{
"text": "are",
"confidence": 0.6745251623483804,
"end": 367990,
"start": 367670
},
{
"text": "either",
"confidence": 0.889542586528338,
"end": 368590,
"start": 368010
},
{
"text": "very",
"confidence": 0.8961479152951922,
"end": 368870,
"start": 368670
},
{
"text": "expensive",
"confidence": 0.9689872132407295,
"end": 369470,
"start": 368870
},
{
"text": "to",
"confidence": 0.8733680844306946,
"end": 369610,
"start": 369430
},
{
"text": "build.",
"confidence": 0.8487169295549393,
"end": 369830,
"start": 369610
},
{
"text": "So",
"confidence": 0.9301193921189559,
"end": 370250,
"start": 369810
},
{
"text": "like",
"confidence": 0.6840052306652069,
"end": 370510,
"start": 370330
},
{
"text": "an",
"confidence": 0.7285058299700419,
"end": 370630,
"start": 370510
},
{
"text": "entire",
"confidence": 0.8229148834943771,
"end": 370990,
"start": 370650
},
{
"text": "the",
"confidence": 0.9669050390903766,
"end": 371860,
"start": 371540
},
{
"text": "entire",
"confidence": 0.8697505043103144,
"end": 372400,
"start": 371820
},
{
"text": "session",
"confidence": 0.9323412350245884,
"end": 372940,
"start": 372600
},
{
"text": "factory",
"confidence": 0.9633567072451115,
"end": 373380,
"start": 373000
},
{
"text": "[...]",
"confidence": 0.5361005763212839,
"end": 373480,
"start": 373360
},
{
"text": "very",
"confidence": 0.9187791272997856,
"end": 373740,
"start": 373520
},
{
"text": "expensive.",
"confidence": 0.9681470592816671,
"end": 374260,
"start": 373720
},
{
"text": "If",
"confidence": 0.9743711948394775,
"end": 374640,
"start": 374220
},
{
"text": "you're",
"confidence": 0.8552558198571205,
"end": 374820,
"start": 374600
},
{
"text": "using",
"confidence": 0.9037642280260721,
"end": 375100,
"start": 374800
},
{
"text": "my",
"confidence": 0.9366482496261597,
"end": 375220,
"start": 375080
},
{
"text": "martin",
"confidence": 0.8727896075982314,
"end": 375600,
"start": 375280
},
{
"text": "tool,",
"confidence": 0.8511561825871468,
"end": 375860,
"start": 375640
},
{
"text": "the",
"confidence": 0.8739315420389175,
"end": 376220,
"start": 376080
},
{
"text": "document",
"confidence": 0.8824914197127024,
"end": 376740,
"start": 376200
},
{
"text": "store",
"confidence": 0.9076898748224432,
"end": 377000,
"start": 376720
},
{
"text": "is",
"confidence": 0.830966591835022,
"end": 377240,
"start": 376980
},
{
"text": "expensive.",
"confidence": 0.957100418706735,
"end": 377820,
"start": 377280
},
{
"text": "I",
"confidence": 0.9769772291183472,
"end": 378520,
"start": 378440
},
{
"text": "don't",
"confidence": 0.7034745315710703,
"end": 378980,
"start": 378680
},
{
"text": "know",
"confidence": 0.8210565567016601,
"end": 379120,
"start": 378960
},
{
"text": "if",
"confidence": 0.6362987831234932,
"end": 379220,
"start": 379080
},
{
"text": "you",
"confidence": 0.7928216874599456,
"end": 379480,
"start": 379220
},
{
"text": "necessarily",
"confidence": 0.6566854793092479,
"end": 380020,
"start": 379500
},
{
"text": "have",
"confidence": 0.835983395576477,
"end": 380180,
"start": 380000
},
{
"text": "to",
"confidence": 0.8478538791338602,
"end": 380300,
"start": 380180
},
{
"text": "with",
"confidence": 0.9292782820188082,
"end": 380600,
"start": 380280
},
{
"text": "the",
"confidence": 0.7417417913675308,
"end": 380720,
"start": 380580
},
{
"text": "but",
"confidence": 0.9523951043100918,
"end": 381540,
"start": 380800
},
{
"text": "anything",
"confidence": 0.9237164109945297,
"end": 382000,
"start": 381540
},
{
"text": "that's",
"confidence": 0.8540725708007812,
"end": 382300,
"start": 382040
},
{
"text": "really",
"confidence": 0.8870559751987457,
"end": 382760,
"start": 382500
},
{
"text": "expensive",
"confidence": 0.9711795997619629,
"end": 383300,
"start": 382740
},
{
"text": "or",
"confidence": 0.9225224455197653,
"end": 383500,
"start": 383320
},
{
"text": "anything",
"confidence": 0.9509830214083195,
"end": 383940,
"start": 383560
},
{
"text": "that's",
"confidence": 0.7880979180335999,
"end": 384200,
"start": 383920
},
{
"text": "like",
"confidence": 0.8710768322149912,
"end": 384360,
"start": 384180
},
{
"text": "a",
"confidence": 0.9143669128417968,
"end": 384480,
"start": 384320
},
{
"text": "cash",
"confidence": 0.9786660633981228,
"end": 385020,
"start": 384640
},
{
"text": "at",
"confidence": 0.9145893851915995,
"end": 385820,
"start": 385580
},
{
"text": "cash",
"confidence": 0.9068497249058315,
"end": 386160,
"start": 385820
},
{
"text": "or",
"confidence": 0.9420521457990011,
"end": 386300,
"start": 386120
},
{
"text": "something",
"confidence": 0.9058499427942129,
"end": 386640,
"start": 386320
},
{
"text": "that",
"confidence": 0.8655851284662882,
"end": 386780,
"start": 386600
},
{
"text": "stateful",
"confidence": 0.7852389397828475,
"end": 387260,
"start": 386740
},
{
"text": "that",
"confidence": 0.9123704880475998,
"end": 387380,
"start": 387240
},
{
"text": "doesn't",
"confidence": 0.8301304628451666,
"end": 387680,
"start": 387380
},
{
"text": "need",
"confidence": 0.9652395447095236,
"end": 387820,
"start": 387640
},
{
"text": "to",
"confidence": 0.9596552650133768,
"end": 387900,
"start": 387780
},
{
"text": "be",
"confidence": 0.9557381868362427,
"end": 388000,
"start": 387880
},
{
"text": "created",
"confidence": 0.887879375900541,
"end": 388360,
"start": 388020
},
{
"text": "more",
"confidence": 0.9550252755482992,
"end": 388560,
"start": 388380
},
{
"text": "than",
"confidence": 0.9851550360520681,
"end": 388740,
"start": 388560
},
{
"text": "more.",
"confidence": 0.8454068104426066,
"end": 388940,
"start": 388760
},
{
"text": "The",
"confidence": 0.9551188221999577,
"end": 389910,
"start": 389570
},
{
"text": "seal",
"confidence": 0.8287929035723209,
"end": 390250,
"start": 389870
},
{
"text": "ten",
"confidence": 0.8583413031366136,
"end": 390490,
"start": 390250
},
{
"text": "is",
"confidence": 0.8151075690984726,
"end": 390630,
"start": 390490
},
{
"text": "managed",
"confidence": 0.9240960041681926,
"end": 391010,
"start": 390650
},
{
"text": "and",
"confidence": 0.758738286793232,
"end": 391190,
"start": 390970
},
{
"text": "lives",
"confidence": 0.8058945470386081,
"end": 391410,
"start": 391170
},
{
"text": "the",
"confidence": 0.8317535877227783,
"end": 391630,
"start": 391470
},
{
"text": "life",
"confidence": 0.9342092275619507,
"end": 391810,
"start": 391610
},
{
"text": "site.",
"confidence": 0.8728382796049118,
"end": 392090,
"start": 391830
},
{
"text": "Same",
"confidence": 0.7920812120040258,
"end": 392490,
"start": 392190
},
{
"text": "lifetime",
"confidence": 0.9512663917108015,
"end": 392970,
"start": 392470
},
{
"text": "as",
"confidence": 0.8704561293125153,
"end": 393210,
"start": 392990
},
{
"text": "the",
"confidence": 0.9713572031921811,
"end": 394110,
"start": 393690
},
{
"text": "container",
"confidence": 0.9050758428433362,
"end": 394490,
"start": 394090
},
{
"text": "itself.",
"confidence": 0.9027532590062994,
"end": 394910,
"start": 394470
},
{
"text": "Most",
"confidence": 0.9121324047446251,
"end": 395850,
"start": 395630
},
{
"text": "containers",
"confidence": 0.9199499731714075,
"end": 396390,
"start": 395890
},
{
"text": "are",
"confidence": 0.8662705048918724,
"end": 396570,
"start": 396350
},
{
"text": "going",
"confidence": 0.842306986451149,
"end": 396770,
"start": 396550
},
{
"text": "to",
"confidence": 0.9094878236452738,
"end": 396870,
"start": 396750
},
{
"text": "dispose",
"confidence": 0.9249218191419329,
"end": 397350,
"start": 396870
},
{
"text": "it",
"confidence": 0.9543408552805582,
"end": 397470,
"start": 397350
},
{
"text": "when",
"confidence": 0.9210983157157898,
"end": 397750,
"start": 397590
},
{
"text": "the",
"confidence": 0.9552672654390335,
"end": 397910,
"start": 397770
},
{
"text": "containers",
"confidence": 0.9152815615137418,
"end": 398450,
"start": 397910
},
{
"text": "all",
"confidence": 0.930148150239672,
"end": 398610,
"start": 398410
},
{
"text": "close.",
"confidence": 0.9261255153903255,
"end": 399230,
"start": 398630
},
{
"text": "So",
"confidence": 0.9816063530743122,
"end": 399890,
"start": 399190
},
{
"text": "you",
"confidence": 0.778538954257965,
"end": 400030,
"start": 399870
},
{
"text": "get",
"confidence": 0.9351258277893066,
"end": 400150,
"start": 400010
},
{
"text": "a",
"confidence": 0.9230374296506246,
"end": 400250,
"start": 400130
},
{
"text": "lot",
"confidence": 0.8694723725318909,
"end": 400390,
"start": 400230
},
{
"text": "of",
"confidence": 0.8578607638676962,
"end": 400470,
"start": 400350
},
{
"text": "cleanup.",
"confidence": 0.7834758162498474,
"end": 400870,
"start": 400490
},
{
"text": "The",
"confidence": 0.977258699280875,
"end": 401290,
"start": 401090
},
{
"text": "tranent",
"confidence": 0.8598257134790006,
"end": 401790,
"start": 401270
},
{
"text": "model",
"confidence": 0.9782979488372803,
"end": 402030,
"start": 401770
},
{
"text": "just",
"confidence": 0.964283185976523,
"end": 402690,
"start": 402090
},
{
"text": "means",
"confidence": 0.8846804632080926,
"end": 402970,
"start": 402730
},
{
"text": "I",
"confidence": 0.9901597052812576,
"end": 403210,
"start": 402990
},
{
"text": "want",
"confidence": 0.9083009106772286,
"end": 403510,
"start": 403310
},
{
"text": "to",
"confidence": 0.9526726206143697,
"end": 403590,
"start": 403470
},
{
"text": "do",
"confidence": 0.7086215515931448,
"end": 403750,
"start": 403570
},
{
"text": "when",
"confidence": 0.8430357442961799,
"end": 403950,
"start": 403710
},
{
"text": "every",
"confidence": 0.9011493714956137,
"end": 404430,
"start": 404110
},
{
"text": "single",
"confidence": 0.9033751289049784,
"end": 404770,
"start": 404470
},
{
"text": "time",
"confidence": 0.9548951718542311,
"end": 405030,
"start": 404790
},
{
"text": "is",
"confidence": 0.8316391110420227,
"end": 405150,
"start": 404990
},
{
"text": "requested.",
"confidence": 0.9424783786137899,
"end": 405730,
"start": 405190
},
{
"text": "Even",
"confidence": 0.9484640260537466,
"end": 406310,
"start": 405890
},
{
"text": "if",
"confidence": 0.898588764667511,
"end": 406450,
"start": 406290
},
{
"text": "you're",
"confidence": 0.8569508552551269,
"end": 406710,
"start": 406450
},
{
"text": "building",
"confidence": 0.9318505048751831,
"end": 407050,
"start": 406690
},
{
"text": "a",
"confidence": 0.9725812673568726,
"end": 407090,
"start": 407010
},
{
"text": "complex",
"confidence": 0.9257110287161434,
"end": 407690,
"start": 407290
},
{
"text": "object",
"confidence": 0.9465817742877536,
"end": 408210,
"start": 407790
},
{
"text": "that",
"confidence": 0.9620002249876658,
"end": 408830,
"start": 408170
},
{
"text": "has",
"confidence": 0.9774327649010552,
"end": 409770,
"start": 408810
},
{
"text": "three",
"confidence": 0.903950246480795,
"end": 410450,
"start": 409870
},
{
"text": "or",
"confidence": 0.6592280566692352,
"end": 410570,
"start": 410430
},
{
"text": "four",
"confidence": 0.8354210257530212,
"end": 410730,
"start": 410550
},
{
"text": "dependencies",
"confidence": 0.867701554999632,
"end": 411450,
"start": 410710
},
{
"text": "at",
"confidence": 0.7876095175743103,
"end": 411550,
"start": 411430
},
{
"text": "all,",
"confidence": 0.6881965344602411,
"end": 411830,
"start": 411550
},
{
"text": "have",
"confidence": 0.9698709845542908,
"end": 411990,
"start": 411830
},
{
"text": "a",
"confidence": 0.8922239939371744,
"end": 412070,
"start": 411950
},
{
"text": "dependency",
"confidence": 0.9219380513481472,
"end": 412570,
"start": 412050
},
{
"text": "on",
"confidence": 0.9778743743896484,
"end": 412870,
"start": 412610
},
{
"text": "typing.",
"confidence": 0.8891992663082323,
"end": 413450,
"start": 413010
},
{
"text": "So",
"confidence": 0.9611994341800087,
"end": 414640,
"start": 414200
},
{
"text": "every",
"confidence": 0.9136933028697968,
"end": 415140,
"start": 414880
},
{
"text": "time",
"confidence": 0.9284154623746872,
"end": 415420,
"start": 415200
},
{
"text": "you",
"confidence": 0.9381556734442711,
"end": 415600,
"start": 415380
},
{
"text": "feel",
"confidence": 0.8777513802051544,
"end": 415840,
"start": 415620
},
{
"text": "dependency",
"confidence": 0.8365740455113925,
"end": 416400,
"start": 415820
},
{
"text": "in",
"confidence": 0.7916115969419479,
"end": 416560,
"start": 416420
},
{
"text": "the",
"confidence": 0.8262829482555389,
"end": 416680,
"start": 416540
},
{
"text": "whole",
"confidence": 0.8859795795546638,
"end": 416960,
"start": 416720
},
{
"text": "giant",
"confidence": 0.8983232562358563,
"end": 417340,
"start": 417020
},
{
"text": "object",
"confidence": 0.9770197828610738,
"end": 417680,
"start": 417320
},
{
"text": "out,",
"confidence": 0.7055335622280836,
"end": 418020,
"start": 417640
},
{
"text": "you're",
"confidence": 0.769915584474802,
"end": 418220,
"start": 418000
},
{
"text": "getting",
"confidence": 0.9134975910186768,
"end": 418440,
"start": 418180
},
{
"text": "a",
"confidence": 0.7169568911194801,
"end": 418540,
"start": 418400
},
{
"text": "totally",
"confidence": 0.8368996232748032,
"end": 418920,
"start": 418580
},
{
"text": "new",
"confidence": 0.938999593257904,
"end": 419220,
"start": 419060
},
{
"text": "new",
"confidence": 0.9746955760887691,
"end": 420360,
"start": 420020
},
{
"text": "one",
"confidence": 0.9548663171854886,
"end": 420600,
"start": 420320
},
{
"text": "object",
"confidence": 0.9611357847849528,
"end": 421340,
"start": 420560
},
{
"text": "instance",
"confidence": 0.9101594370954177,
"end": 421740,
"start": 421340
},
{
"text": "every",
"confidence": 0.9394013961156209,
"end": 422060,
"start": 421700
},
{
"text": "time",
"confidence": 0.9702763822343614,
"end": 422340,
"start": 422100
},
{
"text": "something",
"confidence": 0.8606921967707182,
"end": 423010,
"start": 422570
},
{
"text": "to",
"confidence": 0.8606569369633993,
"end": 423090,
"start": 422970
},
{
"text": "be",
"confidence": 0.8538065950075785,
"end": 423190,
"start": 423070
},
{
"text": "aware",
"confidence": 0.7283463478088379,
"end": 423430,
"start": 423150
},
{
"text": "of",
"confidence": 0.9508406668901443,
"end": 423570,
"start": 423430
},
{
"text": "something",
"confidence": 0.9681162927299738,
"end": 424350,
"start": 423650
},
{
"text": "that",
"confidence": 0.7375080466270447,
"end": 424470,
"start": 424310
},
{
"text": "may",
"confidence": 0.8168834805488586,
"end": 424610,
"start": 424450
},
{
"text": "blow",
"confidence": 0.925068371825748,
"end": 425190,
"start": 424950
},
{
"text": "up",
"confidence": 0.8864748001098632,
"end": 425350,
"start": 425190
},
{
"text": "your",
"confidence": 0.9128738641738892,
"end": 425550,
"start": 425330
},
{
"text": "object",
"confidence": 0.9671373926103115,
"end": 425930,
"start": 425550
},
{
"text": "allocations.",
"confidence": 0.924475222826004,
"end": 426490,
"start": 425910
},
{
"text": "If",
"confidence": 0.8304505944252014,
"end": 426690,
"start": 426470
},
{
"text": "not",
"confidence": 0.833330425951216,
"end": 426950,
"start": 426710
},
{
"text": "careful",
"confidence": 0.9575924016535282,
"end": 427350,
"start": 426970
},
{
"text": "the",
"confidence": 0.9533391629948336,
"end": 428010,
"start": 427610
},
{
"text": "thing",
"confidence": 0.9483481198549271,
"end": 428270,
"start": 427970
},
{
"text": "in",
"confidence": 0.8424656748771667,
"end": 428390,
"start": 428230
},
{
"text": "the",
"confidence": 0.899798321723938,
"end": 428530,
"start": 428370
},
{
"text": "middle,",
"confidence": 0.851585539487692,
"end": 428810,
"start": 428490
},
{
"text": "the",
"confidence": 0.9590122018541608,
"end": 429270,
"start": 428790
},
{
"text": "scots,",
"confidence": 0.9063424284641559,
"end": 429810,
"start": 429230
},
{
"text": "this",
"confidence": 0.9079777598381042,
"end": 430790,
"start": 430430
},
{
"text": "is",
"confidence": 0.9336039622624716,
"end": 430930,
"start": 430750
},
{
"text": "really",
"confidence": 0.8891059160232544,
"end": 431230,
"start": 430970
},
{
"text": "tight",
"confidence": 0.7700418721545826,
"end": 431550,
"start": 431270
},
{
"text": "to",
"confidence": 0.8493596712748209,
"end": 431770,
"start": 431590
},
{
"text": "the",
"confidence": 0.9193507581949234,
"end": 431870,
"start": 431730
},
{
"text": "idea",
"confidence": 0.9535719752311707,
"end": 432130,
"start": 431850
},
{
"text": "of",
"confidence": 0.9294144958257675,
"end": 432450,
"start": 432230
},
{
"text": "what",
"confidence": 0.8413476787115398,
"end": 433630,
"start": 433190
},
{
"text": "struck",
"confidence": 0.673391499302604,
"end": 434130,
"start": 433850
},
{
"text": "me",
"confidence": 0.6423817818815057,
"end": 434450,
"start": 434170
},
{
"text": "and",
"confidence": 0.7273820877075196,
"end": 434610,
"start": 434450
},
{
"text": "mark",
"confidence": 0.8139925718307495,
"end": 434950,
"start": 434590
},
{
"text": "calls",
"confidence": 0.7715354323387146,
"end": 435190,
"start": 434930
},
{
"text": "a",
"confidence": 0.8253186146418253,
"end": 435390,
"start": 435210
},
{
"text": "nested",
"confidence": 0.8009959295392036,
"end": 435810,
"start": 435350
},
{
"text": "container.",
"confidence": 0.952165150642395,
"end": 436150,
"start": 435790
},
{
"text": "The",
"confidence": 0.9790797904133797,
"end": 436920,
"start": 436700
},
{
"text": "built",
"confidence": 0.8281127661466599,
"end": 437500,
"start": 437280
},
{
"text": "in",
"confidence": 0.8329670826594034,
"end": 437640,
"start": 437460
},
{
"text": "di",
"confidence": 0.920035081250327,
"end": 437840,
"start": 437640
},
{
"text": "container",
"confidence": 0.9112839162349701,
"end": 438440,
"start": 437980
},
{
"text": "also",
"confidence": 0.8617736638129294,
"end": 440680,
"start": 438400
},
{
"text": "scope",
"confidence": 0.9010818799336752,
"end": 441560,
"start": 441260
},
{
"text": "inside",
"confidence": 0.9778383142418332,
"end": 442400,
"start": 441980
},
{
"text": "of",
"confidence": 0.9490533471107483,
"end": 442520,
"start": 442380
},
{
"text": "a",
"confidence": 0.8355584144592285,
"end": 442860,
"start": 442740
},
{
"text": "core",
"confidence": 0.8058607637882232,
"end": 443900,
"start": 443040
},
{
"text": "application.",
"confidence": 0.9150016563279288,
"end": 444520,
"start": 443900
},
{
"text": "For",
"confidence": 0.9447981476783752,
"end": 445140,
"start": 444980
},
{
"text": "example,",
"confidence": 0.9486573799089952,
"end": 445640,
"start": 445140
},
{
"text": "when",
"confidence": 0.9932005050636473,
"end": 446520,
"start": 445620
},
{
"text": "you",
"confidence": 0.9844013929367066,
"end": 446720,
"start": 446560
},
{
"text": "handle",
"confidence": 0.9476738691329956,
"end": 447340,
"start": 446980
},
{
"text": "an",
"confidence": 0.8916660666465759,
"end": 447500,
"start": 447340
},
{
"text": "it",
"confidence": 0.7884514033794403,
"end": 447960,
"start": 447480
},
{
"text": "request,",
"confidence": 0.9270514703932262,
"end": 448400,
"start": 447920
},
{
"text": "you're",
"confidence": 0.8103021615081363,
"end": 449320,
"start": 449080
},
{
"text": "actually",
"confidence": 0.8712893302241961,
"end": 449620,
"start": 449320
},
{
"text": "using",
"confidence": 0.9773325599156893,
"end": 450000,
"start": 449680
},
{
"text": "an",
"confidence": 0.9697107672691345,
"end": 450120,
"start": 449960
},
{
"text": "isolated",
"confidence": 0.939597146264438,
"end": 450780,
"start": 450140
},
{
"text": "scope",
"confidence": 0.9018077317037081,
"end": 451400,
"start": 450960
},
{
"text": "container",
"confidence": 0.9610632091760636,
"end": 451840,
"start": 451380
},
{
"text": "that",
"confidence": 0.9829264066436074,
"end": 452700,
"start": 452420
},
{
"text": "only",
"confidence": 0.9702163582498377,
"end": 453640,
"start": 452700
},
{
"text": "lives",
"confidence": 0.9233396181038448,
"end": 454020,
"start": 453680
},
{
"text": "for",
"confidence": 0.9166087706883749,
"end": 454300,
"start": 454120
},
{
"text": "the",
"confidence": 0.8664373556772867,
"end": 454460,
"start": 454280
},
{
"text": "lifetime",
"confidence": 0.949497710103574,
"end": 454960,
"start": 454440
},
{
"text": "of",
"confidence": 0.6794513612985611,
"end": 455120,
"start": 454940
},
{
"text": "that",
"confidence": 0.9142089784145355,
"end": 455300,
"start": 455120
},
{
"text": "request",
"confidence": 0.8627010387453166,
"end": 456220,
"start": 455280
},
{
"text": "one.",
"confidence": 0.8279949107340404,
"end": 457050,
"start": 456710
},
{
"text": "That",
"confidence": 0.7426982760429383,
"end": 457210,
"start": 457050
},
{
"text": "means",
"confidence": 0.921378242969513,
"end": 457450,
"start": 457190
},
{
"text": "then",
"confidence": 0.9474868906868829,
"end": 457990,
"start": 457750
},
{
"text": "for",
"confidence": 0.9713144898414612,
"end": 458310,
"start": 458130
},
{
"text": "the",
"confidence": 0.9395453482866287,
"end": 458490,
"start": 458350
},
{
"text": "scope",
"confidence": 0.910832424958547,
"end": 458790,
"start": 458490
},
{
"text": "lifetime",
"confidence": 0.9231065952259562,
"end": 459330,
"start": 458810
},
{
"text": "is",
"confidence": 0.9143224784306118,
"end": 459550,
"start": 459350
},
{
"text": "that",
"confidence": 0.8496290147304535,
"end": 459710,
"start": 459530
},
{
"text": "any",
"confidence": 0.9277656525373459,
"end": 459970,
"start": 459750
},
{
"text": "service",
"confidence": 0.940134757094913,
"end": 460490,
"start": 460070
},
{
"text": "resolve",
"confidence": 0.9201822459697724,
"end": 461470,
"start": 461010
},
{
"text": "with",
"confidence": 0.8752859575407845,
"end": 461710,
"start": 461510
},
{
"text": "that",
"confidence": 0.912485871464014,
"end": 462070,
"start": 461690
},
{
"text": "lifetime",
"confidence": 0.8676613506517912,
"end": 462970,
"start": 462530
},
{
"text": "is",
"confidence": 0.880623588959376,
"end": 463450,
"start": 463270
},
{
"text": "only",
"confidence": 0.8088534739282396,
"end": 463690,
"start": 463450
},
{
"text": "resolved",
"confidence": 0.8790551751852036,
"end": 464210,
"start": 463750
},
{
"text": "once",
"confidence": 0.9351984262466431,
"end": 464790,
"start": 464570
},
{
"text": "per",
"confidence": 0.839062009538923,
"end": 465270,
"start": 465070
},
{
"text": "logical",
"confidence": 0.8733927346765995,
"end": 466130,
"start": 465590
},
{
"text": "container.",
"confidence": 0.9049613162090904,
"end": 466570,
"start": 466130
},
{
"text": "So",
"confidence": 0.995208740234375,
"end": 466940,
"start": 466820
},
{
"text": "if",
"confidence": 0.865683376789093,
"end": 467200,
"start": 467000
},
{
"text": "you're",
"confidence": 0.8267974654833475,
"end": 467420,
"start": 467180
},
{
"text": "resolving",
"confidence": 0.9474361286018834,
"end": 468120,
"start": 467400
},
{
"text": "it",
"confidence": 0.7271167486906052,
"end": 468220,
"start": 468080
},
{
"text": "as",
"confidence": 0.6994169056415558,
"end": 468360,
"start": 468180
},
{
"text": "part",
"confidence": 0.7983726759751638,
"end": 468520,
"start": 468340
},
{
"text": "of",
"confidence": 0.7682317197322845,
"end": 468600,
"start": 468500
},
{
"text": "a",
"confidence": 0.6295092552900314,
"end": 468660,
"start": 468560
},
{
"text": "request,",
"confidence": 0.8096872121095657,
"end": 469420,
"start": 468800
},
{
"text": "you're",
"confidence": 0.8641469015015496,
"end": 469740,
"start": 469500
},
{
"text": "getting",
"confidence": 0.9208433657884598,
"end": 469960,
"start": 469700
},
{
"text": "the",
"confidence": 0.941625964641571,
"end": 470200,
"start": 469940
},
{
"text": "same",
"confidence": 0.9490796544335105,
"end": 470480,
"start": 470200
},
{
"text": "thing",
"confidence": 0.9206847012042999,
"end": 470800,
"start": 470540
},
{
"text": "every",
"confidence": 0.970608112486926,
"end": 471460,
"start": 470960
},
{
"text": "single",
"confidence": 0.9736728285040174,
"end": 471880,
"start": 471540
},
{
"text": "place.",
"confidence": 0.9693926274776459,
"end": 472260,
"start": 471960
},
{
"text": "So",
"confidence": 0.900394544005394,
"end": 472960,
"start": 472820
},
{
"text": "it's",
"confidence": 0.7990041715758187,
"end": 473160,
"start": 472960
},
{
"text": "really",
"confidence": 0.9031624794006348,
"end": 473420,
"start": 473160
},
{
"text": "important",
"confidence": 0.9297519666807992,
"end": 473900,
"start": 473420
},
{
"text": "that",
"confidence": 0.829132151390825,
"end": 474480,
"start": 473860
},
{
"text": "a",
"confidence": 0.7614125311374664,
"end": 474560,
"start": 474460
},
{
"text": "lot",
"confidence": 0.8383230481828962,
"end": 474740,
"start": 474540
},
{
"text": "for",
"confidence": 0.956704843044281,
"end": 474980,
"start": 474820
},
{
"text": "things",
"confidence": 0.9310804822228171,
"end": 475280,
"start": 475000
},
{
"text": "like",
"confidence": 0.8619304398695627,
"end": 475580,
"start": 475400
},
{
"text": "well,",
"confidence": 0.8289872521445865,
"end": 476100,
"start": 475620
},
{
"text": "the",
"confidence": 0.9341596364974976,
"end": 476220,
"start": 476080
},
{
"text": "context",
"confidence": 0.8825358169920304,
"end": 477000,
"start": 476260
},
{
"text": "itself",
"confidence": 0.942881144975361,
"end": 477500,
"start": 477060
},
{
"text": "is",
"confidence": 0.983285536368688,
"end": 478550,
"start": 478250
},
{
"text": "scope",
"confidence": 0.9210421329035479,
"end": 479410,
"start": 478670
},
{
"text": "so",
"confidence": 0.8398149907588959,
"end": 479850,
"start": 479710
},
{
"text": "you",
"confidence": 0.8294891119003296,
"end": 480010,
"start": 479870
},
{
"text": "always",
"confidence": 0.6490035571835258,
"end": 480250,
"start": 479970
},
{
"text": "get",
"confidence": 0.8523191928863525,
"end": 480370,
"start": 480210
},
{
"text": "the",
"confidence": 0.9762770235538483,
"end": 480510,
"start": 480370
},
{
"text": "same",
"confidence": 0.9617867529392242,
"end": 480750,
"start": 480490
},
{
"text": "one",
"confidence": 0.9233189821243286,
"end": 480950,
"start": 480750
},
{
"text": "but",
"confidence": 0.9350356374468122,
"end": 481670,
"start": 481470
},
{
"text": "for",
"confidence": 0.9364436864852905,
"end": 482330,
"start": 482170
},
{
"text": "items",
"confidence": 0.9488474095568937,
"end": 482710,
"start": 482310
},
{
"text": "like",
"confidence": 0.9569256769286262,
"end": 483050,
"start": 482810
},
{
"text": "the",
"confidence": 0.9124386832118034,
"end": 483810,
"start": 483590
},
{
"text": "raven",
"confidence": 0.8398250376476961,
"end": 484210,
"start": 483810
},
{
"text": "or",
"confidence": 0.7683445811271667,
"end": 484310,
"start": 484190
},
{
"text": "martin",
"confidence": 0.7692488014698029,
"end": 484670,
"start": 484310
},
{
"text": "document",
"confidence": 0.7963784507342747,
"end": 485290,
"start": 484810
},
{
"text": "session",
"confidence": 0.9233178117058494,
"end": 485550,
"start": 485270
},
{
"text": "that",
"confidence": 0.9158438245455424,
"end": 485770,
"start": 485590
},
{
"text": "represents",
"confidence": 0.9110249687324871,
"end": 486270,
"start": 485770
},
{
"text": "you",
"confidence": 0.8183611979087194,
"end": 487150,
"start": 486730
},
{
"text": "work",
"confidence": 0.8803338578769139,
"end": 487610,
"start": 487410
},
{
"text": "or",
"confidence": 0.876738707224528,
"end": 487890,
"start": 487710
},
{
"text": "the",
"confidence": 0.8772655874490738,
"end": 488050,
"start": 487910
},
{
"text": "ui",
"confidence": 0.68456023534139,
"end": 488370,
"start": 488010
},
{
"text": "framework",
"confidence": 0.9043829616378335,
"end": 488750,
"start": 488350
},
{
"text": "dbcontext",
"confidence": 0.9468935952996308,
"end": 489850,
"start": 488730
},
{
"text": "that",
"confidence": 0.8606955834797451,
"end": 490430,
"start": 490230
},
{
"text": "frequently",
"confidence": 0.9039893865585327,
"end": 491590,
"start": 491130
},
{
"text": "is",
"confidence": 0.8584815008299691,
"end": 491790,
"start": 491590
},
{
"text": "modeled",
"confidence": 0.887911992413657,
"end": 492330,
"start": 491850
},
{
"text": "as",
"confidence": 0.9817081954744127,
"end": 492570,
"start": 492330
},
{
"text": "a",
"confidence": 0.9851151704788208,
"end": 492890,
"start": 492750
},
{
"text": "work",
"confidence": 0.7901547539692658,
"end": 493610,
"start": 493030
},
{
"text": "for",
"confidence": 0.8813491974558149,
"end": 493990,
"start": 493790
},
{
"text": "the",
"confidence": 0.8484873588268573,
"end": 494310,
"start": 493990
},
{
"text": "request.",
"confidence": 0.8211581243409051,
"end": 495070,
"start": 494290
},
{
"text": "You",
"confidence": 0.9580440364385906,
"end": 495650,
"start": 495210
},
{
"text": "only",
"confidence": 0.8745173811912537,
"end": 495970,
"start": 495710
},
{
"text": "want",
"confidence": 0.8240692445210048,
"end": 496170,
"start": 495970
},
{
"text": "one",
"confidence": 0.8810350100199381,
"end": 496490,
"start": 496310
},
{
"text": "of",
"confidence": 0.7925919493039449,
"end": 496590,
"start": 496470
},
{
"text": "those",
"confidence": 0.905678497420417,
"end": 496850,
"start": 496610
},
{
"text": "and",
"confidence": 0.943899140908168,
"end": 497190,
"start": 496870
},
{
"text": "you",
"confidence": 0.8832257241010666,
"end": 497310,
"start": 497170
},
{
"text": "want",
"confidence": 0.9072103699048361,
"end": 497490,
"start": 497310
},
{
"text": "to",
"confidence": 0.6029619673887888,
"end": 497590,
"start": 497470
},
{
"text": "share",
"confidence": 0.9519953023303639,
"end": 497970,
"start": 497690
},
{
"text": "every",
"confidence": 0.9007895787556967,
"end": 498550,
"start": 498250
},
{
"text": "single",
"confidence": 0.9352188209692637,
"end": 498870,
"start": 498570
},
{
"text": "place",
"confidence": 0.9465765416622162,
"end": 499150,
"start": 498890
},
{
"text": "that's",
"confidence": 0.8425101240475973,
"end": 499390,
"start": 499150
},
{
"text": "used",
"confidence": 0.8897974212964376,
"end": 499810,
"start": 499450
},
{
"text": "while",
"confidence": 0.8916520211431715,
"end": 500650,
"start": 500410
},
{
"text": "your",
"confidence": 0.9230718527521405,
"end": 500810,
"start": 500610
},
{
"text": "request",
"confidence": 0.9068799836691036,
"end": 501730,
"start": 500810
},
{
"text": "is",
"confidence": 0.8501012772321701,
"end": 501990,
"start": 501770
},
{
"text": "being",
"confidence": 0.8820816576480865,
"end": 502350,
"start": 502090
},
{
"text": "handle.",
"confidence": 0.9406509008672502,
"end": 503370,
"start": 502410
},
{
"text": "That's",
"confidence": 0.8771853772076693,
"end": 503630,
"start": 503350
},
{
"text": "where",
"confidence": 0.9274698793888092,
"end": 504050,
"start": 503790
},
{
"text": "the",
"confidence": 0.9158881157636642,
"end": 504410,
"start": 504270
},
{
"text": "scope",
"confidence": 0.908655025457081,
"end": 505230,
"start": 504410
},
{
"text": "lifetime",
"confidence": 0.7914637534154786,
"end": 505630,
"start": 505210
},
{
"text": "kins",
"confidence": 0.726950541138649,
"end": 505850,
"start": 505630
},
{
"text": "in",
"confidence": 0.8932295640309652,
"end": 505970,
"start": 505850
},
{
"text": "the",
"confidence": 0.7832887967427572,
"end": 506070,
"start": 505950
},
{
"text": "plane.",
"confidence": 0.8466632755903097,
"end": 506370,
"start": 506050
},
{
"text": "If",
"confidence": 0.9222583373387655,
"end": 506930,
"start": 506810
},
{
"text": "I",
"confidence": 0.9550216794013977,
"end": 507030,
"start": 506910
},
{
"text": "could",
"confidence": 0.741727739572525,
"end": 507250,
"start": 507010
},
{
"text": "just",
"confidence": 0.7931394974390665,
"end": 507410,
"start": 507230
},
{
"text": "watch",
"confidence": 0.7009721882641315,
"end": 507850,
"start": 507630
},
{
"text": "[...]",
"confidence": 0.5851249354226249,
"end": 508030,
"start": 507830
},
{
"text": "example",
"confidence": 0.8623785848418871,
"end": 508790,
"start": 508250
},
{
"text": "of",
"confidence": 0.8709166198968887,
"end": 508910,
"start": 508770
},
{
"text": "this",
"confidence": 0.93572798371315,
"end": 509090,
"start": 508910
},
{
"text": "and",
"confidence": 0.9267212301492691,
"end": 509550,
"start": 509090
},
{
"text": "let",
"confidence": 0.9374765902757645,
"end": 510210,
"start": 509990
},
{
"text": "me",
"confidence": 0.8476593196392059,
"end": 510310,
"start": 510170
},
{
"text": "know",
"confidence": 0.8927248358726502,
"end": 510430,
"start": 510270
},
{
"text": "if",
"confidence": 0.9348872303962708,
"end": 510530,
"start": 510410
},
{
"text": "I'm",
"confidence": 0.8732452889283498,
"end": 510670,
"start": 510490
},
{
"text": "getting",
"confidence": 0.961755907535553,
"end": 510910,
"start": 510650
},
{
"text": "this",
"confidence": 0.8327330589294434,
"end": 511030,
"start": 510870
},
{
"text": "correct.",
"confidence": 0.8197035410187461,
"end": 511290,
"start": 511010
},
{
"text": "A",
"confidence": 0.9895350883404413,
"end": 511570,
"start": 511270
},
{
"text": "singleton",
"confidence": 0.8860442290703455,
"end": 512290,
"start": 511750
},
{
"text": "might",
"confidence": 0.770283077444349,
"end": 512550,
"start": 512350
},
{
"text": "be",
"confidence": 0.9766937792301178,
"end": 512710,
"start": 512610
},
{
"text": "where",
"confidence": 0.8752192914485931,
"end": 513520,
"start": 513260
},
{
"text": "you",
"confidence": 0.7046390622854233,
"end": 513640,
"start": 513500
},
{
"text": "store",
"confidence": 0.8704869855533947,
"end": 514020,
"start": 513740
},
{
"text": "like",
"confidence": 0.7481640875339508,
"end": 514420,
"start": 514240
},
{
"text": "your",
"confidence": 0.6943995654582977,
"end": 514560,
"start": 514380
},
{
"text": "database",
"confidence": 0.9303366226308486,
"end": 514940,
"start": 514540
},
{
"text": "connection",
"confidence": 0.9090608824044466,
"end": 515340,
"start": 514960
},
{
"text": "you",
"confidence": 0.9908626675605774,
"end": 515520,
"start": 515380
},
{
"text": "mentioned",
"confidence": 0.8507533594965935,
"end": 515800,
"start": 515500
},
{
"text": "in",
"confidence": 0.6300287693738937,
"end": 515900,
"start": 515760
},
{
"text": "the",
"confidence": 0.6790606081485748,
"end": 516140,
"start": 515880
},
{
"text": "framework",
"confidence": 0.9446519402896657,
"end": 516520,
"start": 516120
},
{
"text": "and",
"confidence": 0.8791681653574893,
"end": 516960,
"start": 516520
},
{
"text": "things",
"confidence": 0.9140236675739288,
"end": 517760,
"start": 517500
},
{
"text": "like",
"confidence": 0.9067400197188059,
"end": 517900,
"start": 517720
},
{
"text": "that.",
"confidence": 0.8238635786942073,
"end": 518060,
"start": 517860
},
{
"text": "But",
"confidence": 0.92523393034935,
"end": 518680,
"start": 518500
},
{
"text": "that's",
"confidence": 0.9097375810146332,
"end": 518940,
"start": 518680
},
{
"text": "the",
"confidence": 0.9087822675704956,
"end": 519140,
"start": 518980
},
{
"text": "expensive",
"confidence": 0.9250076283579287,
"end": 519720,
"start": 519200
},
{
"text": "connection",
"confidence": 0.9013217315077782,
"end": 520080,
"start": 519700
},
{
"text": "that",
"confidence": 0.9747369289398193,
"end": 520260,
"start": 520100
},
{
"text": "you",
"confidence": 0.8742180864016215,
"end": 520360,
"start": 520240
},
{
"text": "only",
"confidence": 0.9080300033092499,
"end": 520600,
"start": 520380
},
{
"text": "want",
"confidence": 0.9172546625137329,
"end": 520720,
"start": 520560
},
{
"text": "to",
"confidence": 0.9145541389783224,
"end": 520820,
"start": 520700
},
{
"text": "happen.",
"confidence": 0.8858866757816739,
"end": 521040,
"start": 520800
},
{
"text": "Really",
"confidence": 0.8869229972362518,
"end": 521400,
"start": 521140
},
{
"text": "just",
"confidence": 0.8134143551190695,
"end": 521600,
"start": 521420
},
{
"text": "once",
"confidence": 0.8725715960775103,
"end": 521940,
"start": 521740
},
{
"text": "as",
"confidence": 0.8593386063973109,
"end": 522640,
"start": 522220
},
{
"text": "few",
"confidence": 0.8906514346599579,
"end": 522840,
"start": 522620
},
{
"text": "times",
"confidence": 0.9272708296775818,
"end": 523040,
"start": 522820
},
{
"text": "as",
"confidence": 0.8048938751220703,
"end": 523180,
"start": 523020
},
{
"text": "possible.",
"confidence": 0.9021169971674681,
"end": 523560,
"start": 523180
},
{
"text": "So",
"confidence": 0.7818187400698662,
"end": 523740,
"start": 523520
},
{
"text": "it's",
"confidence": 0.6046257303519682,
"end": 524220,
"start": 523720
},
{
"text": "going",
"confidence": 0.7043835520744324,
"end": 524340,
"start": 524180
},
{
"text": "[...]",
"confidence": 0.549398735165596,
"end": 524400,
"start": 524300
},
{
"text": "a",
"confidence": 0.8173746466636658,
"end": 524440,
"start": 524360
},
{
"text": "good",
"confidence": 0.9613794684410095,
"end": 524600,
"start": 524440
},
{
"text": "place",
"confidence": 0.7880448661744595,
"end": 524780,
"start": 524560
},
{
"text": "for",
"confidence": 0.9127653002738952,
"end": 524920,
"start": 524760
},
{
"text": "that.",
"confidence": 0.924645870923996,
"end": 525080,
"start": 524900
},
{
"text": "Yes,",
"confidence": 0.952807856457574,
"end": 525900,
"start": 525280
},
{
"text": "I'm",
"confidence": 0.764481121301651,
"end": 526920,
"start": 526760
},
{
"text": "right",
"confidence": 0.6119323330266135,
"end": 527100,
"start": 526900
},
{
"text": "so",
"confidence": 0.9047603607177734,
"end": 527200,
"start": 527060
},
{
"text": "far.",
"confidence": 0.8511977195739746,
"end": 527380,
"start": 527220
},
{
"text": "Good.",
"confidence": 0.8603326082229614,
"end": 527660,
"start": 527460
},
{
"text": "Transit",
"confidence": 0.8108727817352002,
"end": 528900,
"start": 528320
},
{
"text": "would",
"confidence": 0.8579488098621368,
"end": 529120,
"start": 528940
},
{
"text": "be",
"confidence": 0.8741822441418966,
"end": 529200,
"start": 529080
},
{
"text": "something",
"confidence": 0.911651074886322,
"end": 529740,
"start": 529400
},
{
"text": "like",
"confidence": 0.9349857419729233,
"end": 530040,
"start": 529820
},
{
"text": "maybe",
"confidence": 0.9353097568858754,
"end": 530540,
"start": 530260
},
{
"text": "the",
"confidence": 0.9588955283164978,
"end": 531220,
"start": 531060
},
{
"text": "repository",
"confidence": 0.9416674160295062,
"end": 532480,
"start": 531700
},
{
"text": "itself",
"confidence": 0.9085238240659237,
"end": 532860,
"start": 532480
},
{
"text": "that's",
"confidence": 0.8196586475652807,
"end": 533320,
"start": 532920
},
{
"text": "actually",
"confidence": 0.8523165186246237,
"end": 533620,
"start": 533320
},
{
"text": "or",
"confidence": 0.9274217464305736,
"end": 534770,
"start": 534170
},
{
"text": "some",
"confidence": 0.8153473138809204,
"end": 535370,
"start": 535170
},
{
"text": "sort",
"confidence": 0.7995800624291102,
"end": 535530,
"start": 535350
},
{
"text": "of",
"confidence": 0.8706043809652328,
"end": 535650,
"start": 535510
},
{
"text": "service",
"confidence": 0.8604088028271993,
"end": 535970,
"start": 535610
},
{
"text": "[...]",
"confidence": 0.5878322154283524,
"end": 536210,
"start": 535950
},
{
"text": "on",
"confidence": 0.9559361338615417,
"end": 536310,
"start": 536190
},
{
"text": "top",
"confidence": 0.8483190735181173,
"end": 536510,
"start": 536330
},
{
"text": "of",
"confidence": 0.8397666662931442,
"end": 536650,
"start": 536510
},
{
"text": "pastry.",
"confidence": 0.7591929022342928,
"end": 537310,
"start": 536630
},
{
"text": "Some",
"confidence": 0.922270139058431,
"end": 537470,
"start": 537290
},
{
"text": "object",
"confidence": 0.9054674322788532,
"end": 537810,
"start": 537490
},
{
"text": "[...]",
"confidence": 0.5062071084976196,
"end": 537930,
"start": 537770
},
{
"text": "[...]",
"confidence": 0.5840705790940453,
"end": 538330,
"start": 537930
},
{
"text": "business",
"confidence": 0.9052758812904358,
"end": 538610,
"start": 538310
},
{
"text": "logic",
"confidence": 0.9386582374572754,
"end": 538950,
"start": 538590
},
{
"text": "or",
"confidence": 0.9600365708271662,
"end": 539270,
"start": 538970
},
{
"text": "some",
"confidence": 0.8986856278620268,
"end": 540130,
"start": 539690
},
{
"text": "sort",
"confidence": 0.889995106628963,
"end": 540330,
"start": 540130
},
{
"text": "of",
"confidence": 0.8994434873263041,
"end": 540410,
"start": 540290
},
{
"text": "data",
"confidence": 0.8180738753742642,
"end": 540650,
"start": 540410
},
{
"text": "access",
"confidence": 0.9023458466810339,
"end": 541050,
"start": 540650
},
{
"text": "logic.",
"confidence": 0.9030373692512512,
"end": 541430,
"start": 541090
},
{
"text": "That's",
"confidence": 0.7497544156180488,
"end": 542150,
"start": 541910
},
{
"text": "where",
"confidence": 0.7891396209597588,
"end": 542490,
"start": 542270
},
{
"text": "that",
"confidence": 0.8692475159962972,
"end": 542690,
"start": 542510
},
{
"text": "transient",
"confidence": 0.8644338061935023,
"end": 543390,
"start": 542950
},
{
"text": "were",
"confidence": 0.7269165913263956,
"end": 543530,
"start": 543350
},
{
"text": "coming",
"confidence": 0.7368384540081024,
"end": 543750,
"start": 543490
},
{
"text": "to",
"confidence": 0.7731006344159445,
"end": 543830,
"start": 543710
},
{
"text": "play.",
"confidence": 0.8408426131520953,
"end": 544010,
"start": 543810
},
{
"text": "Can",
"confidence": 0.8241210032681949,
"end": 545430,
"start": 544150
},
{
"text": "he",
"confidence": 0.9542190943445478,
"end": 545610,
"start": 545410
},
{
"text": "the",
"confidence": 0.9446144501368204,
"end": 545710,
"start": 545590
},
{
"text": "scope",
"confidence": 0.8620895346005758,
"end": 546050,
"start": 545750
},
{
"text": "then",
"confidence": 0.8679758548736572,
"end": 546290,
"start": 546030
},
{
"text": "would",
"confidence": 0.7377446070313454,
"end": 546470,
"start": 546250
},
{
"text": "be",
"confidence": 0.8681667645772299,
"end": 546570,
"start": 546450
},
{
"text": "the",
"confidence": 0.8682460188865662,
"end": 547330,
"start": 547190
},
{
"text": "object",
"confidence": 0.9482802583111657,
"end": 547750,
"start": 547330
},
{
"text": "being",
"confidence": 0.9289307528071933,
"end": 548210,
"start": 547970
},
{
"text": "used",
"confidence": 0.9353398042065757,
"end": 548550,
"start": 548210
},
{
"text": "by",
"confidence": 0.9470487385988235,
"end": 548710,
"start": 548570
},
{
"text": "the",
"confidence": 0.9249090313911438,
"end": 548890,
"start": 548730
},
{
"text": "transient",
"confidence": 0.8884367981682653,
"end": 549390,
"start": 548870
},
{
"text": "objects,",
"confidence": 0.9023407101631165,
"end": 549730,
"start": 549370
},
{
"text": "perhaps",
"confidence": 0.9154047966003418,
"end": 550090,
"start": 549730
},
{
"text": "not",
"confidence": 0.9434659937114427,
"end": 551530,
"start": 550150
},
{
"text": "the",
"confidence": 0.8765967339277267,
"end": 551650,
"start": 551510
},
{
"text": "connection",
"confidence": 0.9370616428992328,
"end": 552030,
"start": 551630
},
{
"text": "but",
"confidence": 0.836761724948883,
"end": 552230,
"start": 552070
},
{
"text": "maybe",
"confidence": 0.8041662812232971,
"end": 552470,
"start": 552210
},
{
"text": "the",
"confidence": 0.9192153414090475,
"end": 552810,
"start": 552450
},
{
"text": "data",
"confidence": 0.9747512092192968,
"end": 553110,
"start": 552810
},
{
"text": "reader",
"confidence": 0.888967752456665,
"end": 553450,
"start": 553130
},
{
"text": "or",
"confidence": 0.917364409991673,
"end": 553890,
"start": 553690
},
{
"text": "some",
"confidence": 0.9439457853635153,
"end": 554370,
"start": 554190
},
{
"text": "other",
"confidence": 0.9332672423786588,
"end": 554570,
"start": 554330
},
{
"text": "sort",
"confidence": 0.9049091815948487,
"end": 554830,
"start": 554570
},
{
"text": "of",
"confidence": 0.9029906193415324,
"end": 554910,
"start": 554790
},
{
"text": "object",
"confidence": 0.8943126201629639,
"end": 555230,
"start": 554910
},
{
"text": "that",
"confidence": 0.9122551441192627,
"end": 555370,
"start": 555210
},
{
"text": "uses",
"confidence": 0.9028684417406718,
"end": 555710,
"start": 555350
},
{
"text": "the",
"confidence": 0.9603914171457291,
"end": 555870,
"start": 555730
},
{
"text": "connection",
"confidence": 0.9269732721149921,
"end": 556230,
"start": 555850
},
{
"text": "that",
"confidence": 0.9379820709045117,
"end": 557340,
"start": 556760
},
{
"text": "sits",
"confidence": 0.8658784444515522,
"end": 557640,
"start": 557320
},
{
"text": "between",
"confidence": 0.9330552001794179,
"end": 558040,
"start": 557680
},
{
"text": "the",
"confidence": 0.9585956931114197,
"end": 558940,
"start": 558680
},
{
"text": "expensive",
"confidence": 0.9050372578203678,
"end": 559600,
"start": 558900
},
{
"text": "database",
"confidence": 0.91199924548467,
"end": 559980,
"start": 559560
},
{
"text": "object",
"confidence": 0.9161912649869919,
"end": 560400,
"start": 559940
},
{
"text": "and",
"confidence": 0.9652775414288044,
"end": 560760,
"start": 560380
},
{
"text": "pass",
"confidence": 0.9268879737964896,
"end": 561680,
"start": 560760
},
{
"text": "that",
"confidence": 0.7845950484275818,
"end": 561920,
"start": 561760
},
{
"text": "just",
"confidence": 0.9028737246990204,
"end": 562100,
"start": 561920
},
{
"text": "contain",
"confidence": 0.9395462998322078,
"end": 562460,
"start": 562120
},
{
"text": "logic.",
"confidence": 0.9118669778108597,
"end": 562820,
"start": 562440
},
{
"text": "That",
"confidence": 0.8034334594295138,
"end": 563260,
"start": 562780
},
{
"text": "sound",
"confidence": 0.8313196748495102,
"end": 563500,
"start": 563280
},
{
"text": "about",
"confidence": 0.8091982470618354,
"end": 563700,
"start": 563460
},
{
"text": "[...]",
"confidence": 0.581887312233448,
"end": 563880,
"start": 563660
},
{
"text": "It",
"confidence": 0.9543654532993541,
"end": 564480,
"start": 564080
},
{
"text": "does",
"confidence": 0.7769351825118065,
"end": 564680,
"start": 564460
},
{
"text": "in",
"confidence": 0.9029856239046369,
"end": 566100,
"start": 565200
},
{
"text": "the",
"confidence": 0.8922873952172019,
"end": 567180,
"start": 566900
},
{
"text": "scope",
"confidence": 0.7947382728258768,
"end": 567500,
"start": 567140
},
{
"text": "services",
"confidence": 0.9226475443158831,
"end": 567880,
"start": 567540
},
{
"text": "really",
"confidence": 0.9541219934821129,
"end": 569680,
"start": 568820
},
{
"text": "need",
"confidence": 0.9143735408782959,
"end": 569900,
"start": 569640
},
{
"text": "to",
"confidence": 0.8898181170225143,
"end": 570040,
"start": 569900
},
{
"text": "be",
"confidence": 0.8974067568778992,
"end": 570160,
"start": 570020
},
{
"text": "tied",
"confidence": 0.8834016770124435,
"end": 570680,
"start": 570140
},
{
"text": "to",
"confidence": 0.8676447570323944,
"end": 571000,
"start": 570860
},
{
"text": "the",
"confidence": 0.9714408261435372,
"end": 571480,
"start": 571000
},
{
"text": "lifetime",
"confidence": 0.9475386945100931,
"end": 572060,
"start": 571480
},
{
"text": "of",
"confidence": 0.9514987213271004,
"end": 572240,
"start": 572040
},
{
"text": "a",
"confidence": 0.9978891710440317,
"end": 572400,
"start": 572220
},
{
"text": "request",
"confidence": 0.8286035268805748,
"end": 573380,
"start": 572460
},
{
"text": "or",
"confidence": 0.9487949079937406,
"end": 573640,
"start": 573400
},
{
"text": "if",
"confidence": 0.846714073419571,
"end": 573900,
"start": 573640
},
{
"text": "you're",
"confidence": 0.7515032738447189,
"end": 574100,
"start": 573880
},
{
"text": "in",
"confidence": 0.7602280577023824,
"end": 574180,
"start": 574060
},
{
"text": "[...]",
"confidence": 0,
"end": 574220,
"start": 574160
},
{
"text": "in",
"confidence": 0.9911688963572184,
"end": 574970,
"start": 574850
},
{
"text": "a",
"confidence": 0.7786965370178223,
"end": 575210,
"start": 575070
},
{
"text": "command",
"confidence": 0.9422471914440393,
"end": 575950,
"start": 575250
},
{
"text": "processing",
"confidence": 0.948821242778532,
"end": 576690,
"start": 576010
},
{
"text": "system,",
"confidence": 0.920827454328537,
"end": 577130,
"start": 576670
},
{
"text": "a",
"confidence": 0.9085437655448914,
"end": 577930,
"start": 577850
},
{
"text": "lifetime",
"confidence": 0.8778128325939178,
"end": 578590,
"start": 578130
},
{
"text": "of",
"confidence": 0.9033965468406677,
"end": 578730,
"start": 578570
},
{
"text": "service,",
"confidence": 0.8924835981993839,
"end": 579530,
"start": 578890
},
{
"text": "best",
"confidence": 0.8581876814365387,
"end": 579790,
"start": 579530
},
{
"text": "message",
"confidence": 0.9588590159135706,
"end": 580230,
"start": 579830
},
{
"text": "or",
"confidence": 0.9082089364528656,
"end": 580390,
"start": 580210
},
{
"text": "a",
"confidence": 0.8775283296902975,
"end": 580550,
"start": 580370
},
{
"text": "command",
"confidence": 0.9522048681974411,
"end": 580910,
"start": 580530
},
{
"text": "or",
"confidence": 0.9013229727745056,
"end": 581070,
"start": 580910
},
{
"text": "some",
"confidence": 0.9229716062545776,
"end": 581330,
"start": 581090
},
{
"text": "kind",
"confidence": 0.8614614691053119,
"end": 581510,
"start": 581310
},
{
"text": "of",
"confidence": 0.7237093249956766,
"end": 581590,
"start": 581470
},
{
"text": "logical",
"confidence": 0.8838333067568865,
"end": 582170,
"start": 581670
},
{
"text": "transaction.",
"confidence": 0.9533263312445747,
"end": 582850,
"start": 582250
},
{
"text": "But",
"confidence": 0.9487374871969223,
"end": 583710,
"start": 583490
},
{
"text": "most",
"confidence": 0.8832345048586527,
"end": 584030,
"start": 583670
},
{
"text": "commonly,",
"confidence": 0.8981930833113821,
"end": 584530,
"start": 584090
},
{
"text": "you're",
"confidence": 0.8785289227962494,
"end": 584770,
"start": 584490
},
{
"text": "going",
"confidence": 0.7502148151397705,
"end": 584910,
"start": 584730
},
{
"text": "to",
"confidence": 0.6199755966663361,
"end": 584970,
"start": 584870
},
{
"text": "run",
"confidence": 0.9159931689500809,
"end": 585070,
"start": 584930
},
{
"text": "into",
"confidence": 0.884030669927597,
"end": 585270,
"start": 585050
},
{
"text": "this",
"confidence": 0.9531383911768595,
"end": 585450,
"start": 585270
},
{
"text": "with",
"confidence": 0.8577618797620138,
"end": 585690,
"start": 585450
},
{
"text": "frameworks.",
"confidence": 0.800695357763249,
"end": 586790,
"start": 585810
},
{
"text": "I'm",
"confidence": 0.7022549334694358,
"end": 587550,
"start": 587150
},
{
"text": "thinking",
"confidence": 0.8057707726955414,
"end": 587770,
"start": 587510
},
{
"text": "in",
"confidence": 0.8995149880647659,
"end": 587890,
"start": 587750
},
{
"text": "terms",
"confidence": 0.8575009438726637,
"end": 588350,
"start": 588110
},
{
"text": "of",
"confidence": 0.969447523355484,
"end": 588470,
"start": 588330
},
{
"text": "an",
"confidence": 0.783517599105835,
"end": 588570,
"start": 588430
},
{
"text": "aspnet",
"confidence": 0.8461019263185304,
"end": 589190,
"start": 588550
},
{
"text": "application",
"confidence": 0.9570867543419203,
"end": 589730,
"start": 589190
},
{
"text": "where",
"confidence": 0.9189673341237582,
"end": 590030,
"start": 589710
},
{
"text": "one",
"confidence": 0.9336013609712774,
"end": 591170,
"start": 590010
},
{
"text": "request",
"confidence": 0.9155893139541149,
"end": 591850,
"start": 591470
},
{
"text": "to",
"confidence": 0.8293019458651543,
"end": 591990,
"start": 591850
},
{
"text": "the",
"confidence": 0.8920980393886566,
"end": 592150,
"start": 592010
},
{
"text": "server.",
"confidence": 0.8842201105185917,
"end": 592470,
"start": 592130
},
{
"text": "I",
"confidence": 0.9409806579351425,
"end": 593010,
"start": 592870
},
{
"text": "may",
"confidence": 0.9299022044454303,
"end": 593310,
"start": 593110
},
{
"text": "use",
"confidence": 0.932443156838417,
"end": 593670,
"start": 593370
},
{
"text": "the",
"confidence": 0.9627540856599808,
"end": 594430,
"start": 594290
},
{
"text": "database,",
"confidence": 0.9601523280143738,
"end": 594890,
"start": 594410
},
{
"text": "some",
"confidence": 0.9576716038488573,
"end": 595990,
"start": 595310
},
{
"text": "database",
"confidence": 0.9309070242775811,
"end": 596390,
"start": 595970
},
{
"text": "abstraction",
"confidence": 0.8341621259848276,
"end": 597430,
"start": 596590
},
{
"text": "multiple",
"confidence": 0.8739394433796406,
"end": 597970,
"start": 597590
},
{
"text": "times",
"confidence": 0.9197880354794589,
"end": 598250,
"start": 597970
},
{
"text": "within",
"confidence": 0.9144819241303664,
"end": 598690,
"start": 598370
},
{
"text": "the",
"confidence": 0.6825460394223531,
"end": 598790,
"start": 598670
},
{
"text": "request",
"confidence": 0.7748719433943431,
"end": 599150,
"start": 598790
},
{
"text": "but",
"confidence": 0.7958256006240845,
"end": 599390,
"start": 599210
},
{
"text": "I",
"confidence": 0.9577612280845642,
"end": 599750,
"start": 599650
},
{
"text": "want",
"confidence": 0.7399773200352987,
"end": 599950,
"start": 599770
},
{
"text": "to",
"confidence": 0.6268524527549744,
"end": 600010,
"start": 599930
},
{
"text": "close",
"confidence": 0.9075420040350693,
"end": 600700,
"start": 600380
},
{
"text": "up",
"confidence": 0.7906251421996525,
"end": 600920,
"start": 600720
},
{
"text": "or",
"confidence": 0.6477197110652924,
"end": 601040,
"start": 600880
},
{
"text": "disposed",
"confidence": 0.7631080582737922,
"end": 601480,
"start": 601020
},
{
"text": "[...]",
"confidence": 0.49184601902961733,
"end": 601620,
"start": 601460
},
{
"text": "the",
"confidence": 0.7701761722564697,
"end": 601720,
"start": 601600
},
{
"text": "end",
"confidence": 0.7264283895492554,
"end": 601840,
"start": 601700
},
{
"text": "of",
"confidence": 0.6927895744641622,
"end": 601920,
"start": 601800
},
{
"text": "the",
"confidence": 0.7243293076753616,
"end": 602020,
"start": 601880
},
{
"text": "request.",
"confidence": 0.8463995158672333,
"end": 602320,
"start": 601980
},
{
"text": "So",
"confidence": 0.880503724603092,
"end": 603040,
"start": 602300
},
{
"text": "exactly.",
"confidence": 0.9461022138595581,
"end": 603500,
"start": 603040
},
{
"text": "[...]",
"confidence": 0.5943476915359497,
"end": 603700,
"start": 603540
},
{
"text": "is",
"confidence": 0.846383081542121,
"end": 604760,
"start": 604340
},
{
"text": "too",
"confidence": 0.6432783053471491,
"end": 605520,
"start": 605200
},
{
"text": "much",
"confidence": 0.8009671449661255,
"end": 605660,
"start": 605500
},
{
"text": "of",
"confidence": 0.7394061883290609,
"end": 605760,
"start": 605640
},
{
"text": "my",
"confidence": 0.8594382554292679,
"end": 605860,
"start": 605720
},
{
"text": "podcast",
"confidence": 0.8210992693901062,
"end": 606300,
"start": 605840
},
{
"text": "on",
"confidence": 0.681288828975276,
"end": 607200,
"start": 606760
},
{
"text": "[...]",
"confidence": 0.5940945794185003,
"end": 607360,
"start": 607180
},
{
"text": "to",
"confidence": 0.7457298437754313,
"end": 607460,
"start": 607340
},
{
"text": "book",
"confidence": 0.8197161470140729,
"end": 607620,
"start": 607420
},
{
"text": "on",
"confidence": 0.8586281538009644,
"end": 607760,
"start": 607600
},
{
"text": "[...]",
"confidence": 0.5614328515880248,
"end": 608480,
"start": 607740
},
{
"text": "roaming.",
"confidence": 0.8472915007954552,
"end": 608940,
"start": 608460
},
{
"text": "I",
"confidence": 0.9794455289840698,
"end": 609500,
"start": 609340
},
{
"text": "haven't",
"confidence": 0.8042073731239026,
"end": 609800,
"start": 609480
},
{
"text": "written",
"confidence": 0.8900957107543945,
"end": 610140,
"start": 609840
},
{
"text": "aop",
"confidence": 0.9773940486567361,
"end": 611120,
"start": 610220
},
{
"text": "for",
"confidence": 0.906144380569458,
"end": 611420,
"start": 611280
},
{
"text": "production",
"confidence": 0.957664430141449,
"end": 611840,
"start": 611420
},
{
"text": "in",
"confidence": 0.9247291386127472,
"end": 611960,
"start": 611820
},
{
"text": "a",
"confidence": 0.8416087627410889,
"end": 612020,
"start": 611940
},
{
"text": "long",
"confidence": 0.9707865864038467,
"end": 612240,
"start": 612020
},
{
"text": "time",
"confidence": 0.9574134520121983,
"end": 612480,
"start": 612280
},
{
"text": "but",
"confidence": 0.8772740125656128,
"end": 612720,
"start": 612560
},
{
"text": "I",
"confidence": 0.7923542261123657,
"end": 612820,
"start": 612720
},
{
"text": "recently",
"confidence": 0.8724325820803642,
"end": 613240,
"start": 612860
},
{
"text": "had",
"confidence": 0.8519653592790876,
"end": 613460,
"start": 613260
},
{
"text": "to",
"confidence": 0.8945758789777756,
"end": 613640,
"start": 613500
},
{
"text": "revisit",
"confidence": 0.9526293214998747,
"end": 614160,
"start": 613720
},
{
"text": "it",
"confidence": 0.7359180053075155,
"end": 614280,
"start": 614160
},
{
"text": "and",
"confidence": 0.9129350119166904,
"end": 615020,
"start": 614780
},
{
"text": "update",
"confidence": 0.94539974629879,
"end": 615440,
"start": 614980
},
{
"text": "some",
"confidence": 0.9057293772697449,
"end": 615660,
"start": 615400
},
{
"text": "samples",
"confidence": 0.9436656832695007,
"end": 616080,
"start": 615680
},
{
"text": "and",
"confidence": 0.9552959910145512,
"end": 616720,
"start": 616120
},
{
"text": "I",
"confidence": 0.9463400443394979,
"end": 616820,
"start": 616700
},
{
"text": "decided",
"confidence": 0.8759517754827227,
"end": 617160,
"start": 616820
},
{
"text": "to",
"confidence": 0.8702386021614075,
"end": 617240,
"start": 617140
},
{
"text": "use",
"confidence": 0.8227969482541084,
"end": 617420,
"start": 617200
},
{
"text": "one",
"confidence": 0.6808997663584623,
"end": 617660,
"start": 617380
},
{
"text": "core",
"confidence": 0.8936680601193354,
"end": 618140,
"start": 617820
},
{
"text": "now.",
"confidence": 0.9679800412234139,
"end": 619160,
"start": 618760
},
{
"text": "Am",
"confidence": 0.8301336509840829,
"end": 619380,
"start": 619180
},
{
"text": "I",
"confidence": 0.893854354818662,
"end": 619560,
"start": 619380
},
{
"text": "correct",
"confidence": 0.901097970349448,
"end": 619880,
"start": 619540
},
{
"text": "in",
"confidence": 0.9582164088884989,
"end": 620240,
"start": 620060
},
{
"text": "saying",
"confidence": 0.820997189391743,
"end": 620600,
"start": 620320
},
{
"text": "that",
"confidence": 0.915383001168569,
"end": 620880,
"start": 620580
},
{
"text": "the",
"confidence": 0.9383706599473953,
"end": 621360,
"start": 621220
},
{
"text": "buildin",
"confidence": 0.8999190661642287,
"end": 622040,
"start": 621620
},
{
"text": "dotnet",
"confidence": 0.9024526291423374,
"end": 623120,
"start": 622160
},
{
"text": "is",
"confidence": 0.9015656432440114,
"end": 624060,
"start": 623140
},
{
"text": "does",
"confidence": 0.8572167243276324,
"end": 624240,
"start": 624040
},
{
"text": "not",
"confidence": 0.8628272158758981,
"end": 624540,
"start": 624340
},
{
"text": "have",
"confidence": 0.9178726300597191,
"end": 624920,
"start": 624700
},
{
"text": "any",
"confidence": 0.9546668330828348,
"end": 625340,
"start": 625100
},
{
"text": "capacity",
"confidence": 0.9204092134128917,
"end": 625840,
"start": 625340
},
{
"text": "for",
"confidence": 0.9028020103772482,
"end": 626060,
"start": 625880
},
{
"text": "decorators?",
"confidence": 0.9290945792198181,
"end": 626640,
"start": 626080
},
{
"text": "That",
"confidence": 0.9597340635955334,
"end": 627020,
"start": 626640
},
{
"text": "is",
"confidence": 0.9046317636966705,
"end": 627200,
"start": 627020
},
{
"text": "correct.",
"confidence": 0.7993798106908798,
"end": 627540,
"start": 627240
},
{
"text": "I",
"confidence": 0.9739209115505219,
"end": 627900,
"start": 627760
},
{
"text": "was",
"confidence": 0.9136657885142735,
"end": 628100,
"start": 627900
},
{
"text": "very",
"confidence": 0.9157563924789429,
"end": 628560,
"start": 628300
},
{
"text": "surprised",
"confidence": 0.9372170997990502,
"end": 629000,
"start": 628580
},
{
"text": "about",
"confidence": 0.8620734106410634,
"end": 629280,
"start": 629000
},
{
"text": "that.",
"confidence": 0.9294376254081727,
"end": 629400,
"start": 629240
},
{
"text": "I",
"confidence": 0.8082195222377777,
"end": 629480,
"start": 629380
},
{
"text": "was",
"confidence": 0.7034795761108399,
"end": 629660,
"start": 629500
},
{
"text": "also",
"confidence": 0.9437919126616584,
"end": 629860,
"start": 629620
},
{
"text": "very",
"confidence": 0.9198917299509048,
"end": 630100,
"start": 629880
},
{
"text": "surprised",
"confidence": 0.8547410629689693,
"end": 630460,
"start": 630080
},
{
"text": "learn",
"confidence": 0.6734023133913676,
"end": 630780,
"start": 630420
},
{
"text": "that",
"confidence": 0.9309581369161606,
"end": 630880,
"start": 630740
},
{
"text": "there",
"confidence": 0.9433767199516296,
"end": 631060,
"start": 630860
},
{
"text": "is",
"confidence": 0.7671460658311844,
"end": 631160,
"start": 631020
},
{
"text": "not",
"confidence": 0.8810714142663139,
"end": 631420,
"start": 631220
},
{
"text": "any",
"confidence": 0.9235490134784153,
"end": 631660,
"start": 631460
},
{
"text": "way",
"confidence": 0.9583524068196615,
"end": 631900,
"start": 631720
},
{
"text": "to",
"confidence": 0.9432409703731537,
"end": 632100,
"start": 631960
},
{
"text": "do",
"confidence": 0.959790825843811,
"end": 632220,
"start": 632120
},
{
"text": "service",
"confidence": 0.9803960904479027,
"end": 633760,
"start": 632900
},
{
"text": "location.",
"confidence": 0.9500297021865844,
"end": 634280,
"start": 633720
},
{
"text": "I",
"confidence": 0.9854477047920227,
"end": 634750,
"start": 634670
},
{
"text": "dont",
"confidence": 0.8217542842030525,
"end": 635330,
"start": 634870
},
{
"text": "care",
"confidence": 0.7992937366167704,
"end": 635550,
"start": 635310
},
{
"text": "either",
"confidence": 0.8955113490422567,
"end": 635830,
"start": 635530
},
{
"text": "at",
"confidence": 0.9596167008082072,
"end": 635930,
"start": 635810
},
{
"text": "least",
"confidence": 0.8171450240271432,
"end": 636110,
"start": 635910
},
{
"text": "not",
"confidence": 0.8020245603152684,
"end": 636290,
"start": 636090
},
{
"text": "without",
"confidence": 0.6644675309459368,
"end": 636550,
"start": 636250
},
{
"text": "some",
"confidence": 0.9388415720313787,
"end": 637290,
"start": 636590
},
{
"text": "terrible.",
"confidence": 0.8886576307856519,
"end": 637790,
"start": 637270
},
{
"text": "Heck.",
"confidence": 0.8361037009292178,
"end": 638010,
"start": 637770
},
{
"text": "Is",
"confidence": 0.9573905964692434,
"end": 638610,
"start": 638430
},
{
"text": "that",
"confidence": 0.8482386469841003,
"end": 638750,
"start": 638590
},
{
"text": "also",
"confidence": 0.8324179557653574,
"end": 639390,
"start": 638810
},
{
"text": "the",
"confidence": 0.9203566908836365,
"end": 639490,
"start": 639370
},
{
"text": "case?",
"confidence": 0.8955941051244736,
"end": 639670,
"start": 639450
},
{
"text": "I",
"confidence": 0.9861688491625663,
"end": 640530,
"start": 639690
},
{
"text": "don't",
"confidence": 0.8415472656488419,
"end": 640830,
"start": 640610
},
{
"text": "think",
"confidence": 0.8429262042045593,
"end": 641170,
"start": 640950
},
{
"text": "that's",
"confidence": 0.7642516361342536,
"end": 641410,
"start": 641170
},
{
"text": "true.",
"confidence": 0.8642765482266744,
"end": 641930,
"start": 641690
},
{
"text": "Actually",
"confidence": 0.920956146072697,
"end": 643010,
"start": 642210
},
{
"text": "a",
"confidence": 0.9529148725902333,
"end": 643430,
"start": 643030
},
{
"text": "lot",
"confidence": 0.9205385426343498,
"end": 644650,
"start": 643410
},
{
"text": "of",
"confidence": 0.9583027958869934,
"end": 644750,
"start": 644630
},
{
"text": "the",
"confidence": 0.9502144455909729,
"end": 644870,
"start": 644730
},
{
"text": "custom",
"confidence": 0.951925565214718,
"end": 645270,
"start": 644870
},
{
"text": "middle",
"confidence": 0.9371250109239058,
"end": 645550,
"start": 645270
},
{
"text": "where",
"confidence": 0.8146087899804115,
"end": 645730,
"start": 645510
},
{
"text": "us",
"confidence": 0.870214581489563,
"end": 646370,
"start": 646170
},
{
"text": "service",
"confidence": 0.9127059359299509,
"end": 646870,
"start": 646430
},
{
"text": "location",
"confidence": 0.9212795441800897,
"end": 647350,
"start": 646850
},
{
"text": "but",
"confidence": 0.8698236445585886,
"end": 647790,
"start": 647610
},
{
"text": "there's",
"confidence": 0.8569314181804657,
"end": 648970,
"start": 648710
},
{
"text": "no",
"confidence": 0.7954386845231056,
"end": 649090,
"start": 648950
},
{
"text": "ability",
"confidence": 0.8715972023851731,
"end": 649550,
"start": 649150
},
{
"text": "to",
"confidence": 0.9383689016103745,
"end": 649790,
"start": 649650
},
{
"text": "do",
"confidence": 0.9291218370199203,
"end": 649930,
"start": 649790
},
{
"text": "things",
"confidence": 0.9103594091203477,
"end": 650250,
"start": 650010
},
{
"text": "like",
"confidence": 0.8200502693653107,
"end": 650530,
"start": 650350
},
{
"text": "give",
"confidence": 0.782994399468104,
"end": 651530,
"start": 651350
},
{
"text": "[...]",
"confidence": 0.511465311050415,
"end": 651710,
"start": 651630
},
{
"text": "named",
"confidence": 0.8902488137994494,
"end": 652130,
"start": 651790
},
{
"text": "instance",
"confidence": 0.8541360309249476,
"end": 652570,
"start": 652130
},
{
"text": "is",
"confidence": 0.7601013705134392,
"end": 652950,
"start": 652730
},
{
"text": "rly",
"confidence": 0.7628821835798376,
"end": 653530,
"start": 653130
},
{
"text": "by",
"confidence": 0.97093798716863,
"end": 653630,
"start": 653510
},
{
"text": "type",
"confidence": 0.8792598566838673,
"end": 654550,
"start": 654210
},
{
"text": "assuming",
"confidence": 0.8964099182802088,
"end": 654970,
"start": 654570
},
{
"text": "that",
"confidence": 0.8870556473731994,
"end": 655110,
"start": 654950
},
{
"text": "there's",
"confidence": 0.8922865523232354,
"end": 655330,
"start": 655090
},
{
"text": "one",
"confidence": 0.871232658624649,
"end": 655610,
"start": 655430
},
{
"text": "or",
"confidence": 0.9530002971490225,
"end": 655910,
"start": 655730
},
{
"text": "give",
"confidence": 0.8653237452873817,
"end": 656770,
"start": 656450
},
{
"text": "all",
"confidence": 0.8940830945968627,
"end": 656930,
"start": 656770
},
{
"text": "the",
"confidence": 0.8904096098507152,
"end": 657390,
"start": 656990
},
{
"text": "there's",
"confidence": 0.7686149130264918,
"end": 657930,
"start": 657510
},
{
"text": "no",
"confidence": 0.945836467402322,
"end": 658370,
"start": 657890
},
{
"text": "service",
"confidence": 0.7745029926300049,
"end": 658950,
"start": 658610
},
{
"text": "location",
"confidence": 0.9023076421336124,
"end": 659350,
"start": 658910
},
{
"text": "by",
"confidence": 0.9763046056032181,
"end": 659550,
"start": 659410
},
{
"text": "name.",
"confidence": 0.9513162493705749,
"end": 660010,
"start": 659750
},
{
"text": "That's",
"confidence": 0.873741935599934,
"end": 660670,
"start": 660170
},
{
"text": "what",
"confidence": 0.9053147912025452,
"end": 660790,
"start": 660630
},
{
"text": "you're",
"confidence": 0.7272494861057827,
"end": 660970,
"start": 660770
},
{
"text": "for",
"confidence": 0.6636485798018319,
"end": 661310,
"start": 660970
},
{
"text": "oneall",
"confidence": 0.931590125328157,
"end": 662190,
"start": 661310
},
{
"text": "speaking.",
"confidence": 0.8833107457441443,
"end": 662630,
"start": 662230
},
{
"text": "I",
"confidence": 0.9712985820240445,
"end": 662970,
"start": 662730
},
{
"text": "don't",
"confidence": 0.910987879548754,
"end": 663470,
"start": 662990
},
{
"text": "like",
"confidence": 0.8776162266731262,
"end": 663810,
"start": 663590
},
{
"text": "to",
"confidence": 0.9281839013099671,
"end": 663950,
"start": 663790
},
{
"text": "use",
"confidence": 0.7388236373662949,
"end": 664150,
"start": 663930
},
{
"text": "service",
"confidence": 0.8921156254681674,
"end": 664430,
"start": 664150
},
{
"text": "look",
"confidence": 0.7769934038321177,
"end": 664570,
"start": 664390
},
{
"text": "but",
"confidence": 0.9176588992277781,
"end": 665330,
"start": 664670
},
{
"text": "sometimes",
"confidence": 0.9598414093255997,
"end": 665990,
"start": 665530
},
{
"text": "it",
"confidence": 0.9484904683553256,
"end": 666330,
"start": 666010
},
{
"text": "is",
"confidence": 0.9601083397865295,
"end": 666490,
"start": 666290
},
{
"text": "something",
"confidence": 0.9773223823971219,
"end": 667490,
"start": 666530
},
{
"text": "that",
"confidence": 0.7802298069000244,
"end": 667650,
"start": 667450
},
{
"text": "need",
"confidence": 0.8305593473570687,
"end": 667810,
"start": 667610
},
{
"text": "to",
"confidence": 0.8453848659992218,
"end": 667890,
"start": 667790
},
{
"text": "do.",
"confidence": 0.9557979305585226,
"end": 667990,
"start": 667870
},
{
"text": "Does",
"confidence": 0.9198892778820462,
"end": 668570,
"start": 667970
},
{
"text": "the",
"confidence": 0.8542452653249105,
"end": 668750,
"start": 668570
},
{
"text": "mar",
"confidence": 0.9026594310998917,
"end": 668970,
"start": 668750
},
{
"text": "bring",
"confidence": 0.925132691860199,
"end": 669350,
"start": 669090
},
{
"text": "back",
"confidence": 0.9399039596319199,
"end": 669590,
"start": 669370
},
{
"text": "that",
"confidence": 0.9698922208377293,
"end": 670150,
"start": 669950
},
{
"text": "capability",
"confidence": 0.909560444454352,
"end": 670730,
"start": 670190
},
{
"text": "when",
"confidence": 0.908114037730477,
"end": 671520,
"start": 671240
},
{
"text": "I",
"confidence": 0.7059566179911295,
"end": 671620,
"start": 671500
},
{
"text": "do",
"confidence": 0.8622332096099854,
"end": 671800,
"start": 671640
},
{
"text": "really",
"confidence": 0.8479877818714489,
"end": 672140,
"start": 671860
},
{
"text": "need?",
"confidence": 0.7894377367837089,
"end": 672320,
"start": 672120
},
{
"text": "Yes.",
"confidence": 0.8893280806748763,
"end": 672820,
"start": 672300
},
{
"text": "It's",
"confidence": 0.9361761629581451,
"end": 675060,
"start": 673400
},
{
"text": "what",
"confidence": 0.9343711137771606,
"end": 675200,
"start": 675040
},
{
"text": "I",
"confidence": 0.9086830615997314,
"end": 675280,
"start": 675180
},
{
"text": "would",
"confidence": 0.8074373006820679,
"end": 675480,
"start": 675280
},
{
"text": "refer",
"confidence": 0.9130650070997385,
"end": 676220,
"start": 675900
},
{
"text": "to",
"confidence": 0.9214773178100586,
"end": 676420,
"start": 676260
},
{
"text": "as",
"confidence": 0.8617284178733826,
"end": 676660,
"start": 676400
},
{
"text": "kind",
"confidence": 0.8113004446029664,
"end": 676840,
"start": 676680
},
{
"text": "of",
"confidence": 0.8725637992223104,
"end": 676940,
"start": 676820
},
{
"text": "a",
"confidence": 0.7357202172279358,
"end": 677000,
"start": 676900
},
{
"text": "red",
"confidence": 0.7745374068617821,
"end": 677200,
"start": 676980
},
{
"text": "pepper",
"confidence": 0.8715790688991547,
"end": 677580,
"start": 677320
},
{
"text": "flakes",
"confidence": 0.6727373488247395,
"end": 677860,
"start": 677640
},
{
"text": "kind",
"confidence": 0.8611842827363447,
"end": 678840,
"start": 678560
},
{
"text": "of",
"confidence": 0.7524010936419169,
"end": 678940,
"start": 678820
},
{
"text": "approach",
"confidence": 0.9001347869634628,
"end": 679320,
"start": 678940
},
{
"text": "a",
"confidence": 0.9751507043838501,
"end": 679990,
"start": 679910
},
{
"text": "little",
"confidence": 0.8758984486262004,
"end": 680370,
"start": 680010
},
{
"text": "bit",
"confidence": 0.8197079777717591,
"end": 680490,
"start": 680330
},
{
"text": "once",
"confidence": 0.9370307392544217,
"end": 680710,
"start": 680470
},
{
"text": "in",
"confidence": 0.8601465106010437,
"end": 680830,
"start": 680670
},
{
"text": "a",
"confidence": 0.7732342481613159,
"end": 680870,
"start": 680790
},
{
"text": "while",
"confidence": 0.9378193244338036,
"end": 681090,
"start": 680870
},
{
"text": "[...]",
"confidence": 0.5800388097763062,
"end": 681210,
"start": 681050
},
{
"text": "a",
"confidence": 0.9582530856132507,
"end": 681270,
"start": 681190
},
{
"text": "good",
"confidence": 0.8936594724655151,
"end": 681510,
"start": 681290
},
{
"text": "thing.",
"confidence": 0.9419399261474609,
"end": 681730,
"start": 681470
},
{
"text": "A",
"confidence": 0.9947500407695771,
"end": 682350,
"start": 681690
},
{
"text": "lot",
"confidence": 0.8649712900320689,
"end": 682650,
"start": 682470
},
{
"text": "of",
"confidence": 0.9761781692504883,
"end": 682770,
"start": 682630
},
{
"text": "it",
"confidence": 0.9333059906959533,
"end": 682890,
"start": 682730
},
{
"text": "is",
"confidence": 0.926686426003774,
"end": 683090,
"start": 682850
},
{
"text": "probably",
"confidence": 0.8984834168638501,
"end": 683650,
"start": 683310
},
{
"text": "always",
"confidence": 0.8687546451886495,
"end": 683930,
"start": 683630
},
{
"text": "bad.",
"confidence": 0.926800325512886,
"end": 684150,
"start": 683930
},
{
"text": "That's",
"confidence": 0.9266930310814468,
"end": 686300,
"start": 685700
},
{
"text": "a",
"confidence": 0.8450153023004532,
"end": 686400,
"start": 686260
},
{
"text": "fantastic",
"confidence": 0.9179073994358381,
"end": 686940,
"start": 686400
},
{
"text": "analogy",
"confidence": 0.7831692590433008,
"end": 687300,
"start": 686900
},
{
"text": "because",
"confidence": 0.8757695357004801,
"end": 687680,
"start": 687320
},
{
"text": "whenever",
"confidence": 0.9288709935019998,
"end": 688760,
"start": 688360
},
{
"text": "I",
"confidence": 0.9988296372549874,
"end": 688960,
"start": 688760
},
{
"text": "get",
"confidence": 0.9710612963227665,
"end": 689740,
"start": 689340
},
{
"text": "a",
"confidence": 0.9614699482917786,
"end": 689800,
"start": 689720
},
{
"text": "pizza",
"confidence": 0.905334993203481,
"end": 690200,
"start": 689840
},
{
"text": "and",
"confidence": 0.9580359756946564,
"end": 690580,
"start": 690360
},
{
"text": "the",
"confidence": 0.9682445923487345,
"end": 690960,
"start": 690540
},
{
"text": "pizza",
"confidence": 0.8621498346328735,
"end": 691220,
"start": 690940
},
{
"text": "is",
"confidence": 0.7822161316871643,
"end": 691380,
"start": 691220
},
{
"text": "really",
"confidence": 0.8687600737268274,
"end": 691640,
"start": 691360
},
{
"text": "good.",
"confidence": 0.8857342468367683,
"end": 691880,
"start": 691640
},
{
"text": "I",
"confidence": 0.9935628175735474,
"end": 692380,
"start": 692300
},
{
"text": "don't",
"confidence": 0.9041863644824308,
"end": 692780,
"start": 692380
},
{
"text": "put",
"confidence": 0.8787790387868881,
"end": 692900,
"start": 692760
},
{
"text": "pepper",
"confidence": 0.8667314251263937,
"end": 693180,
"start": 692880
},
{
"text": "flakes",
"confidence": 0.7170317010446028,
"end": 693460,
"start": 693180
},
{
"text": "on",
"confidence": 0.8424058079719543,
"end": 693580,
"start": 693420
},
{
"text": "it",
"confidence": 0.7046664580702782,
"end": 693700,
"start": 693560
},
{
"text": "but",
"confidence": 0.9168761253356934,
"end": 693860,
"start": 693700
},
{
"text": "if",
"confidence": 0.844016969203949,
"end": 693980,
"start": 693840
},
{
"text": "it's",
"confidence": 0.7698295371873038,
"end": 694180,
"start": 693980
},
{
"text": "a",
"confidence": 0.9465820590655009,
"end": 694280,
"start": 694160
},
{
"text": "bad",
"confidence": 0.9822283122274611,
"end": 694500,
"start": 694260
},
{
"text": "pizza,",
"confidence": 0.9122028521129063,
"end": 694880,
"start": 694540
},
{
"text": "I",
"confidence": 0.8719719449679056,
"end": 695280,
"start": 695160
},
{
"text": "will",
"confidence": 0.9012517503329686,
"end": 695540,
"start": 695340
},
{
"text": "constant",
"confidence": 0.8609803575608466,
"end": 700310,
"start": 695930
},
{
"text": "mention",
"confidence": 0.6466151773929596,
"end": 700530,
"start": 700270
},
{
"text": "this",
"confidence": 0.647579950945718,
"end": 700690,
"start": 700490
},
{
"text": "but",
"confidence": 0.8893361389636993,
"end": 700810,
"start": 700670
},
{
"text": "mr.",
"confidence": 0.7704879323641459,
"end": 701770,
"start": 701410
},
{
"text": "Also",
"confidence": 0.9710676074028015,
"end": 702110,
"start": 701750
},
{
"text": "has",
"confidence": 0.8724484046300253,
"end": 702270,
"start": 702090
},
{
"text": "capability",
"confidence": 0.8003436401486397,
"end": 703250,
"start": 702550
},
{
"text": "of",
"confidence": 0.8157596985499064,
"end": 703350,
"start": 703230
},
{
"text": "adding",
"confidence": 0.8166133056987416,
"end": 703610,
"start": 703330
},
{
"text": "decorators",
"confidence": 0.8924931486447653,
"end": 704170,
"start": 703630
},
{
"text": "as",
"confidence": 0.9713186056990373,
"end": 704590,
"start": 704150
},
{
"text": "well.",
"confidence": 0.9397196024656296,
"end": 704810,
"start": 704590
},
{
"text": "Two",
"confidence": 0.9059123347202936,
"end": 705110,
"start": 704810
},
{
"text": "is",
"confidence": 0.8420988869667053,
"end": 705710,
"start": 705150
},
{
"text": "yes.",
"confidence": 0.9744555785738188,
"end": 706330,
"start": 705690
},
{
"text": "Right",
"confidence": 0.7573793402739933,
"end": 707750,
"start": 707550
},
{
"text": "now,",
"confidence": 0.7714121103286743,
"end": 707870,
"start": 707710
},
{
"text": "the",
"confidence": 0.8527416495176462,
"end": 708190,
"start": 707870
},
{
"text": "intersection",
"confidence": 0.8132481034155246,
"end": 708790,
"start": 708190
},
{
"text": "models",
"confidence": 0.8920365417445147,
"end": 709470,
"start": 708870
},
{
"text": "but",
"confidence": 0.7326985938208443,
"end": 710610,
"start": 710410
},
{
"text": "[...]",
"confidence": 0.5817386839124892,
"end": 710810,
"start": 710570
},
{
"text": "is",
"confidence": 0.6039655655622482,
"end": 710950,
"start": 710810
},
{
"text": "not",
"confidence": 0.8068176607290903,
"end": 711110,
"start": 710930
},
{
"text": "much",
"confidence": 0.8123377987316677,
"end": 711290,
"start": 711090
},
{
"text": "there",
"confidence": 0.881478421828326,
"end": 711670,
"start": 711270
},
{
"text": "but",
"confidence": 0.6720052123069763,
"end": 712090,
"start": 711930
},
{
"text": "at",
"confidence": 0.7779860645532608,
"end": 712270,
"start": 712130
},
{
"text": "a",
"confidence": 0.830338716506958,
"end": 712390,
"start": 712270
},
{
"text": "minimum,",
"confidence": 0.9225334525108337,
"end": 712690,
"start": 712370
},
{
"text": "you",
"confidence": 0.8628554894373968,
"end": 713070,
"start": 712750
},
{
"text": "can",
"confidence": 0.8547181387742361,
"end": 713290,
"start": 713110
},
{
"text": "add",
"confidence": 0.849376660936019,
"end": 713710,
"start": 713310
},
{
"text": "as",
"confidence": 0.9899789810180664,
"end": 714450,
"start": 714290
},
{
"text": "decorators",
"confidence": 0.9316601588808257,
"end": 715190,
"start": 714550
},
{
"text": "that's",
"confidence": 0.8308548564091325,
"end": 716550,
"start": 715850
},
{
"text": "the",
"confidence": 0.9369530081748962,
"end": 716670,
"start": 716530
},
{
"text": "beginning",
"confidence": 0.9379381942749023,
"end": 717210,
"start": 716650
},
{
"text": "doing",
"confidence": 0.9526556763384078,
"end": 718250,
"start": 717470
},
{
"text": "kind",
"confidence": 0.6418878883123398,
"end": 718510,
"start": 718330
},
{
"text": "of",
"confidence": 0.6567665636539459,
"end": 718590,
"start": 718490
},
{
"text": "a",
"confidence": 0.934351772069931,
"end": 718730,
"start": 718590
},
{
"text": "you're",
"confidence": 0.8675205661700323,
"end": 720090,
"start": 719770
},
{
"text": "talking",
"confidence": 0.9558277896472386,
"end": 720410,
"start": 720070
},
{
"text": "about.",
"confidence": 0.8888193156038012,
"end": 720710,
"start": 720370
},
{
"text": "We'll",
"confidence": 0.8692237602339851,
"end": 721790,
"start": 721550
},
{
"text": "have",
"confidence": 0.8915187358856201,
"end": 721930,
"start": 721770
},
{
"text": "to",
"confidence": 0.9427810311317444,
"end": 722030,
"start": 721890
},
{
"text": "see",
"confidence": 0.8608540654182434,
"end": 722190,
"start": 722030
},
{
"text": "a",
"confidence": 0.677690863609314,
"end": 722310,
"start": 722170
},
{
"text": "tomorrow",
"confidence": 0.7513307287142827,
"end": 722870,
"start": 722290
},
{
"text": "takes",
"confidence": 0.912267193198204,
"end": 723050,
"start": 722830
},
{
"text": "off",
"confidence": 0.9014714419841766,
"end": 723310,
"start": 723050
},
{
"text": "or",
"confidence": 0.864107632637024,
"end": 723550,
"start": 723390
},
{
"text": "if",
"confidence": 0.7930370370546976,
"end": 723670,
"start": 723550
},
{
"text": "it's",
"confidence": 0.8311040997505188,
"end": 723870,
"start": 723630
},
{
"text": "really",
"confidence": 0.8990652918815613,
"end": 724290,
"start": 724030
},
{
"text": "that",
"confidence": 0.8792908958026341,
"end": 724510,
"start": 724310
},
{
"text": "popular.",
"confidence": 0.9431516057566592,
"end": 724970,
"start": 724530
},
{
"text": "But",
"confidence": 0.8472317814826965,
"end": 725370,
"start": 725210
},
{
"text": "if",
"confidence": 0.9818204045295715,
"end": 726510,
"start": 726230
},
{
"text": "people",
"confidence": 0.8722627878189086,
"end": 726910,
"start": 726650
},
{
"text": "really",
"confidence": 0.9130618929862976,
"end": 727330,
"start": 726870
},
{
"text": "want",
"confidence": 0.9509349796507094,
"end": 727550,
"start": 727310
},
{
"text": "to",
"confidence": 0.776223748922348,
"end": 727670,
"start": 727530
},
{
"text": "do",
"confidence": 0.9160206615924835,
"end": 727810,
"start": 727630
},
{
"text": "at",
"confidence": 0.9671126321742409,
"end": 728230,
"start": 727790
},
{
"text": "the",
"confidence": 0.8954820930957794,
"end": 729810,
"start": 729670
},
{
"text": "time",
"confidence": 0.6936019472777843,
"end": 730010,
"start": 729790
},
{
"text": "might",
"confidence": 0.8168125649293264,
"end": 730270,
"start": 730090
},
{
"text": "be",
"confidence": 0.9159986674785614,
"end": 730350,
"start": 730250
},
{
"text": "advantages",
"confidence": 0.814267402345484,
"end": 731050,
"start": 730330
},
{
"text": "with",
"confidence": 0.7760848522186279,
"end": 731450,
"start": 731190
},
{
"text": "mark.",
"confidence": 0.8562136832121257,
"end": 732510,
"start": 731710
},
{
"text": "It",
"confidence": 0.9733446292255236,
"end": 733510,
"start": 732530
},
{
"text": "doesnt",
"confidence": 0.7848713397979736,
"end": 733990,
"start": 733470
},
{
"text": "work",
"confidence": 0.9267509207129478,
"end": 734190,
"start": 733970
},
{
"text": "by",
"confidence": 0.9694492667913437,
"end": 734610,
"start": 734470
},
{
"text": "generating",
"confidence": 0.8941362448360609,
"end": 735510,
"start": 734990
},
{
"text": "code",
"confidence": 0.9237421665872846,
"end": 736170,
"start": 735550
},
{
"text": "and",
"confidence": 0.7939869676317487,
"end": 736390,
"start": 736190
},
{
"text": "compiled",
"confidence": 0.719267335805026,
"end": 737310,
"start": 736590
},
{
"text": "on",
"confidence": 0.9535279075304667,
"end": 737430,
"start": 737310
},
{
"text": "the",
"confidence": 0.890964150428772,
"end": 737570,
"start": 737410
},
{
"text": "fly.",
"confidence": 0.7773439884185791,
"end": 737670,
"start": 737550
},
{
"text": "If",
"confidence": 0.9762285590171814,
"end": 738450,
"start": 738290
},
{
"text": "people",
"confidence": 0.8672870695590973,
"end": 738870,
"start": 738610
},
{
"text": "really",
"confidence": 0.9194800674915313,
"end": 739290,
"start": 738830
},
{
"text": "wanted",
"confidence": 0.9580134716298845,
"end": 739690,
"start": 739270
},
{
"text": "to",
"confidence": 0.8796860426664352,
"end": 739870,
"start": 739650
},
{
"text": "go",
"confidence": 0.961264287170611,
"end": 740450,
"start": 740010
},
{
"text": "back",
"confidence": 0.9306807145476341,
"end": 740790,
"start": 740570
},
{
"text": "and",
"confidence": 0.8433541754881541,
"end": 740950,
"start": 740770
},
{
"text": "do",
"confidence": 0.8715214629968008,
"end": 741110,
"start": 740930
},
{
"text": "a",
"confidence": 0.8506922125816345,
"end": 741290,
"start": 741150
},
{
"text": "with",
"confidence": 0.9095747562555166,
"end": 741910,
"start": 741330
},
{
"text": "tomorrow",
"confidence": 0.8790433771080441,
"end": 742670,
"start": 741890
},
{
"text": "might",
"confidence": 0.8757319698731104,
"end": 742990,
"start": 742810
},
{
"text": "be",
"confidence": 0.891554077466329,
"end": 743090,
"start": 742970
},
{
"text": "able",
"confidence": 0.7321442266305288,
"end": 743230,
"start": 743050
},
{
"text": "to",
"confidence": 0.9130000670750936,
"end": 743330,
"start": 743210
},
{
"text": "tie",
"confidence": 0.8890528398401597,
"end": 743730,
"start": 743330
},
{
"text": "in",
"confidence": 0.9200279911359152,
"end": 743890,
"start": 743710
},
{
"text": "to",
"confidence": 0.907454788684845,
"end": 744110,
"start": 743970
},
{
"text": "just",
"confidence": 0.8902796336582729,
"end": 744750,
"start": 744550
},
{
"text": "writing,",
"confidence": 0.775658122698466,
"end": 745110,
"start": 744750
},
{
"text": "see,",
"confidence": 0.8888588964939117,
"end": 745690,
"start": 745430
},
{
"text": "sharp",
"confidence": 0.8885986859148199,
"end": 745930,
"start": 745650
},
{
"text": "rappers",
"confidence": 0.8817886739969254,
"end": 746490,
"start": 746030
},
{
"text": "on",
"confidence": 0.916348671913147,
"end": 746630,
"start": 746470
},
{
"text": "the",
"confidence": 0.8222931742668151,
"end": 746770,
"start": 746610
},
{
"text": "fly",
"confidence": 0.9095451576369149,
"end": 746950,
"start": 746750
},
{
"text": "instead",
"confidence": 0.8397910892963409,
"end": 747590,
"start": 747170
},
{
"text": "of",
"confidence": 0.9384659926096598,
"end": 747690,
"start": 747570
},
{
"text": "the",
"confidence": 0.8209849298000336,
"end": 748630,
"start": 748170
},
{
"text": "more",
"confidence": 0.8908505042394003,
"end": 748770,
"start": 748590
},
{
"text": "magical",
"confidence": 0.9282109303907915,
"end": 749350,
"start": 748850
},
{
"text": "a",
"confidence": 0.8861678540706635,
"end": 749610,
"start": 749470
},
{
"text": "weaving",
"confidence": 0.896115992963314,
"end": 750410,
"start": 749950
},
{
"text": "or",
"confidence": 0.9777788384394213,
"end": 751050,
"start": 750550
},
{
"text": "dynamic",
"confidence": 0.8697285777644107,
"end": 751470,
"start": 751030
},
{
"text": "proxies.",
"confidence": 0.8933709069438602,
"end": 752030,
"start": 751510
},
{
"text": "The",
"confidence": 0.9519108202722337,
"end": 753090,
"start": 752490
},
{
"text": "site",
"confidence": 0.7316496890099322,
"end": 754350,
"start": 753070
},
{
"text": "car",
"confidence": 0.9550129959457799,
"end": 754790,
"start": 754350
},
{
"text": "inspector",
"confidence": 0.806034920612971,
"end": 756070,
"start": 754810
},
{
"text": "programming",
"confidence": 0.8357023047773462,
"end": 756490,
"start": 756050
},
{
"text": "darcis",
"confidence": 0.7603118436204063,
"end": 757710,
"start": 756930
},
{
"text": "hat",
"confidence": 0.9118720591068268,
"end": 757830,
"start": 757690
},
{
"text": "I'm",
"confidence": 0.7331683039665222,
"end": 757950,
"start": 757790
},
{
"text": "thinking",
"confidence": 0.9302728447047147,
"end": 758210,
"start": 757930
},
{
"text": "of",
"confidence": 0.8426134705543518,
"end": 758350,
"start": 758190
},
{
"text": "it",
"confidence": 0.8976636758217444,
"end": 758850,
"start": 758530
},
{
"text": "with",
"confidence": 0.7952788174152374,
"end": 759010,
"start": 758830
},
{
"text": "containers",
"confidence": 0.8314349204301834,
"end": 759890,
"start": 759230
},
{
"text": "is",
"confidence": 0.8798642059167227,
"end": 760070,
"start": 759890
},
{
"text": "that",
"confidence": 0.9492790400981903,
"end": 760230,
"start": 760050
},
{
"text": "I",
"confidence": 0.8978227575620016,
"end": 760330,
"start": 760210
},
{
"text": "can",
"confidence": 0.9029309749603271,
"end": 760530,
"start": 760330
},
{
"text": "create",
"confidence": 0.9206579923629761,
"end": 760770,
"start": 760510
},
{
"text": "a",
"confidence": 0.9250949323177338,
"end": 760830,
"start": 760730
},
{
"text": "proxy",
"confidence": 0.8125329494476319,
"end": 761050,
"start": 760790
},
{
"text": "in",
"confidence": 0.9674248857931658,
"end": 762060,
"start": 761780
},
{
"text": "one",
"confidence": 0.7472811672422621,
"end": 762420,
"start": 762180
},
{
"text": "cor",
"confidence": 0.9019348451069423,
"end": 762740,
"start": 762540
},
{
"text": "but",
"confidence": 0.9078926086425781,
"end": 762980,
"start": 762820
},
{
"text": "I",
"confidence": 0.7876484791437784,
"end": 763120,
"start": 763000
},
{
"text": "actually",
"confidence": 0.8355779871344566,
"end": 763720,
"start": 763340
},
{
"text": "couldn't",
"confidence": 0.8727059689435092,
"end": 763960,
"start": 763680
},
{
"text": "figure",
"confidence": 0.8472266462114122,
"end": 764180,
"start": 763940
},
{
"text": "out",
"confidence": 0.9449937641620636,
"end": 764280,
"start": 764140
},
{
"text": "a",
"confidence": 0.9468392729759216,
"end": 764320,
"start": 764240
},
{
"text": "way",
"confidence": 0.9133348067601522,
"end": 764520,
"start": 764340
},
{
"text": "to",
"confidence": 0.9059877991676331,
"end": 764700,
"start": 764580
},
{
"text": "apply",
"confidence": 0.9302687545617422,
"end": 765920,
"start": 765500
},
{
"text": "it",
"confidence": 0.7704964220523834,
"end": 766100,
"start": 765940
},
{
"text": "to",
"confidence": 0.9662968781259325,
"end": 766860,
"start": 766080
},
{
"text": "my",
"confidence": 0.7824429869651794,
"end": 767000,
"start": 766860
},
{
"text": "container",
"confidence": 0.8841194782938276,
"end": 767800,
"start": 767040
},
{
"text": "without",
"confidence": 0.9255988363708768,
"end": 768160,
"start": 767820
},
{
"text": "bringing",
"confidence": 0.7677595477837783,
"end": 768480,
"start": 768160
},
{
"text": "in",
"confidence": 0.6792677119374275,
"end": 768580,
"start": 768440
},
{
"text": "something",
"confidence": 0.9332568943500519,
"end": 768860,
"start": 768560
},
{
"text": "like",
"confidence": 0.9074695706367493,
"end": 769060,
"start": 768880
},
{
"text": "her",
"confidence": 0.8063124372408941,
"end": 769620,
"start": 769040
},
{
"text": "to",
"confidence": 0.9585116028785705,
"end": 769740,
"start": 769580
},
{
"text": "do",
"confidence": 0.8356635719537735,
"end": 769860,
"start": 769720
},
{
"text": "that.",
"confidence": 0.903238320350647,
"end": 770040,
"start": 769880
},
{
"text": "I'm",
"confidence": 0.9695319096247356,
"end": 771110,
"start": 770750
},
{
"text": "glad",
"confidence": 0.8180632165500096,
"end": 771310,
"start": 771110
},
{
"text": "that's",
"confidence": 0.8684133052825928,
"end": 771570,
"start": 771310
},
{
"text": "here.",
"confidence": 0.7147516328841448,
"end": 771930,
"start": 771550
},
{
"text": "Were",
"confidence": 0.8575566507875919,
"end": 773050,
"start": 772190
},
{
"text": "you",
"confidence": 0.9264414757490158,
"end": 773170,
"start": 773030
},
{
"text": "able",
"confidence": 0.9354930290809045,
"end": 773450,
"start": 773130
},
{
"text": "to",
"confidence": 0.94987553358078,
"end": 773590,
"start": 773450
},
{
"text": "reuse",
"confidence": 0.9396886560651991,
"end": 774050,
"start": 773630
},
{
"text": "any",
"confidence": 0.9706906825304031,
"end": 774350,
"start": 774130
},
{
"text": "of",
"confidence": 0.9582258462905884,
"end": 774550,
"start": 774390
},
{
"text": "your",
"confidence": 0.8662508527437845,
"end": 774730,
"start": 774550
},
{
"text": "structure",
"confidence": 0.8512314776579539,
"end": 775070,
"start": 774710
},
{
"text": "map",
"confidence": 0.8755408922831217,
"end": 775310,
"start": 775070
},
{
"text": "code",
"confidence": 0.9421582950486077,
"end": 775530,
"start": 775290
},
{
"text": "base",
"confidence": 0.9547417419297355,
"end": 775710,
"start": 775510
},
{
"text": "in",
"confidence": 0.9676799297332763,
"end": 776130,
"start": 775970
},
{
"text": "the",
"confidence": 0.761048436164856,
"end": 776310,
"start": 776170
},
{
"text": "more?",
"confidence": 0.8707232147455215,
"end": 776750,
"start": 776290
},
{
"text": "There's",
"confidence": 0.7778964659997395,
"end": 777050,
"start": 776710
},
{
"text": "quite",
"confidence": 0.912294260093144,
"end": 777230,
"start": 777030
},
{
"text": "a",
"confidence": 0.917303224404653,
"end": 777310,
"start": 777190
},
{
"text": "bit",
"confidence": 0.8476905226707458,
"end": 777450,
"start": 777290
},
{
"text": "of",
"confidence": 0.8128135353326797,
"end": 777550,
"start": 777410
},
{
"text": "secret",
"confidence": 0.7532068468057193,
"end": 778130,
"start": 777550
},
{
"text": "code",
"confidence": 0.9090972781181336,
"end": 778370,
"start": 778110
},
{
"text": "inside",
"confidence": 0.9301749931441413,
"end": 779070,
"start": 778470
},
{
"text": "of",
"confidence": 0.7103990117708842,
"end": 779170,
"start": 779050
},
{
"text": "mar.",
"confidence": 0.8894540501965417,
"end": 779930,
"start": 779150
},
{
"text": "The",
"confidence": 0.8116546273231506,
"end": 780150,
"start": 779910
},
{
"text": "type",
"confidence": 0.9814901266779218,
"end": 780330,
"start": 780130
},
{
"text": "scanning,",
"confidence": 0.9024496363556903,
"end": 780810,
"start": 780290
},
{
"text": "the",
"confidence": 0.6560626178979874,
"end": 781410,
"start": 781270
},
{
"text": "not",
"confidence": 0.9363251387417971,
"end": 783810,
"start": 781930
},
{
"text": "as",
"confidence": 0.9322247703870138,
"end": 783930,
"start": 783810
},
{
"text": "much",
"confidence": 0.8780852130481175,
"end": 784130,
"start": 783930
},
{
"text": "as",
"confidence": 0.922179102897644,
"end": 784270,
"start": 784110
},
{
"text": "maybe",
"confidence": 0.9038436743948195,
"end": 784510,
"start": 784270
},
{
"text": "you",
"confidence": 0.8768008202314377,
"end": 784630,
"start": 784490
},
{
"text": "would",
"confidence": 0.9070777041571481,
"end": 784790,
"start": 784590
},
{
"text": "think",
"confidence": 0.938216507434845,
"end": 784970,
"start": 784770
},
{
"text": "the",
"confidence": 0.9089750945568085,
"end": 785390,
"start": 785210
},
{
"text": "one",
"confidence": 0.9303374787171682,
"end": 785550,
"start": 785370
},
{
"text": "place",
"confidence": 0.9489287788217718,
"end": 785930,
"start": 785650
},
{
"text": "where",
"confidence": 0.9079184308648109,
"end": 786470,
"start": 786250
},
{
"text": "there's",
"confidence": 0.8571520493580744,
"end": 787670,
"start": 787350
},
{
"text": "a",
"confidence": 0.941396489739418,
"end": 787770,
"start": 787630
},
{
"text": "tremendous",
"confidence": 0.8553614517052969,
"end": 788310,
"start": 787770
},
{
"text": "amount",
"confidence": 0.8372729097803434,
"end": 788590,
"start": 788290
},
{
"text": "of",
"confidence": 0.6381131807963053,
"end": 788690,
"start": 788570
},
{
"text": "sacrafice",
"confidence": 0.7942802365869284,
"end": 789670,
"start": 788650
},
{
"text": "is",
"confidence": 0.9831157922744751,
"end": 789890,
"start": 789670
},
{
"text": "bring",
"confidence": 0.7867837960903461,
"end": 790950,
"start": 790630
},
{
"text": "in",
"confidence": 0.940109683200717,
"end": 791670,
"start": 790970
},
{
"text": "automated",
"confidence": 0.9357559425490243,
"end": 792170,
"start": 791690
},
{
"text": "tests",
"confidence": 0.860332713677333,
"end": 792510,
"start": 792190
},
{
"text": "from",
"confidence": 0.8672254681587219,
"end": 792950,
"start": 792670
},
{
"text": "the",
"confidence": 0.8897963166236877,
"end": 793130,
"start": 792990
},
{
"text": "starched",
"confidence": 0.6772153079509735,
"end": 793850,
"start": 793110
},
{
"text": "vase.",
"confidence": 0.9026166349649429,
"end": 794050,
"start": 793830
},
{
"text": "If",
"confidence": 0.9703103328237728,
"end": 795580,
"start": 794540
},
{
"text": "you",
"confidence": 0.9766601026058197,
"end": 796560,
"start": 796420
},
{
"text": "pull",
"confidence": 0.9375845268368721,
"end": 796780,
"start": 796560
},
{
"text": "down",
"confidence": 0.8715009614825249,
"end": 796960,
"start": 796740
},
{
"text": "a",
"confidence": 0.791462242603302,
"end": 797080,
"start": 796980
},
{
"text": "little",
"confidence": 0.9207439952426486,
"end": 797300,
"start": 797060
},
{
"text": "more",
"confidence": 0.8671013287135533,
"end": 797460,
"start": 797260
},
{
"text": "code",
"confidence": 0.8796071741316054,
"end": 797740,
"start": 797500
},
{
"text": "base,",
"confidence": 0.9092440690313067,
"end": 797940,
"start": 797740
},
{
"text": "you'll",
"confidence": 0.7991444965203603,
"end": 798280,
"start": 797980
},
{
"text": "even",
"confidence": 0.8110124617815018,
"end": 798460,
"start": 798240
},
{
"text": "see",
"confidence": 0.920242041349411,
"end": 798760,
"start": 798580
},
{
"text": "a",
"confidence": 0.99786531383341,
"end": 799040,
"start": 798760
},
{
"text": "bunch",
"confidence": 0.8600308299064636,
"end": 799780,
"start": 799440
},
{
"text": "of",
"confidence": 0.9480614185333252,
"end": 799960,
"start": 799800
},
{
"text": "testing",
"confidence": 0.9241305495563307,
"end": 800500,
"start": 800060
},
{
"text": "libraries",
"confidence": 0.9097943683465322,
"end": 801180,
"start": 800520
},
{
"text": "that",
"confidence": 0.7520411610603333,
"end": 801720,
"start": 801540
},
{
"text": "still",
"confidence": 0.9460664758315454,
"end": 802860,
"start": 802540
},
{
"text": "obstruction",
"confidence": 0.858356996818825,
"end": 803440,
"start": 802840
},
{
"text": "nine",
"confidence": 0.7672383162108335,
"end": 803980,
"start": 803480
},
{
"text": "spaces",
"confidence": 0.8497769124805927,
"end": 804320,
"start": 803940
},
{
"text": "[...]",
"confidence": 0.5965452591578165,
"end": 804440,
"start": 804320
},
{
"text": "it.",
"confidence": 0.926550954580307,
"end": 804540,
"start": 804440
},
{
"text": "That",
"confidence": 0.9303617098114707,
"end": 805180,
"start": 804680
},
{
"text": "was",
"confidence": 0.9155569314956665,
"end": 806700,
"start": 806540
},
{
"text": "probably",
"confidence": 0.8527720620234808,
"end": 807060,
"start": 806760
},
{
"text": "the",
"confidence": 0.9343345165252686,
"end": 807220,
"start": 807040
},
{
"text": "main",
"confidence": 0.9308930099010467,
"end": 807540,
"start": 807280
},
{
"text": "reason",
"confidence": 0.9077982956712897,
"end": 807860,
"start": 807580
},
{
"text": "why",
"confidence": 0.9891066286298964,
"end": 808910,
"start": 808490
},
{
"text": "I",
"confidence": 0.9993588626384735,
"end": 809130,
"start": 808950
},
{
"text": "was",
"confidence": 0.9185466085161481,
"end": 809430,
"start": 809230
},
{
"text": "able",
"confidence": 0.90364142258962,
"end": 809770,
"start": 809410
},
{
"text": "to",
"confidence": 0.9669474618775504,
"end": 810090,
"start": 809750
},
{
"text": "turn",
"confidence": 0.982457274315404,
"end": 811170,
"start": 810090
},
{
"text": "them",
"confidence": 0.8133110867606269,
"end": 811430,
"start": 811190
},
{
"text": "around.",
"confidence": 0.8100834316932238,
"end": 811970,
"start": 811390
},
{
"text": "So",
"confidence": 0.938132181763649,
"end": 812250,
"start": 811950
},
{
"text": "quickly",
"confidence": 0.9236175157129765,
"end": 812770,
"start": 812390
},
{
"text": "is",
"confidence": 0.83700230717659,
"end": 812930,
"start": 812750
},
{
"text": "bring",
"confidence": 0.8305676421698402,
"end": 813630,
"start": 813230
},
{
"text": "all",
"confidence": 0.9461569275174823,
"end": 814310,
"start": 814110
},
{
"text": "of",
"confidence": 0.941452793776989,
"end": 814750,
"start": 814530
},
{
"text": "those",
"confidence": 0.9180136760075887,
"end": 815370,
"start": 815010
},
{
"text": "higher",
"confidence": 0.8270277877648672,
"end": 816090,
"start": 815790
},
{
"text": "level",
"confidence": 0.7671491831541062,
"end": 816330,
"start": 816070
},
{
"text": "acceptance",
"confidence": 0.9210203557178892,
"end": 817010,
"start": 816370
},
{
"text": "tests",
"confidence": 0.8316421449184418,
"end": 817370,
"start": 817110
},
{
"text": "from",
"confidence": 0.9028920590877533,
"end": 818370,
"start": 818110
},
{
"text": "struct.",
"confidence": 0.8475970862662956,
"end": 820170,
"start": 818650
},
{
"text": "Alright.",
"confidence": 0.7648868560791016,
"end": 820530,
"start": 820170
},
{
"text": "It's",
"confidence": 0.823931448161602,
"end": 820770,
"start": 820550
},
{
"text": "time",
"confidence": 0.977782316505909,
"end": 820970,
"start": 820750
},
{
"text": "now",
"confidence": 0.8962650100390116,
"end": 821490,
"start": 821310
},
{
"text": "to",
"confidence": 0.9193251132965088,
"end": 821910,
"start": 821770
},
{
"text": "play",
"confidence": 0.8984309434890747,
"end": 822610,
"start": 822390
},
{
"text": "the",
"confidence": 0.8979337096214295,
"end": 822790,
"start": 822630
},
{
"text": "game.",
"confidence": 0.9501274824142456,
"end": 823030,
"start": 822770
},
{
"text": "That's",
"confidence": 0.8326779820702293,
"end": 823390,
"start": 823110
},
{
"text": "sweeping.",
"confidence": 0.8946006811327405,
"end": 823970,
"start": 823550
},
{
"text": "The",
"confidence": 0.9178771913051605,
"end": 824210,
"start": 823950
},
{
"text": "nation",
"confidence": 0.9592804142407009,
"end": 824530,
"start": 824190
},
{
"text": "etiquette",
"confidence": 0.8022260555841852,
"end": 832030,
"start": 824550
},
{
"text": "wrotejust",
"confidence": 0.8711151127087868,
"end": 835650,
"start": 833230
},
{
"text": "made,",
"confidence": 0.7991372272372246,
"end": 835850,
"start": 835630
},
{
"text": "thanks",
"confidence": 0.9844999102303026,
"end": 843690,
"start": 838490
},
{
"text": "to",
"confidence": 0.7690918326377869,
"end": 843870,
"start": 843710
},
{
"text": "jeremy",
"confidence": 0.8349257019849924,
"end": 844610,
"start": 844290
},
{
"text": "as",
"confidence": 0.8893088936805725,
"end": 844770,
"start": 844610
},
{
"text": "you",
"confidence": 0.7459047794342041,
"end": 844910,
"start": 844750
},
{
"text": "know",
"confidence": 0.9004435896873474,
"end": 845030,
"start": 844870
},
{
"text": "from",
"confidence": 0.8575114806493124,
"end": 845310,
"start": 845130
},
{
"text": "the",
"confidence": 0.8529884219169617,
"end": 845490,
"start": 845330
},
{
"text": "last",
"confidence": 0.9158294456345695,
"end": 845670,
"start": 845470
},
{
"text": "so",
"confidence": 0.8245888029535612,
"end": 846190,
"start": 845650
},
{
"text": "they",
"confidence": 0.8515759855508804,
"end": 846310,
"start": 846170
},
{
"text": "give",
"confidence": 0.7610699789864677,
"end": 846530,
"start": 846330
},
{
"text": "javascript",
"confidence": 0.8166299669638925,
"end": 847150,
"start": 846630
},
{
"text": "libraries",
"confidence": 0.8121586910315922,
"end": 847630,
"start": 847150
},
{
"text": "awfully",
"confidence": 0.8081527948379517,
"end": 848010,
"start": 847630
},
{
"text": "funny",
"confidence": 0.9053266379568312,
"end": 848290,
"start": 848050
},
{
"text": "names",
"confidence": 0.93919991905039,
"end": 848590,
"start": 848310
},
{
"text": "these",
"confidence": 0.9151024553510878,
"end": 848910,
"start": 848670
},
{
"text": "days",
"confidence": 0.9283009767532349,
"end": 849110,
"start": 848890
},
{
"text": "in",
"confidence": 0.9277744293212891,
"end": 849410,
"start": 849230
},
{
"text": "this",
"confidence": 0.9668625195821127,
"end": 849630,
"start": 849450
},
{
"text": "game.",
"confidence": 0.9294066488742828,
"end": 849910,
"start": 849650
},
{
"text": "I'm",
"confidence": 0.8367948134740194,
"end": 850050,
"start": 849870
},
{
"text": "going",
"confidence": 0.9621988203790452,
"end": 850270,
"start": 850030
},
{
"text": "to",
"confidence": 0.8737055957317352,
"end": 850370,
"start": 850230
},
{
"text": "list",
"confidence": 0.8828303055329756,
"end": 850630,
"start": 850350
},
{
"text": "three",
"confidence": 0.8671161399947273,
"end": 851010,
"start": 850770
},
{
"text": "names",
"confidence": 0.9261625230312347,
"end": 851270,
"start": 851010
},
{
"text": "of",
"confidence": 0.9154684096574783,
"end": 851390,
"start": 851250
},
{
"text": "javascript",
"confidence": 0.722479638599214,
"end": 851870,
"start": 851390
},
{
"text": "libraries.",
"confidence": 0.8420367366389224,
"end": 852270,
"start": 851830
},
{
"text": "The",
"confidence": 0.9151053598948887,
"end": 853030,
"start": 852830
},
{
"text": "goal",
"confidence": 0.6835759793009076,
"end": 853210,
"start": 853010
},
{
"text": "is",
"confidence": 0.6681071619192759,
"end": 853310,
"start": 853190
},
{
"text": "to",
"confidence": 0.8367377817630768,
"end": 853430,
"start": 853290
},
{
"text": "tell",
"confidence": 0.8632480502128601,
"end": 853610,
"start": 853410
},
{
"text": "me",
"confidence": 0.956042488416036,
"end": 853710,
"start": 853590
},
{
"text": "which",
"confidence": 0.8662459765161786,
"end": 853930,
"start": 853730
},
{
"text": "ones",
"confidence": 0.9233210171972003,
"end": 854130,
"start": 853930
},
{
"text": "are",
"confidence": 0.930473906653268,
"end": 854310,
"start": 854110
},
{
"text": "real",
"confidence": 0.8749627896717617,
"end": 854470,
"start": 854270
},
{
"text": "and",
"confidence": 0.7559357464313508,
"end": 854630,
"start": 854470
},
{
"text": "which",
"confidence": 0.9854195969445365,
"end": 854790,
"start": 854590
},
{
"text": "ones",
"confidence": 0.9126874378749302,
"end": 854970,
"start": 854770
},
{
"text": "are",
"confidence": 0.8383526589189257,
"end": 855150,
"start": 854950
},
{
"text": "fake.",
"confidence": 0.8756945729255676,
"end": 855350,
"start": 855110
},
{
"text": "Real",
"confidence": 0.9552525035266218,
"end": 856470,
"start": 855830
},
{
"text": "means",
"confidence": 0.897105700439877,
"end": 856710,
"start": 856470
},
{
"text": "they're",
"confidence": 0.8376124249054835,
"end": 857010,
"start": 856690
},
{
"text": "listed",
"confidence": 0.9513534094606128,
"end": 857330,
"start": 856990
},
{
"text": "on",
"confidence": 0.9442986845970154,
"end": 857510,
"start": 857330
},
{
"text": "nj",
"confidence": 0.9001671211286024,
"end": 858430,
"start": 857490
},
{
"text": "at",
"confidence": 0.9740697741508484,
"end": 859190,
"start": 859050
},
{
"text": "the",
"confidence": 0.812030054628849,
"end": 859310,
"start": 859170
},
{
"text": "time",
"confidence": 0.9625709567751203,
"end": 859470,
"start": 859270
},
{
"text": "of",
"confidence": 0.769310474395752,
"end": 859570,
"start": 859430
},
{
"text": "this",
"confidence": 0.9338779091835022,
"end": 859710,
"start": 859550
},
{
"text": "recording.",
"confidence": 0.9375555247068406,
"end": 860150,
"start": 859690
},
{
"text": "And",
"confidence": 0.978267611879291,
"end": 860830,
"start": 860110
},
{
"text": "just",
"confidence": 0.8491668360573905,
"end": 861070,
"start": 860870
},
{
"text": "to",
"confidence": 0.682182639837265,
"end": 861190,
"start": 861050
},
{
"text": "keep",
"confidence": 0.8980551660060883,
"end": 861350,
"start": 861170
},
{
"text": "things",
"confidence": 0.8662581018039158,
"end": 861530,
"start": 861330
},
{
"text": "interesting.",
"confidence": 0.8692294578803214,
"end": 861990,
"start": 861550
},
{
"text": "If",
"confidence": 0.9224563439687093,
"end": 862190,
"start": 861950
},
{
"text": "you",
"confidence": 0.8930214524269104,
"end": 862310,
"start": 862150
},
{
"text": "get",
"confidence": 0.9595969021320343,
"end": 862470,
"start": 862330
},
{
"text": "all",
"confidence": 0.9482052155903408,
"end": 862690,
"start": 862490
},
{
"text": "three",
"confidence": 0.8575098663568497,
"end": 862950,
"start": 862650
},
{
"text": "correct,",
"confidence": 0.9360412738539956,
"end": 863230,
"start": 862950
},
{
"text": "you're",
"confidence": 0.7877174450291528,
"end": 863430,
"start": 863190
},
{
"text": "going",
"confidence": 0.8174573878447214,
"end": 863570,
"start": 863390
},
{
"text": "to",
"confidence": 0.7271932661533356,
"end": 863630,
"start": 863530
},
{
"text": "want",
"confidence": 0.6194369941949844,
"end": 863730,
"start": 863590
},
{
"text": "a",
"confidence": 0.6485175415873528,
"end": 863830,
"start": 863690
},
{
"text": "five",
"confidence": 0.9283297777175903,
"end": 864070,
"start": 863810
},
{
"text": "dollar",
"confidence": 0.8238721002231945,
"end": 864390,
"start": 864110
},
{
"text": "gift",
"confidence": 0.8552171077047076,
"end": 864590,
"start": 864390
},
{
"text": "card.",
"confidence": 0.9266229271888733,
"end": 864830,
"start": 864590
},
{
"text": "So",
"confidence": 0.9958747029304504,
"end": 865350,
"start": 865250
},
{
"text": "we",
"confidence": 0.9519573695519391,
"end": 865810,
"start": 865410
},
{
"text": "talked",
"confidence": 0.8023713363541497,
"end": 866070,
"start": 865830
},
{
"text": "about",
"confidence": 0.7607119679450989,
"end": 866210,
"start": 866030
},
{
"text": "this",
"confidence": 0.8733936071395874,
"end": 866350,
"start": 866190
},
{
"text": "already.",
"confidence": 0.9116812845071157,
"end": 866730,
"start": 866310
},
{
"text": "But",
"confidence": 0.9389504194259644,
"end": 866970,
"start": 866790
},
{
"text": "how",
"confidence": 0.9851238605927448,
"end": 868010,
"start": 866970
},
{
"text": "come",
"confidence": 0.8773571103811264,
"end": 868270,
"start": 868050
},
{
"text": "are",
"confidence": 0.834429111550836,
"end": 868650,
"start": 868250
},
{
"text": "you",
"confidence": 0.8992501139640808,
"end": 868790,
"start": 868630
},
{
"text": "with",
"confidence": 0.9548190087080002,
"end": 869110,
"start": 868890
},
{
"text": "javascript",
"confidence": 0.9063954225608281,
"end": 869930,
"start": 869310
},
{
"text": "and",
"confidence": 0.833827905356884,
"end": 870430,
"start": 870210
},
{
"text": "pm",
"confidence": 0.9484405943325588,
"end": 871330,
"start": 870990
},
{
"text": "and",
"confidence": 0.9232993125915527,
"end": 871450,
"start": 871330
},
{
"text": "all",
"confidence": 0.9237953901290894,
"end": 871590,
"start": 871430
},
{
"text": "that",
"confidence": 0.944537341594696,
"end": 871730,
"start": 871590
},
{
"text": "type",
"confidence": 0.9101712153508112,
"end": 872530,
"start": 872210
},
{
"text": "of",
"confidence": 0.881331279873848,
"end": 872650,
"start": 872510
},
{
"text": "stuff?",
"confidence": 0.9658516301558568,
"end": 874490,
"start": 872610
},
{
"text": "I",
"confidence": 0.9846488833427429,
"end": 874630,
"start": 874490
},
{
"text": "thought",
"confidence": 0.942664384841919,
"end": 874830,
"start": 874610
},
{
"text": "I",
"confidence": 0.8906450569629669,
"end": 874910,
"start": 874810
},
{
"text": "was",
"confidence": 0.8669999142487844,
"end": 875070,
"start": 874890
},
{
"text": "comfortable",
"confidence": 0.8722524642944336,
"end": 875610,
"start": 875110
},
{
"text": "but",
"confidence": 0.8186026612917582,
"end": 875810,
"start": 875630
},
{
"text": "let's",
"confidence": 0.9332040455606249,
"end": 876950,
"start": 875990
},
{
"text": "fill",
"confidence": 0.8430348502265083,
"end": 877170,
"start": 876930
},
{
"text": "me",
"confidence": 0.943390280008316,
"end": 877290,
"start": 877150
},
{
"text": "again",
"confidence": 0.8462324630130421,
"end": 877570,
"start": 877290
},
{
"text": "and",
"confidence": 0.9448371256690428,
"end": 879390,
"start": 877670
},
{
"text": "we",
"confidence": 0.7745096882184347,
"end": 879550,
"start": 879370
},
{
"text": "also",
"confidence": 0.9205442547798157,
"end": 879790,
"start": 879530
},
{
"text": "mentioning",
"confidence": 0.8127055904444527,
"end": 880370,
"start": 879970
},
{
"text": "before",
"confidence": 0.9472933113574982,
"end": 880650,
"start": 880350
},
{
"text": "the",
"confidence": 0.8767393231391907,
"end": 880770,
"start": 880630
},
{
"text": "show",
"confidence": 0.9792027870814005,
"end": 880930,
"start": 880750
},
{
"text": "that",
"confidence": 0.8335319280624389,
"end": 881150,
"start": 880990
},
{
"text": "the",
"confidence": 0.9568728605906168,
"end": 881310,
"start": 881190
},
{
"text": "people",
"confidence": 0.9065156877040863,
"end": 881550,
"start": 881310
},
{
"text": "who",
"confidence": 0.9571782797574997,
"end": 881690,
"start": 881550
},
{
"text": "tend",
"confidence": 0.8742098053296407,
"end": 882010,
"start": 881650
},
{
"text": "to",
"confidence": 0.8898589611053467,
"end": 882110,
"start": 881990
},
{
"text": "do",
"confidence": 0.8526882082223892,
"end": 882210,
"start": 882070
},
{
"text": "well",
"confidence": 0.9708330184221268,
"end": 882450,
"start": 882230
},
{
"text": "in",
"confidence": 0.8182612061500549,
"end": 882570,
"start": 882410
},
{
"text": "this",
"confidence": 0.9403711259365082,
"end": 882690,
"start": 882550
},
{
"text": "game",
"confidence": 0.9562099985778332,
"end": 883630,
"start": 883250
},
{
"text": "or",
"confidence": 0.8519295930862427,
"end": 883750,
"start": 883590
},
{
"text": "people",
"confidence": 0.8503354310989379,
"end": 884110,
"start": 883750
},
{
"text": "who",
"confidence": 0.9017945408821106,
"end": 884270,
"start": 884110
},
{
"text": "really",
"confidence": 0.8732210993766785,
"end": 885130,
"start": 884250
},
{
"text": "don't",
"confidence": 0.8409184217453003,
"end": 885390,
"start": 885150
},
{
"text": "use",
"confidence": 0.8970830837885538,
"end": 885550,
"start": 885370
},
{
"text": "[...]",
"confidence": 0.5722893675168356,
"end": 885630,
"start": 885510
},
{
"text": "That",
"confidence": 0.9170671552419662,
"end": 886130,
"start": 885990
},
{
"text": "much.",
"confidence": 0.9157897659710476,
"end": 886330,
"start": 886130
},
{
"text": "What",
"confidence": 0.9153374211112065,
"end": 887730,
"start": 886330
},
{
"text": "that",
"confidence": 0.9454900771379471,
"end": 887850,
"start": 887710
},
{
"text": "says",
"confidence": 0.8615943959781102,
"end": 888070,
"start": 887870
},
{
"text": "about",
"confidence": 0.8886900424957276,
"end": 888350,
"start": 888090
},
{
"text": "fm",
"confidence": 0.8964980037316032,
"end": 889030,
"start": 888510
},
{
"text": "packages.",
"confidence": 0.8973248153924942,
"end": 889310,
"start": 889010
},
{
"text": "Alright.",
"confidence": 0.8434233204884962,
"end": 890350,
"start": 889850
},
{
"text": "Here",
"confidence": 0.8682662844657898,
"end": 890510,
"start": 890310
},
{
"text": "are",
"confidence": 0.7457324181284223,
"end": 890670,
"start": 890470
},
{
"text": "the",
"confidence": 0.9215688705444336,
"end": 890870,
"start": 890650
},
{
"text": "names",
"confidence": 0.9259123802185059,
"end": 891110,
"start": 890850
},
{
"text": "and",
"confidence": 0.8684924443562826,
"end": 891310,
"start": 891130
},
{
"text": "maybe",
"confidence": 0.8971147974332173,
"end": 891650,
"start": 891290
},
{
"text": "I'll",
"confidence": 0.6749473980494908,
"end": 891810,
"start": 891610
},
{
"text": "send",
"confidence": 0.8011709749698639,
"end": 891950,
"start": 891790
},
{
"text": "the",
"confidence": 0.8083666414022446,
"end": 892070,
"start": 891930
},
{
"text": "team",
"confidence": 0.8678042218089104,
"end": 892270,
"start": 892050
},
{
"text": "here.",
"confidence": 0.9173508541924613,
"end": 892450,
"start": 892250
},
{
"text": "Maybe",
"confidence": 0.8996787294745445,
"end": 892690,
"start": 892470
},
{
"text": "you",
"confidence": 0.6059863045811653,
"end": 892810,
"start": 892670
},
{
"text": "won't.",
"confidence": 0.772390142083168,
"end": 893030,
"start": 892810
},
{
"text": "But",
"confidence": 0.8512417435646057,
"end": 893250,
"start": 893090
},
{
"text": "there",
"confidence": 0.9230104998538369,
"end": 893710,
"start": 893270
},
{
"text": "is",
"confidence": 0.8708011269569397,
"end": 893830,
"start": 893670
},
{
"text": "a",
"confidence": 0.9266911149024963,
"end": 893870,
"start": 893790
},
{
"text": "thing.",
"confidence": 0.8830766479174296,
"end": 894130,
"start": 893890
},
{
"text": "The",
"confidence": 0.8855049676365323,
"end": 895590,
"start": 895350
},
{
"text": "first",
"confidence": 0.8763078914748298,
"end": 895810,
"start": 895570
},
{
"text": "one",
"confidence": 0.9634310177394322,
"end": 896070,
"start": 895870
},
{
"text": "is",
"confidence": 0.984478397802873,
"end": 896490,
"start": 896210
},
{
"text": "ranges.",
"confidence": 0.947547917748675,
"end": 898530,
"start": 896850
},
{
"text": "I",
"confidence": 0.9795631170272827,
"end": 898650,
"start": 898530
},
{
"text": "can",
"confidence": 0.9539549052715302,
"end": 898790,
"start": 898610
},
{
"text": "spell",
"confidence": 0.8847532987594604,
"end": 899070,
"start": 898810
},
{
"text": "that",
"confidence": 0.9345277190208435,
"end": 899190,
"start": 899030
},
{
"text": "if",
"confidence": 0.82590351998806,
"end": 899310,
"start": 899170
},
{
"text": "you",
"confidence": 0.8494089990854263,
"end": 899430,
"start": 899290
},
{
"text": "like",
"confidence": 0.9097747107346853,
"end": 899630,
"start": 899450
},
{
"text": "to",
"confidence": 0.8670172691345215,
"end": 899730,
"start": 899590
},
{
"text": "but",
"confidence": 0.8190428064419673,
"end": 900370,
"start": 900050
},
{
"text": "aniston",
"confidence": 0.9028818045483261,
"end": 902950,
"start": 900450
},
{
"text": "s",
"confidence": 0.9879027139395475,
"end": 903750,
"start": 903050
},
{
"text": "scrim",
"confidence": 0.9657130773003036,
"end": 905250,
"start": 903710
},
{
"text": "and",
"confidence": 0.897222250699997,
"end": 905410,
"start": 905270
},
{
"text": "the",
"confidence": 0.9652137458324432,
"end": 905570,
"start": 905430
},
{
"text": "third",
"confidence": 0.9004536867141724,
"end": 905850,
"start": 905550
},
{
"text": "one",
"confidence": 0.9601554870605469,
"end": 906010,
"start": 905850
},
{
"text": "is",
"confidence": 0.9834462165832519,
"end": 906270,
"start": 906010
},
{
"text": "larry.",
"confidence": 0.9260777015435068,
"end": 906930,
"start": 906490
},
{
"text": "So",
"confidence": 0.9713799086484042,
"end": 908030,
"start": 907750
},
{
"text": "ranges",
"confidence": 0.9145058213095916,
"end": 908890,
"start": 908070
},
{
"text": "scrim",
"confidence": 0.8703763369056914,
"end": 909270,
"start": 908850
},
{
"text": "and",
"confidence": 0.8355140388011932,
"end": 909410,
"start": 909270
},
{
"text": "lay",
"confidence": 0.9491017934603568,
"end": 910330,
"start": 909490
},
{
"text": "me",
"confidence": 0.7139205402798123,
"end": 910870,
"start": 910630
},
{
"text": "to",
"confidence": 0.7679185143538884,
"end": 911050,
"start": 910850
},
{
"text": "sell",
"confidence": 0.7426948679818047,
"end": 911250,
"start": 911010
},
{
"text": "in",
"confidence": 0.6456864873568217,
"end": 911350,
"start": 911230
},
{
"text": "those",
"confidence": 0.9167827301555209,
"end": 911650,
"start": 911410
},
{
"text": "or",
"confidence": 0.9005728463331858,
"end": 911810,
"start": 911630
},
{
"text": "repeat",
"confidence": 0.9201382239659627,
"end": 912230,
"start": 911870
},
{
"text": "them.",
"confidence": 0.9267285664876302,
"end": 912390,
"start": 912210
},
{
"text": "No,",
"confidence": 0.9612074962684086,
"end": 913910,
"start": 912730
},
{
"text": "I'm",
"confidence": 0.8394018888473511,
"end": 914690,
"start": 914530
},
{
"text": "going",
"confidence": 0.6999109387397766,
"end": 914830,
"start": 914650
},
{
"text": "[...]",
"confidence": 0.5330420732498169,
"end": 914890,
"start": 914790
},
{
"text": "get",
"confidence": 0.7953174471855163,
"end": 915030,
"start": 914870
},
{
"text": "the",
"confidence": 0.8706906693322318,
"end": 915330,
"start": 914990
},
{
"text": "first",
"confidence": 0.8090398252010346,
"end": 915630,
"start": 915370
},
{
"text": "and",
"confidence": 0.8759611129760743,
"end": 915970,
"start": 915710
},
{
"text": "second",
"confidence": 0.9290826549896827,
"end": 916270,
"start": 915950
},
{
"text": "or",
"confidence": 0.8906595025743756,
"end": 916530,
"start": 916330
},
{
"text": "real",
"confidence": 0.8950903481907315,
"end": 916750,
"start": 916510
},
{
"text": "job",
"confidence": 0.7091013533728463,
"end": 916950,
"start": 916750
},
{
"text": "calibers.",
"confidence": 0.783627090545801,
"end": 917650,
"start": 917070
},
{
"text": "So",
"confidence": 0.913214035936304,
"end": 918890,
"start": 918090
},
{
"text": "you",
"confidence": 0.8674520403146744,
"end": 918990,
"start": 918850
},
{
"text": "think",
"confidence": 0.8800139427185059,
"end": 919290,
"start": 919070
},
{
"text": "cranes",
"confidence": 0.7289538518948988,
"end": 919590,
"start": 919310
},
{
"text": "real",
"confidence": 0.8416696164918982,
"end": 920370,
"start": 919850
},
{
"text": "and",
"confidence": 0.897056085722787,
"end": 920690,
"start": 920490
},
{
"text": "scrimp",
"confidence": 0.8778627444716061,
"end": 921290,
"start": 920890
},
{
"text": "israel.",
"confidence": 0.880682835453435,
"end": 921730,
"start": 921290
},
{
"text": "But",
"confidence": 0.9243155618508657,
"end": 922250,
"start": 922070
},
{
"text": "larry",
"confidence": 0.8853713124990463,
"end": 922690,
"start": 922310
},
{
"text": "is",
"confidence": 0.9566165447235108,
"end": 922850,
"start": 922690
},
{
"text": "not.",
"confidence": 0.8476284623146058,
"end": 923030,
"start": 922870
},
{
"text": "Let's",
"confidence": 0.7920088930563494,
"end": 923640,
"start": 923360
},
{
"text": "go",
"confidence": 0.9134337107340494,
"end": 923780,
"start": 923660
},
{
"text": "with",
"confidence": 0.9107217618397304,
"end": 923980,
"start": 923780
},
{
"text": "that.",
"confidence": 0.9112260222434998,
"end": 924120,
"start": 923960
},
{
"text": "Okay.",
"confidence": 0.9289296935586369,
"end": 924870,
"start": 924470
},
{
"text": "Sorry,",
"confidence": 0.8490043617784977,
"end": 925270,
"start": 924890
},
{
"text": "jeremy.",
"confidence": 0.7644263299611899,
"end": 925650,
"start": 925330
},
{
"text": "Once",
"confidence": 0.8714509208997091,
"end": 925850,
"start": 925670
},
{
"text": "again,",
"confidence": 0.8478151030010648,
"end": 926090,
"start": 925850
},
{
"text": "you",
"confidence": 0.7374209642410279,
"end": 926230,
"start": 926070
},
{
"text": "do",
"confidence": 0.7857845723628998,
"end": 926330,
"start": 926190
},
{
"text": "not",
"confidence": 0.7019945085048676,
"end": 926490,
"start": 926330
},
{
"text": "win.",
"confidence": 0.683803915977478,
"end": 926670,
"start": 926530
},
{
"text": "Ranges",
"confidence": 0.9159344390034676,
"end": 928150,
"start": 927290
},
{
"text": "is",
"confidence": 0.9892179250717164,
"end": 928530,
"start": 928270
},
{
"text": "not",
"confidence": 0.9037994891405106,
"end": 929390,
"start": 929170
},
{
"text": "a",
"confidence": 0.9792875349521637,
"end": 929730,
"start": 929590
},
{
"text": "real",
"confidence": 0.8376163906521268,
"end": 930270,
"start": 930030
},
{
"text": "job",
"confidence": 0.7092429647843043,
"end": 930470,
"start": 930290
},
{
"text": "[...]",
"confidence": 0.5940417008740562,
"end": 930690,
"start": 930490
},
{
"text": "labor",
"confidence": 0.6768597339590391,
"end": 930990,
"start": 930690
},
{
"text": "than",
"confidence": 0.631831978048597,
"end": 931710,
"start": 931230
},
{
"text": "in",
"confidence": 0.8010452191034952,
"end": 931950,
"start": 931830
},
{
"text": "the",
"confidence": 0.9095858037471771,
"end": 932070,
"start": 931930
},
{
"text": "scrim",
"confidence": 0.8988199830055237,
"end": 933730,
"start": 933310
},
{
"text": "is",
"confidence": 0.9859274327754974,
"end": 933910,
"start": 933730
},
{
"text": "it's",
"confidence": 0.8915135463078817,
"end": 934370,
"start": 934130
},
{
"text": "a",
"confidence": 0.9785512089729309,
"end": 934490,
"start": 934330
},
{
"text": "scripting",
"confidence": 0.906564786320641,
"end": 935190,
"start": 934710
},
{
"text": "simple.",
"confidence": 0.9245687037706375,
"end": 935770,
"start": 935310
},
{
"text": "Cool.",
"confidence": 0.8062784746289253,
"end": 936130,
"start": 935910
},
{
"text": "And",
"confidence": 0.9818712055683136,
"end": 937270,
"start": 936410
},
{
"text": "larry",
"confidence": 0.8191554645697275,
"end": 937570,
"start": 937270
},
{
"text": "is",
"confidence": 0.7890820950269699,
"end": 937690,
"start": 937550
},
{
"text": "also",
"confidence": 0.9674096047878266,
"end": 937930,
"start": 937670
},
{
"text": "real.",
"confidence": 0.7682075690139424,
"end": 938190,
"start": 937910
},
{
"text": "It's",
"confidence": 0.8036554540906634,
"end": 938390,
"start": 938190
},
{
"text": "a",
"confidence": 0.8069611390431722,
"end": 938470,
"start": 938350
},
{
"text": "packaging",
"confidence": 0.9521187856083825,
"end": 939170,
"start": 938690
},
{
"text": "too.",
"confidence": 0.8448283246585301,
"end": 939390,
"start": 939190
},
{
"text": "There",
"confidence": 0.6858399994671345,
"end": 940070,
"start": 939850
},
{
"text": "you",
"confidence": 0.7976172566413879,
"end": 940210,
"start": 940050
},
{
"text": "go.",
"confidence": 0.7874199350674947,
"end": 940310,
"start": 940190
},
{
"text": "Francis",
"confidence": 0.7668999400403764,
"end": 941090,
"start": 940670
},
{
"text": "is",
"confidence": 0.6406010389328003,
"end": 941270,
"start": 941110
},
{
"text": "still",
"confidence": 0.8833158016204834,
"end": 941450,
"start": 941230
},
{
"text": "available",
"confidence": 0.8317600768059492,
"end": 941790,
"start": 941410
},
{
"text": "if",
"confidence": 0.819774329662323,
"end": 941890,
"start": 941770
},
{
"text": "you",
"confidence": 0.7630636245012283,
"end": 941990,
"start": 941850
},
{
"text": "want",
"confidence": 0.8535138914982477,
"end": 942130,
"start": 941950
},
{
"text": "to",
"confidence": 0.8310520450274149,
"end": 942210,
"start": 942090
},
{
"text": "write",
"confidence": 0.8056752483050028,
"end": 942430,
"start": 942190
},
{
"text": "a",
"confidence": 0.7600213661789894,
"end": 942570,
"start": 942430
},
{
"text": "blog,",
"confidence": 0.6621467381715774,
"end": 943290,
"start": 942630
},
{
"text": "a",
"confidence": 0.7533330619335175,
"end": 944510,
"start": 944170
},
{
"text": "good",
"confidence": 0.9041106104850769,
"end": 944690,
"start": 944490
},
{
"text": "name",
"confidence": 0.8418918699026108,
"end": 944850,
"start": 944670
},
{
"text": "for",
"confidence": 0.920124101638794,
"end": 945010,
"start": 944850
},
{
"text": "[...]",
"confidence": 0.4890499785542488,
"end": 945130,
"start": 944990
},
{
"text": "to",
"confidence": 0.8416297634442648,
"end": 945210,
"start": 945090
},
{
"text": "use.",
"confidence": 0.785876955304827,
"end": 945410,
"start": 945210
},
{
"text": "If",
"confidence": 0.8766580939292907,
"end": 946110,
"start": 945950
},
{
"text": "you",
"confidence": 0.9578561037778854,
"end": 946250,
"start": 946110
},
{
"text": "have",
"confidence": 0.927391787370046,
"end": 946510,
"start": 946210
},
{
"text": "any",
"confidence": 0.8870278224349022,
"end": 946710,
"start": 946490
},
{
"text": "suggestions",
"confidence": 0.9326743768020109,
"end": 947210,
"start": 946710
},
{
"text": "for",
"confidence": 0.9020240240626864,
"end": 947470,
"start": 947230
},
{
"text": "sounding",
"confidence": 0.8749380920614515,
"end": 948110,
"start": 947490
},
{
"text": "job",
"confidence": 0.8733771358217511,
"end": 948370,
"start": 948170
},
{
"text": "script",
"confidence": 0.8234762115912004,
"end": 948670,
"start": 948390
},
{
"text": "libraries",
"confidence": 0.8055804575744429,
"end": 949090,
"start": 948650
},
{
"text": "real",
"confidence": 0.8346348139974806,
"end": 949390,
"start": 949150
},
{
"text": "or",
"confidence": 0.7881788015365601,
"end": 949570,
"start": 949390
},
{
"text": "fake,",
"confidence": 0.9482406377792358,
"end": 949770,
"start": 949530
},
{
"text": "please",
"confidence": 0.8239140331745147,
"end": 950130,
"start": 949870
},
{
"text": "go",
"confidence": 0.9175860087076823,
"end": 950270,
"start": 950150
},
{
"text": "to",
"confidence": 0.7609657049179077,
"end": 950390,
"start": 950230
},
{
"text": "cross",
"confidence": 0.8920424699783325,
"end": 950630,
"start": 950370
},
{
"text": "cutting",
"confidence": 0.8013022487813776,
"end": 950910,
"start": 950630
},
{
"text": "concerns.",
"confidence": 0.9379751506973716,
"end": 951290,
"start": 950890
},
{
"text": "Com",
"confidence": 0.8638271941588476,
"end": 951950,
"start": 951370
},
{
"text": "last",
"confidence": 0.8493031710386276,
"end": 952250,
"start": 951950
},
{
"text": "contact",
"confidence": 0.9681210219860077,
"end": 952650,
"start": 952230
},
{
"text": "and",
"confidence": 0.7922166436910629,
"end": 953440,
"start": 953300
},
{
"text": "I",
"confidence": 0.841745913028717,
"end": 953480,
"start": 953400
},
{
"text": "just",
"confidence": 0.8703909516334534,
"end": 953720,
"start": 953540
},
{
"text": "might",
"confidence": 0.910257705620357,
"end": 953900,
"start": 953700
},
{
"text": "use",
"confidence": 0.9031947255134583,
"end": 954060,
"start": 953860
},
{
"text": "in",
"confidence": 0.6577115754286448,
"end": 954140,
"start": 954020
},
{
"text": "the",
"confidence": 0.7887568473815918,
"end": 954320,
"start": 954100
},
{
"text": "next",
"confidence": 0.8867962062358856,
"end": 954460,
"start": 954280
},
{
"text": "episode.",
"confidence": 0.8346000926362144,
"end": 954860,
"start": 954440
},
{
"text": "So",
"confidence": 0.9876523315906525,
"end": 955920,
"start": 955820
},
{
"text": "sorry",
"confidence": 0.9272870947332943,
"end": 956380,
"start": 955980
},
{
"text": "didn't",
"confidence": 0.7561359513889659,
"end": 956640,
"start": 956360
},
{
"text": "work",
"confidence": 0.8638093113899231,
"end": 956780,
"start": 956620
},
{
"text": "out",
"confidence": 0.8496173620223999,
"end": 956920,
"start": 956740
},
{
"text": "for",
"confidence": 0.8791558047135671,
"end": 957060,
"start": 956880
},
{
"text": "a",
"confidence": 0.8453815579414368,
"end": 957100,
"start": 957020
},
{
"text": "germany.",
"confidence": 0.7947917367730822,
"end": 957480,
"start": 957140
},
{
"text": "Thank",
"confidence": 0.8632251504394743,
"end": 958130,
"start": 957710
},
{
"text": "you",
"confidence": 0.8632388949394226,
"end": 958250,
"start": 958090
},
{
"text": "for",
"confidence": 0.8404170572757721,
"end": 958410,
"start": 958230
},
{
"text": "playing.",
"confidence": 0.8622549672921499,
"end": 958710,
"start": 958410
},
{
"text": "Are",
"confidence": 0.9603379120429357,
"end": 959490,
"start": 958710
},
{
"text": "there",
"confidence": 0.8517073137419564,
"end": 959670,
"start": 959470
},
{
"text": "any",
"confidence": 0.8390270905061201,
"end": 959910,
"start": 959630
},
{
"text": "resources",
"confidence": 0.9389599299430847,
"end": 960470,
"start": 959910
},
{
"text": "you",
"confidence": 0.7950312793254852,
"end": 960670,
"start": 960530
},
{
"text": "recommend",
"confidence": 0.9093254577545893,
"end": 961130,
"start": 960650
},
{
"text": "for",
"confidence": 0.8963381548722585,
"end": 961310,
"start": 961130
},
{
"text": "listeners",
"confidence": 0.8184572651982307,
"end": 961730,
"start": 961270
},
{
"text": "[...]",
"confidence": 0.5932339072227478,
"end": 961850,
"start": 961690
},
{
"text": "want",
"confidence": 0.8055771112442016,
"end": 961990,
"start": 961830
},
{
"text": "to",
"confidence": 0.7455288767814636,
"end": 962070,
"start": 961950
},
{
"text": "learn",
"confidence": 0.9295560036386762,
"end": 962250,
"start": 962050
},
{
"text": "more",
"confidence": 0.9167969897389412,
"end": 962490,
"start": 962270
},
{
"text": "about",
"confidence": 0.8393046855926514,
"end": 962810,
"start": 962490
},
{
"text": "c",
"confidence": 0.9091201120366653,
"end": 963910,
"start": 962890
},
{
"text": "or",
"confidence": 0.9732676914760044,
"end": 964130,
"start": 963930
},
{
"text": "lamar",
"confidence": 0.8792465986876652,
"end": 964970,
"start": 964330
},
{
"text": "or",
"confidence": 0.9345348715782166,
"end": 965130,
"start": 964970
},
{
"text": "dependency",
"confidence": 0.891321212053299,
"end": 965610,
"start": 965150
},
{
"text": "inversion",
"confidence": 0.8160868005620109,
"end": 966030,
"start": 965610
},
{
"text": "in",
"confidence": 0.7877224236726761,
"end": 966150,
"start": 966010
},
{
"text": "general",
"confidence": 0.8796867898532322,
"end": 966470,
"start": 966130
},
{
"text": "from",
"confidence": 0.7319047093391419,
"end": 967310,
"start": 967150
},
{
"text": "the",
"confidence": 0.6920943856239319,
"end": 967450,
"start": 967330
},
{
"text": "mark,",
"confidence": 0.9058306396007538,
"end": 968270,
"start": 967410
},
{
"text": "you",
"confidence": 0.9481913447380066,
"end": 968370,
"start": 968250
},
{
"text": "can",
"confidence": 0.6329866945743561,
"end": 968550,
"start": 968350
},
{
"text": "find",
"confidence": 0.940401295820872,
"end": 968710,
"start": 968530
},
{
"text": "quite",
"confidence": 0.6890604916740867,
"end": 969090,
"start": 968690
},
{
"text": "documentation",
"confidence": 0.8666113156538743,
"end": 970030,
"start": 969190
},
{
"text": "just",
"confidence": 0.9263608073576902,
"end": 970890,
"start": 970050
},
{
"text": "for",
"confidence": 0.9336402177810669,
"end": 971030,
"start": 970870
},
{
"text": "effect",
"confidence": 0.8995180978224828,
"end": 971590,
"start": 971010
},
{
"text": "that",
"confidence": 0.7943330009778341,
"end": 971750,
"start": 971570
},
{
"text": "can",
"confidence": 0.7445213943719864,
"end": 972150,
"start": 971890
},
{
"text": "have",
"confidence": 0.8229066555698713,
"end": 972430,
"start": 972130
},
{
"text": "the",
"confidence": 0.8969641261630588,
"end": 972650,
"start": 972410
},
{
"text": "io",
"confidence": 0.980744061867396,
"end": 973330,
"start": 972670
},
{
"text": "ashlar.",
"confidence": 0.9019319006512242,
"end": 974710,
"start": 973410
},
{
"text": "You'll",
"confidence": 0.8845717310905457,
"end": 974950,
"start": 974670
},
{
"text": "see",
"confidence": 0.9519108533859253,
"end": 975090,
"start": 974910
},
{
"text": "on",
"confidence": 0.9640438003199441,
"end": 975690,
"start": 975070
},
{
"text": "the",
"confidence": 0.7369988679885864,
"end": 975850,
"start": 975690
},
{
"text": "home",
"confidence": 0.835866371790568,
"end": 976150,
"start": 975910
},
{
"text": "page.",
"confidence": 0.9346821849996393,
"end": 976470,
"start": 976190
},
{
"text": "You",
"confidence": 0.9139246344566345,
"end": 976690,
"start": 976470
},
{
"text": "see",
"confidence": 0.8195710182189941,
"end": 976950,
"start": 976650
},
{
"text": "it",
"confidence": 0.8107759952545166,
"end": 977050,
"start": 976910
},
{
"text": "actually",
"confidence": 0.8545941186673713,
"end": 977750,
"start": 977030
},
{
"text": "you",
"confidence": 0.7317103544871012,
"end": 977850,
"start": 977730
},
{
"text": "see",
"confidence": 0.8849018116792043,
"end": 978110,
"start": 977930
},
{
"text": "a",
"confidence": 0.8383100628852844,
"end": 978270,
"start": 978130
},
{
"text": "street",
"confidence": 0.7775528485124762,
"end": 978590,
"start": 978310
},
{
"text": "time",
"confidence": 0.9521943264537387,
"end": 978870,
"start": 978630
},
{
"text": "from",
"confidence": 0.8400428771972657,
"end": 979270,
"start": 979010
},
{
"text": "marin",
"confidence": 0.9298394858082638,
"end": 981010,
"start": 979370
},
{
"text": "auto",
"confidence": 0.9270432039005,
"end": 981910,
"start": 981030
},
{
"text": "turns",
"confidence": 0.8888500332832336,
"end": 982150,
"start": 981890
},
{
"text": "out",
"confidence": 0.91665461233684,
"end": 982350,
"start": 982150
},
{
"text": "that",
"confidence": 0.7971696332097054,
"end": 982530,
"start": 982310
},
{
"text": "almost",
"confidence": 0.9526429831981659,
"end": 983460,
"start": 983000
},
{
"text": "everything",
"confidence": 0.9450153518806804,
"end": 984360,
"start": 983420
},
{
"text": "I",
"confidence": 0.99405837059021,
"end": 984500,
"start": 984340
},
{
"text": "knew",
"confidence": 0.7379358947277069,
"end": 984820,
"start": 984560
},
{
"text": "I",
"confidence": 0.7205616732438406,
"end": 985000,
"start": 984820
},
{
"text": "called",
"confidence": 0.8359725421125238,
"end": 985400,
"start": 985120
},
{
"text": "omar",
"confidence": 0.8530947957187891,
"end": 985780,
"start": 985400
},
{
"text": "is",
"confidence": 0.95155348777771,
"end": 986040,
"start": 985780
},
{
"text": "named",
"confidence": 0.8508253494898478,
"end": 986640,
"start": 986400
},
{
"text": "after.",
"confidence": 0.8397733189842918,
"end": 986880,
"start": 986600
},
{
"text": "I'll",
"confidence": 0.7875508340922269,
"end": 988120,
"start": 987620
},
{
"text": "[...]",
"confidence": 0.5981368385255337,
"end": 988320,
"start": 988100
},
{
"text": "the",
"confidence": 0.6104079683621725,
"end": 988420,
"start": 988300
},
{
"text": "name",
"confidence": 0.8918376564979553,
"end": 988580,
"start": 988400
},
{
"text": "mary",
"confidence": 0.8014238315323988,
"end": 989100,
"start": 988560
},
{
"text": "mark",
"confidence": 0.8518997260502407,
"end": 990500,
"start": 990020
},
{
"text": "that",
"confidence": 0.733442735671997,
"end": 990640,
"start": 990480
},
{
"text": "was",
"confidence": 0.9237751960754395,
"end": 990840,
"start": 990660
},
{
"text": "a",
"confidence": 0.8288904130458832,
"end": 991000,
"start": 990860
},
{
"text": "hero",
"confidence": 0.8647040963172913,
"end": 991420,
"start": 991060
},
{
"text": "of",
"confidence": 0.7019984722137451,
"end": 991540,
"start": 991420
},
{
"text": "the",
"confidence": 0.8229869544506073,
"end": 991680,
"start": 991520
},
{
"text": "texas",
"confidence": 0.8435333420832952,
"end": 991960,
"start": 991660
},
{
"text": "revolution",
"confidence": 0.7930244136424291,
"end": 992440,
"start": 991960
},
{
"text": "or",
"confidence": 0.7831128001213074,
"end": 992820,
"start": 992660
},
{
"text": "could",
"confidence": 0.9184915189649544,
"end": 995440,
"start": 993340
},
{
"text": "actually",
"confidence": 0.8621794171631336,
"end": 995940,
"start": 995560
},
{
"text": "kill",
"confidence": 0.9242939442396164,
"end": 996700,
"start": 996240
},
{
"text": "and",
"confidence": 0.9361104170481364,
"end": 996900,
"start": 996720
},
{
"text": "google",
"confidence": 0.8299074081274179,
"end": 997380,
"start": 997060
},
{
"text": "mark",
"confidence": 0.8578479256894853,
"end": 997980,
"start": 997560
},
{
"text": "sollars",
"confidence": 0.7865528605486217,
"end": 998400,
"start": 997960
},
{
"text": "original",
"confidence": 0.8175649419426918,
"end": 998960,
"start": 998420
},
{
"text": "paper",
"confidence": 0.9222240768946134,
"end": 999420,
"start": 999100
},
{
"text": "on",
"confidence": 0.9702833741903305,
"end": 999720,
"start": 999500
},
{
"text": "inversion",
"confidence": 0.83491640715372,
"end": 1000200,
"start": 999720
},
{
"text": "of",
"confidence": 0.8911909461021423,
"end": 1000300,
"start": 1000180
},
{
"text": "control",
"confidence": 0.922665043009652,
"end": 1000740,
"start": 1000320
},
{
"text": "fifteen",
"confidence": 0.9062173082714989,
"end": 1001570,
"start": 1001090
},
{
"text": "years",
"confidence": 0.9379109872712029,
"end": 1001790,
"start": 1001550
},
{
"text": "later.",
"confidence": 0.9385762001786914,
"end": 1002170,
"start": 1001830
},
{
"text": "I",
"confidence": 0.9904046058654785,
"end": 1002210,
"start": 1002130
},
{
"text": "think",
"confidence": 0.8020707735648522,
"end": 1002510,
"start": 1002190
},
{
"text": "that's",
"confidence": 0.8317096918821335,
"end": 1002750,
"start": 1002490
},
{
"text": "still",
"confidence": 0.8940154790878296,
"end": 1003090,
"start": 1002830
},
{
"text": "what",
"confidence": 0.7997891902923584,
"end": 1003270,
"start": 1003110
},
{
"text": "I",
"confidence": 0.8747995893160502,
"end": 1003370,
"start": 1003250
},
{
"text": "recommend.",
"confidence": 0.8721871690617667,
"end": 1003850,
"start": 1003430
},
{
"text": "Is",
"confidence": 0.9402063621415032,
"end": 1004070,
"start": 1003830
},
{
"text": "there",
"confidence": 0.9161204525402614,
"end": 1004250,
"start": 1004050
},
{
"text": "anything",
"confidence": 0.8987810107377859,
"end": 1004530,
"start": 1004210
},
{
"text": "else",
"confidence": 0.8509615138173103,
"end": 1004710,
"start": 1004490
},
{
"text": "you'd",
"confidence": 0.7573452293872833,
"end": 1004910,
"start": 1004670
},
{
"text": "like",
"confidence": 0.8375095248222351,
"end": 1005030,
"start": 1004870
},
{
"text": "to",
"confidence": 0.9465232491493225,
"end": 1005130,
"start": 1005010
},
{
"text": "promote",
"confidence": 0.9346367120742798,
"end": 1005530,
"start": 1005110
},
{
"text": "as",
"confidence": 0.8792286038398742,
"end": 1005670,
"start": 1005510
},
{
"text": "a",
"confidence": 0.7384016662836075,
"end": 1005790,
"start": 1005650
},
{
"text": "wrap",
"confidence": 0.7727070616351234,
"end": 1006010,
"start": 1005770
},
{
"text": "up",
"confidence": 0.7443295419216156,
"end": 1006130,
"start": 1005990
},
{
"text": "the",
"confidence": 0.8721375942230225,
"end": 1006270,
"start": 1006110
},
{
"text": "show",
"confidence": 0.8678094744682312,
"end": 1006410,
"start": 1006230
},
{
"text": "if",
"confidence": 0.8709417680899302,
"end": 1006830,
"start": 1006650
},
{
"text": "you",
"confidence": 0.8617608398199081,
"end": 1006990,
"start": 1006850
},
{
"text": "are",
"confidence": 0.910808190703392,
"end": 1007270,
"start": 1007050
},
{
"text": "using",
"confidence": 0.9417225633348737,
"end": 1007610,
"start": 1007270
},
{
"text": "and",
"confidence": 0.7114431336522102,
"end": 1008110,
"start": 1007570
},
{
"text": "you",
"confidence": 0.7863327662150065,
"end": 1008210,
"start": 1008090
},
{
"text": "want",
"confidence": 0.668912535905838,
"end": 1008390,
"start": 1008230
},
{
"text": "[...]",
"confidence": 0.5279657691717148,
"end": 1008470,
"start": 1008370
},
{
"text": "little",
"confidence": 0.8066861927509308,
"end": 1008710,
"start": 1008450
},
{
"text": "bit",
"confidence": 0.7232277492682139,
"end": 1008810,
"start": 1008690
},
{
"text": "of",
"confidence": 0.7569194287061691,
"end": 1008910,
"start": 1008770
},
{
"text": "help,",
"confidence": 0.902907520532608,
"end": 1009110,
"start": 1008890
},
{
"text": "you",
"confidence": 0.8686781028906504,
"end": 1009430,
"start": 1009130
},
{
"text": "can",
"confidence": 0.6557036489248276,
"end": 1009570,
"start": 1009430
},
{
"text": "find",
"confidence": 0.9652940556406975,
"end": 1009830,
"start": 1009610
},
{
"text": "[...]",
"confidence": 0.5567264914512634,
"end": 1009970,
"start": 1009810
},
{
"text": "home",
"confidence": 0.9093704564230782,
"end": 1010150,
"start": 1009950
},
{
"text": "page",
"confidence": 0.9476833807097541,
"end": 1010410,
"start": 1010170
},
{
"text": "link",
"confidence": 0.7234051711857319,
"end": 1010910,
"start": 1010690
},
{
"text": "to",
"confidence": 0.7834185212850571,
"end": 1011070,
"start": 1010930
},
{
"text": "the",
"confidence": 0.7607383032639822,
"end": 1011270,
"start": 1011090
},
{
"text": "get",
"confidence": 0.8296587705612183,
"end": 1011390,
"start": 1011230
},
{
"text": "a",
"confidence": 0.7625774343808492,
"end": 1011510,
"start": 1011390
},
{
"text": "room",
"confidence": 0.83479093760252,
"end": 1011690,
"start": 1011470
},
{
"text": "that's",
"confidence": 0.8597091668181949,
"end": 1012410,
"start": 1011990
},
{
"text": "always",
"confidence": 0.8919121393790612,
"end": 1012710,
"start": 1012390
},
{
"text": "the",
"confidence": 0.9805918633937836,
"end": 1012910,
"start": 1012770
},
{
"text": "best",
"confidence": 0.954259196917216,
"end": 1013190,
"start": 1012950
},
{
"text": "place",
"confidence": 0.9118818478150801,
"end": 1013530,
"start": 1013250
},
{
"text": "to",
"confidence": 0.9268311560153961,
"end": 1013810,
"start": 1013670
},
{
"text": "come",
"confidence": 0.897323020866939,
"end": 1014050,
"start": 1013850
},
{
"text": "and",
"confidence": 0.775506317615509,
"end": 1014190,
"start": 1014030
},
{
"text": "come",
"confidence": 0.8176446424590217,
"end": 1014970,
"start": 1014730
},
{
"text": "and",
"confidence": 0.763729527592659,
"end": 1015110,
"start": 1014970
},
{
"text": "ask",
"confidence": 0.9490748698061163,
"end": 1015390,
"start": 1015110
},
{
"text": "questions",
"confidence": 0.9006589561700821,
"end": 1015830,
"start": 1015370
},
{
"text": "or",
"confidence": 0.8450789054234823,
"end": 1016150,
"start": 1015970
},
{
"text": "make",
"confidence": 0.9098518661090306,
"end": 1016370,
"start": 1016170
},
{
"text": "recommendations",
"confidence": 0.9255688224520002,
"end": 1017110,
"start": 1016350
},
{
"text": "on",
"confidence": 0.8588345784407395,
"end": 1017470,
"start": 1017150
},
{
"text": "something",
"confidence": 0.7266170654226752,
"end": 1018370,
"start": 1017630
},
{
"text": "that's",
"confidence": 0.6575528449482388,
"end": 1018590,
"start": 1018350
},
{
"text": "too",
"confidence": 0.8567518677030291,
"end": 1018770,
"start": 1018570
},
{
"text": "hard",
"confidence": 0.7563239534695944,
"end": 1019010,
"start": 1018770
},
{
"text": "to",
"confidence": 0.7658541968890599,
"end": 1019230,
"start": 1019030
},
{
"text": "pill",
"confidence": 0.9381308215005058,
"end": 1019710,
"start": 1019230
},
{
"text": "and",
"confidence": 0.9237689844199589,
"end": 1020070,
"start": 1019730
},
{
"text": "you",
"confidence": 0.948993593454361,
"end": 1020170,
"start": 1020030
},
{
"text": "can",
"confidence": 0.8653200368086497,
"end": 1020350,
"start": 1020170
},
{
"text": "always",
"confidence": 0.7848067798397758,
"end": 1020610,
"start": 1020330
},
{
"text": "find",
"confidence": 0.9061747127109103,
"end": 1020830,
"start": 1020590
},
{
"text": "me",
"confidence": 0.9621911942958832,
"end": 1020950,
"start": 1020810
},
{
"text": "on",
"confidence": 0.8960532375744411,
"end": 1021170,
"start": 1020970
},
{
"text": "twitter,",
"confidence": 0.954298890553988,
"end": 1021530,
"start": 1021210
},
{
"text": "jeremy,",
"confidence": 0.9390201347845571,
"end": 1022830,
"start": 1022230
},
{
"text": "d",
"confidence": 0.8740436814048074,
"end": 1023090,
"start": 1022810
},
{
"text": "miller",
"confidence": 0.8557637095451355,
"end": 1023330,
"start": 1023070
},
{
"text": "my",
"confidence": 0.9964091628789902,
"end": 1024840,
"start": 1024220
},
{
"text": "guest",
"confidence": 0.9390517406993442,
"end": 1025120,
"start": 1024880
},
{
"text": "today",
"confidence": 0.9274751096963882,
"end": 1025400,
"start": 1025100
},
{
"text": "has",
"confidence": 0.9469677011171976,
"end": 1025620,
"start": 1025380
},
{
"text": "been",
"confidence": 0.9204463437199593,
"end": 1025860,
"start": 1025640
},
{
"text": "jeremy",
"confidence": 0.9394958943128586,
"end": 1026300,
"start": 1025840
},
{
"text": "miller.",
"confidence": 0.8880620797475179,
"end": 1026600,
"start": 1026300
},
{
"text": "Thanks",
"confidence": 0.9704369832487667,
"end": 1027040,
"start": 1026640
},
{
"text": "for",
"confidence": 0.758153056104978,
"end": 1027180,
"start": 1027000
},
{
"text": "being",
"confidence": 0.935392327606678,
"end": 1027380,
"start": 1027160
},
{
"text": "on",
"confidence": 0.7677746017773946,
"end": 1027480,
"start": 1027360
},
{
"text": "show.",
"confidence": 0.8538716104295518,
"end": 1027700,
"start": 1027460
},
{
"text": "Thanks",
"confidence": 0.781954251229763,
"end": 1028080,
"start": 1027860
},
{
"text": "randy",
"confidence": 0.6775474560757478,
"end": 1028580,
"start": 1028040
},
{
"text": "mather",
"confidence": 0.8294369535786765,
"end": 1028880,
"start": 1028540
},
{
"text": "this",
"confidence": 0.8959192156791687,
"end": 1035500,
"start": 1035340
},
{
"text": "spend",
"confidence": 0.746736466884613,
"end": 1035820,
"start": 1035460
},
{
"text": "the",
"confidence": 0.6153922279675802,
"end": 1035920,
"start": 1035800
},
{
"text": "cross-trade",
"confidence": 0.7203766035182135,
"end": 1036320,
"start": 1035900
},
{
"text": "concerns",
"confidence": 0.8715121873787471,
"end": 1036620,
"start": 1036280
},
{
"text": "pocas",
"confidence": 0.900746633609136,
"end": 1037280,
"start": 1036620
},
{
"text": "produced",
"confidence": 0.9021972239017486,
"end": 1037620,
"start": 1037260
},
{
"text": "and",
"confidence": 0.8589553162455559,
"end": 1037800,
"start": 1037580
},
{
"text": "recorded",
"confidence": 0.8989585883477155,
"end": 1038160,
"start": 1037760
},
{
"text": "by",
"confidence": 0.6985804200172424,
"end": 1038300,
"start": 1038140
},
{
"text": "mangroves",
"confidence": 0.783027918565841,
"end": 1038780,
"start": 1038300
},
{
"text": "two",
"confidence": 0.7829042871793112,
"end": 1038880,
"start": 1038760
},
{
"text": "thousand",
"confidence": 0.709495702615151,
"end": 1039200,
"start": 1038880
},
{
"text": "eighteen",
"confidence": 0.7581017996583667,
"end": 1039520,
"start": 1039180
},
{
"text": "if",
"confidence": 0.7507079068352195,
"end": 1039900,
"start": 1039500
},
{
"text": "[...]",
"confidence": 0.5770581080800011,
"end": 1040760,
"start": 1039860
},
{
"text": "share",
"confidence": 0.6942413101593653,
"end": 1041060,
"start": 1040880
},
{
"text": "[...]",
"confidence": 0.5923930505911509,
"end": 1041160,
"start": 1041040
},
{
"text": "on",
"confidence": 0.8792918920516968,
"end": 1041260,
"start": 1041140
},
{
"text": "social",
"confidence": 0.8958502899516713,
"end": 1041520,
"start": 1041240
},
{
"text": "media",
"confidence": 0.6830986440181732,
"end": 1041740,
"start": 1041500
},
{
"text": "and",
"confidence": 0.8057769320227883,
"end": 1042120,
"start": 1041840
},
{
"text": "leave",
"confidence": 0.6833257973194122,
"end": 1042420,
"start": 1042100
},
{
"text": "view",
"confidence": 0.9260812550783157,
"end": 1042600,
"start": 1042460
},
{
"text": "on",
"confidence": 0.9390746156374613,
"end": 1042800,
"start": 1042680
},
{
"text": "itunes.",
"confidence": 0.855186531941096,
"end": 1043220,
"start": 1042800
},
{
"text": "U",
"confidence": 0.690613642334938,
"end": 1043680,
"start": 1043260
},
{
"text": "or",
"confidence": 0.7939232230186463,
"end": 1044120,
"start": 1043960
},
{
"text": "wherever",
"confidence": 0.8088986426591873,
"end": 1044400,
"start": 1044100
},
{
"text": "[...]",
"confidence": 0.5153314918279648,
"end": 1044520,
"start": 1044380
},
{
"text": "[...]",
"confidence": 0.5580360256135464,
"end": 1044880,
"start": 1044500
},
{
"text": "is",
"confidence": 0.8386360108852386,
"end": 1044980,
"start": 1044880
},
{
"text": "most",
"confidence": 0.7323756453238035,
"end": 1045400,
"start": 1044960
},
{
"text": "for",
"confidence": 0.7586780140797297,
"end": 1045540,
"start": 1045360
},
{
"text": "shoes.",
"confidence": 0.6024975394830108,
"end": 1046220,
"start": 1045520
},
{
"text": "Go",
"confidence": 0.9054974019527435,
"end": 1046300,
"start": 1046200
},
{
"text": "[...]",
"confidence": 0.5405306816101074,
"end": 1046420,
"start": 1046300
},
{
"text": "cos",
"confidence": 0.6289376829351697,
"end": 1046600,
"start": 1046400
},
{
"text": "[...]",
"confidence": 0.49482759833335876,
"end": 1046820,
"start": 1046700
},
{
"text": "concern",
"confidence": 0.8233358584917508,
"end": 1047100,
"start": 1046780
},
{
"text": "to",
"confidence": 0.6979425549507141,
"end": 1047300,
"start": 1047120
},
{
"text": "[...]",
"confidence": 0.5819345315297445,
"end": 1047600,
"start": 1047480
},
{
"text": "recorded",
"confidence": 0.7252064283405032,
"end": 1048480,
"start": 1048140
},
{
"text": "under",
"confidence": 0.6483201161026955,
"end": 1048680,
"start": 1048460
},
{
"text": "the",
"confidence": 0.8380307555198669,
"end": 1048760,
"start": 1048640
},
{
"text": "creative",
"confidence": 0.6064548465338621,
"end": 1049000,
"start": 1048720
},
{
"text": "commons",
"confidence": 0.694414717455705,
"end": 1049280,
"start": 1048980
},
{
"text": "attribution.",
"confidence": 0.7246611371636391,
"end": 1049700,
"start": 1049240
},
{
"text": "[...]",
"confidence": 0.4322350521882375,
"end": 1049840,
"start": 1049660
},
{
"text": "four",
"confidence": 0.7092714905738831,
"end": 1050000,
"start": 1049820
},
{
"text": "point",
"confidence": 0.6072506947176797,
"end": 1050160,
"start": 1049960
},
{
"text": "license",
"confidence": 0.8401232212781906,
"end": 1050600,
"start": 1050300
},
{
"text": "posing",
"confidence": 0.7332073763797158,
"end": 1051020,
"start": 1050580
},
{
"text": "for",
"confidence": 0.6028978377580643,
"end": 1051120,
"start": 1050980
},
{
"text": "the",
"confidence": 0.7802179157733917,
"end": 1051220,
"start": 1051080
},
{
"text": "[...]",
"confidence": 0.5914522270361583,
"end": 1051540,
"start": 1051180
},
{
"text": "was",
"confidence": 0.6843830496072769,
"end": 1051660,
"start": 1051520
},
{
"text": "made",
"confidence": 0.6819713761409124,
"end": 1051800,
"start": 1051620
},
{
"text": "possible.",
"confidence": 0.8596574090994321,
"end": 1052080,
"start": 1051760
},
{
"text": "In",
"confidence": 0.6114985644817352,
"end": 1052220,
"start": 1052060
},
{
"text": "[...]",
"confidence": 0.4272871861855189,
"end": 1052380,
"start": 1052200
},
{
"text": "[...]",
"confidence": 0.5946939140558243,
"end": 1052460,
"start": 1052360
},
{
"text": "[...]",
"confidence": 0.5284541487693787,
"end": 1052600,
"start": 1052440
},
{
"text": "of",
"confidence": 0.6914985378583273,
"end": 1052940,
"start": 1052700
},
{
"text": "this",
"confidence": 0.9395143389701843,
"end": 1053140,
"start": 1053000
},
{
"text": "weeks",
"confidence": 0.8871190249919891,
"end": 1053380,
"start": 1053120
},
{
"text": "podcast",
"confidence": 0.8251555530648482,
"end": 1053800,
"start": 1053360
},
{
"text": "is",
"confidence": 0.838525402545929,
"end": 1053960,
"start": 1053800
},
{
"text": "[...]",
"confidence": 0.592265035957098,
"end": 1054160,
"start": 1053940
},
{
"text": "man,",
"confidence": 0.8419818541942499,
"end": 1055060,
"start": 1054220
},
{
"text": "your",
"confidence": 0.8086110705679114,
"end": 1055440,
"start": 1055160
},
{
"text": "projects",
"confidence": 0.8452972191221574,
"end": 1055840,
"start": 1055440
},
{
"text": "pulloff",
"confidence": 0.7209785230019513,
"end": 1056220,
"start": 1055820
},
{
"text": "and",
"confidence": 0.7417573959662996,
"end": 1056860,
"start": 1056220
},
{
"text": "you",
"confidence": 0.9027884801228842,
"end": 1056940,
"start": 1056820
},
{
"text": "need",
"confidence": 0.8297241628170013,
"end": 1057120,
"start": 1056940
},
{
"text": "[...]",
"confidence": 0.5972384512424469,
"end": 1057220,
"start": 1057100
},
{
"text": "make",
"confidence": 0.616573468727224,
"end": 1057580,
"start": 1057180
},
{
"text": "more",
"confidence": 0.7586837869424087,
"end": 1058020,
"start": 1057700
},
{
"text": "than",
"confidence": 0.7656678238085338,
"end": 1058320,
"start": 1057980
},
{
"text": "a",
"confidence": 0.8968847155570984,
"end": 1058500,
"start": 1058340
},
{
"text": "simple",
"confidence": 0.7520809715444391,
"end": 1058760,
"start": 1058480
},
{
"text": "collaborative",
"confidence": 0.7715594059434431,
"end": 1059540,
"start": 1058900
},
{
"text": "work",
"confidence": 0.8625876307487488,
"end": 1059820,
"start": 1059620
},
{
"text": "management",
"confidence": 0.8715144220520469,
"end": 1060240,
"start": 1059840
},
{
"text": "in",
"confidence": 0.8064767643809319,
"end": 1060360,
"start": 1060220
},
{
"text": "cloud",
"confidence": 0.8028918041123284,
"end": 1060740,
"start": 1060500
},
{
"text": "from",
"confidence": 0.826281763613224,
"end": 1061000,
"start": 1060780
},
{
"text": "a",
"confidence": 0.7200527340173721,
"end": 1061100,
"start": 1060960
},
{
"text": "beautiful",
"confidence": 0.8136540502309799,
"end": 1061400,
"start": 1061060
},
{
"text": "you",
"confidence": 0.6207133680582047,
"end": 1061560,
"start": 1061420
},
{
"text": "learn",
"confidence": 0.7380468655716289,
"end": 1062060,
"start": 1061560
},
{
"text": "more",
"confidence": 0.7342394292354584,
"end": 1062220,
"start": 1062040
},
{
"text": "smart",
"confidence": 0.7551938703185633,
"end": 1062720,
"start": 1062280
},
{
"text": "crosscutting",
"confidence": 0.7208647799712641,
"end": 1064160,
"start": 1063020
},
{
"text": "concerns",
"confidence": 0.7918436114604657,
"end": 1064440,
"start": 1064120
},
{
"text": "was",
"confidence": 0.6061094085375468,
"end": 1065020,
"start": 1064660
},
{
"text": "recorded",
"confidence": 0.7942839662233988,
"end": 1065340,
"start": 1064980
},
{
"text": "and",
"confidence": 0.7634838938713073,
"end": 1065460,
"start": 1065300
},
{
"text": "mixed",
"confidence": 0.6862725019454956,
"end": 1065640,
"start": 1065420
},
{
"text": "with",
"confidence": 0.7180109858512879,
"end": 1065820,
"start": 1065660
},
{
"text": "the",
"confidence": 0.6452517509460449,
"end": 1065900,
"start": 1065780
},
{
"text": "help",
"confidence": 0.7434051871299744,
"end": 1066020,
"start": 1065860
},
{
"text": "[...]",
"confidence": 0.540222778916359,
"end": 1066140,
"start": 1066000
},
{
"text": "a",
"confidence": 0.8171974122524261,
"end": 1066220,
"start": 1066120
},
{
"text": "recorder",
"confidence": 0.7067332923412323,
"end": 1066920,
"start": 1066560
},
{
"text": "and",
"confidence": 0.7902661418473279,
"end": 1067560,
"start": 1066960
},
{
"text": "a",
"confidence": 0.709764152765274,
"end": 1067660,
"start": 1067560
},
{
"text": "date",
"confidence": 0.6992010176181793,
"end": 1067940,
"start": 1067680
},
{
"text": "music",
"confidence": 0.885334865252177,
"end": 1068860,
"start": 1068500
},
{
"text": "is",
"confidence": 0.8240197598934174,
"end": 1068980,
"start": 1068840
},
{
"text": "for",
"confidence": 0.8116093771211033,
"end": 1069620,
"start": 1068980
},
{
"text": "frost.",
"confidence": 0.831267267950182,
"end": 1072960,
"start": 1070440
},
{
"text": "Listen",
"confidence": 0.9048466458916664,
"end": 1073160,
"start": 1072940
},
{
"text": "to",
"confidence": 0.8873152732849121,
"end": 1073280,
"start": 1073140
},
{
"text": "more",
"confidence": 0.708867507321494,
"end": 1073440,
"start": 1073240
},
{
"text": "[...]",
"confidence": 0.5797600249449412,
"end": 1073700,
"start": 1073460
},
{
"text": "music",
"confidence": 0.7267456120914884,
"end": 1073920,
"start": 1073680
},
{
"text": "because",
"confidence": 0.9857225352061723,
"end": 1081960,
"start": 1075220
},
{
"text": "the",
"confidence": 0.8728467345237731,
"end": 1082220,
"start": 1081960
},
{
"text": "one",
"confidence": 0.8358635604381561,
"end": 1082560,
"start": 1082220
},
{
"text": "because",
"confidence": 0.8494766706770117,
"end": 1084040,
"start": 1083540
},
{
"text": "the",
"confidence": 0.7266130477190018,
"end": 1084280,
"start": 1084020
},
{
"text": "case,",
"confidence": 0.848262369632721,
"end": 1086000,
"start": 1085620
},
{
"text": "the",
"confidence": 0.8125012457370758,
"end": 1086240,
"start": 1085980
},
{
"text": "one.",
"confidence": 0.7628582119941711,
"end": 1086540,
"start": 1086240
}
],
"id": 840432,
"confidence": 0.866499671910327,
"created": "2018-09-07 17:59:13.241127",
"segments": [
{
"start": 0,
"confidence": 0.8390161473958446,
"end": 30000,
"text": "This podcast is sponsored by smart sheet. The cloudbased work management platform and best kept secret of more than half the fortune five hundred companies, learn more at smart set. Com plus cross cutting concerns how to have a two every day at about what passing you can lie down how he stores transport reported to setup at a conference and it is cool. We recorded"
},
{
"start": 30000,
"confidence": 0.8092305411000832,
"end": 48180,
"text": "two do like to best explain use as have a street with process theology in loose it macros you are listening to the cross cutting concerns process"
},
{
"start": 48120,
"confidence": 0.858513131014422,
"end": 57960,
"text": "on your host metro. Please visit the site cross cutting concerns. Com or you can subscribe now. Herecontact me read show notes and leave a comment"
},
{
"start": 58020,
"confidence": 0.8118827610522437,
"end": 62550,
"text": "to contact."
},
{
"start": 63000,
"confidence": 0.8513122185364407,
"end": 72420,
"text": "I'm recording this post on july sixteen two thousand eighteen my guest today is the creator of numerous open source projects including structure map,"
},
{
"start": 72420,
"confidence": 0.818986620041519,
"end": 79710,
"text": "martin, jasper and lemar german miller. How are you doing on with harry today? Doing fine. Thanks to be on the show again"
},
{
"start": 79620,
"confidence": 0,
"end": 79980,
"words": [],
"text": ""
},
{
"start": 80160,
"confidence": 0.765254082661094,
"end": 82560,
"text": "that is you container"
},
{
"start": 82620,
"confidence": 0.8686606190153823,
"end": 88770,
"text": "that I use my done projects has long been structure map. It's always been my favorite. I've used it for years and years"
},
{
"start": 88770,
"confidence": 0.8757246633037163,
"end": 104490,
"text": "is lamar the successor to structure an acutely much poster. Some behavioral changes as much as possible. I'm trying to make more good off ram for smathers."
},
{
"start": 104490,
"confidence": 0.8738866797975238,
"end": 109110,
"text": "So I'm trying to support as much of the structure syntax and"
},
{
"start": 109110,
"confidence": 0.9006729011952153,
"end": 115980,
"text": "the behavior that I think is important to try to get such men users a chance to get into more."
},
{
"start": 115920,
"confidence": 0.8641566538752303,
"end": 145920,
"text": "Now that I'm an instruction that was my next question is this man, the structure map is a quote dead retired no longer being actively developed or used. Well, it's definitely being very heavily used today. I had become increasingly worn out, trying to field questions and problems with structure the code. It's a nearly fifteen year old code base with plenty of updates and changes over the years. I"
},
{
"start": 145920,
"confidence": 0.8582273508636228,
"end": 168930,
"text": "like it was time to move to something else. There are too many structural flaws and church mats internals to make large scale and parents will go to more structure ever attempted for donor or is it just one that only science targets neck or app?"
},
{
"start": 168930,
"confidence": 0.8355496088369095,
"end": 198930,
"text": "I may be in a three with some other stuff that lifts up and one point five or just skip all that straight the net core point standard but no supported net or for a couple of years. Now I think structure might have been. The first mainstream is container that I support the new core abstractions to compliance but I'm not present."
},
{
"start": 198930,
"confidence": 0.8623718319178205,
"end": 207330,
"text": "So that is my next question. Is that one core comes with its own dependency injection framework. I container of sorts."
},
{
"start": 207240,
"confidence": 0.8895073090797769,
"end": 212550,
"text": "Why would I need to add in another tool like lamar? So maybe you don't"
},
{
"start": 213030,
"confidence": 0.8886612586684657,
"end": 219750,
"text": "is the harsh answer. So the built in the container is very minimal."
},
{
"start": 219960,
"confidence": 0.9065103702730479,
"end": 226890,
"text": "There's a lot of features. If youre used to structure map or a fact or some of the older more common tools,"
},
{
"start": 226830,
"confidence": 0.8309362516840946,
"end": 233850,
"text": "there's a lot of features like agnostics and type of canning and conventional reset registration that you really miss."
},
{
"start": 233940,
"confidence": 0.9565001080956376,
"end": 236430,
"text": "So I originally tried"
},
{
"start": 236370,
"confidence": 0.8842804871033279,
"end": 241380,
"text": "or actually originates from another os to mine called jasper."
},
{
"start": 241470,
"confidence": 0.8507109667662254,
"end": 247980,
"text": "Just parts of it. What I was originally trying to do with casper is just the built in di container."
},
{
"start": 247890,
"confidence": 0.9119601600608701,
"end": 255480,
"text": "I still found the built in di containers behavior to be just to lacking. There's a lot of niceties"
},
{
"start": 255540,
"confidence": 0.8370948905810488,
"end": 260130,
"text": "that I really missed myself with structure map being able to auto discover,"
},
{
"start": 260190,
"confidence": 0.9027398412775371,
"end": 268440,
"text": "concrete types the conventual registration and absolutely missing. What do I have diagnostics instruction at"
},
{
"start": 268500,
"confidence": 0.9149053570115085,
"end": 272760,
"text": "lemars born from wanting something better"
},
{
"start": 272850,
"confidence": 0.8912869690601789,
"end": 284730,
"text": "to use inside of jasper something it would be much faster than structuremap but bring back some of the functionality that the built in di container did not have."
},
{
"start": 284880,
"confidence": 0.8720435343796475,
"end": 294480,
"text": "That's where from I write a lot of demo code these days. A lot of instructional code and I haven't really run into any issues with depends injection but"
},
{
"start": 294540,
"confidence": 0.8623981640208181,
"end": 302790,
"text": "there is one noble instance that I'll bring up here in a minute where I found the built in depends injection done or to be"
},
{
"start": 302730,
"confidence": 0.8964479762734875,
"end": 310230,
"text": "surprisingly lacking. But I want to ask another question or just to assume that listeners are familiar with with of"
},
{
"start": 310230,
"confidence": 0.8539193045623463,
"end": 317850,
"text": "hopefully most developers understand that the core of depending version that kind of stuff. Lets assume that they already know that kind of thing."
},
{
"start": 317760,
"confidence": 0.8804612306579591,
"end": 335400,
"text": "Could you briefly explain the service lifetimes in lamar? I think they're singleton scope and transient and maybe just briefly what's the difference and when would I use each of those to be very clear for any tiny structure, a user moving a lamar. His is the biggest thing that changed"
},
{
"start": 335340,
"confidence": 0.9358759006561591,
"end": 337800,
"text": "mar completely adopts."
},
{
"start": 337710,
"confidence": 0.8828740657766838,
"end": 367710,
"text": "The semantic model that aspnet course built in di container uses for lifetimes the world. We're just living in it. You fighting that you only have three three life times this time on things a matter. So taking a two easy ones. A singleton means that it's created exactly once for the entire application. How many times to resolve it from where you're always getting the same service. So it's perfect for in"
},
{
"start": 367710,
"confidence": 0.8316833227646857,
"end": 371610,
"text": "are either very expensive to build. So like an entire"
},
{
"start": 371580,
"confidence": 0.8889747432346198,
"end": 378420,
"text": "the entire session factory is very expensive. If you're using my martin tool, the document store is expensive."
},
{
"start": 378480,
"confidence": 0.8770297272832875,
"end": 389640,
"text": "I don't know if you necessarily have to with the but anything that's really expensive or anything that's like a cash at cash or something that stateful that doesn't need to be created more than more."
},
{
"start": 389610,
"confidence": 0.8937000593433561,
"end": 406020,
"text": "The seal ten is managed and lives the life site. Same lifetime as the container itself. Most containers are going to dispose it when the containers all close. So you get a lot of cleanup. The tranent model just means I want to do when every single time is requested."
},
{
"start": 405930,
"confidence": 0.8906687408787894,
"end": 413820,
"text": "Even if you're building a complex object that has three or four dependencies at all, have a dependency on typing."
},
{
"start": 414240,
"confidence": 0.8656946651651848,
"end": 420090,
"text": "So every time you feel dependency in the whole giant object out, you're getting a totally new"
},
{
"start": 420060,
"confidence": 0.9517558155841018,
"end": 422700,
"text": "new one object instance every time"
},
{
"start": 422610,
"confidence": 0.8758908523076447,
"end": 427710,
"text": "something to be aware of something that may blow up your object allocations. If not careful"
},
{
"start": 427650,
"confidence": 0.9008878573374646,
"end": 433170,
"text": "the thing in the middle, the scots, this is really tight to the idea of"
},
{
"start": 433230,
"confidence": 0.7831678607328952,
"end": 436830,
"text": "what struck me and mark calls a nested container."
},
{
"start": 436740,
"confidence": 0.9101722154659496,
"end": 452460,
"text": "The built in di container also scope inside of a core application. For example, when you handle an it request, you're actually using an isolated scope container"
},
{
"start": 452460,
"confidence": 0.8961541775472155,
"end": 456690,
"text": "that only lives for the lifetime of that request"
},
{
"start": 456750,
"confidence": 0.8918683144308579,
"end": 466950,
"text": "one. That means then for the scope lifetime is that any service resolve with that lifetime is only resolved once per logical container."
},
{
"start": 466860,
"confidence": 0.8711554653970582,
"end": 478140,
"text": "So if you're resolving it as part of a request, you're getting the same thing every single place. So it's really important that a lot for things like well, the context itself"
},
{
"start": 478290,
"confidence": 0.8688159568869662,
"end": 508290,
"text": "is scope so you always get the same one but for items like the raven or martin document session that represents you work or the ui framework dbcontext that frequently is modeled as a work for the request. You only want one of those and you want to share every single place that's used while your request is being handle. That's where the scope lifetime kins in the plane. If I could just watch you"
},
{
"start": 508290,
"confidence": 0.894905397830152,
"end": 513300,
"text": "example of this and let me know if I'm getting this correct. A singleton might be"
},
{
"start": 513300,
"confidence": 0.8549076205448549,
"end": 534120,
"text": "where you store like your database connection you mentioned in the framework and things like that. But that's the expensive connection that you only want to happen. Really just once as few times as possible. So it's going to a good place for that. Yes, I'm right so far. Good. Transit would be something like maybe the repository itself that's actually"
},
{
"start": 534210,
"confidence": 0.8668674345058662,
"end": 556680,
"text": "or some sort of service is on top of pastry. Some object to the business logic or some sort of data access logic. That's where that transient were coming to play. Can he the scope then would be the object being used by the transient objects, perhaps not the connection but maybe the data reader or some other sort of object that uses the connection"
},
{
"start": 556800,
"confidence": 0.9123052385118272,
"end": 558660,
"text": "that sits between"
},
{
"start": 558720,
"confidence": 0.8695879988640305,
"end": 566910,
"text": "the expensive database object and pass that just contain logic. That sound about right. It does in"
},
{
"start": 566940,
"confidence": 0.8698910707863207,
"end": 568890,
"text": "the scope services"
},
{
"start": 568860,
"confidence": 0.838186130948213,
"end": 574980,
"text": "really need to be tied to the lifetime of a request or if you're in a"
},
{
"start": 574890,
"confidence": 0.9163522643852298,
"end": 577800,
"text": "in a command processing system,"
},
{
"start": 577890,
"confidence": 0.892256705733407,
"end": 583260,
"text": "a lifetime of service, best message or a command or some kind of logical transaction."
},
{
"start": 583530,
"confidence": 0.8647736809024891,
"end": 600450,
"text": "But most commonly, you're going to run into this with frameworks. I'm thinking in terms of an aspnet application where one request to the server. I may use the database, some database abstraction multiple times within the request but I want to"
},
{
"start": 600420,
"confidence": 0.7524551941857311,
"end": 604380,
"text": "close up or disposed at the end of the request. So exactly. That"
},
{
"start": 604380,
"confidence": 0.8335130982731348,
"end": 614640,
"text": "is too much of my podcast on how to book on spirit roaming. I haven't written aop for production in a long time but I recently had to revisit it"
},
{
"start": 614820,
"confidence": 0.8929732570257732,
"end": 632790,
"text": "and update some samples and I decided to use one core now. Am I correct in saying that the buildin dotnet is does not have any capacity for decorators? That is correct. I was very surprised about that. I was also very surprised learn that there is not any way to do"
},
{
"start": 632940,
"confidence": 0.9652128963172435,
"end": 634740,
"text": "service location."
},
{
"start": 634710,
"confidence": 0.8696812687627048,
"end": 664710,
"text": "I dont care either at least not without some terrible. Heck. Is that also the case? I don't think that's true. Actually a lot of the custom middle where us service location but there's no ability to do things like give a named instance is rly by type assuming that there's one or give all the there's no service location by name. That's what you're for oneall speaking. I don't like to use service look"
},
{
"start": 664710,
"confidence": 0.9122922963123901,
"end": 671250,
"text": "but sometimes it is something that need to do. Does the mar bring back that capability"
},
{
"start": 671280,
"confidence": 0.8433912701105685,
"end": 678600,
"text": "when I do really need? Yes. It's what I would refer to as kind of a red pepper flakes"
},
{
"start": 678600,
"confidence": 0.8379067211139081,
"end": 679980,
"text": "kind of approach"
},
{
"start": 679950,
"confidence": 0.8917268185027462,
"end": 685740,
"text": "a little bit once in a while is a good thing. A lot of it is probably always bad."
},
{
"start": 685740,
"confidence": 0.9024538906914723,
"end": 692370,
"text": "That's a fantastic analogy because whenever I get a pizza and the pizza is really good."
},
{
"start": 692340,
"confidence": 0.8701548775659856,
"end": 696030,
"text": "I don't put pepper flakes on it but if it's a bad pizza, I will"
},
{
"start": 695970,
"confidence": 0.8203793698711306,
"end": 714360,
"text": "constant mention this but mr. Also has capability of adding decorators as well. Two is yes. Right now, the intersection models but there is not much there but at a minimum, you can add"
},
{
"start": 714330,
"confidence": 0.960819569949446,
"end": 715920,
"text": "as decorators"
},
{
"start": 715890,
"confidence": 0.8587080718078397,
"end": 726360,
"text": "that's the beginning doing kind of a you're talking about. We'll have to see a tomorrow takes off or if it's really that popular. But"
},
{
"start": 726270,
"confidence": 0.8701313294399191,
"end": 738330,
"text": "if people really want to do at the time might be advantages with mark. It doesnt work by generating code and compiled on the fly."
},
{
"start": 738330,
"confidence": 0.8800304966529741,
"end": 761610,
"text": "If people really wanted to go back and do a with tomorrow might be able to tie in to just writing, see, sharp rappers on the fly instead of the more magical a weaving or dynamic proxies. The site car inspector programming darcis hat I'm thinking of it with containers is that I can create a proxy"
},
{
"start": 761820,
"confidence": 0.8815706859403231,
"end": 765390,
"text": "in one cor but I actually couldn't figure out a way to"
},
{
"start": 765540,
"confidence": 0.8607645009644166,
"end": 770700,
"text": "apply it to my container without bringing in something like her to do that."
},
{
"start": 770790,
"confidence": 0.8426900160853706,
"end": 772230,
"text": "I'm glad that's here."
},
{
"start": 772230,
"confidence": 0.8785138321230794,
"end": 794520,
"text": "Were you able to reuse any of your structure map code base in the more? There's quite a bit of secret code inside of mar. The type scanning, the not as much as maybe you would think the one place where there's a tremendous amount of sacrafice is bring in automated tests from the starched vase."
},
{
"start": 794580,
"confidence": 0.874628012059958,
"end": 804810,
"text": "If you pull down a little more code base, you'll even see a bunch of testing libraries that still obstruction nine spaces in it."
},
{
"start": 804720,
"confidence": 0.9119527542380372,
"end": 808530,
"text": "That was probably the main reason"
},
{
"start": 808530,
"confidence": 0.8894811661650368,
"end": 838530,
"text": "why I was able to turn them around. So quickly is bring all of those higher level acceptance tests from struct. Alright. It's time now to play the game. That's sweeping. The nation etiquette wrotejust made,"
},
{
"start": 838530,
"confidence": 0.8698531240680313,
"end": 852660,
"text": "thanks to jeremy as you know from the last so they give javascript libraries awfully funny names these days in this game. I'm going to list three names of javascript libraries."
},
{
"start": 852870,
"confidence": 0.8590607016427178,
"end": 855720,
"text": "The goal is to tell me which ones are real and which ones are fake."
},
{
"start": 855870,
"confidence": 0.8687745440404894,
"end": 865260,
"text": "Real means they're listed on nj at the time of this recording. And just to keep things interesting. If you get all three correct, you're going to want a five dollar gift card."
},
{
"start": 865290,
"confidence": 0.9036786588675947,
"end": 872310,
"text": "So we talked about this already. But how come are you with javascript and pm and all that"
},
{
"start": 872250,
"confidence": 0.8985060763714053,
"end": 883140,
"text": "type of stuff? I thought I was comfortable but let's fill me again and we also mentioning before the show that the people who tend to do well in this"
},
{
"start": 883290,
"confidence": 0.8738483258207873,
"end": 889770,
"text": "game or people who really don't use it. That much. What that says about fm packages."
},
{
"start": 889890,
"confidence": 0.8643890011761425,
"end": 919890,
"text": "Alright. Here are the names and maybe I'll send the team here. Maybe you won't. But there is a thing. The first one is ranges. I can spell that if you like to but aniston s scrim and the third one is larry. So ranges scrim and lay me to sell in those or repeat them. No, I'm going to get the first and second or real job calibers. So you think cranes"
},
{
"start": 919890,
"confidence": 0.8889003954409693,
"end": 923490,
"text": "real and scrimp israel. But larry is not."
},
{
"start": 923400,
"confidence": 0.8818475969684072,
"end": 924480,
"text": "Let's go with that."
},
{
"start": 924510,
"confidence": 0.7967367078094857,
"end": 927390,
"text": "Okay. Sorry, jeremy. Once again, you do not win."
},
{
"start": 927330,
"confidence": 0.8522604063954828,
"end": 936510,
"text": "Ranges is not a real job for labor than in the scrim is it's a scripting simple. Cool."
},
{
"start": 936450,
"confidence": 0.8347135122640557,
"end": 953040,
"text": "And larry is also real. It's a packaging too. There you go. Francis is still available if you want to write a blog, a good name for you to use. If you have any suggestions for sounding job script libraries real or fake, please go to cross cutting concerns. Com last contact"
},
{
"start": 953340,
"confidence": 0.8317411845743761,
"end": 955230,
"text": "and I just might use in the next episode."
},
{
"start": 955470,
"confidence": 0,
"end": 955830,
"words": [],
"text": ""
},
{
"start": 955860,
"confidence": 0.8629788938191651,
"end": 957810,
"text": "So sorry didn't work out for a germany."
},
{
"start": 957750,
"confidence": 0.8568517892653735,
"end": 983100,
"text": "Thank you for playing. Are there any resources you recommend for listeners who want to learn more about c or lamar or dependency inversion in general from the mark, you can find quite documentation just for effect that can have the io ashlar. You'll see on the home page. You see it actually you see a street time from marin auto turns out that"
},
{
"start": 983040,
"confidence": 0.8681433767723767,
"end": 987630,
"text": "almost everything I knew I called omar is named after."
},
{
"start": 987660,
"confidence": 0.8325340557056086,
"end": 1001190,
"text": "I'll bet the name mary mark that was a hero of the texas revolution or could actually kill and google mark sollars original paper on inversion of control"
},
{
"start": 1001130,
"confidence": 0.8475577198383164,
"end": 1023780,
"text": "fifteen years later. I think that's still what I recommend. Is there anything else you'd like to promote as a wrap up the show if you are using and you want a little bit of help, you can find the home page link to the get a room that's always the best place to come and come and ask questions or make recommendations on something that's too hard to pill and you can always find me on twitter, jeremy, d miller"
},
{
"start": 1024260,
"confidence": 0.7523012553479584,
"end": 1054260,
"text": "my guest today has been jeremy miller. Thanks for being on show. Thanks randy mather this spend the cross-trade concerns pocas produced and recorded by mangroves two thousand eighteen if so share it on social media and leave view on itunes. U or wherever you download is most for shoes. Go to cos in concern to a recorded under the creative commons attribution. A four point license posing for the son was made possible. In part by me of this weeks podcast is rock,"
},
{
"start": 1054260,
"confidence": 0.774599571234417,
"end": 1064760,
"text": "man, your projects pulloff and you need to make more than a simple collaborative work management in cloud from a beautiful you learn more smart crosscutting concerns"
},
{
"start": 1064700,
"confidence": 0.7092463454035272,
"end": 1068450,
"text": "was recorded and mixed with the help of a recorder and a date"
},
{
"start": 1068540,
"confidence": 0.7955295926390424,
"end": 1074180,
"text": "music is for frost. Listen to more great music"
},
{
"start": 1074810,
"confidence": 0,
"end": 1075170,
"words": [],
"text": ""
},
{
"start": 1075260,
"confidence": 0.8367680469910104,
"end": 1090650,
"text": "because the one because the case, the one."
}
],
"speaker_count": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment