Podcast appearances and mentions of chris just

  • 13PODCASTS
  • 21EPISODES
  • 37mAVG DURATION
  • ?INFREQUENT EPISODES
  • Mar 22, 2022LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about chris just

Latest podcast episodes about chris just

The Bike Shed
331: Git Down

The Bike Shed

Play Episode Listen Later Mar 22, 2022 29:28


Steph celebrates Utah's adoption day and Daylight Savings Time and troubleshoots a CI build time that had suddenly spiked for a client project using TeamCity. She also shares a minor update regarding the work that thoughtbot is doing to scale horizontally and add more machines quickly and efficiently to process more RSpec tests. Chris was alarmed by logs and unknown-unknowns and had some fun using Git down. Git bless his heart! This episode is brought to you by ScoutAPM (https://scoutapm.com/bikeshed). Give Scout a try for free today and Scout will donate $5 to the open source project of your choice when you deploy. TeamCity (https://www.jetbrains.com/teamcity/) lograge (https://github.com/roidrage/lograge) Cleaning up local git branches deleted on a remote (https://www.erikschierboom.com/2020/02/17/cleaning-up-local-git-branches-deleted-on-a-remote/) Become a Sponsor (https://thoughtbot.com/sponsorship) of The Bike Shed! Transcript: CHRIS: Hello and welcome to another episode of The Bike Shed, a weekly podcast from your friends at thoughtbot about developing great software. I'm Chris Toomey. STEPH: And I'm Steph Viccari. CHRIS: And together, we're here to share a bit of what we've learned along the way. So, Steph, what's new in your world? STEPH: Hey, Chris. Today is Utah's adoption day. So officially, one year ago, we adopted Utah. He's about a year and a half years old now because we got him when he was around the six-month mark. So Utah, aka Raptor, which is the nickname that you gave him, and aka UD [spelling] the cutie is his other nickname...which I've forgotten, why do you call him Raptor? Why is that a name? CHRIS: Because there's a Utah Raptor. STEPH: A person? [laughs] CHRIS: No, I think it was like the fossils were found in Utah. But the Utah Raptor is a type of dinosaur. And so when I heard Utah, my brain went to Raptor, and then I dropped the Utah sort of a Cockney rhyming slang sort of thing. Shout out to Matt Sumner real quick. But yeah, Raptor. STEPH: Cool. Cool. Cool. I'm so glad I asked. Now I know. I just accepted it when you called him Raptor. I was like, sure, he can be a Raptor. [laughs] CHRIS: I feel like that says a lot about me that you were just like, okay, why not? STEPH: [laughs] CHRIS: That's different and has no apparent connection to the actual name of the creature, but that's fine. I might be a nonsense person. STEPH: Or me for accepting it. You share a lot of nonsense, and I accept a lot of nonsense. That might be our dynamic. [laughs] So it works out. CHRIS: That just may be our dynamic. STEPH: That's why I'm always so nice with the good idea, bad idea, or even terrible. [laughs] CHRIS: You're like, it's all nonsense 100% of the time, but yeah. So Utah is one year into living with you folks. So that's lovely. STEPH: Yeah, and he's growing up so well. Oh, and I've been training him for one of his latest tricks. I'm very excited because it seems to be really sinking in. So every night, we take him out for his final bathroom potty but then before we go to bed. And one night, for some reason, I started singing The Final Countdown. [singing] It's the final countdown. But I started singing it's the final potty instead. So now, when it's time to go out for the bathroom late at night, I look at him, and I start singing. And I start singing [vocalization], and it's working. He's starting to recognize that when I started singing that tune, he's like, okay, and he gets up from his comfy spot, and we go outside. And it brings me a lot of joy. CHRIS: That is perhaps the best use of Pavlovian conditioning that I've ever heard of. Also, I really appreciate that you both mentioned the final countdown but then said just in case anyone is unfamiliar with the tune, let me hum a few bars. Thank you for doing the service there. STEPH: I have been singing so much this week. I don't know if Joël Quenneville, who I've been pairing with a lot, appreciates that. Sorry, Joël. But I have been singing so much. And I think that's post-vacation vibes. That's what vacation does for you. And it helps you get back into, you know, lots of singing or at least it does for me. Let's see, what else is going on this week? So this is the week that we have DST in the USA, so Daylight Savings Time, aka summertime, where we advance our clocks so everybody...although this is going to be late. So at this point, by the time people are hearing this, you're going to have already dealt with all those bugs that have crept up. But those are creeping up this week, where people are starting to notice a lot of those flaky specs that aren't technically flaky. They're actually breaking for real reasons because they were tested in a way that shows that they're not considering that daytime boundary. CHRIS: It's as if you spend some of your time fixing flaky specs that that's where your mind goes with DST. Because I'm going, to be honest, part of what you're doing right now is telling me that this is coming up, and I didn't know. I had forgotten about that, which is very exciting, except you lose an hour asleep for this one, right? Or is it that you gain? STEPH: We're going forward. Yeah, it's fall back and then spring forward. That's how I remember it. CHRIS: Worth it. I'll take the sunshine at night. STEPH: Yeah, it's supposed to be so we have more sunshine during the daylight hours. That's the reasoning for the nonsense, the headaches. On some more technical news, when I came back from vacation, we noticed that the CI build time has suddenly spiked for the client project where previously we were averaging, I'd say, around 25-26 minutes. There's definitely a range there. But that seems to be pretty consistent. And right now, builds are taking more about 35, sometimes upwards to 45 minutes. And so it's been a bit of who done it or what caused it adventure of figuring out why, what's causing the spike. And so Joël and I have been pairing heavily on that to investigate what's going on and learned a lot of features that TeamCity offers and just diving into this particular issue. One thing that brought me joy is by looking through all the builds that are taking place on TeamCity. As I noticed, there are a number of builds that are using the RSpec selective testing that I added where if you only change a test to then we're only going to run those tests instead of the whole suite. And it was one of those changes where I thought, okay, maybe someone's going to get use out of this. Joël and I will probably get use out of this. But I'm actually seeing it about one every ten build something like that. And I'm just like, oh, this is awesome. One, people are improving tests. That's amazing. And then two, that then they're benefiting especially while we have this spike going on. So that was a suggestion from you that I appreciate because that is paying dividends. And so that brought me a lot of joy while looking into this other issue, which we haven't resolved yet. We think it has something to do with how the tests are being balanced across all the different parallelized processes. And we think that there is an imbalance that has happened. And then that's what's really throwing things off. So we can see that one particular process is taking around 26-27 minutes, but then the next process that's highest in time is only taking 17 minutes. So it's like, why is there suddenly ten more minutes that's being attributed to one process? And why is that not getting spread out? So still looking into that. That's the mystery for this week. But that's mostly what's going on in my world. What's up in your world? CHRIS: What is up in my world? I'm going to say a quite alarming thing happened this week, which was we were investigating some changes, or we were investigating some behavior where the particular portion of the system ended up in the logs, just sort of combing through. And I happened to notice this one log line that...our logs tend to be somewhat verbose. They're JSON-structured log format. I've talked about the lograge setup that we use in the past, but there's a bunch. These are long lines of JSON-structured data. But this line that caught my eye was not. It was just some text, and it said, "Unreported event: and then some other texts." And I was like, ah, what? Who didn't report which to when? I did some digging, eventually figured out that this was Sentry. Sentry was logging that it had not reported an event to us. But had we not randomly happened upon this in the logs, which is sort of a random thing to see, we would have missed this, which is scary. I mean, it was missed for a little while. And so Sentry was not reporting certain events. We had made a change, particularly to Sentry's before_send configuration. So there's a way that you can do some amount of filtering client-side or client being, in this case, our Ruby app. So that's like the client-side of Sentry, and then there's their server backend. So that would, weirdly, that's the way the client-server work in this case. But the idea is you can do some proactive filtering of being like, you know what? Rather than sending a ton of noise...because we know there's this one error that we can't stop for reasons. It's a JavaScript Chrome extension that's getting embedded in the app. That doesn't mean anything; that's just noise. Rather than even sending those over to Sentry, let's proactively filter them out. before_send is a function within the Sentry SDK that allows you to do this. But it turns out if you raise an error in there, if you happen to have introduced something that doesn't cover all the possible edge cases, then Sentry will just not let you know and will log, interestingly, that they did not report the event. I'm going to throw it out there that I would love if Sentry were to say Sentry me...that's where I put something very bad happened, and you should look at it. And they're just like, well, something pretty darn bad happened. We'll log it. Supposedly, my understanding is before_send can be used to filter out like PII or other things like that. And so their failure mode is quiet intentionally. That's my understanding as to maybe why this is true. I wish there were configuration that said, no, please fail as loudly as humanly possible. But that was terrifying. STEPH: Yeah, absolutely. I'm going to piggyback on what you just said for a minute because I was also thinking earlier and related to the sudden spike in our CI builds where I was like, it would be really nice if there's...because I suspect there's one particular change that has caused this to happen. I don't know what it is yet, but that's just my suspicion. And it would be great if when that build ran, let's say that build went from an average of 25 minutes and suddenly we have a build that took 35 minutes if TeamCity had alerted us or if something more aggressive had to happen to say like, "Hey, your team..." or maybe it's just in the logs somewhere. Okay, not in the logs somewhere more visible on the build where it's like, "Hey, your build took an extra 10 minutes compared to the average, just letting you know. I don't have a diagnosis for you, but we're just letting you know." So yeah, plus-one to getting those types of alerts out to people and notifying us when there's an average that's not being met or when things aren't getting logged like you'd expect them to. CHRIS: As part of what we were doing in the logs...like how to get to that anomaly detection place is a really interesting question in my mind. And this is a case where we were in the logs, and we wanted to instrument more things. So we have a bunch of stuff right now that goes in. It's either a warn or error log level. And the error should be pretty rare because, ideally, those are going to Sentry instead, but we still want to keep an eye on them. But we introduced a new search within log entries, which is what we're using for logging aggregation and searching. And the idea was to group all warn-level messages and to group it on the message string. So ideally, what this allows us to do is say, "Oh, we've seen 200 instances in the past two days of this new warning that we didn't see before." The difficulty is, as a human, I would see unhandled error blah as one bucket of warning, or I might want to see it that way. I might want to group it on part of the message. So it becomes really hard to find the signal in the noise on these, but at least it was a start. We now have this little graph for both warning and error-level log messages that we can see are there any new anomalies that are occurring pretty regularly? But this, again, was just this weird edge case where we were lucky to catch it. But it was very scary that it was just throwing stuff away. So the universe might have been true that our error log did get a little quiet for a little while, which was nice, but it wasn't 100%. It wasn't like we were at 10 hours, an hour, and then we went to zero. It was like some, and then we went to a lower number because we were still getting some. We were only filtering out certain ones. But yeah, it's how do you know at runtime that the system is doing the thing? This is increasingly the question that I have in my mind. But yeah, so that was the thing. We fixed it. It's fixed now. I also set up an alert in log entries to say, "If you ever see this particular phrase again unhandled or unreported," then please tell me about that post-haste. So we've got that now. STEPH: That's perfect. That's what I was about to ask us if there's a way that you could add a filter or add a warning for that anomaly detection. So that sounds great. CHRIS: I've got that now because this became a known-unknown, but there are still the unknown-unknowns, and there are so many of them. And I can't know them is my understanding of how they work. I would love to know them. I would love to pin them down and be like, "Hey, what are you doing here?" Someday maybe. But anyway, that was the thing in my world. [laughs] It was fun. It was a great little time. What else is up in your world? STEPH: I feel like you can always judge the level of fun based on how high someone's voice goes. No, it was fun. It was great. It was fun. [laughter] CHRIS: I believe that is an accurate assessment, yes. STEPH: I've caught myself doing that. I'm like, my voice is extra high, so I don't think I really mean that when I'm using the word fun. [laughs] Mid-roll Ad Hi, friends, and now a quick break to hear from today's sponsor, Scout APM. Scout APM is an application performance monitoring tool that's designed to help developers find and fix performance issues quickly. With an intuitive user interface, Scout will tie bottlenecks to source code, so you can quickly pinpoint and resolve performance abnormalities like N+1 queries, slow database queries, and memory bloat. Scout also recently implemented external service monitoring, adding even more granularity when it comes to HTTP requests and API calls. So give Scout a try today with a free 14-day trial and experience first-hand why developers worldwide call Scout their best friend. And as an added bonus for Bike Shed listeners, Scout will donate $5 to the open-source project of your choice when you deploy. To learn more, visit scoutapm.com/bikeshed. That's scoutapm.com/bikeshed. I do have a small update that I can share regarding the work that we're doing to be able to scale horizontally. So we want to be able to add more machines quickly and easily so we can then process more RSpec tests. And we have discovered with TeamCity that we're pushing forward on that particular path because they have something called a composite build. And with a composite build, it's essentially your parent or your supervisor build. And then, from there, you can create other subsequent builds. So we can then say, all right, let's have multiple builds that then run the RSpec test, and then we can separate in that way. And right now, we're going about it in the hacky way because we just want a proof of concept. So we are saying specifically in this particular step, we want you to run spec models. And in this other process, we want you to run these particular tests just because we want to see how this works. And so far, the aggregation seemed great. So when you look at that composite parent build, it's showing you how each of those builds are doing. It's also reporting back the failures. It's even de-duping them. Because initially, we set it up where we were running the full test suite in parallel on both of these builds, [laughs] not what we wanted, fixed that. But it did highlight that it was de-duping the test failures. So that part was nice. So the UI seems great and seems quite very capable of doing this. Composite build seems to be the way that we can do this with TeamCity. But we're still diving into actually getting the metrics like, okay, how much is this actually going to speed us up? And what does this look like if we want to be able to scale up to say from 5 to 10 where we went from 5 machines to 10 machines? And that part doesn't feel graceful because then you have to go in and change the configuration and copy the configuration to then add a new build that then is going to process RSpec test. So other services like Buildkite make it very easy. I can't remember if it's like literally a slider or if it's a number that you enter. But you can say, "This is how many processes that I want to run," in which it would be a lot nicer for that actual scaling. Versus TeamCity, it feels far more manual and intentional where you then have to duplicate and add those settings. But it's a really good first step because, as we'd highlighted before, there's a lot of risk in moving over from an existing infrastructure to something totally new. So if we can have some wins with this approach and help out the team and reduce build time, then that gives us more grace period. So then we can assess, okay, do we really want to move over to Buildkite? What do we want to do next? What does this look like? And have further discussions. So that's a small update there. Next time I should have some more updates around actual data on how things are looking. CHRIS: Oh, cool. Yeah, I appreciate the update and definitely interested to hear how this continues to play out. This is a large project that you're undertaking and all the facets and whatnot, so yeah, super interested to hear the continued journey of the test build time reduction. Let's see, other news in my world. I've been exploring something that I'm intrigued by the idea. Let's go with that. [chuckles] That's going to be my start. I always start with these lead-ins that build things up too much. But I am finding a small tension in trying to just keep up with what the team is doing, which is a wonderful place to be. Our team is growing. We actually have someone new joining tomorrow, very exciting. But I'm trying to find the right version of I don't want to block things. I don't want all code review to have to go through me. But I do want to keep an eye on everything. I want to kind of know what we're doing collectively. And ideally, mostly, that's me being like, yep, that makes sense. We're doing that. I remember that, cool. Wait, what's this? And rarely, occasionally, there'll be a point where I'm like, oh, I want to intervene here. I want to have a conversation. I want to rethink how we're building this. And so it's moving from a place of any sort of blocking synchronous review or the necessity for that to ad hoc post-review sort of thing. And so the way that I'm trying to poke around with this, of course, I'm writing some code to do it because of me. So the two systems that we're using that seem most of interest are GitHub and Trello. And so it turns out GitHub has a wonderful search, and I can create a search that is parameterized like create a URL that jumps into a parameterized search saying, "Show me everything that was merged in the past X amount of time, " so I can say the past two days because I haven't checked it in two days. So I'll see all of the PRs that were merged, and some of them I'll have already reviewed. So I maybe could even filter further there. But for anything that I haven't seen, I'm like, oh, what was this? What was that? What was this other change? Similarly, on Trello, there's a way via the API to get all of the card update actions. And then I can filter down to say whenever a card was moved, which in our system that means...we're doing Kanban-style, so a card being moved from this column to that column that tells me that someone is progressing forward with some work. And then I can further filter down because, again, I don't really want to be blocking on this. I'm most interested in what have we done or completed in the most recent timeframe. And thus far, it's an interesting data set. And it's an interesting way to switch the problem around such that I'm not feeling...there was FOMO or organizational FOMO is perhaps how I would describe it of like, I want to try and keep an eye on stuff and make sure I'm responsive. But I'm now blocking, so I have to step away. But now I'm worried that I'm missing things. And so I'm trying to find that good middle spot. And this feels like an interesting exploration of that. STEPH: I'm intrigued when you mentioned the card moving over, so then you can tell things are progressing. And then you're answering the question of what did we do in this particular chunk of time? When you move stuff over, is there a clear sweep of we have finished this sprint, and then you have the date of that sprint at the top, and so then you essentially have a column that represents all the work that was done in that sprint? Is that an approach that you're using? Because that's the one that immediately came to mind for me when you're wondering what was accomplished during this week or two-week period? CHRIS: Interesting question. So we're not really doing sprints, or there are no real iterations. We're doing more of the I think Kanban is the way to describe it. But basically, we have a prioritized next up column. And then every day, I can say continuously, the work has the same shape, which is pick up the next most important thing, work on it, move it through the various columns. I did introduce in Trello just the idea of, like, here's a month, so we can see by month what we're doing, but that's too low granularity in my mind. I want to review it a month at a time. The whole point of this in my mind is to see stuff as it's happening vaguely in real-time but not requiring me to constantly be monitoring everything. So it gives me an opportunity at the end of the day to be like, what happened today? What do we do? But yeah, so there's no real sprint that I would couple this to because we're not really doing sprints. STEPH: Got it. Yeah, that gives me more context. I understand why you're then looking for ways as to how to answer that question of, like, what did we accomplish in this week or a particular time period? CHRIS: And to name it, this is not an intention on my part to be like, I need to control everything. I need to make all the decisions. I very much want to empower the team. And in my mind, this is actually a mechanism to empower the team. I want to give them more freedom and then have the opportunity occasionally to check back in and be like, oh, actually, there was some context that was missing here the way we did this. Let's actually unwind that, do it this other way for these reasons. But it gives me the ability to potentially have that conversation after the fact. We're trying very hard to have the tickets be as representative and complete, and well documented as possible. But that's very difficult to get to. And there are also things that I don't even know to mention. Again, I think the critical bit is this is not an attempt to make sure everything aligns with what I think; it's more I want to empower the team to move without me most of the time. And then, where there are things that potentially should have a small conversation or a redirection, then we have the ability to do that. And so, I'm trying to build that back into my workflow while basically loosening up my connection to the work in progress at any given point in time. STEPH: So you just touched on a topic that's really interesting to me or a particular space. You're doing a very kind thing where you want tickets to have lots of context so that people feel confident when they're picking up what's the action item to be done. And for someone that's new, that's incredibly helpful, and I think more important since they are new to that world. But in general, my spicy take of the moment is going to be as developers; that's part of our job. If we notice that context is missing or if we're not clear about the action item, is to think through what is it that I'm missing? Who do I reach out to? Who can I go to for help? How can I scope this work? All of that, to me, is very much part of our role. And the idea that tickets always have to be perfectly curated, which I don't think you're saying, but you're just trying to be extra helpful. But if someone were to have that expectation, I think that expectation is wrong. And I do think it is part of our work that then we help make sure that tickets are well-scoped and well-defined and have those conversations with the people creating the tickets or creating them ourselves. CHRIS: I love the clarification there, and I'm definitely in agreement with you. I don't know how picante of a take it is. I would be intrigued. Listeners, let us know. Are we breaking your mold of what things should be? But I do like the idea that it is a conversation so back and forth. And so the idea that as developers, there should just be this very clear list of things to do and you just kind of pick up a card and heads down, just get it done, I don't think that should be the mold. But I do think; ideally, the why is the most important thing that I think should be in a card. So ideally, a card should have little in terms of technical implementation notes and should have more in terms of here's the goal that we're going for, here's the problem, or here's the thing that we're trying to solve. And then maybe a suggestion of like, I think it could be an X, Y, and Z, but I'm not sure. Or we want to be able to send transactional emails, but I don't know any more than that. Our goal is to engage users. Like that last sentence, that last little bit of our goal is to engage users is a critical, critical data point, versus our goal is to solve for a regulatory and compliance issue. It's like, well, those are different. And they will lead to different solutions and different implementations and all that. So yeah, I definitely share the idea that cards don't need to be perfectly specified. And if anything, I think I'm closer to that than it probably sounded like I was. But for that reason, it's totally possible in my mind, that work will be done in a way that after the fact, I'm like, "Oh, sorry, there was a misunderstanding here. Let's revisit this work." And so, my goal is to try and stay connected and have a feedback mechanism at the end of the process. So when the work is done, be able to spot-check it rather than trying to have to watch it as it's happening or proactively define everything in excruciating detail such that exactly the right things happen all the time. So I'm moving to a place of ask forgiveness, not permission. That's the wrong analogy here. But that idea of like, we can clean it up after the fact, that's fine. And we don't need to try and prevent any sort of things, or at least that's what I'm exploring. STEPH: Yeah, I love that you highlighted having the why. I adore that when that's on a card just because I then I want to know the goal because then that's going to help me ask questions and think about scoping versus if it's like a very specific implementation, then I feel so narrowly scoped that I don't feel as confident that I can be like, okay, I know why I'm doing this versus I just feel very directed to do a thing, and that's incredibly helpful. I have also felt the pain that you're mentioning where it does feel like a ticket has all of the work clearly defined, and the goals, and the whys, and it can have everything there, but just something gets lost in the communication. And so someone implements something in a way that is how they interpreted the work versus it's not actually what the ticket or what the goal of the work was to be done. So I appreciate that where you are looking for ways to tweak things to make sure that whoever is picking up that ticket will have the same interpretation that the author intended for them to have. And then if that does happen, and things get misaligned, then you chat and figure out ways to improve it. I think that's the point that I was really thinking about, and my air quotes, "hot take," is that as developers, a big part of our job is communication, and then also sharing the knowledge that we have with other people. And so if someone is expecting that they can just always pick up work and never talk to someone, I don't know, maybe you're in the wrong business. [laughs] That's my hot take. CHRIS: I, for one, like the hot take. It is nice and ever so slightly spicy. STEPH: Thanks. Yeah, I just think communication is incredibly important. Earlier, you mentioned, I don't think we were on mic at the moment, but you mentioned something about a new Git alias. And I am very intrigued on hearing about what you've added, what it does, all the details. CHRIS: All the details, that's probably too many, but some of the details I can certainly provide. So I have two new Git aliases; one is Git gone, which is probably the heart of the whole thing. And so the background of this is I found myself pushing the green merge button on GitHub more. We've introduced some branch protection stuff, which I've talked about in previous episodes. And I dream of the day that one of my good, good friends at GitHub will give me access to the merge queue beta. Please, please, I implore thee. But in the interim, still clicking the green merge button more often than not. STEPH: Wait. I have to ask to help you in this dream. Are you forwarding these episodes to someone? You can just take a clip of you saying, "Please, please, please give me access," [chuckles] and just forwarding that or mentioning someone at GitHub or GitHub in general. CHRIS: Just leaving voicemails for people with a Bike Shed section of me begging for access to the merge queue beta? STEPH: Yeah. [laughs] CHRIS: No, I'm not. But maybe I need to up my game. You're right. [laughs] Someday, I'll get there. And that will only exacerbate this issue that I'm feeling, which is again, I'm clicking the merge button. That's what's happening. And as a result, that means my local branch is now like it's done its job. You've served me well. And in the Marie Kondo sense, I need to hold you up, thank you for your service, and then let you go. But I obviously wanted to automate that. So Git gone does that automation, and it was fun. So I found a blog post which we'll include in the show notes, that had most of the pieces here, but it was still fun to play with the shell pipeline in a way that I hadn't in a while. So it does a Git fetch and then git-for-each-ref with a particular structured format that references the upstream of the branch then uses awk to search for the word gone. Because Git, if you print it out in this particular way using this format, it will say the local branch name and then the upstream. But if you've deleted the upstream, it will specifically say (gone) in brackets, so you can actually use that to filter them down. And then I pipe that to git branch-D so..well, xargs of course. I love a little shell pipeline. As an aside, these are fun little things to build up. So that is Git gone. And then the other one that I have is Git down, which is what I use more. And Git down works on top of Git gone, so it's Git checkout main and and Git pull and and Git gone. But that means I get to type Git down into my terminal whenever a branch happens to get merged in the upstream land. [laughs] STEPH: [laughs] Oh, that's adorable. I love it. I like the Git gone, and yeah, I like the Git down just for fun. You are inspiring me where I now really want a Git bless your heart that's like maybe a Git blame or a Git revert. [laughs] CHRIS: I've definitely seen people do Git praise as an alias for Git blame. STEPH: That's nice. CHRIS: But Git bless your heart is...ooh, I love that. STEPH: [laughs] I might have to add that just so I can type it, and then someone can say, "What are you doing?" [laughs] Cool, I love it. CHRIS: Little things, little fun bits to add to your day and to automate and have a little fun while you're at it. So that's where I'm at. STEPH: All about the communication and fun. That's what I'm here for and the singing. Let's not forget the singing. CHRIS: And the singing, of course. STEPH: [singing] On that note, shall we wrap up? CHRIS: Let's shall. Oh. STEPH: [laughs] CHRIS: The show notes for this episode can be found at bikeshed.fm. STEPH: This show is produced and edited by Mandy Moore. CHRIS: If you enjoyed listening, one really easy way to support the show is to leave us a quick rating or even a review on iTunes, as it really helps other folks find the show. STEPH: If you have any feedback for this or any of our other episodes, you can reach us at @_bikeshed or reach me on Twitter @SViccari. CHRIS: And I'm @christoomey. STEPH: Or you can reach us at hosts@bikeshed.fm via email. CHRIS: Thanks so much for listening to The Bike Shed, and we'll see you next week. ALL: Bye. ANNOUNCER: This podcast was brought to you by thoughtbot. thoughtbot is your expert design and development partner. Let's make your product and team a success.

The Bike Shed
315: Emotions Are A Pendulum

The Bike Shed

Play Episode Listen Later Nov 9, 2021 41:23


Steph talks about starting a new project and identifying "focused" tests while Chris shares his latest strategy for managing flaky tests. They also ponder the squishy "it depends" side of software and respond to a listener question about testing all commits in a pull request. This episode is brought to you by ScoutAPM (https://scoutapm.com/bikeshed). Give Scout a try for free today and Scout will donate $5 to the open source project of your choice when you deploy. rspec-retry (https://github.com/NoRedInk/rspec-retry) Cassidy Williams - It Depends - GitHub Universe 2021 (https://www.youtube.com/watch?v=aMWh2uLO9OM) Say No To More Process (https://thoughtbot.com/blog/say-no-to-more-process-say-yes-to-trust) StandardRB (https://github.com/testdouble/standard) Become a Sponsor (https://thoughtbot.com/sponsorship) of The Bike Shed! Transcript: CHRIS: My new computer is due on the fourth. I'm so close. STEPH: On the fourth? CHRIS: On the fourth. STEPH: That's so exciting. CHRIS: And I'm very excited. But no, I don't want to upgrade any software on this computer anymore. Never again shall I update a piece of software on this computer. STEPH: [laughs] CHRIS: This is its final state. And then I will take its soul and move it into the new computer, and we'll go from there. [chuckles] STEPH: Take its soul. [laughs] CHRIS: Hello and welcome to another episode of The Bike Shed, a weekly podcast from your friends at thoughtbot about developing great software. I'm Chris Toomey. STEPH: And I'm Steph Viccari. CHRIS: And together, we're here to share a bit of what we learn along the way. So, Steph, what's new in your world? STEPH: Hey, Chris. Let's see. It's been kind of a busy week. It's been a busy family week. Utah, my dog, hasn't been feeling well as you know because you and I have chatted off-mic about that a bit. So he is still recovering from something, I don't know what. He's still on most days his normal captain chaos self, but then other days, he's not feeling well. So I'm just keeping a close eye on him. And then I also got some other family illnesses going on. So it has been a busy family week for sure. On the more technical project side, I am wrapping up my current project. So I have one more week, and then I will shift into a new project, which I'm very excited about. And you and I have chatted about this several times. So there's always just that interesting phase where you're trying to wrap up and hand things off and then accomplish last-minute wishlist items for a project before then you start with a new one. So I am currently in that phase. CHRIS: How long were you on this project for? STEPH: It'll be a total of I think eight months. CHRIS: Eight months, that's healthy. That's a bunch. It's always interesting to be on a project for that long but then not longer. There were plenty of three and four-month projects that I did. And you can definitely get a large body of work done. You can look back at it and proudly stare at the code that you have written. But that length of time is always interesting to me because you end up really...for me, when I've had projects that went that long but then not longer, I always found that to be an interesting breaking point. How are you feeling moving on from it? Are you ready for something new? Are you sad to be moving on? Do you feel attached to things? STEPH: It's always a mix. I'm definitely attached to the team, and then there are always lots of things that I'd still love to work on with that team. But then, I am also excited to start something new. That's why I love this role of consulting because then I get to hop around and see new projects and challenges and work with new people. I'm thinking seven to eight months might be a sweet spot for me in terms of the length of a project. Because I find that first month with a project, I'm really still ramping up, I'm getting comfortable, I'm getting in the groove, and I'm contributing within a short amount of time. But I still feel like that first month; I'm getting really comfortable with this new environment that I'm in. And so then I have that first month. And then, at six months, I have more of heads-down time. And I get to really focus and work with a team. And then there's that transition period, and it's nice to know when that's coming up for several weeks, so then I have a couple of weeks to then start working on that transition phase. So eight months might be perfect because then it's like a month for onboarding, ramping up, getting comfortable. And then six months of focus, and then another month of just focusing on what needs to be transitioned so then I can transition off the team. CHRIS: All right. Well, now we've defined it - eight months is the perfect length of a project. STEPH: That's one of the things I like about the Boost team is because we typically have longer engagements. So that was one of the reasons when we were splitting up the teams in thoughtbot that I chose the Boost team because I was like, yeah, I like the six-month-plus project. Speaking of that wishlist, there are little things that I've wanted to make improvements on but haven't really had time to do. There's one that's currently on my mind that I figured I'd share with you in case you have thoughts on it. But I am a big proponent of using the RSpec focus filter for when running tests. So that way, I can just prefix a context it block or describe block with F, and then RSpec I can just run all the tests. But RSpec will only run the tests that I've prefixed with that F focus command., and I love it. But we are running into some challenges with it because right now, there's nothing that catches that in a pull request. So if you commit that focus filter on some of your tests, and then that gets pushed up, if someone doesn't notice it while reviewing your pull request, then that gets merged into main. And all of the tests are still green, but it's only a subset of the tests that are actually running. And so it's been on my mind that I'd love something that's going to notice that, that's going to catch it, something that is not just us humans doing our best but something that's automated that's going to notice it for us. And I have some thoughts. But I'm curious, have you run into something like this? Do you have a way that you avoid things like that from sneaking into the main branch? CHRIS: Interestingly, I have not run into this particular problem with RSpec, and that's because of the way that I run RSpec tests. I almost never use the focus functionality where you actually change the code file to say, instead of it, it is now fit to focus that it. I tend to lean into the functionality where RSpec you can pass it the line number just say, file: and then line number. And RSpec will automatically figure out which either spec or context block or entire file. And also, I have Vim stuff that allows me to do that very easily from the file. It's very rare that I would want to run more than one file. So basically, with that, I have all of the flexibility I need. And it doesn't require any changes to the file. So that's almost always how I'm working in that mode. I really love that. And it makes me so sad when I go to JavaScript test runners because they don't have that. That said, I've definitely felt a very similar thing with ESLint and ESLint yelling at me for having a console.log. And I'm like, ESLint, I'm working here. I got to debug some stuff, so if you could just calm down for a minute. And what I would like is a differentiation between these are checks that should only run in CI but definitely need to run in CI. And so I think an equivalent would be there's probably a RuboCop rule that says disallow fit or disallow any of the focus versions for RSpec. But I only want those to run in CI. And this has been a pain point that I felt a bunch of times. And it's never been painful enough that I put in the effort to fix it. But I really dislike particularly that version of I'm in my editor, and I almost always want there to be no warnings within the editor. I love that TypeScript or ESLint, or other things can run within the editor and tell me what's going on. But I want them to be contextually aware. And that's the dream I've yet to get there. STEPH: I like the idea of ESLint having a work mode where you're like, back off, I am in work mode right now. [chuckles] I understand that I won't commit this. CHRIS: I'm working here. [laughter] STEPH: And I like the idea of a RuboCop. So that's where my mind went initially is like, well, maybe there's a custom cop, or maybe there's an existing one, and I just haven't noticed it yet. But so I'm adding a rule that says, hey, if you do see an fcontext, fdescribe, ffit, something like that, please fail. Please let us know, so we don't merge this in. So that's on my wishlist, not my to-don't list. That one is on my to-do list. CHRIS: I'm also intrigued, though, because the particular failure mode that you're describing is you take what is an entire spec suite, and instead, you focus down to one context block within a given file. So previously, there were 700 specs that ran, and now there are 12. And that's actually something that I would love for Circle or whatever platform you're running your tests on to be like, hey, just as a note, you had been slowly creeping up and had hit a high watermark of roughly 700 specs. And then today, we're down to 12. So either you did some aggressive grooming, or something's wrong. But a heuristic analysis of like, I know sometimes people delete specs, and that's a thing that's okay but probably not this many. So maybe something went wrong there. STEPH: I feel like we're turning CI into this friend at the bar that's like, "Hey, you've had a couple of drinks. I just wanted to check in with you to make sure that you're good." [laughs] CHRIS: Yes. STEPH: "You've had 100 tests that were running and now only 50. Hey, friend, how are you? What's going on?" CHRIS: "This doesn't sound like you. You're normally a little more level-headed." [laughs] And that's the CI that is my friend that keeps me honest. It's like, "Wait, you promised never to overspend anymore, and yet you're overspending." I'm like, "Thank you, CI. You're right; I did say I want the test to pass." STEPH: [laughs] I love it. I'll keep you posted if I figure something out; if I either turn CI into that friend, that lets me know when my behavior has changed in a concerning way, and an intervention is needed. Or, more likely, I will see if there's a RuboCop or some other process that I can apply that will check for this, which I imagine will be fast. I mean, we're very mindful about ensuring our test suite doesn't slow down as we're running it. But I'm just thinking about this out loud. If we add that additional cop, I imagine that will be fast. So I don't think that's too much of an overhead to add to our CI process. CHRIS: If you've already got RuboCop in there, I'm guessing the incremental cost of one additional cop is very small. But yeah, it is interesting. That general thing of I want CI to go fast; I definitely feel that feel. And we're slowly creeping up on the project I'm working on. I think we're at about somewhere between five to six minutes, but we've gotten there pretty quickly where not that long ago; it was only three minutes. We're adding a lot of features specs, and so they are definitely accruing slowdowns in our CI. And they're worth it; I think, because they're so valuable. And they test the whole integration of everything, but it's a thing that I'm very closely watching. And I have a long list of things that I might pursue when I decide it's time for CI to get a haircut, as it were. STEPH: I have a very hot tip for a way to speed up your test, and that is to check if any of your tests have a very long sleep in them. That came up recently [chuckles] this week where someone was working in a test and found some relic that had been added a while back that then wasn't caught. And I think it was a sleep 30. And they were like, "Hey, I just sped up our test by 30 seconds." I was like, ooh, we should grep now to see if there's anything else like that. [laughs] CHRIS: Oh, I love the sentence we should grep now. [laughter] The correct response to this is to grep immediately. I thought you were going to go with the pro tip of you can just focus down to one context block. And then the specs will run so much faster because you're ignoring most of them, but we don't want to do that. The sleep, though, that's a pro tip. And that does feel like a thing that there could be a cop for, like, never sleep more than...frankly, let's try not to sleep at all but also, add a sleep in our specs. We can sleep in life; it's important, but anyway. [chuckles] STEPH: [laughs] That was the second hot tip, and you got it. CHRIS: Lots of hot tips. Well, I'm going to put this in the category of good idea, terrible idea. I won't call it a hot tip. It's a thing we're trying. So much as we have tried to build a spec suite that is consistent and deterministic and tells us only the truth, feature specs, even in our best efforts, still end up flaking from time to time. We'll have feature specs that fail, and then eventually, on a subsequent rerun, they will pass. And I am of the mindset that A, we should try and look into those and see if there is a real cause to it. But sometimes, just the machinery of feature specs, there's so much going on there. We've got the additional overhead of we're running it within a JavaScript context. There's just so much there that...let me say what I did, and then we can talk more about the context. So there's a gem called RSpec::Retry. It comes from the wonderful folks over at NoRedInk, a well-known Elm shop for anyone out there in the Elm world. But RSpec::Retry does basically what it says in the name. If the spec fails, you can annotate specs. In our case, we've only enabled this for the feature specs. And you can tell it to retry, and you can say, "Retry up to this many times," and et cetera, et cetera. So I have enabled this for our feature specs. And I've only enabled it on CI. That's an important distinction. This does not run locally. So if you run a feature spec and it fails locally, that's a good chance for us to intervene and look at whether or not there's some flakiness there. But on CI, I particularly don't want the case where we have a pull request, everything's great, and we merge that pull request, and then the subsequent rebuild, which again, as a note, I would rather that Circle not rebuild it because we've already built that one. But that is another topic that I have talked about in the past, and we'll probably talk about it again in the future. But setting that aside, Circle will rebuild on the main branch when we merge in, and sometimes we'll see failures there. And that's where it's most painful. Like, this is now the deploy queue. This is trying to get this out into whatever environment we're deploying to. And it is very sad when that fails. And I have to go in and manually say, hey, rebuild. I know that this works because it just worked in the pull request, and it's the same commit hash. So I know deterministically for reasons that this should work. And then it does work on a rebuild. So we introduced RSpec::Retry. We have wrapped it around our feature specs. And so now I believe we have three possible retries. So if it fails once, it'll try it again, and then it'll try it a third time. So far, we've seen each time that it has had to step in; it will pass on the subsequent run. But I don't know; there was some very gentle pushback or concerns; let's call them when I introduced this pull request from another developer on the team, saying, "I don't know, though, I feel like this is something that we should solve at the root layer. The failures are a symptom of flaky tests, or inconsistency or et cetera, and so I'd rather not do this." And I said, "Yeah, I know. But I'm going to merge it," and then I merged it. We had a better conversation about that. I didn't just broadly overrule. But I said, "I get it, but I don't see the obvious place to shore this up. I don't see where we're doing weird inconsistent things in our code. This is just, I think, inherent complexity of feature specs." So I did it, but yeah, good idea, terrible idea. What do you think, Steph? Maybe terrible is too strong of a word. Good idea, mediocre idea. STEPH: I like the original branding. I like the good idea, terrible idea. Although you're right, that terrible is a very strong branding. So I am biased right now, so I'm going to lead in answering your question by stating that because our current project has that problem as well where we have these flaky tests. And it's one of those that, yes, we need to look at them. And we have fixed a large number of them, but there are still more of them. And it becomes a question of are we actually doing something wrong here that then we need to fix? Or, like you said, is it just the nature of these features-specs? Some of them are going to occasionally fail. What reasonable improvements can we make to address this at the root cause? I'm interested enough that I haven't heard of RSpec::Retry that I want to check it out because when you add that, you annotate a test. When a test fails, does it run the entire build, or will it rerun just that test? Do you happen to know? CHRIS: Just the test. So it's configured as in a round block on the feature specs. And so you tell it like, for any feature spec, it's like config.include for feature specs RSpec::Retry or whatever. So it's just going to rerun the one feature spec that failed when and if that happens. So it's very, very precise as well in that sense where when we have a failure merging into the main branch, I have to rebuild the whole thing. So that's five or six minutes plus whatever latency for me to notice it, et cetera, whereas this is two more seconds in our CI runtime. So that's great. But again, the question is, am I hiding? Am I dealing with the symptoms and not the root cause, et cetera? STEPH: Is there a report that's provided at the end that does show these are the tests that failed and we had to rerun them? CHRIS: I believe no-ish. You can configure it to output, but it's just going to be outputting to standard out, I believe. So along with the sea of green dots, you'll see had to retry this one. So it is visible, but it's not aggregated. And the particular thing is there's the JUnit reporter that we're using. So the XML common format for this is how long our tests took to run, and these ones passed and failed. So Circle, as a particular example, has platform-level insights for that kind of stuff. And they can tell you these are your tests that fail most commonly. These are the tests that take the longest run, et cetera. I would love to get it integrated into that such that retried and then surface this to Circle. Circle could then surface it to us. But right now, I don't believe that's happening. So it is truly I will not see it unless I actively go search for it. To be truly honest, I'm probably not doing that. STEPH: Yeah, that's a good, fair, honest answer. You mentioned earlier that if you want a test to retry, you have to annotate the test. Does that mean that you get to highlight specific tests that you're marking those to say, "Hey, I know that these are flaky. I'm okay with that. Please retry them." Or does it apply to all of them? CHRIS: I think there are different ways that you can configure it. You could go the granular route of we know this is a flaky spec, so we're going to only put the retry logic around it. And that would be a normal RSpec annotation sort of tagging the spec, I think, is the terminology there. But we've configured it globally for all feature specs. So in a spec support file, we just say config.include Rspec::Retry where type is a feature. And so every feature spec now has the possibility to retry. If they pass on the first pass, which is the hope most of the time, then they will not be tried. But if they don't, if they fail, then they'll be retried up to three times or up to two additional times, I think is the total. STEPH: Okay, cool. That's helpful. So then I think I have my answer. I really think it's a good idea to automate retrying tests that we have identified that are flaky. We've tried to address the root, and our resolution was this is fine. This happens sometimes. We don't have a great way to improve this, and we want to keep the test. So we're going to highlight that this test we want to retry. And then I'm going to say it's not a great idea to turn it on for all of them just because then I have that same fear about you're now hiding any flaky tests that get introduced into the system. And nobody reasonably is going to go and read through to see which tests are going to get retried, so that part makes me nervous. CHRIS: I like it. I think it's a balanced and reasonable set of good and terrible idea. Ooh, it's perfect. I don't think we've had a balanced answer on that yet. STEPH: I don't think so. CHRIS: This is a new outcome for this segment. I agree. Ideally, in my mind, it would be getting into that XML format, the output from the tests, so that we now have this artifact, we can see which ones are flaky and eventually apply effort there. What you're saying feels totally right of we should be more particular and granular. But at the same time, the failure mode and the thing that I'm trying, I want to keep deploys going. And I only want to stop deploys if something's really broken. And if a spec retries, then I'm fine with it is where I've landed, particularly because we haven't had any real solutions where there was anything weird in our code. Like, there's just flakiness sometimes. As I say it, I feel like I'm just giving up. [laughs] And I can hear this tone of stuff's just hard sometimes, and so I've taken the easy way out. And I guess that's where I'm at right now. But I think what you're saying is a good, balanced answer here. I like it. I don't know if I'm going to do anything about it, but...[laughter] STEPH: Well, going back to when I was saying that I'm biased, our team is feeling this pain because we have flaky tests. And we're creating tickets, and we're trying to do all the right things. We create a ticket. We have that. So it's public. So people know it's been acknowledged. If someone's working on it, we let the team know; hey, I'm working on this. So we're not duplicating efforts. And so, we are trying to address all of them. But then some of them don't feel like a great investment of our time trying to improve. So that's what I really do like about the RSpec::Retry is then you can still have a resolution. Because it's either right now your resolution is to fix it or to change the code, so then maybe you can test it in a different way. There's not really a good medium step there. And so the retry feels like an additional good outcome to add to your tool bag to say, hey, I've triaged this, and this feels reasonable that we want to retry this. But then there's also that concern of we don't want to hide all of these flaky tests from ourselves in case we have done it and there is an opportunity for us to improve it. So I think that's what I do really like about it because right now, for us, when a test fails, we have to rerun the entire build, and that's painful. So if tests are taking about 20 minutes right now, then one spec fails, and then you have to wait another 20 minutes. CHRIS: I would have turned this on years ago with a 20-minute build time. [chuckles] STEPH: [laughs] Yeah, you're not wrong. But also, I didn't actually know about RSpec::Retry until today. So that may be something that we introduce into our application or something that I bring up to the team to see if it's something that we want to add. But it is interesting that initial sort of ooh kind of feeling that the team will give you introducing because it feels bad. It feels wrong to be like, hey, we're just going to let these flaky tests live on, and we're going to automate retrying them to at least speed us up. And it's just a very interesting conversation around where we want to invest our time and between the risk and pay off. And I had a similar experience this week where I had that conversation, but this one was more with myself where I was working through a particular issue where we have a state in the application where something weird was done in the past that led us to a weird state. And so someone raised a very good question where it's like, well, if what you're saying is technically an impossible state, we should make it impossible, like at the database layer. And I love that phrase. And yet, there was a part of me that was like, yes, but also doing that is not a trivial investment. And we're here because of a very weird thing that happened before. It felt one of those interesting, like, do we want to pursue the more aggressive, like, let's make this impossible for the future? Or do we want to address it for now and see if it comes back up, and then we can invest more time in it? And I had a hard time walking myself through that because my initial response was, well, yeah, totally, we should make it impossible. But then I walked through all the steps that it would take to make that happen, and it was not very trivial. And so it was one of those; it felt like the change that we ended up with was still an improvement. It was going to prevent users from seeing an error. It was still going to communicate that this state is an odd state for the application to be in. But it didn't go as far as to then add in all of the safety measures. And I felt good about it. But I had to convince myself to feel good about it. CHRIS: What you're describing there, the whole thought sequence, really feels like the encapsulation of it depends. And that being part of the journey of learning how to do software development and what it means. And you actually shared a wonderful video with me yesterday, and it was Cassidy Williams at GitHub Universe. And it was her talking to her younger self, and just it depends, and it was so true. So we will include a link to that in the show note because that was a wonderful thing for you to share. And it really does encapsulate this thing. And from the outside, before I started doing software development, I'm like, it's cool. I'm going to learn how to sling code and fix the stuff and hack, and it'll be great, and obvious, and correct, and knowable. And now I'm like, oh man, squishy nonsense. That's all it is. STEPH: [laughs] CHRIS: Fun squishy, and I like it. It's so good. But it depends. Exactly that one where you're like, I know that there's a way to get to correctness here but is it worth the effort? And looping back to...I'm surprised at the stance that I've taken where I'm just like, yeah, I'm putting in RSpec::Retry. This feels like the right thing. I feel good about this decision. And so I've tried to poke at it a tiny bit. And I think what matters to me deeply in a list of priorities is number one correctness. I care deeply that our system behaves correctly as intended and that we are able to verify that. I want to know if the system is not behaving correctly. And that's what we've talked about, like, if the test suite is green, I want to be able to deploy. I want to feel confident in that. Flaky specs exist in this interesting space where if there is a real underlying issue, if we've architected our system in a way that causes this flakiness and that a user may ever experience that, then that is a broken system. That is an incorrect system, and I want to resolve that. But that's not the case with what we're experiencing. We're happy with the architecture of our system. And when we're resolving it, we're not even really resolving them. We're just rerunning manually at this point. We're just like, oh, that spec flaked. And there's nothing to do here because sometimes that just happens. So we're re-running manually. And so my belief is if I see all green, if the specs all pass, I know that I can deploy to production. And so if occasionally a spec is going to flake and retrying it will make it pass (and I know that pass doesn't mean oh, this time it happened to pass; it's that is the correct outcome) and we have a false negative before, then I'm happy to instrument the system in a way that hides that from me because, at this point, it does feel like noise. I'm not doing anything else with the failures when we were looking at them more pointedly. I'm not resolving those flaky specs. There are no changes that we've made to the underlying system. And they don't represent a failure mode or an incorrectness that an end-user might see. So I honestly want to paper over and hide it from myself. And that's why I've chosen this. But you can see I need to defend my actions here because I feel weird. I feel a little off about this. But as I talk through it, that is the hierarchy. I care about correctness. And then, the next thing I care about is maintaining the deployment pipeline. I want that to be as quick and as efficient as possible. And I've talked a bunch about explorations into the world of observability and trying to figure out how to do continuous deployment because I think that really encourages overall better engineering outcomes. And so first is correctness. Second is velocity. And flaky specs impact velocity heavily, but they don't actually impact correctness in the particular mode that we're experiencing them here. They definitely can. But in this case, as I look at the code, I'm like, nah, that was just noise in the system. That was just too much complexity stacked up in trying to run a feature spec that simulates a browser and a user clicking in JavaScript and all this stuff and the things. But again, [laughs] here I am. I am very defensive about this apparently. STEPH: Well, I can certainly relate because I was defending my answer to myself earlier. And it is really interesting what you're pointing out. I like how you appreciate correctness and then velocity, that those are the two things that you're going after. And flaky tests often don't highlight an incorrect system. It is highlighting that maybe our code or our tests are not as performant as we would like them to be, but the behavior is correct. So I think that's a really important thing to recognize. The part where I get squishy is where we have encountered on this project some flaky tests that did highlight that we had incorrect behavior, and there's only been maybe one or two. It was rare that it happened, but it at least has happened once or twice where it highlighted something to us that when tests were run...I think there's a whole lot of context. I won't get into it. But essentially, when tests were being run in a particular way that made them look like a flaky test, it was actually telling us something truthful about the system, that something was behaving in a way that we didn't want it to behave. So that's why I still like that triage that you have to go through. But I also agree that if you're trying to get out at a deploy, you don't want to have to deal with flaky tests. There's a time to eat your vegetables, and I don't know if it's when you've got a deploy that needs to go out. That might not be the right time to be like, oh, we've got a flaky test. We should really address this. It's like, yes; you should note to yourself, hey, have a couple of vegetables tomorrow, make a ticket, and address that flaky test but not right now. That's not the time. So I think you've struck a good balance. But I also do like the idea of annotating specific tests instead of just retrying all of them, so you don't hide anything from yourself. CHRIS: Yeah. And now that I'm saying it and now that I'm circling back around, what I'm saying is true of everything we've done so far. But it is possible that now this new mode that the system behaves in where it will essentially hide flaky specs on CI means that any new flaky regressions, as it were, will be hidden from us. And thus far, almost all or I think all of the flakiness that we've seen has basically been related to timeouts. So a different way to solve this would potentially be to up the Capybara wait time. So there are occasionally times where the system's churning through, and the various layers of the feature specs just take a little bit longer. And so they miss...I forget what it is, but it's like two seconds right now or something like that. And I can just bump that up and say it's 10 seconds. And that's a mode that if eventually, the system ends in the state that we want, I'm happy to wait a little longer to see that, and that's fine. But there are...to name some of the ways that flaky tests can actually highlight truly incorrect things; race conditions are a pretty common one where this behaves fine most of the time. But if the background job happens to succeed before the subsequent request happens, then you'll go to the page. That's a thing that a real user may experience, and in fact, it might even be more likely in production because production has differential performance characteristics on your background jobs versus your actual application. And so that's the sort of thing that would definitely be worth keeping in mind. Additionally, if there are order issues within your spec suite if the randomize...I think actually RSpec::Retry wouldn't fix this, though, because it's going to retry within the same order. So that's a case that I think would be still highlighted. It would fail three times and then move on. But those we should definitely deal with. That's a test-related thing. But the first one, race conditions, that's totally a thing. They come up all the time. And I think I've potentially hidden that from myself now. And so, I might need to lock back what I said earlier because I feel like it's been true thus far that that has not been the failure mode, but it could be moving forward. And so I really want to find out if we got flaky specs. I don't know; I feel like I've said enough about this. So I'm going to stop saying anything new. [laughs] Do you have any other thoughts on this topic? STEPH: Our emotions are a pendulum. We swing hard one way, and then we have to wait till we come back and settle in the middle. But there's that initial passion play where you're really frustrated by something, and then you swing, and you settle back towards something that's a little more neutral. CHRIS: I don't trust anyone who pretends like their opinions never change. It doesn't feel like a good way to be. STEPH: Oh, I hope that...Do people say that? I hope that's not true. I hope we are all changing our opinions as we get more information. CHRIS: Me too. Mid-roll Ad And now a quick break to hear from today's sponsor, Scout APM. Scout APM is leading-edge application performance monitoring that's designed to help Rails developers quickly find and fix performance issues without having to deal with the headache or overhead of enterprise platform feature bloat. With a developer-centric UI and tracing logic that ties bottlenecks to source code, you can quickly pinpoint and resolve those performance abnormalities like N+1 queries, slow database queries, memory bloat, and much more. Scout's real-time alerting and weekly digest emails let you rest easy knowing Scout's on watch and resolving performance issues before your customers ever see them. Scout has also launched its new error monitoring feature add-on for Python applications. Now you can connect your error reporting and application monitoring data on one platform. See for yourself why developers call Scout their best friend and try our error monitoring and APM free for 14 days; no credit card needed. And as an added-on bonus for Bike Shed listeners, Scout will donate $5 to the open-source project of your choice when you deploy. Learn more at scoutapm.com/bikeshed. That's scoutapm.com/bikeshed. CHRIS: Well, shifting only ever so slightly because it turns out it's a very related question, but we have a listener question. As always, thank you so much to everyone who sends in listener questions. We really appreciate them. And today's question comes from Mikhail, and he writes in, "Regarding the discussion in Episode 311 on requiring commits merged to be tested, I have a question on how you view multi commit PRs. Do you think all the commits in a PR should be tested or only the last one? If you test all commits in a PR, do you have any good tips on setups for that? Would you want all commits to pass all tests? For one, it helps a lot when using Git bisect. It is also a question of keeping the history clean and understandable. As a background on the project I currently work on, we have the opinion that all commits should be tested and working. We have now decided on single commit PRs only since this is the only way that we can currently get the setup reasonably on our CI. I would like to sometimes make PRs with more than one commit since I want to make commits as small as possible. In order to do that, we would have to find a way to make sure all commits in the PR are tested. There seems to be some hacky ways to accomplish this, but there is not much talk about it. Also, we are strict in requiring a linear history in all our projects. Kind regards, Mikhail." So, Steph, what do you think? STEPH: I remember reading this question when it came in. And I have an experience this week that is relevant to this mainly because I had seen this question, and I was thinking about it. And off the cuff, I haven't really thought about this. I haven't been very concerned about ensuring every single commit passes because I want to ensure that, ultimately, the final commit that I have is going in. But I also rarely have more than one commit in a PR. So that's often my default mode. There are a couple of times that I'll have two, maybe three commits, but I think that's pretty rare for me. I'll typically have just one commit. So I haven't thought about this heavily. And it's not something that frankly I've been concerned about or that I've run into issues with. From their perspective about using Git bisect, I could see how that could be troublesome, like if you're looking at a commit and you realize there's a particular commit that's already merged and that fails. The other area that I could think of where this could be problematic is if you're trying to roll back to a specific commit. And if you accidentally roll back to a commit that is technically broken, but you didn't know that because it was not the final commit as was getting tested on CI, that could happen. I haven't seen that happen. I haven't experienced it. So while that does seem like a legitimate concern, it's also one that I frankly just haven't had. But because I read this question from this person earlier this week, I actually thought about it when I was crafting a PR that had several commits in it, which is kind of unusual for me since I'm usually one or two commits in a PR. But for this one, I had several because we use standard RB in our project to handle all the formatting. And right now, we have one of those standard to-do files because we added it to the project. But there are still a number of manual fixes that need to be applied. So we just have this list of files that still need to be formatted. And as someone touches that file, we will format it, and then we'll take it out of that to-do list. So then standard RB will include it as it's linting all of our files. And I decided to do that for all of our spec files. Because I was like, well, this was the safest chunk of files to format that will require the least amount of review from folks. So I just want to address all of them in one go. But I separated the more interesting changes into different commits just to make others aware of, like, hey, this is something standard RB wants. And it was interesting enough that I thought I would point it out. So my first commit removed all the files from that to-do list, but then my other commits are the ones that made actual changes to some of those files that needed to be corrected. So technically, one or two of my middle commits didn't pass the standard RB linting. But because CI was only running that final commit, it didn't notice that. And I thought about this question, and so I intentionally went back and made sure each of those commits were correct at that point in time. And I feel good about that. But I still don't feel the need to add more process around ensuring each commit is going to be green. I think I would lean more in favor of let's keep our PR small to one or two commits. But I don't know; it's something I haven't really run into. It's an interesting question. How about you? What are your experiences, or what are your thoughts on this, Chris? CHRIS: When this question came through, I thought it was such an interesting example of considering the cost of process changes. And to once again reference one of our favorite blog posts by German Velasco, the Say No to More Process post, which we will, of course, link in the show notes. This is such a great example of there was likely a small amount of pain that was felt at one point where someone tried to run git bisect. They ran into a troublesome commit, and they were like, oh no, this happened. We need to add processes, add automation, add control to make sure this never happens again. Personally, I run git bisect very rarely. When I do, it's always a heroic moment just to get it started and to even know which is the good and which is the bad. It's always a thing anyway. So it would be sad if I ran into one of these commits. But I think this is a pretty rare outcome. I think in the particular case that you're talking about, there's probably a way to actually tease that apart. I think it sounds like you fixed those commits knowing this, maybe because you just put it in your head. But the idea that the process that this team is working on has been changed such that they only now allow single commit PRs feels like too much process in my mind. I think I'm probably 80%, maybe 90% of the time; it's only a single commit in a PR for me. But occasionally, I really value having the ability to break it out into discrete steps, like these are all logically grouped in one changeset that I want to send through. But they're discrete steps that I want to break apart so that the team can more easily review it so that we have granular separation, and I can highlight this as a reference. That's often something that I'll do is I want this commit to standalone because I want it to be referenced later on. I don't want to just fold it into the broader context in which it happened, but it's pretty rare. And so to say that we can't do that feels like we're adding process where it may not be worth it, where the cost of that process change is too high relative to the value that we're getting, which is speculatively being able to run git bisect and not hit something problematic in the future. There's also the more purist, dogmatic view of well, all commits should be passing, of course. Yeah, I totally agree with that. But what's it worth to you? How much are you willing to spend to achieve that goal? I care deeply about the correctness of my system but only the current correctness. I don't care about historical correctness as much, some. I think I'm diminishing this more than I mean to. But really back to that core question of yes, this thing has value, but is it worth the cost that we have to pay in terms of process, in terms of automation and maintenance of that automation over time, et cetera or whatever the outcome is? Is it worth that cost? And in this case, for me, this would not be worth the cost. And I would not want to adopt a workflow that says we can only ever have single commit PRs, or all commits must be run on CI or any of those variants. STEPH: This is an interesting situation where I very much agree with everything you're saying. But I actually feel like what Mikhail wants in this world; I want it too. I think it's correct in the way that I do want all the commits to pass, and I do want to know that. And I think since I do fall into the default, like you mentioned, 80%, 90% of my PRs are one commit. I just already have that. And the fact that they're enforcing that with their team is interesting. And I'm trying to think through why that feels cumbersome to enforce that. And I'm with you where I'll maybe have a refactor commit or something that goes before. And it's like, well, what's wrong with splitting that out into a separate PR? What's the pain point of that? And I think the pain point is the fact that one, you have two PRs that are stacked on each other. So you have the first one that you need to get reviewed, and then the second one; there's that bit of having to hop between the two if there's some shared context that someone can't just easily review in one pull request. But then there's also, as we just mentioned, there's CI that has to run. And so now it's running on both of them, even though maybe that's a good thing because it's running on both commits. I like the idea that every commit is tested, and every commit is green. But I actually feel like it's some of our other processes that make it cumbersome and hard to get there. And if CI did run on every commit, I think it would be ideal, but then we are increasing our CI time by running it on every commit. And then it comes down to essentially what you said, what's the risk? So if we do merge in a commit that doesn't work or has something that's failing about it but then the next commit after that fixes it, what's the risk that we're going to roll back to that one specific commit that was broken? If that's a high risk for you and your team, then adding this process is probably the really wise thing to do because you want to make sure the app doesn't go down for users. That's incredibly important. If that's not a high risk for your team, then I wouldn't add the process. CHRIS: Yeah, I totally agree. And to clarify my stances, for me, this change, this process change would not be worth the trade-off. I love the idea. I love the goal of it. But it is not worth the process change, and that's partly because I haven't particularly felt the pain. CI is not an inexhaustible resource I have learned. I'm actually somewhat proud our very small team that is working on the project that we're working on; we just recently ran out of our CI budget, and Circle was like, "Hey, we got to charge you more." And I was like, "Cool, do that." But it was like, there is cost both in terms of the time, clock time, and each PR running and all of those. We have to consider all of these different things. And hopefully, we did a useful job of framing the conversation, because as always, it depends, but it depends on what. And in this case, there's a good outcome that we want to get to, but there's an associated cost. And for any individual team, how you weigh the positive of the outcome versus how you weigh the cost will alter the decision that you make. But that's I think, critically, the thing that we have to consider. I've also noticed I've seen this conversation play out within teams where one individual may acutely feel the pain, and therefore they're anchored in that side. And the cost is irrelevant to them because they're like, I feel this pain so acutely, but other people on the team aren't working in that part of the codebase or aren't dealing with bug triage in the same way that that other developer is. And so, even within a team, there may be different levels of how you measure that. And being able to have meaningful conversations around that and productively come to a group decision and own that and move forward with that is the hard work but the important work that we have to do. STEPH: Yeah. I think that's a great summary; it depends. On that note, shall we wrap up? CHRIS: Let's wrap up. The show notes for this episode can be found at bikeshed.fm. STEPH: This show is produced and edited by Mandy Moore. CHRIS: If you enjoyed listening, one really easy way to support the show is to leave us a quick rating or even a review in iTunes, as it really helps other folks find the show. STEPH: If you have any feedback for this or any of our other episodes, you can reach us at @_bikeshed or reach me on Twitter @SViccari. CHRIS: And I'm @christoomey STEPH: Or you can reach us at hosts@bikeshed.fm via email. CHRIS: Thanks so much for listening to The Bike Shed, and we'll see you next week. All: Byeeeeeeeeee! Announcer: This podcast was brought to you by thoughtbot. thoughtbot is your expert design and development partner. Let's make your product and team a success.

Screaming in the Cloud
Teasing Out the Titular Titles with Chris Williams

Screaming in the Cloud

Play Episode Listen Later Oct 27, 2021 39:59


About ChrisChris Williams is a Enterprise Architect for World Wide Technology — a technology solution and service provider. There he helps customers design the next generation of public, private, and hybrid cloud solutions, specializing in AWS and VMware. His first computer was a Commodore 64, and he's been playing video games ever since.Chris blogs about virtualization, technology, and design at Mistwire. He is an active community leader, co-organizing the AWS Portsmouth User Group, and both hosts and presents on vBrownBag. He is also an active mentor, helping students at the University of New Hampshire through Diversify Thinking—an initiative focused on empowering girls and women to pursue education and careers in STEM.Chris is a certified AWS Hero as well as a VMware vExpert. Fun fact that Chris doesn't want you to know: he has a degree in psychology so you can totally talk to him about your feelings.Links: WWT: https://www.wwt.com/ Twitter: https://twitter.com/mistwire Personal site: https://mistwire.com vBrownBag: https://vbrownbag.com/team/chris-williams/ TranscriptAnnouncer: Hello, and welcome to Screaming in the Cloud with your host, Chief Cloud Economist at The Duckbill Group, Corey Quinn. This weekly show features conversations with people doing interesting work in the world of cloud, thoughtful commentary on the state of the technical world, and ridiculous titles for which Corey refuses to apologize. This is Screaming in the Cloud.Corey: This episode is sponsored in part by Honeycomb. When production is running slow, it's hard to know where problems originate: is it your application code, users, or the underlying systems? I've got five bucks on DNS, personally. Why scroll through endless dashboards, while dealing with alert floods, going from tool to tool to tool that you employ, guessing at which puzzle pieces matter? Context switching and tool sprawl are slowly killing both your team and your business. You should care more about one of those than the other, which one is up to you. Drop the separate pillars and enter a world of getting one unified understanding of the one thing driving your business: production. With Honeycomb, you guess less and know more. Try it for free at Honeycomb.io/screaminginthecloud. Observability, it's more than just hipster monitoring.Corey: This episode is sponsored in part by our friends at Vultr. Spelled V-U-L-T-R because they're all about helping save money, including on things like, you know, vowels. So, what they do is they are a cloud provider that provides surprisingly high performance cloud compute at a price that—while sure they claim its better than AWS pricing—and when they say that they mean it is less money. Sure, I don't dispute that but what I find interesting is that it's predictable. They tell you in advance on a monthly basis what it's going to going to cost. They have a bunch of advanced networking features. They have nineteen global locations and scale things elastically. Not to be confused with openly, because apparently elastic and open can mean the same thing sometimes. They have had over a million users. Deployments take less that sixty seconds across twelve pre-selected operating systems. Or, if you're one of those nutters like me, you can bring your own ISO and install basically any operating system you want. Starting with pricing as low as $2.50 a month for Vultr cloud compute they have plans for developers and businesses of all sizes, except maybe Amazon, who stubbornly insists on having something to scale all on their own. Try Vultr today for free by visiting: vultr.com/screaming, and you'll receive a $100 in credit. Thats v-u-l-t-r.com slash screaming.Corey: Welcome to Screaming in the Cloud. I'm Corey Quinn. One of the things I miss the most from the pre-pandemic times is meeting people at conferences or at various business meetings, not because I like people—far from it—but because we go through a ritual that I am a huge fan of, which is the exchange of business cards. Now, it's not because I'm a collector or anything here, but because I like seeing what people's actual titles are instead of diving into the morass of what we call ourselves on Twitter and whatnot. Today, I have just one of those folks with me. My guest is Chris Williams, who works at WWT, and his business card title is Enterprise Architect, comma AWS Cloud. Chris, welcome.Chris: Hi. Thanks for having me on the show, Corey.Corey: No, thank you for taking the time to speak with me. I have to imagine that the next line in your business card is, “No, I don't work for AWS,” because you know a company has succeeded when they get their name into people's job titles who don't work there.Chris: So, I have a running joke where the next line should actually be cloud therapist. And my degree is actually in psychology, so I was striving to get cloud therapist in there, but they still don't want to let me have it.Corey: Former guest Bobby Allen is now a cloud therapist over at Google Cloud, which is just phenomenal. I don't know what they're doing in a marketing context over there; I just know that they're just blasting them out of the park on a consistent, ongoing basis. It's really nice to see. It's forcing me to up my game a little bit. So, one of the challenges I've always had is, I don't like putting other companies' names into the title.Now, I run the Last Week in AWS newsletter, so yeah, okay, great, there's a little bit of ‘do as I say, not as I do' going on here. Because it feels, on some level, like doing unpaid volunteer work for a $2 trillion company. Speaking of, you are an AWS Community Hero, where you do volunteer work for a $2 trillion company. How'd that come about? What did you do that made you rise to their notice?Chris: That was a brilliant segue. Um—[laugh]—Corey: I do my best.Chris: So I, actually prior to becoming an AWS Community Hero, I do a lot of community work. So, I have run and helped to run four different community-led organizations: the Virtualization Technology User Group of New England; the AWS Portsmouth User Group, now the AWS Boston User Group; I'm a co-host and presenter for vBrownBag; I also do the New England AWS Community Day, which is a conglomeration of all the different user groups in one setting; and various and sundry other things, as well, along the way. Having done all of that, and having had a lot of the SAs and team members come and do speaking presentations for these various and sundry things, I was nominated internally by AWS to become one of their Community Heroes. Like you said, it's basically unpaid volunteer work where I go out and tout the services. I love talking about nerd stuff, so when I started working on AWS technologies, I really enjoyed it, and I just, kind of like, glommed on with other people that did it as well. I'm also a VMware vExpert, which basically use the exact same accolade for VMware. I have not been doing as much VMware stuff in the recent past, but that's kind of how I got into this gig.Corey: One of the things that strikes me as being the right move with respect to these, effectively, community voice accolades is Microsoft got something very right—they've been doing this a long time—they have their MVP program, but they have to re-invite people who have to requalify for it by whatever criteria they are, every year. AWS does not do this with their Heroes program. If you look at their Heroes page, there's a number of folks up there who have been doing interesting things in the cloud years ago, but then fell off the radar for a variety of reasons. In fact, the only way that I'm aware that you can lose Hero status is via getting a job at AWS or one of AWS competitors.Now, the hard part, of course, is well, who is Amazon's competitors? Basically everyone, but it mostly distills down to Microsoft, Google, and Oracle, as best I can tell, for Hero status. How does VMware fall on that spectrum? To be more specific, how does VMware fall on the spectrum of their community engagement program and having to renew, not, “Are they AWS's competitor?” To which the answer is, “Of course.”Chris: So, the renewal process for the VMware vExpert program is an annual re-up process where you fill out the form, list your contribution of the year, what you've done over the previous year, and then put it in for submission to the board of VMware vExperts who then give you the thumbs up or thumbs down. Much like Nero, you know, pass or fail, live or die. And I've been fortunate enough, so my vBrownBag contributions are every week; we have a show that happens every week. It can be either VMware stuff, or cloud in general stuff, or developer-related stuff. We cover the gamut; you know, people that want to come on and talk about whatever they want to talk about, they come on. And by virtue of that, we've had a lot of VMware speakers, we've had a lot of AWS speakers, we've had a lot of Azure speakers. So, I've been fortunate enough to be able to qualify each year with those contributions.Corey: I think that's the right way to go, from my perspective at least. But I want to get into this a little bit because you are an enterprise architect, which is always one of those terms that is super easy to make fun of in a variety of different ways. Your IDE is probably a whiteboard, and at some point when you have to write code, I thought you had a team of people who would be able to do that all for you because your job is to cogitate, and your artifacts are documentation, and the entire value of what you do can only be measured in the grand sweep of time, et cetera, et cetera, et cetera.Chris: [laugh].Corey: But you don't generally get to be a Community Hero for stuff like that, and you don't usually get to be a vExpert on the VMware side, by not having at least technical chops that make people take a second look. What is it you'd say it is you do hear for, lack of a better term?Chris: “What would you say ya, do you here, Bob?” So, I'm not being facetious when I say cloud therapist. There is a lot of working at the eighth layer of the OSI model, the political layer. There's a lot of taking the requirements from the customer and sending them to the engineer. I'm a people person.The easy answer is to say, I do all the things from the TOGAF certification manual: the requirements, risks, assumptions, and constraints; the logical, conceptual, and physical diagrams; the harder answer is the soft skill side of that, is actually being able to communicate with the various levels of the industry, figuring out what the business really wants to do and how to technically solution that and figure out how to talk to the engineers to make that happen. You're right EAs get made fun of all the time, almost as much as consultants get made fun of. And it's a very squishy layer that, you know, depending upon your personality and the personality of the customer that you're dealing with, it can work wonderfully well or it can crash and burn immediately. I know from personal experience that I don't mesh well with financials, but I'm really, really good with, like, medical industry stuff, just the way that the brain works. But ironically, right now I'm working with a financial and we're getting along like a house on fire.Corey: Oh, yeah. I've been saying for a while now that when it comes to cloud, cost and architecture are the same things, and I think that ties back to a lot of different areas. But I want to be very clear here that we talk about, I'm not super deep into the financials, that does not mean you're bad at architecture because working on finance means different things to different folks. I don't think that it is possibly a good architect in the cloud environment and not have a conception of, “Huh, that thing seems really expensive if I do it that way.” That is very different than having the skill of reading a profit and loss statement or understanding various implications of the time value of money calculation that a company uses, or how things get amortized.There are nuances piled on top of nuances in finance, and it's easy to sit here and think that oh, I'm not great at finance means I don't know how money works. That is very rarely true. If you really don't know how money works, you'll go start a cryptocurrency startup.Chris: [laugh]. So, I plugged back to you; I was listening to one of your old shows and I cribbed one of your ideas and totally went with it. So, I just said that there's the logical, conceptual, and physical diagrams of an environment; on one of your shows, you had mentioned a financial diagram for an environment, and I was like, “That's brilliant.” So, now when I go into a customer, I actually do that, too. I take my physical diagram, I strip out all of the IP addresses, and our names, and everything like that, and I plot down how much it's going to cost, like, “This is the value of the EC2 instance,” or, “This is how much this pipe is going to cost if you run this over it.” And they go bananas over it. So, thanks for providing that idea that I mercilessly stole.Corey: Kind of fun on a lot of levels. Part of the challenge is as things get cloudier and it moves away from EC2 instances, ideally the lie we would like to tell ourselves that everything's in an auto-scaling group. Great—Chris: Right.Corey: —stepping beyond that when you start getting into something that's even more intricately tied to a specific user, we're talking about effectively trying to get unit economic measures of every user, every thousand users is going to cost me X dollars to service them on average, on top of a baseline of steady-state spend that is going to increase differently. At that point, talking to finance about predictive models turn into, “Well, this comes down to a question of business modeling.” But conversely, for engineering minds that is exactly what finance is used to figuring out. The problem they have is, “Well, every time we hire a new engineer, we wind up seeing our AWS bill increase.” Funny how that works. Yeah, how do you map that to something that the business understands? That is part of what they do. But it does, I admit, make it much more challenging from a financial map of an environment.Chris: Yeah, especially when the customer or the company is—you know, they've been around for a while, and they're used to just like that large bolus of money at the very beginning of a data center, and they buy the switches, and they buy the servers, and they virtualize them, and they have that set cost that they knew that they had to plunk down at the beginning. And it's a mindset shift. And they're coming around to it, some faster than others. Oddly enough, the startups nowadays are catching on very quickly. I don't deal with a lot of startups, so it takes some finesse.Corey: An interesting inflection that I've seen is that there's an awful lot of enterprises out there that say, “Oh, we're like a startup.” Great. You mean with weird cultural inflections that often distill down to cult of personality, the constant worry about whether you're going to wind up running out of runway before finding product-market fit? And the rooms filled with—Chris: The eighty-hour work weeks? The—[laugh]—Corey: And they're like, “No, no, no, it's like the good parts.” “Oh, so you mean out the upside.” But you don't hear it the other way around where you have a startup that you're interviewing with, “Ha-ha, we're like an enterprise. We have a six-month interview process that takes 18 different stages,” and so on and so forth. However, we do see startups having to mature rapidly, and move up the compliance path as they're dealing with regulated entities and the rest, and wanting to deal with serious customers who have no sense of humor about, “Yeah, we'll figure that part out later as part of an audit document.”So, what we also see, though, is that enterprises are doing things that look a lot more startup-y. If I take a look at the common development environments and tools and techniques that big enterprises use, it looks an awful lot like how startups were doing it five or ten years ago. That is the slow and steady evolution of time. And what startups are doing today becomes enterprise tomorrow, and I can't shake the feeling that there's a sea of vendors out there who, in the event that winds up happening are eventually going to find themselves without a market at all. My model has been that if I go and found a Twitter for Pets style startup tomorrow and in ten years, it has grown to become an S&P 500 component—which is still easier to take seriously than most of what Tesla says—great.During that journey, at what point do I become a given company's customer because if there is no onboarding story for me to become your customer, you're in a long-tail decline phase. That's been my philosophy, but you are a—trademarked term—Enterprise Architect, so please feel free to tell me if I'm missing any of the nuances there, which I'm sure I am because let's face it, nuance is hard; sweeping statements are easy.Chris: As an architect, [laugh] it would be a disservice to not say my favorite catchphrase, it depends. There are so many dependencies to those kinds of sweeping statements. I mean, there's a lot of enterprises that have good process; there are a lot of enterprises that have bad process. And going back to your previous statement of the startup inside the enterprise, I'm hearing a lot of companies nowadays saying, “Oh, well, we've now got this brand new incubator system that we're currently running our little startup inside of. It's got the best of both worlds.”And I'm not going to go through the litany of bad things that you just said about startups, but they'll try to encapsulate that shift that you're talking about where the cheese is moving so quickly now that it's very hard for these companies to know the customer well enough to continue to stay salient and continue to be able to look into that crystal ball to stay relevant in the future. My job as an EA is to try to capture that point in time where what are the requirements today and what are the known detriments that you're going to see in your future that you need to protect against? So, that's kind of my job—other than being a cloud therapist—in a nutshell.Corey: I love the approach. My line has been that I do a lot of marriage counseling between engineering and finance, which is a fun term that also just so happens to be completely accurate.Chris: Absolutely. [laugh]. I'm currently being a marriage counselor right now.Corey: It's an interesting time. So, you had a viral tweet recently that honestly, I'm a bit jealous about. I have had a lot of tweets that have done reasonably well, but I haven't ever had anything go super-viral, where it was just a screenshot of a conversation you had with an AWS recruiter. Now, before we go into this, I want to make a couple of disclaimers here. Before I entered tech myself, I was a technical recruiter, and I can say that these people have hard jobs.There is a constant pressure to perform, it is a sales job that is unlike most others. If you sell someone a pen, great, you can wrap your head around what that's like. But you don't have to worry about the pen deciding it doesn't want to go home with the buyer. So, it becomes a double sale in a lot of weird ways, and there's a constant race to the bottom and there's a lot of competition in the space. It's a numbers game and a lot of folks get in and wash out who have terrible behaviors and terrible patterns, so the whole industry gets tainted—in some respects—like that. A great example of someone who historically has been a terrific example of recruiting done right has been Jill Wohlner. And she's one of the shining beacons of the industry as far as how to do these things in the right way—Chris: Yes.Corey: —but the fact that she is as exceptional as she is is in no small part because there's a lot of random folks coming by. All which is to say that our conversation going forward is not and should not be aimed at smacking around individual recruiters or recruiting as a whole because that is unfair. Now, that disclaimer has been given. Great, what happened?Chris: So, first off, shout out to Jill; she actually used to be a host on vBrownBag. So, hey girl. [laugh]. What happened was—and I have the utmost empathy and sympathy for recruiting; I actually used to have a side gig where I would go around to the local recruiting places around my area here and teach them how to read a cloud resume and how to read a req and try to separate the wheat from the chaff, and to actually have good conversations. This was back when cloud wasn't—this was, like, three or four years ago.And I would go in there and say, “This is how you recruit a cloud person nowadays.” So, I love good recruiters. This one was a weird experience in that—so when a recruiter reaches out to me, what I do is I take an assessment of my current situation: “Am I happy where I'm at right now?” The answer is, “Yes.” And if they ping me, I'll say, “Hey, I'm happy right now, but if you have something that is, you know, a million dollars an hour, taste-testing margaritas on St. John island in the sand, I'm all ears. I'm listening. Conversely, I also am a Community Hero, so I know a ton of people out in the industry. Maybe I can help you out with landing that next person.”Corey: I just want to say for the record, that is absolutely the right answer. And something like that is exactly what I would give, historically. I can't do it now because let's be clear here. I have a number of employees and, “Hey, Corey's out there doing job interviews,” sends a message that isn't good when it comes to how is that company doing anyway. I miss it because I enjoyed the process and I enjoyed the fun, but even when I was perfectly happy, it's, “Well, I'm not actively on the market, but I am interested to have a conversation if you've got something interesting.”Because let's face it, I want to hear what's going on in the market, and if I'm starting to hear a lot of questions about a technology I have been dismissive of, okay, maybe it's time to pay more attention. I have repeatedly been able to hire the people interviewing me in some cases, and sometimes I've gone on interviews just to keep my interview skills sharp and then wound up accepting the job because it turned out they did have something interesting that was compelling to me even though I was reasonably happy at the time. I will always take the meeting; I will always at least have a chat about what they're doing, and I think that doing otherwise is doing yourself a disservice in the long arc of your career.Chris: Right. And that's basically the approach that I take, too. I want to hear what's out there. I am very happy at World Wide right now, so I'm not interested, interested. But again, if they come up with an amazing opportunity, things could happen. So, I implied that in my response to him.I said, “I'm happy right now, thanks for asking, but let's set up the meeting and we can have a chat.” The response was unexpected. [laugh]. The response was basically, “If you're not ready to leave right now, it makes no sense for me to talk to you.” And it was a funny… interaction.I was like, “Huh. That's funny.” I'm going to tweet about that because I thought it was funny—I'm not a jerk, so I'm going to block out all of the names and all of the identifying information and everything—and I threw it up. And the commiseration was so impressive. Not impressive in a good way; impressive in a bad way.Every person that responded was like, “Yes. This has happened to me. Yes, this is”—and honestly, I got a lot of directors from AWS reaching out to me trying to figure out who that person was, apologizing saying that's not our way. And I responded to each and every single one of them. And I was like, “Somebody has already found that person; somebody has already spoken to that person. That being said, look at all of the responses in the timeline. When you tell me personally, that's not the way you do things, I believe that you believe that.”Corey: Yeah, I believe you're being sincere when you say this, however the reality of what the data shows and people's lived experience in the form of anecdotes are worlds apart.Chris: Yeah. And I'm an AWS Hero. [laugh]. That's how I got treated. Not to blow my own horn or anything like that, but if that's happening to me, either A, he didn't look me up and just cold-called me—which is probably the case—and b, if he treats me like that, imagine how he's treating everybody else?Corey: This episode is sponsored in part by something new. Cloud Academy is a training platform built on two primary goals. Having the highest quality content in tech and cloud skills, and building a good community the is rich and full of IT and engineering professionals. You wouldn't think those things go together, but sometimes they do. Its both useful for individuals and large enterprises, but here's what makes it new. I don't use that term lightly. Cloud Academy invites you to showcase just how good your AWS skills are. For the next four weeks you'll have a chance to prove yourself. Compete in four unique lab challenges, where they'll be awarding more than $2000 in cash and prizes. I'm not kidding, first place is a thousand bucks. Pre-register for the first challenge now, one that I picked out myself on Amazon SNS image resizing, by visiting cloudacademy.com/corey. C-O-R-E-Y. That's cloudacademy.com/corey. We're gonna have some fun with this one!Corey: Every once in a while I get some of their sourcers doing outreach to see folks who are somewhat aligned on them via LinkedIn or other things, and, “Oh, okay, yeah; if you look at the things I talked about in various places, I can understand how I might look like a potentially interesting hire.” And they send outreach emails to me, they're always formulaic, and once in a while, I'll tweet a screenshot of them where I redact the person's name, and it was—and there's a comment, like, “Should I tell them?” Because it's fun; it's hilarious. But I want to be clear because that often gets misconstrued; they have done absolutely nothing wrong. You've got to cast a wide net to find talent.I'm surprised I get as few incidents of recruiter outreach as I do. I am not hireable and that's okay, but I don't begrudge people reaching out. I either respond with a, “No thanks,” if it's a particularly good email, or I just hit the archive button and never think about it again. And that's fine, too. But I don't make people feel like a jerk for asking, and that is an engineering behavioral pattern that drives me up a wall.It's, “So, I'm thinking about a job here and I'm wondering if you might be a fit,” and your response is just to set them on fire? Well, guess what an awful lot of those people sending out those emails in the sourcing phase of recruiting are early career, and guess what, they tend to get promoted in the fullness of time. Sometimes they're no longer recruiting at all; sometimes they wind up being hiring managers in different ways or trying to figure out what offer they're going to extend to someone. And if you don't think that people in those roles remember when they're treated poorly as a response to their outreach, I have news for you. Don't do it. Your reputation lingers long after you no longer work there.Chris: Just exactly so. And I feel really bad for that guy.Corey: I do hope that he was not reprimanded because he should not be. It is clearly a systemic problem, and the fact that one person happened to do this in a situation where it went viral does not mean that they are any worse than other folks doing it. It is a teachable opportunity. It is, “I know that you have incredible numbers of roles to hire for, all made all the more urgent by the fact that you're having some significant numbers of departures—clearly—in the industry right now.” So, I get it; you have a hard job. I'm not going to waste your time because I don't even respond to them just because, at AWS particularly, they have hard work to do, and just jawboning with me is not going to be useful for them.Chris: [laugh].Corey: I get it.Chris: And you're trying to hire the same talent too. So.Corey: Exactly. One of the most egregious things I've seen in the course of my career was when that whole multiple accounts opened for Wells Fargo's customers and they wound up firing 3500 people. Yeah, that's not individual tellers doing something unethical. That is a systemic problem, and you clean house at the top because you're not going to convince me that you're hiring that many people who are unethical and setting out to do these things as a matter of course. It means that the incentives are wrong, it means that the way you're measuring things are wrong, and people tend to do things out of fear or because there's now a culture of it. And if you fire individuals for that, you're wrong.Chris: And that was the message that I conveyed to the people that reached out to me and spoke to me. I was like, there is a misaligned KPI, or OKR, or whatever acronym you want to use, that is forcing them to do this churn-and-burn mentality instead of active, compassionate recruiting. I don't know what that term is; I'm very far removed from the recruiting world. But that person isn't doing that because they're a jerk. They're doing that because they have numbers to hit and they've got to grind out as many as humanly possible. And you're going to get bad employees when you do that. That's not a long-term sustainable path. So, that was the conversation that I had with them. Hopefully, it resonated and hits home.Corey: I still remember from ten years ago—and I don't always tell the story, but I absolutely will now—I went up to San Francisco when I lived in Los Angeles; I interviewed with Yammer. I went through the entire process—this was not too long before they got acquired by Microsoft so that gives you some time basis—and I got a job offer. And it was a not ridiculous offer. I was going to think about it, and I [unintelligible 00:24:19], “Great. Thank you. Let me sleep on this for a day or two and I'll get back to you definitely before the end of the week.”Within an hour, I got a response rescinding the offer claiming it had been sent by mistake. Now, I believe that that is true and that they are being sincere with this. I don't know that if it was the wrong person; I don't know if that suddenly they didn't have the req or they had another candidate that suddenly liked better that said no and then came back and said yes, but it's been over a decade now and every time I talk to someone who's considering something in that group, I tell this story. That's the sort of thing that leaves a mark because I have a certain philosophy of I don't ever resign from a job before I wind up making sure everything is solid—things are signed, good to go, the background check clears, et cetera—because I don't want to find myself suddenly without income or employment, especially in that era. And that was fine, but a lot of people don't do that.As soon as the offer comes in, they're like, “I'm going to go take a crap on my boss's desk,” which, let's be clear, I don't recommend. You should write a polite and formulaic resignation letter and then you should email it to your boss, you should not carve it into their door. Do this in a responsible way, and remember that you're going to encounter these people again throughout your career. But if I had done that, I would have had serious problems. And so that points to something systemically awful at a company.I have never in my career as a hiring manager extended an offer and then rescinded it for anything other than we can't come to an agreement on this. To be clear, this is also something I wonder about in the space, when people tell stories about how they get a job offer, they attempt to negotiate the offer, and then it gets withdrawn. There are two ways that goes. One is, “Well if you're not happy with this offer, get out of here.” Yeah, that is a crappy company, but there's also the story of people who don't know how to negotiate effectively, and in turn, they come back with indications that you do not know how to write a business email, you do not know how negotiations work, and suddenly, you're giving them a last-minute opportunity to get out before they hire someone who is going to be something of a wrecking ball in the company, and, “Whew, dodged a bullet on that.”I haven't encountered that scenario myself, but I've seen it from other folks and emails that have been passed around in various channels. So, my position on this is everyone should negotiate offers, but visit fearlesssalarynegotiation.com, it's run by my friend, Josh; he has a whole bunch of free content on his site. Look at it. Read it. It is how to handle this stuff effectively and why things are the way that they are. Follow his advice, and you won't go too far wrong. Again, I have no financial relationship, I just like what he's done a lot and I've been talking to him for years.Chris: Nice. I'll definitely check that out. [laugh].Corey: Another example is developher—that's develop H-E-R dot com. Someone else I've been speaking to who's great at this takes a different perspective on it, and that's fine. There's a lot of advice out there. Just make sure that whoever it is you're talking to about this is in a position to know what they're talking about because there's crap advice that's free. Yeah. How do you figure out the good advice and the bad advice? I'm worried someone out there is actually running Route 53 is a database for God's sake.Chris: That's crazy talk. Who would do that? That's madness.Corey: I can't imagine it.Chris: We're actually in the process of trying to figure out how to do a panel chat on exactly that, like, do a vBrownBag on salary negotiations, get some really good people in the room that can have a conversation around some of the tough questions that come around salary negotiation, what's too much to ask for? What kind of attitude should you go into it with? What kind of process should you have mentally? Is it scrawling in crayon, “No. More money,” and then hitting send? Or is it something a little bit more advanced?Corey: I also want to be clear that as you're building panels and stuff like that—because I got this wrong early on in my public speaking career, to be clear—I built talks aligned with this based on what worked for me—make sure that there are folks on the panel who are not painfully over-represented as you and I are because what works for us and we're considered oh, savvy business people who are great negotiators comes across as entitled, or demanding, or ooh, maybe we shouldn't hire her—and yes, I'm talking about her in a lot of these scenarios—make sure you have a diverse group of folks who can share lived experience and strategies that work because what works for you and me is not universal, I promise.Chris: So, the only requirement to set this panel is that you have to be a not-white guy; not-old-white guy. That's literally the one rule. [laugh].Corey: I like the approach. It's a good way to do it. I don't do manels.Chris: Yes. And it's tough because I'm not going to get into it, but the mental space that you have to be in to be a woman in tech, it's a delicate balance because when I'm approaching somebody, I don't want to slide into their DMs. It's like this, “Hey, I know this other person and they recommended you and I am not a weirdo.” [laugh]. As an old white guy, I have to be very not a weirdo when I'm talking to folks that I'm desperate to get on the show.Because I love having that diverse aspect, just different people from different backgrounds. Which is why we did the entire career series on vBrownBag. We did data science with Ayodele; we did how to get into cybersecurity with Christoph. It was a fantastic series of how to get into IT. This was at the beginning of the pandemic.We wanted to do a series on, okay, there's a lot of people out there that are furloughed right now. How do we get some people on the show that can talk to how to get into a part of IT that they're passionate about? We did a triple series on how to get into game development with Dennis Diack, the founder of Apocalypse Studios. We had a bunch of the other AWS Heroes from serverless, and Lambda, and AI on the show to talk, and it was really fantastic and I think it resonated well with the community.Corey: It takes work to have a group of guests on things like podcasts like this. You've been running vBrownBag for longer than I've been running this, and—Chris: 13 years now.Corey: Yeah. This is I think, coming up on what, four years-ish, maybe three, in that range? The passing of time, especially in a pandemic era, is challenging. And there's always a difference. If I invite a white dude to come on the podcast, the answer is yes before I get the word podcast fully out of my mouth, whereas folks who are not over-represented, they're a little more cautious. First, there's the question of, “Am I a trash bag?” And the answer is, “No.” Well, no, not in the way that you're concerned about other ways—Chris: [laugh]. That you're aware of. [laugh].Corey: Oh, God, yes, but—yeah. And then—and that's part of it, and then very often, there's a second one of, “Well, I don't think I have anything, really, to talk about,” is often a common objection here. And it's, yeah, if I'm inviting you on this show, I promise that's not true. Don't worry about that piece of it. And then it's the standard stuff that just comes with being me, of, “Yeah, I've read your Twitter feed; you got to insult me here?” It's, “No, no, not really the same tone. But great question; throw the”—it goes down to process. But it takes constant work, you can't just put an open call out for guest nominations, and expect that to wind up being representative of our industry. It is representative of our biases, in many respects.Chris: It's a tough needle to thread. Because the show has been around for a long time, it's easier for me now, because the show has been around for 13 years. We actually just recorded our two thousandth and sixtieth episode the other night. And even with that, getting that kind of outreach, [#techtwitter 00:31:32] is wonderful for making new recommendations of people. So, that's been really fun. The rest of Twitter is a hot trash fire, but that's beside the point. So yeah, I don't have a good solution for it. There's no easy answer for it other than to just be empathic, and communicative, and reach people on their level, and have a good show.Corey: And sometimes that's all it takes. The idea behind doing a podcast—despite my constant jokes—it's not out of a love affair of the sound of my own voice. It's about for better or worse, for reasons I don't fully understand, I have a platform. People listen to the show and they care what people have to say. So, my question is, how can I wind up using that platform to tell stories that lift up narratives that are helpful for folks that they can use as inspiration—in my case, as critical warnings of what to avoid—and effectively showcasing some of the best our industry has to offer, in many respects.So, if the guest has a good time and the audience can learn something, and I'm not accidentally perpetuating horrifying things, that's really more than I have any right to ask from a show like this. The fact that it's succeeded is due in no small part to not just an amazing audience, but also guests like you. So, thank you.Chris: Oh no, Thank you. And it is. It's… these kinds of shows are super fun. If it wasn't fun, I wouldn't have done it for as long as I have. I still enjoy chatting with folks and getting new voices.I love that first-time presenter who was, like, super nervous and I spend 15 minutes with them ahead of the show, I say, “Okay, relax. It's just going to be me and you facing each other. We're going to have a good time. You're going to talk about something that you love talking about, and we're going to be nerds and do nerd stuff. This is me and you in front of a water cooler with a whiteboard just being geeks and talking about cool stuff. We're also going to record it and some amount of people is going to see it afterwards.” [laugh].And yeah, that's the part that I love. And then watching somebody like that turn into the keynote speaker at a conference ten years down the road. And I get to say, “Oh, I knew that person when.”Corey: I just want to be remembered by folks who look back fondly at some of the things that we talk about here. I don't even need credit, just yeah. People who see that they've learned things and carry them forward and spread to others, there's so many favors that people have done for us that we can only ever pay forward.Chris: Yeah, exactly. So—and that's actually how I got into vBrownBag. I came to them saying, “Hey, I love the things that you guys have done. I actually passed my VCIX because of watching vBrownBags. What can I do to help contribute back to the community?” And Alistair said, “Funny you should mention that.” [laugh]. And here we are seven years later.Corey: Well, to that end, if people are inspired by what you're saying and they want to hear more about what you have to say or, heaven forbid, follow in your footsteps, where can they find you?Chris: So, you can find me on Twitter; I am at mistwire.com—M-I-S-T-W-I-R-E; if you Google ‘mistwire,' I am the first three pages of hits; so I have a blog; you can find me on vBrownBag. I'm hard to miss on Twitter [laugh] I discourage you from following me there. But yeah, you can hit me up on all of the formats. And if you want to present, I'd love to get you on the show. If you want to learn more about what it takes to become an AWS Hero or if you want to get into that line of work, I highly discourage it. It's a long slog but it's a—yeah, I'd love to talk to you.Corey: And we of course put links to that in the [show notes 00:35:01]. Thank you so much for taking the time to speak with me, Chris. I really appreciate it.Chris: Thank you, Corey. Thanks for having me on.Corey: Chris Williams, Enterprise Architect, comma AWS Cloud at WWT. I'm Cloud Economist Corey Quinn, and this is Screaming in the Cloud. If you've enjoyed this podcast, please leave a five-star review on your podcast platform of choice, whereas if you've hated this podcast, please leave a five-star review on your podcast platform of choice, along with a comment telling me that while you didn't actively enjoy this episode, you are at least open to enjoying future episodes if I have one that might potentially be exciting.Corey: If your AWS bill keeps rising and your blood pressure is doing the same, then you need The Duckbill Group. We help companies fix their AWS bill by making it smaller and less horrifying. The Duckbill Group works for you, not AWS. We tailor recommendations to your business and we get to the point. Visit duckbillgroup.com to get started.Announcer: This has been a HumblePod production. Stay humble.

The Bike Shed
306: If You Want To Go Far, Go Together

The Bike Shed

Play Episode Listen Later Aug 31, 2021 45:14


In this episode, Steph and Chris talk about things they've changed their minds about over the course of their careers as software developers. Steph talks about as it turns out, arm chair rests are good, feature flags and comments are also good, she's changed her mind about how teams structure the work that each person is doing at once, and believes strongly in representation in the field. Chris is not a fan up upgrading his operating system and when he first started out, he gravitated towards learning dynamic languages, and since then, much prefers functional languages, static typing or more broadly, static analysis. He also no longer believes in the 10x engineer, and also very much believes that URLs matter on the internet. So basically, don't call them single-page applications; call them client-side applications instead! Arq (https://www.arqbackup.com/) Karabiner-Elements (https://karabiner-elements.pqrs.org/) Kent C. Dodd's Epic React Course (https://epicreact.dev/) The Art of Code Comments by Sarah Drasner (https://www.youtube.com/watch?v=yhF7OmuIILc) Gary Bernhardt: Functional Core, Imperative Shell (https://www.destroyallsoftware.com/screencasts/catalog/functional-core-imperative-shell) Transcript: CHRIS: I still have dreams that I missed an entire semester of math class, and now it's time for the final. I don't know that I'm ever going to grow out of that. STEPH: That's wild. CHRIS: You don't experience that? It's a mixture of I'm in elementary school, but it's a college final. Like, the physical school that I'm in is my elementary school, but it's a calculus college course that I missed. And now it's time for the final, and I won't graduate college as a result. But it's also high school at the same time. Just every part of education sort of melded together into this nightmare scenario. Do you not experience that? I thought this was normal. STEPH: [chuckles] Not in a very long time, not since I was in college. But I'm imagining this very cute, young Chris showing up with a backpack to the calculus final like, "Oh no." [laughs] CHRIS: Yeah, pretty much, yeah. I really thought I would grow out of it at some point. But it shows...I think it manifests when I have anxiety about something else in the world, and then I have a math terror dream. STEPH: That's your stress sign. That's your terror dream. CHRIS: Apparently. STEPH: Hello and welcome to another episode of The Bike Shed, a weekly podcast from your friends at thoughtbot about developing great software. I'm Steph Viccari. CHRIS: And I'm Chris Toomey. STEPH: And together, we're here to share a bit of what we've learned along the way. Hey, Chris, how's your week going? CHRIS: Oh, it's going fine. Yeah, I'll go with fine. I had to upgrade my operating system. Enough things had stopped working or seemed to be pestering me about it regularly, which normally I'm going to ignore that for as long as I can. That's sort of where I'm at in the world these days. Like, I don't want to upgrade because I don't know what's going to break and whatnot, but then things had broken already. Text messages were no longer showing up on my computer. And it turns out that the primary way that I interact with text messages is by replying to them through my computer. I don't want to type on my phone, that's not a thing. I'm already grumpy enough about text messages, to begin with, that I will regularly respond switching to email, and then I'll go off from there. But yeah, they stopped working, it stopped connecting. And then I got this really weird message from Apple when I tried to sign in. And I was like, I feel like I should at least try to upgrade to the new operating system, which I think has been out for a long time, and I've just been ignoring it. But then I had the added problem of I didn't have enough space on my computer to install it, which I tried once before. So I downloaded the installer, but the installer downloader doesn't check whether or not you have enough space to do the install. So it's just like, hey, so you know how you didn't have enough space? Well, we took up the remainder of it, and now you can't do anything about it. And the installer is hidden somewhere in the computer. So at one point, it just went away, and then suddenly had a lot of space on my computer. But finally, I decided to bite the bullet. I found a bunch of caches on my computer. So there was a cache for my backup utility, which is called Arq, A-R-Q, which was a lot of space. It was like 20 gigs or something like that. So it was like, sorry, you have no more cache. I'm pretty sure my computer's going to light on fire the next time it tries to do a backup because it has no cache to rely on, and it's got to try a lot harder, pull a lot more data down. I don't know what it does, but whatever. It's going to do that. And then, I found the more general application caches on the computer. Spotify had like six gigs of cache. Well, what are you doing? Aren't you streaming from the internet? Stop it. That's not okay. That is not acceptable. Yarn had three gigs. I was like, what is everybody doing? And I busted all of these. I threw away everything, and my computer seems to be doing fine after the fact. So, were the caches even doing anything? I ask. Anyway, so I upgraded, and then some stuff didn't work. And so then I had to find the versions to make stuff work. The particular one that stood out was Karabiner-Elements, which I used to make my mechanical keyboard do the right things for the function keys. That stopped working. And I tried to upgrade it to the newer version because I figured okay; they probably hopefully released a new version, but it failed in the upgrade process. And it turns out the secret was I had to upgrade to an intermediate version. I was on 12.3, and I needed to go to 13.4. But in between, I had to go to 12.10. And if I went to 12.10, then the upgrade to 13...everything about it was everything that I hate about upgrading software. It's like, I just know it's working right now, and I feel like if I even just look at it wrong, this whole tower of software is going to fall over. The worst thing, the thing that I have not been able to fix, is now I use iTerm as my terminal, my terminal emulator as it were. And I typically run with transparency mode on which some people look at and say, "Wow, that's a choice." And I say, "I kind of like it. I don't know; it makes me feel like a hacker or something." I don't know, whatever. [chuckles] Let me live my life. But for some reason, switching to Big Sur, the version of OS X that I'm on now, iTerm doesn't have transparency anymore. And I just haven't been bothered to fix it yet. But, man, I got rambly. I clearly have some feelings about upgrading software. STEPH: You have so many feelings. The fact that you kept going...People can't see me, but I'm just dying because of that whole story. [laughs] CHRIS: I kind of felt like I had to get through it. I had to exorcise the demons, tell my tale, and then be done with it, which I think I'm at now. STEPH: When I start laughing that hard, [laughs] I try to hide from the camera view because I want you to keep going for people to listen. CHRIS: But what's fun is you bob and weave. You'll hide for a minute, and then you'll come back and be like, okay, I'm composed, never mind. And then you'll just fade off to the side again. So yeah, but I powered through. [laughs] STEPH: Oh, all right, there is so much there. [laughs] Upgrading is the worst. I agree with that. That was actually something I ran into earlier this week. Well, it was a mix of where upgrading presented a problem and then upgrading something else resolved that problem. And so that was an adventure where I shared a tweet. I can link to it in the show notes as well. But Ruby was just taking up 100%, a full core, just all the time, and I couldn't figure out why. I wasn't doing anything with Ruby. We weren't talking at the moment, but it was just turning up one of those 100% CPU or higher. And so then I did some searching. And I did find the resolution, which was to upgrade the Listen gem because there was something in the Listen gem that didn't fully support Big Sur. Is that the name of the thing that I am on? CHRIS: That's the new one, yeah. I know because I've just upgraded to it. I have thoughts on the matter. [chuckles] STEPH: Cool. [chuckles] Yeah, when I upgraded to Big Sur. But then someone had kindly marched in to fix it, then upgrading resolved that problem. And Ruby is back to a peaceful level as to the amount of process, the amount of CPU that it should be taking up. Transparency mode, I'm thumbs up on it. I like how you called that out, how that's a choice. And I'm with you on that choice, although I didn't realize that's broken. I guess I just hadn't...I guess I don't care deeply enough that I've tried to restore my transparency, but you're telling me to hold on. CHRIS: We're going to get realer now in this moment. So I have a very old version of iTerm because it has a different way of going fullscreen than the default operating system level fullscreen. I really hate that it animates to fullscreen, and it doesn't quite fill the full screen. Like, it still had a border around it or something. So I have a very old version of iTerm that I've been running with forever, and I refuse to upgrade in any way as a result of I want to cling to this old version of things working. But as a result, I think I finally hit the end of the road on that. This is like years running now too. I remember I kept it in a Dropbox folder so that each time I upgrade or get a new computer, I'm like, okay, good. I still have my old special version [chuckles] of iTerm. But I think that time is over and I got to find...I feel like there are new terminal emulators out there. It's like Alacritty and other stuff that people talk about. So maybe it's time for me to try and find something new as long as I can get that transparency because I want to feel like an uber lead hacksaw. STEPH: You have such a brand of new-new that I'm now discovering that you are also a software hoarder, so you have both in your personality. [chuckles] CHRIS: There was a period early on in my software career that was like, oh, I got to find all this stuff. I got to figure things out and configure it. And then I was like, wow, that's taking up a lot of my time, I should stop it. And I think since then, I haven't upgraded anything. If you go look at my .files, I don't know the last time I pushed to them, but it's been a while. I'm still doing things, of course, but not as much. I know the cost of it, and I know the cost of maintenance. And really, this is an allegory for software overall. This isn't just about our local development environments, but entropy exists in software. Software does not exist at rest, and it will decay over time. And so the idea of we've worked with so many clients where they're like, yeah, we're on Ruby 1.8, and it's Rails 0.9. So okay, all right, well, we're going to have to deal with that, it turns out. We can't just keep ignoring that. So really, it's the same story played out but in my local hoarder cavern. STEPH: There was a part of the saga, the story that you shared with the installer and that you don't have enough space, and it took up the rest of the space, and you can't do anything. I'm very nervous; what happened to your stuff, your space? How did that resolve? [chuckles] CHRIS: I finally bit the bullet. And so I have a bunch of...I've tried a bunch of the different pieces of software that will visually analyze your disk space. So they crawl the whole directory starting from the very root of your computer, and it will be like, all right, applications has this much, and the library directory in your home directory has this much. Here are all of the different places that stuff might be hiding on your computer. And then you can visualize and be like, okay, that's where the most of it is. Node modules, as an aside, we did not choose an efficient way to approach how to put code on my computer because Node modules take up a lot of space on my computer, but they're so spread out. Multiple times I've seen people share a version of rm -rf, and then it's some subshell that does find every Node modules directory underneath a code folder. So you can find every single Node module and just blow them away. That will regain you some space. But that was not the solution this time. I've tried lots of piecemeal solutions over time. But eventually, the thing that got me there was just busting all of those caches. So I cleared the backup utility, Arq's cache. I cleared a bunch of them, Spotify Yarn, et cetera. And that cleared enough space for the installer to actually run. And then, once that was done, the installer program itself was no longer around, so I reclaimed that space. But it was this weird chicken and egg thing where I had to have enough space to complete the installation such that the installer could go away. And now...actually, let me see what my hard drive looks like now. So somehow, according to the Macintosh hard drive info, I have 50 gigabytes of available space, which is really frustrating because there were a number of weeks where we went into a Bike Shed recording, and I was like, I have one gigabyte. I'm not safe right now because this audio is going to be more than that. And so I don't know how now I'm sitting at 50. I guess all those caches that I cleared and the installer being gone probably puts me in a good spot. But anyway, I'm living in an upgraded, wonderful world. As an aside, Big Sur is ridiculously rounded and colorful and almost cartoonish. They're really leaning into the iOS vibes. And I'm not sure it's my personal aesthetic, but that's fine. I spend most of my time in the terminal anyway. But I think that's enough of me ranting about upgrading my operating system, which apparently I had a lot to say about. But what else is up in your world, Steph? STEPH: I do appreciate the ranting, though. You're not often grumpy, and when you are, it's quite humorous. [laughs] I really enjoy the grumpiness. And it's often a painful process. So I appreciate all of that story. Something that I really need to share with you and get off my chest is a couple; I don't know, x number of episodes back, you and I were talking about computer chairs. And I bragged about the fact that I have a computer chair that has no armrest, and I love it. I love my chairs like this, and it's wonderful. And I just think it's the best way to live. And it turns out that that's bad because I happened to go see a massage therapist who's also very well-skilled in physical therapy and other areas. And they were talking to me about my desk setup. And I mentioned the fact that I get these typical headaches, and I have my chair, but there's no armrest. And they're like, "Oh, that would do it." I was like, "Why? I like my setup. What's wrong with it?" And they're like, "Well, if you don't have armrests, then your back is having to compensate and to hold up your arms and your shoulders all day. So while you're typing, you're using more muscles to then hold that. And then they eventually tighten and contract, and then that can cause headaches." So in case, I have led anyone astray into having no armrest, they are apparently very important to not having headaches or having your back overworked to the point that you have headaches, which I'm a bit sad about. But on that front, I have ordered a new chair, and we'll see how it goes. I will have to assimilate into the world of chairs with armrests. CHRIS: We welcome you with open armrests. [laughs] Sorry, I saw it, and then I went with it. Anyway, I'm realizing now I actually don't use the armrests on my chair per se. I actually end up putting my arms on the desk, which is probably not ideal either. I have a little wrist pad so that my wrists are brought up and so that I don't have the upward breaking of the wrist thing going on. I think that matters a lot. And then my arms are supported by the desk, but it is just right on the desk, and I wonder if that's worse. But I've never...I don't know, getting the armrests just right and then also having the wrist pad. But I can't adjust my desk is probably the main problem. If I could bring my desk down a little bit, and if it were a thinner top, then I'd have more flexibility. The chair that I have is wonderful and has flexibility. The arms can go up and forward into the side and lumbar and this and that. And so I'm able to make the chair work to the desk. But I do wish I had more of an adjustable...ideally, like a stand-sit desk. But I haven't made that jump just yet. STEPH: When you're ready to make that jump, I'm going to share with you where I bought my desk because I'm really happy with it. And it's also not nearly as expensive as most of the other desks that will go up and down. CHRIS: Presumably, we can include it in the show notes as well so that we share it with everyone. STEPH: Definitely, yeah. CHRIS: Otherwise, that's just kind of mean. [laughs] You and I have a weird back channel that we talk about on the show, but they're not actually put in the show notes. STEPH: We're not mean. We wouldn't do that. I love my desk. And it was from someone else. They're the ones that shared it with me, so I'm happy to pass it along because it has served me well. And yeah, I'm also not sure about how this is going to work with the chair and the armrest because I'm just worried they're going to be too wide, and they're not going to actually offer support. I have doubts. I have lots of doubts, but I'm willing to investigate. And we'll see how this goes because I would like for the headaches to stop. CHRIS: Good luck on that front. That definitely seems like an indication of worth putting in some effort there. STEPH: Agreed. I also have some other exciting news. Stephen Hanson at thoughtbot has organized a number of other thoughtboters to get together who are interested in really diving into leveling up, learning React, and specifically focusing on purchasing the Kent C. Dodd's Epic React course. And it's for anyone that is comfortable writing code, whether you know React really well or if you're new to it. Everyone's welcome to join. So we just kicked that off today where we're going to go through the course together and then meet every Friday. I think the cadence is probably three hours, three and a half hours every Friday, that then we're going to commit to working through the course together. And I have to admit, I always nerd out a bit over how does someone build a course? Like, I'm really excited about the content as well, but I just want to know how did someone go about producing this content and then sharing it with everyone? And then what's their outline? How do they help people that are getting stuck because they can't be there in the same room? How do they record their videos? So I'm really excited to see all the ways that Kent has crafted this workshop. And so far, there's so much content, but I'll have more to report as we really start to dive in. But I'm excited to revisit React because I haven't been in React land for at least a year and a half; it's been a while. And so it's one of those areas that I know some bits, but a lot has also changed. And I would like to just revisit that world. So I'm really excited to dive into the course. And so far, I really like the structure that Kent has taken with the curriculum where we're focusing first on what exactly is happening and all the effort that goes into if you wanted to actually write HTML and then layer on JavaScript on top of that. But then here's how React makes that easier for you. Here is how JSX makes it even easier on top of the React API. I really liked that. Here's some pain; feel a little bit of pain, let's get a little bit better. And then let's get even better on top of that. And that has been a really nice reminder and progression into the course. CHRIS: I'm definitely a fan of the way you're describing it like, feel some pain, and then let's get better. But then, like, what's the hook? With any educational content, this is the sort of structure where there can be full education. But this is the thing that I feel very deeply about conference talks is my goal isn't to teach you everything if I'm giving a conference talk; it is just to get your attention just to say, "Here's the thing, here's why you might care." And starting from the problem, starting from the pain is always such a good way to do that. Because you know how this stuff is hard? What if I had an option that was easier? And then building from that totally makes sense. I want to say that course, Kent's course was built in conjunction with the egghead team, egghead.io. And it's a distinctly branded course. But it was built on top of the framework in the platform that's there and all of that, and then some of the editing support. I don't know this for certain, but I think there was some teamwork there. And I love just pushing forward the envelope of how we do educational content in the world of development because it is such an interesting world that has, frankly, such a need for ongoing development. The world is changing out from underneath us every two days. And therefore, having great educational content is so important. So yeah, definitely interested to hear how your experience goes both with the course and then also diving deeper into React. Well, switching gears just a little bit, I had a topic that I wanted to dig into with you today. And so to give some context, the topic, the thing that we're going to be talking about today is what have we changed our mind about? So you and I have both done a little bit of thinking and tried to come up with some answers to this. The background, this was actually inspired by a tweet that I saw between Shawn Wang, aka "Swyx" on the internet, and Charity Majors, a recent guest here on this podcast. And Charity is someone who is known for having strong opinions. But Shawn asked the question of what are some opinions that you've changed your mind about? And Charity actually had a wonderful list, which we'll link to her tweet thread where she shared some of her both technical and then also more personal ones, but really talking about the sort of evolution of thinking and the way someone's thoughts can change over time. And I thought it was just such an interesting thing because, for most points in time, we experience someone's sort of snapshot of where are you at now? What do you believe to be true? But I think there's such an interesting story and sort of the arc there of what did you believe to be true that you don't anymore? What have you softened your beliefs on? What have you strengthened your beliefs on? So yeah, with that as the context, what have you changed your mind about, Steph? STEPH: Yeah, this one really got me thinking, and I feel a little stumped on it. I have a few that I'm excited to share. But I'm very excited to hear your list to see if that also helps me reflect more on some of the things that I have changed my mind about. And I have found that there's only a couple maybe that I feel like I've really solidly changed my mind about. The others, I've either dialed up the strictness, or I've dialed it down. So the ones where I've really changed my mind about are feature flags and comments. Those are two of them. Well, there's a third one, but I'll get to that in a moment. So starting with the first one, feature flags I was more in the camp where I very much appreciate feature flags, but I use them sparingly because then there is a tedious nature of introducing them and then having to clean them up, and then having to maintain two states of code. But now I've really seen the value of feature flags and how we can make sure that we have calm releases and ensuring that main is always in a deployable state. So feature flags is one for me. I'm very invested in having more of a robust feature flag system because I see the benefit to that. The other one was comments. I used to be very rigid about comments are bad. We should never have comments in our code. They are just waiting to go out of date, and they're not going to be helpful. But I have since dialed down that strictness where I have certainly seen moments where comments do feel very helpful, and I can see how people use them. I still want to avoid them for the most part, but I am less strict now in regards to people who really find value in comments. I'm more open to that discussion. I want to understand what it is they find helpful about that comment, and if it is something that we can't capture with code or a test, where does that live? CHRIS: Those are both interesting. Feature flags, for me, I think I actually was more strongly opposed in the beginning. Earlier on in my career, I saw them as added complexity, as noise. I often would encounter them left behind in a codebase. And so, I had this negative association with them. And I didn't see the value; I hadn't yet felt that pain. And over time, I've definitely shifted to where you're at where I'm like, I love feature flags. This is a critical tool in our toolset of how we actually…like you said, calm deploys, being able to always deploy main, making sure that we don't have long-running feature branches. There are so many benefits that come out of it that I'm now very strongly in favor of them. But it's interesting; I think I would say that I started in a more strongly opposed place. So that wasn't on my list, but it's an interesting one that you've brought up and probably one that I've moved more on. Code comments, I think, actually started in my career being like, obviously, you comment your code. It's the thing that I read about and stuff. And slowly, over time, I think I've just dialed in on I don't think we should be doing that. There are, of course, going to be exceptions. And actually, one of the things that I discovered about myself as I was trying to go through this exercise is there are very few things that I believe are black and white. If anything, that maybe is one of the things that I've leaned into over time. It's like, nothing is binary. Nothing is black and white. Everything is on a continuum or shades of gray. There are things that I believe a little more seriously. But there's almost nothing that I can be like, nope, absolutely I will not equivocate on this beyond how we interact with other humans and being reasonable, kind people. And in terms of software practices, not really. Comments, though, are one that I still am pretty strongly not going to lean into. So it's interesting that you're like, eh, I've kind of opened up to that one. STEPH: There's a particular talk, The Art of Code Comments by Sarah Drasner, and that's the one that really shifted some of my opinions around comments, and then how we talk about them, and what benefits they can play. But I will admit, if I see a PR that has code comments, I still immediately have a negative reaction to that. And I want to have a conversation around why that comment was added and if we can remove it, and how we can remove it. But even with that negative perspective, I still find that I'm more open to that discussion versus before, where I would have been like, no, that's just unequivocally bad. CHRIS: I do like that you always bring up that talk whenever we talk about comments. This is a great talk. And in the background, I just looked up Sarah's Twitter profile because every time you bring it up, then I mention that she has a still from the movie Labyrinth in her Twitter background, but she actually changed it. And so now that's not true anymore. It's now something from The Force Awakens. Well, it's actually a joke, but I'm still going to suggest that you watch the movie Labyrinth at some point. That's the thing that I feel actually kind of weird about. It's a weird movie. STEPH: I'm going to take your suggestion, but not watch it. But thank you. [laughs] To share my truth today. CHRIS: That's fair, that's fair. STEPH: What are some of the things on your list? CHRIS: Okay, I have a couple, some more on the technical. Let's lean into one of the technical ones. Early on, I started with dynamic languages. I think I started with Python primarily and a little bit of JavaScript. I eventually found my way to Ruby and felt very at home there. And then, I started to explore functional languages. And I started to lean into them really hard and felt that immutability and functional programming and true pure functional programming was the thing. It was the answer, and I just needed to figure out how to do it. And so I would say that is the belief that I have since changed my mind on and decided, you know what? Actually, it feels like a bit of a force fit. I have tried. And maybe for others, it is actually a really fantastic way to build software. But having worked with a number of other people in more functional contexts, I find that it is a bit of a force fit. It's a bit rough. And in particular, of late, I've been working with Svelte as opposed to React, and React does sort of lean into the functional paradigm, especially with Hooks and all those sorts of things. And it's a little bit rough because it turns out UIs are these deeply mutable things. We're changing values or typing things in. There are actions that are changing the state over time, and having a system that just more directly models that feels very natural. I still love functional programming for the more core of an application. So again, I reference this talk often, but Gary Bernhardt's Functional Core, Imperative Shell. Gary has really formed some of my thinkings on this. And now I've started to find the examples in the work that I'm doing of like, oh, okay, I see that pattern actually applied here. But much as I would love to use them, the functional languages I find just aren't quite landing for me. And additionally, the mutability, particularly in the front end right at the edge of the UI, is not quite as good of a fit. STEPH: So I think that resonates with me although I do still get very excited about following more patterns that represent more immutable state just because I felt so much pain and found bugs from the fact that we have mutated state in surprising ways. I'm honestly not quite sure how I feel about it. I'm going to have to think on that one. That's a very interesting one that you've changed your mind on. CHRIS: Yeah, similarly, my feelings are lukewarm, whereas before, they were stronger. I was like, oh, okay, I think I found something here. And then, in attempting to use it across a wide variety of applications, it just didn't quite feel right. I felt like I was swimming upstream sort of thing. Actually, there is an interesting counterpoint. One thing that I have leaned into and definitely changed my mind on and embraced is static typing or, broadly, static analysis. But I think static typing being the most pointed version of that. Early on, like I said, I got my start in very dynamic languages in Ruby, and Python, and JavaScript. And so that dynamic duck typing runtime can be anything. We just make our systems respond to the messages, and all of that sounded great. But it turns out I really love having a compiler that can tell me some truths about my program before it ever reaches runtime. And the idea that a typo can make it to production feels absurd at this point. And actually, as I'm working in Ruby, I'm like, man, I really got to go look at that whole Ruby typing thing we got going on. I don't know what the state of it is. I've looked at it in the past, and I need to revisit it soon. But like TypeScript, I've definitely embraced that very strongly. And I would not work without TypeScript in a JavaScript project at this point. I've loved the work that I've done in Elm, although that also sort of blends into the functional stuff where it's like, it was a little bit noisy, though, I'll say that. But the type system and the fact that the compiler can give you so much rich information about your program, I would not trade that at this point. And I don't see myself going back on that front, which is an interesting place for me to be on of actually, I'm not that into the functional programming as the core way that I build my applications. But I do like static typing. And I feel like functional programming and static typing actually go together incredibly well. And functional programming and, more imperative, whatever it is that I'm doing with my day-to-day life these days is a more interesting fit. But it is interesting to me to observe that sort of combination of opinions where I really like static typing, and having a compiler, and something that can tell me about my program before I get to runtime. But also saying that I don't quite want the functional programming thing, or at least not as the entire way that I modeled my application because I found it a bit difficult to work with. Because I think static typing or compilers and functional programming go really well together. But I think generally, what I'm finding is a more middle ground dynamic optimization of a bunch of different things. And the answer is like, well, it depends which I guess if you've listened to the show before, you'll have heard those words said, so I guess it makes sense. STEPH: Yeah. All of that makes sense to me. And I can see why you might have a favor for types or why that feels more valuable initially because that is giving us so much feedback right off the bat versus following a more functional paradigm is something that could feel like more of a force fit and doesn't provide that same immediate feedback. But it has a longer-term or a longer cycle of that reward system. So I can see why you might favor one over the other or why I myself would favor one over the other. CHRIS: How do you feel about types? STEPH: I'm a big fan, although I say that, but I work in Ruby. [laughs] I don't have them. But when I have worked with types, I very much enjoyed it because it makes me think more about the design of my code in a way that I don't as much with Ruby. And working with types has heavy influence than when I am working in Ruby and thinking about the design of my code. So I think working with types is a wonderful thing that, frankly, all of us should do as developers at some point because it is so influential. So I'm for types, but I'm not using types in my day-to-day. Another thing that I have changed my mind about is how we structure the work that each person is doing. So I used to be more in the camp of everybody can work on their own very complicated piece of codebase, their own complicated feature. We can have a bunch of complicated things in the sprint, and everything will just be great; it'll be fine. And we'll get a bunch of work done, and we'll ship it. And then we're an even more productive team. And I very much disagree with that now where I have found where everybody is working in their own silo on a complicated feature has slowed down the progress of then being able to ship that feature. Because we often want to collaborate with someone, we need to collaborate with someone. Then the PR review process is tough if I really have no idea what you're working on, and I don't have a context that then when I look at your code, not only am I evaluating at the code level, but then I'm also trying to understand the feature and gain all of that context. And that's a heavy cost for me to have to pay to then pick all of that up and then for you to have to reintroduce me to what's happening. Or I might make the bigger mistake, and I may look at your code and just evaluate it from the code perspective but not really understand the feature, the value that's being delivered. And that doesn't feel useful. And I have a recent example where that happened where someone was working on a very complicated feature that I didn't have any insight into. So then, when I was looking at the PR, it was easier for me to just look at the code and get feedback on that. But then it was probably a day or two later. It wasn't until then that I finally started asking, what are we building? Like, what purpose is this serving? And that opened up a much larger discussion where we realized what was being built didn't actually really deliver what we needed to deliver. So I no longer agree with the idea that everybody should be working on their own complicated features independently, and there should be some collaboration. And, you know, it's the buddy system; we all need a buddy. CHRIS: Well, I like that one. I feel like I've shared similar ideas where it made sense. It was just the efficient thing to do, to split the work up and have everybody very independent. I also feel like earlier on in my career; I was more scared of Git conflicts and things like that or people interacting with the same parts of the code. And so in my mind, it made sense to really strongly separate like, oh, you shouldn't even be touching the controller for this. I'll handle the views, and you handle the controller; it'll be separate. And I care less about that now. And I think what you're saying of like, it's actually better if we have some shared context, and we understand what we're working on, and it's more of a collaborative process. Yeah, I like that one. I think I followed a similar arc, and I'm at a similar place now as well. Interestingly, to go into another one of mine that I think you'll probably be most surprised by on my list is I think I used to believe in 10x engineers. I used to believe in the idea of that one developer just off in the corner fueled entirely by Mountain Dew that would just produce the perfect code. They would just solve it. Over the weekend, they would write the entire billing system, and it would be great. And I think it was predicated on the idea that the coding is the hard part, which I no longer believe. I think coding at its core is communication. It's taking this thing that we want to be true in the world and then communicating it to a computer but also ideally communicating it to our teammates, and to future versions of ourselves, such that we can revisit that code, we can maintain it over time, other people can add to or augment it. And so the idea of this loner that can just do incredible volumes of work and have that be a good outcome that just doesn't make sense to me anymore. I've worked with incredibly talented developers, to be clear, folks that I was sort of in awe of. I've worked with people who have, I think, just truly photographic memories. They seem to remember every single bug that they've ever had and exactly where they can look it up. Or from the top of their head, they can just intuitively know, oh, this bug means this. Go look at this line of code. I'm like, how did you do that? How did you do that magic trick? And they're incredibly capable developers. But at the end of the day, the folks that I see being most impactful on a team are the folks that are able to communicate and collaborate most effectively and make the whole team more effective. STEPH: Maybe it's the Mountain Dew; maybe that's actually the secret sauce here. That's what I'm missing from my life to take me into that status. CHRIS: I'm now imagining Mountain Dew but in a more viscous form, like a barbecue sauce, but it's Mountain Dew flavored. That's the secret sauce because it's a very…anyway, moving on. [laughs] STEPH: It's a terrible product. We should make it and sell it. [laughter] CHRIS: Career pivot, we now sell Mountain Dew sauce. STEPH: [laughs] CHRIS: But yeah, I do not believe in 10x engineers anymore. If anything, I believe that that is a huge warning sign if you have anyone that's behaving in something close to that space. STEPH: Yeah, I'm super interested in that you've shared because I don't think...We've talked about 10xers, but we haven't talked about the fact that you used to think that they were more of a thing and that they existed. And now it's all I'm sorry, but it's all crap. [chuckles] That's super interesting to me. Do you remember what changed your mind? Do you remember that pivotal moment of where you were like, oh, maybe this is all bullshit? CHRIS: I think it was just an amalgamation of experience over time. I've encountered people who fit the archetype. But if anything, I would say they're deeply problematic in teams. They're that individual who refuses to collaborate, who just goes off and heads down, writes a bunch of code, but then it doesn't integrate with the other pieces, or no one else knows how to use it, or they won't let anyone contribute to it. And yeah, I've seen that just be very, very problematic. So the folks that most fit, I think the imagined version of this, actually end up, in my experience, leading things astray. And the folks that are actually most productive and really cause teams to improve in a drastic way behave very differently. They're much more collaborative; they're much more engaged with the team. It's less about their individual contributions and it's more about building a system together, collaborating, communicating, engaging external stakeholders, et cetera, et cetera. It's all that stuff that matters. And so, it's very much in contrast to what the 10x engineer ethos is about. But there's no one day where suddenly this idea that I had in my head crumbled when I saw that behind the pile of Mountain Dew cans, there was nothing there. [laughs] STEPH: It's all a mirage. [laughs] I do like what you just said around that there are very impressive people out there. And those impressive people often focus less on their individual contributions and more at a higher level around communication. And then they are the powerhouses that then is helping facilitate everybody else be their best and have high levels of individual contribution. Those are the ones that...I'm still not going to endorse a 10xer, but they are the ones who, to me, embody the idea of someone that is incredibly efficient and really good at their job. CHRIS: There's an adage that comes to mind here that "If you want to go fast, go alone. If you want to go far, go together." And that does ring true to me. I think an individual can have their individual productivity be higher if they're working entirely on their own, if they understand every line of code because they wrote every single line of code if they know where every feature of the platform is integrated because they wrote the whole thing. But they're going to be fundamentally limited. And in order to do bigger, more complex things, fundamentally, we have to work as a team. And then the way you have to interact just fundamentally changes. So I think it started from that, like, one person on their own I think can be individually more effective. But the minute you start to have a team, that one person acting on their own is actually dragging the team down because other people can't then work in that space, and that's a problem. STEPH: I really like that adage that you just shared where, "If you want to go fast, go alone. If you want to go far, go together." And that touches on something else that I have really changed my mind about, and that's representation. And this is more specific to me. So when I joined engineering and became a web developer, and I joined a team, and I was the only female engineer on that team, my initial feelings were I am the only female engineer, and that is fine. We're all just a group of engineers. We're here to solve problems together. It really doesn't matter if there's anyone here on this team that's like me. It's fine if there's no one that I can see myself in that's in leadership because we're all just people, is what I was coming down to. And I've completely changed my mind and realized that that's not true. And I've experienced this where I've worked on other engineering teams with female engineers, and it's fucking awesome, and it does make a difference. And then when I can see someone that I can see myself in, in a leadership position, that is also inspiring. So that is something that I went in where I think it was more of I was trying to shield myself from the idea that I am different from everybody else in this room, and that could be a problem. And instead, I just tried to neutralize it by saying it's not. But I think representation is incredibly important. People are not just people. We all have very important social and racial, and cultural identities. And it's very important that we get to feel that we can express all of those identities and see people that represent those identities in spaces where we would like to go. That's a big one that I've changed my mind on. CHRIS: Yeah, I certainly agree that representation certainly matters, and being able to bring your full authentic self to work and seeing others around you that reflect that. And frankly, having teams that are made up of people that represent the users of the software that we're building feels so critically important. And it's very interesting to hear about the arc that you've had on that where initially, you tried to downplay it, but then you found a little more truth in it. And so yeah, thank you for sharing. STEPH: You're welcome. It feels good to say that, too, because that's something that I've admitted and realized on my own, that that is something that has changed and shifted. But it's nice to be able to share that here with you as we're going through the things that we've changed our mind about. What else is on your list? CHRIS: Well, to round us off with one more very technical version because, of course, that's where I'm going to take us after a much deeper and more nuanced topic that you led us on, single-page applications. Broadly, I'm opposed to the name; that's a side conversation. But, man, URLs matter on the internet. So don't call them single-page applications, but client-side applications or whatever. Broadly, the idea of a bundle of JavaScript, and so you send down an empty HTML document, and then you reference a bundle of JavaScript, which that thing boots up and it then makes a bunch of API requests to the backend, and then it starts to fill in the page. I was convinced for a while that this is a reasonable and perhaps even necessary way to build software. We need APIs for our mobile apps anyway. So if we're doing that, then let's have that be the consistent way that we are accessing information. This is going to be fine; it's not a problem. And then eventually, we found some problems. So then we got GraphQL, and we tried to solve it that way. But overall…and I have spent a lot of time trying to make this thing work, trying to find a version of this that I'm happy with that I find the end outcome of the software to be as pleasant to work with from an end-user perspective as a server-driven application, and I can't find it. And so, to be clear, I'm still doing client-rendered applications these days. But Inertia.js is the framework that I've leaned into that helps me bridge that gap. And the idea that the server owns routing, that the server owns statefulness, things like that, not having to think about client-side routing, not having to think about client-side state management, being able to use traditional auth mechanisms built into cookies, all of these familiar things that we've had. Leveraging the fact that the server is the more privileged in terms of the information it has access to, the more secure, the more powerful environment, all of these things feel right to me. And the nature of the application that I can build just feels more robust, more consistent, easier to evolve. There were a lot of promises that I heard when we started building applications in these ways. And I just haven't seen an example or have not worked on an example, at least of an application that is built as a client-side bundle that boots up and does some stuff and had a good experience with that. So Inertia, as an aside, is my answer to this. And I continue to be extremely happy with that as a solution, as really a middle-ground solution. Because going all the way back to true HTML server-side rendering is limiting in other ways that I didn't like. But I find that Inertia really strikes an ideal balance in the middle there. STEPH: I feel like I completely agree with everything you're saying. But I also feel like I have a developer secret to share where I really haven't worked on single-page applications, and I am okay with that. [laughs] CHRIS: It's fine, skip it. Just go straight to Inertia. It's better. STEPH: Cool, cool, cool. I am working on leveling up React, and then the plan is to go to Svelte and Inertia. So I'll just completely...I'll skip that. I'll skip that part of my career. CHRIS: I actually want to back up just a little bit as I'm saying this because I really try to avoid being in a more negative space. And I think this space, this architecture for building applications, is complex, and there are things that will warrant it. So things like Google Maps, it makes sense to have a lot of Dynamic JavaScript and to be doing complex things on the client-side. Trello is another example of an application that that as a server-rendered thing, doesn't really make sense. And frankly, using a tool like Inertia wouldn't quite work there. That said, that is, in my mind, truly a single page within the broader application. So the Trello board page is a very, very complex stateful application, and I think modeling it as such makes sense. Google Maps, similar. But there's still the profile page, and the login page, and all of these other things. I think routing is probably where it breaks down for me. I think client-side routing is the thing that I feel the most pain on. Because at the end of the day, the server still needs to know the answer. And if we do client-side routing, we end up with this duplication of logic across the client and the server-side. We end up with disagreements from time to time. We end up with the weird flashes of half-rendered layout, and then we go to the login page because we get an API response that is different. And so, I think that is probably the kernel of the thing that I struggle with. And, of course, it is possible to build great things using any of these technologies. But I think my summary is I've really tried on that front, and I've just not been able to make the fidelity of application that I want using…primarily; I'd say it's client-side routing is the thing that I struggle with the most. STEPH: Yeah, it sounds like you're saying there are very valid use cases for using a single-page app or following that structure. But we haven't really gotten there in terms of our web development expertise, where we've made that easier to maintain and easier to implement. And there's still enough pain points around it that even though it seems like a very valid idea and approach, it still feels painful enough that you actively avoid it until it feels like something that you have to then invest in at that point to then really deliver the user experience that you want to provide. CHRIS: Yeah, I think that's an accurate summary. And I think adding on to that, I'm noticing it becoming more and more of the standard approach; this is the way we build applications, and I don't agree with that. That is probably the thing that is the kernel of what I don't believe in. I think actually server rendering is a great way to start, and then you can slowly augment or move more things into complex client-side behavior. But starting with this as the mode that we're building our applications just feels like a less stable foundation than I would want. So it's perhaps an architecture that you want to evolve to at some point as the complexity necessitates it, but I definitely wouldn't be starting there. Similar to service-oriented architecture, not going to start there. Client-side routing, I'm not going to start there. STEPH: Ooph. I feel like I've been holding my breath this episode. I feel like this was a very interesting topic that has been challenging to reflect on what we believe and what we've changed our mind about. CHRIS: I think it's perhaps more nuanced than a lot of our episodes where often we're saying this is what we did, and this is how we felt in the moment. And that can be very experiential and true. But this, yeah, we had to draw the line in the sand and say what do we believe? I similarly definitely feel more tension in this episode than other ones. But hopefully, it was useful. Hopefully, folks found some value in the things, and hearing our story, also, the idea that we have singular formed opinions. Hopefully, this episode has broken that idea in anyone's head. And we're all on a journey. STEPH: I really like how this has prompted me to reflect on the things that I used to hold dear and really cherish or follow strictly to then reflect on what are things that I used to believe versus what I believe now? Because that transition often happens so seamlessly for me that I don't really stop to think about it to be like, oh, something just happened that is really changing how I approach things, how I build, how I work with teams. And I really like this reflection point to be like, oh, what did I used to believe, and what's different today? I'd like to keep this practice going and just try to track the things...I'll have to make a list of all the things I believe. That seems like an easy list. [laughs] CHRIS: Just the easiest list to write. STEPH: The easiest list to write. And then I'll just check in with it every so often, scratch stuff out, or update it with the things that have changed my mind about. This is the good idea, terrible idea where you go, "Stephanie, that's a terrible idea." [laughs] CHRIS: I don't know, write it down on a list, and then look at it in six months and see if it sounds like a good idea, and then we'll be able to close the loop on the whole thing. But with that, should we wrap up? STEPH: Let's wrap up. I've got a list to write. CHRIS: The show notes for this episode can be found at bikeshed.fm. STEPH: This show is produced and edited by Mandy Moore. CHRIS: If you enjoyed listening, one really easy way to support the show is to leave us a quick rating or even a review on iTunes, as it really helps other folks find the show. STEPH: If you have any feedback for this or any of our other episodes, you can reach us @bikeshedor reach me on Twitter @SViccari. CHRIS: And I'm @christoomey. STEPH: Or you can reach us at hosts@bikeshed.fm via email. CHRIS: Thanks so much for listening to The Bike Shed, and we'll see you next week. All: Byeeeeeeee! Announcer: This podcast was brought to you by thoughtbot. thoughtbot is your expert design and development partner. Let's make your product and team a success.

Tri-Cities Influencer Podcast with Paul Casey
76. Growing Forward Podcast featuring Chris Porter

Tri-Cities Influencer Podcast with Paul Casey

Play Episode Listen Later Aug 18, 2021 35:17


1 00:00:03.570 --> 00:00:04.259 Paul Casey: Here we go. 2 00:00:05.759 --> 00:00:24.840 Paul Casey: it's a great day to grow forward, and thank you for joining me for today's episode with Chris Porter Chris is partner at Porter Kinney and a fun fact about him is he says he's a little germ of phobic or at least people think he is Chris you gotta go get a color on that one. 3 00:00:25.620 --> 00:00:40.440 Chris: Well it's true it's just been a joke a long standing joke going back decades about my German phobia one time for a birthday present somebody gave me some jello with a hand sanitizer inside the jello just to make sure the agenda was clean. 4 00:00:41.220 --> 00:00:45.330 Chris: The whole bottle of hand sanitizer was kind of molded within the jello and that was my. 5 00:00:46.830 --> 00:00:52.530 Paul Casey: love it love it well, we will dive in after checking in with our tri city influencers sponsor. 6 00:00:53.460 --> 00:01:00.810 Paul Casey: Thank you for your support of leadership development in the tri cities well welcome Chris I was privileged to meet you. 7 00:01:01.140 --> 00:01:09.480 Paul Casey: Man it feels like eight or 10 years ago now, when I visited a you're being I grew up your business networking international group I was a sub and. 8 00:01:09.990 --> 00:01:26.970 Paul Casey: ended up joining be and I certainly after that I think it was 2015 I joined the and I and it's been a great thing ever since and you were able to speak at one of my edge events when we used to do those when we combine pizza and professional development that was fun. 9 00:01:27.870 --> 00:01:28.380 Chris: that's right. 10 00:01:29.100 --> 00:01:43.770 Paul Casey: And you spoke for mid Columbia score I think once on the same topic and I just love, how you want to help other businesses out of wide rookie mistakes as you would call them and really help them thrive, as they as they launch and in those first years of development. 11 00:01:44.760 --> 00:01:45.420 Absolutely. 12 00:01:46.860 --> 00:01:57.060 Paul Casey: Well, how far Tracy and implication to know you better tell us about what your organization does what you spend 80% of your day doing. 13 00:01:58.560 --> 00:02:08.430 Chris: yeah so porter Kenny we're a CPA firm and accounting firm, so we provide tax preparation services and other accounting services for individuals and businesses. 14 00:02:09.630 --> 00:02:25.170 Chris: So business could come to us for tax advice for the preparation of their annual tax return and then also if they wanted us to run their payroll for them, keep their books up to date, help them make good business decisions, you know we're here to support small businesses in the tri cities. 15 00:02:25.950 --> 00:02:32.190 Paul Casey: Great stuff and So what do you end up spending most of your day as a partner, doing same thing or other stuff. 16 00:02:32.970 --> 00:02:38.790 Chris: yeah i'm about split 5050 right now, half the time i'll work on client work, making sure. 17 00:02:39.210 --> 00:02:45.960 Chris: You know i'm filing my clients tax returns on time, helping them make strategic business moves avoid taxes were legally possible. 18 00:02:46.410 --> 00:03:02.520 Chris: And then the other half of my day is spent on management training employees on sales on trying to improve the business, you know, sometimes with leadership we talked about working in the business versus working on the business and i'm about split 5050 between those two right now. 19 00:03:03.210 --> 00:03:11.220 Paul Casey: Nice and, as we were talking before we started recording you're in a major growth spurt in just the last couple of years right. 20 00:03:12.000 --> 00:03:18.150 Chris: yeah about two years ago, we have seven full time staff at porter kinney and now we have 24 so. 21 00:03:18.210 --> 00:03:20.430 Chris: Definitely had some growth over the last couple years. 22 00:03:20.610 --> 00:03:22.440 Paul Casey: amazing congratulations. 23 00:03:22.680 --> 00:03:23.310 Chris: Thank you. 24 00:03:23.640 --> 00:03:25.590 Paul Casey: Why do you love to do what to do. 25 00:03:26.970 --> 00:03:34.350 Chris: You know I just have always enjoyed business It just seems like something that's really fun it's almost like you're playing a strategy game. 26 00:03:34.770 --> 00:03:46.320 Chris: And if you make the right moves you're going to win, and if you don't think clearly enough or you make a mistake you're going to lose and it's just kind of this it's kind of a big game big game of chess. 27 00:03:47.190 --> 00:03:53.430 Chris: Ever since I was probably 10 or 11 i've wanted to start a business in fact i'll tell you Paul, the first business I ever started. 28 00:03:54.180 --> 00:04:06.090 Chris: A friend of mine His name was john and my name is Chris so we got together and we said we're going to combine our two names and we're going to start a lawn mowing business, so instead of Chris and john we call it crowd. 29 00:04:06.840 --> 00:04:09.000 Chris: It was cron lawn. 30 00:04:09.540 --> 00:04:10.740 Chris: Which arrives. 31 00:04:14.010 --> 00:04:14.580 Chris: So. 32 00:04:15.060 --> 00:04:23.280 Chris: That was me as a 10 or 11 year old try to be entrepreneurial but i've had a million business ideas, since then and thankfully at least one of them has worked. 33 00:04:24.390 --> 00:04:31.350 Paul Casey: How did you land on accounting and tax prep from all those business ideas, how did you sort through land on that one. 34 00:04:32.010 --> 00:04:45.870 Chris: You know it's what I did when I was at byu That was what my degree was in was accounting, so it was kind of the most natural fit, of course, to start an accounting firm when you have a background in accounting when you have work experience and accounting and a degree in accounting. 35 00:04:47.040 --> 00:04:51.600 Chris: So that's how I settled on that, but yeah I have debated about doing other businesses but. 36 00:04:52.740 --> 00:05:06.360 Chris: I know a lot of tri cities business owners that have their foot in you know many different businesses, they maybe have a portfolio of five to 10 different businesses that hasn't worked for my own personality, I like to be laser focused on just one one business. 37 00:05:06.690 --> 00:05:20.820 Paul Casey: Absolutely so who do you surround yourself with on your team, what makes a great team Member for you to hang around and also who do you who do you tend to associate with in the Community outside of porter kinney. 38 00:05:22.140 --> 00:05:29.940 Chris: Well, within porter Kenny, we have tried to hire the best person for each position and it's interesting as you try to grow a business. 39 00:05:30.420 --> 00:05:42.300 Chris: there's the lowest hanging fruit employees and that's going to be, you know your brother or your sister or your friend or your neighbor just kind of the people that are around around you that you know that maybe you're looking for a job. 40 00:05:43.500 --> 00:05:53.820 Chris: You could always hire one of them, but but really it is very important if you've read the book good to great you know, Jim Collins really emphasizes putting the right people on the right seat on the bus. 41 00:05:54.450 --> 00:06:06.150 Chris: And spending a lot of time hiring I read a book recently by Dave ramsey who recommends the same thing Dave ramsey says he does like two months of interviews before he hires anyone yeah. 42 00:06:06.690 --> 00:06:18.510 Chris: So we have been very careful in the hiring process to hire the right person for each position, not to hire the easiest person or the lowest hanging fruit or the person that we know or the person we attend, you know church with. 43 00:06:19.680 --> 00:06:29.700 Chris: When we hire someone it's it's probably at least 30 hours of my time before we make that higher and so that I think we just have an outstanding team that doesn't need to be micromanaged. 44 00:06:30.270 --> 00:06:37.200 Paul Casey: yeah the measure twice cut once principal at a boss through always said that in hiring you got to do that so way to go. 45 00:06:37.470 --> 00:06:38.760 Chris: Absolutely yeah. 46 00:06:39.690 --> 00:06:43.110 Paul Casey: For outside the organization one who helps you be successful. 47 00:06:43.860 --> 00:06:55.320 Chris: yeah so that's a great question outside the organization, you know, there are a few of business leaders in the Community, that I really respect and i've intentionally take them to lunch and pick their brain and. 48 00:06:55.950 --> 00:07:00.060 Chris: You know it's always good to maintain a spirit of humility about what we do. 49 00:07:00.510 --> 00:07:09.090 Chris: I will be the first to admit that there are you know hundreds of business owners in this area that that do a much better job than I do, and I want to learn from them, I want to. 50 00:07:09.510 --> 00:07:21.720 Chris: have them be my mentor and you know they're further ahead than I am in their business they've been doing it longer than I have and it's good for me to sit down with them over lunch ask him questions learn things from them. 51 00:07:22.920 --> 00:07:36.870 Paul Casey: yeah in fact that's on my list there's no that the reason for this podcast was I did what you did, which is take a leader to lunch, and then I thought, what if everybody else could listen in on that conversation, which is how we've gotten to the truth of the input their podcasts, though. 52 00:07:37.200 --> 00:07:40.770 Paul Casey: yeah i'm taking me to lunch, right now, but maybe i'll have to send you a grub hub or some. 53 00:07:40.920 --> 00:07:41.520 instead. 54 00:07:43.560 --> 00:07:58.380 Chris: Well i'll tell you Paul and this ties in several years ago, I took a very successful tri cities business owner out to lunch to anthony's and I sat down with them, and he had grown a business from from one person from just him to over 500 employees. 55 00:07:58.890 --> 00:08:00.660 Chris: As well as the 100% owner. 56 00:08:01.200 --> 00:08:07.320 Chris: And then he sold the business for a very large sum which enabled him to you know be financially secure for the rest of his life. 57 00:08:08.010 --> 00:08:19.230 Chris: And I asked him, you know what What was your secret and one of the things that he told me really has stayed with me, and that is, he said, Chris I grew my business one strategic higher at a time. 58 00:08:19.320 --> 00:08:26.040 Chris: um and I thought that was a great focus, because so many of us think about growing our business one customer at a time. 59 00:08:26.850 --> 00:08:35.610 Chris: Well that's also true there's kind of two sides of the coin right, we have to add customers, we have to have clients, we have to you know, keep them satisfied and offer a high level of service to them. 60 00:08:36.060 --> 00:08:47.370 Chris: But the other side of the coin is getting the right people in the business like I mentioned earlier, one strategic hire at a time that's how he went from one employee to 600 employees, to a large sale. 61 00:08:47.880 --> 00:09:03.480 Paul Casey: That is so good, I hear also that the only way you're going to really bust out and grow is, you have to hire leaders, not just followers but leaders that's going to help you to multiply hiring followers just as addition so yeah great stuff one strategic fire at a time. 62 00:09:03.780 --> 00:09:18.120 Chris: yeah and Paul you hit the nail on the head, you also do not want to be intimidated it's okay to hire someone who's smarter than you it's okay to hire someone that's more educated than you are you don't have to be intimidated by that get the best people on your team and grow together. 63 00:09:18.870 --> 00:09:30.060 Paul Casey: Great stuff and speaking of growth leaders have growth mindset So how do you keep evolving as a leader what's in your own personal and professional development plan. 64 00:09:31.710 --> 00:09:48.480 Chris: What are the things i've done, I really love listening to books on my phone I use audible and I like to listen to business books yeah, but I have long time for a long time i've had the philosophy that you shouldn't consume information faster than you're able to apply that information. 65 00:09:48.570 --> 00:09:51.510 Paul Casey: or flow good let's say that again say that again. 66 00:09:51.870 --> 00:09:52.170 well. 67 00:09:53.670 --> 00:09:58.290 Chris: You should not consume information faster than you're able to apply that information. 68 00:09:59.400 --> 00:10:06.660 Chris: So, in other words, I hear some people that say hey I listened to one book a week on audible and I think well, are you really able to. 69 00:10:07.380 --> 00:10:13.860 Chris: You know, apply those principles that are being taught in that business book that quickly, maybe some people are I certainly am not. 70 00:10:14.760 --> 00:10:20.670 Chris: So i'll go through a book on audible very slowly, as I drive maybe one book every three months. 71 00:10:21.450 --> 00:10:30.000 Chris: And when I get to my location i'll pull up my phone and i'll take notes on a Google sheet as to what I learned during that drive from that business book. 72 00:10:30.780 --> 00:10:43.140 Chris: And then, when i'm done i'll kind of go through all my notes on board those things that I thought were most applicable and i'll try to apply them in my business and I try not to move to the second book until i've made some changes, based on that the first book that I read. 73 00:10:43.830 --> 00:10:53.310 Paul Casey: that's really going deep on a book I do like that I read about 40 a year and, like you said assimilating that so I I to pull over and. 74 00:10:54.270 --> 00:11:01.320 Paul Casey: Then write down the takeaways from the books as I go and then I file them, maybe i'm not assimilating them complete like you're. 75 00:11:01.590 --> 00:11:11.280 Paul Casey: you're talking about, but I do file them in categories for leadership development so that I can pass them on to clients and in seminars, in the future so totally concur with you there. 76 00:11:11.790 --> 00:11:16.830 Paul Casey: And you know i'm probably going to ask you this, so what are a couple of books that everybody's got to read if they're a. 77 00:11:17.250 --> 00:11:26.460 Paul Casey: Business owner or a leader of other people, they want to develop others or develop themselves what are some of those that pop out maybe you've read just the last few years. 78 00:11:27.120 --> 00:11:36.420 Chris: yeah i'll recommend three as kind of a must read and and if there's listeners out there that are thinking about starting a business but haven't read these three books read these three books. 79 00:11:36.900 --> 00:11:44.280 Chris: Seven habits of highly effective people by Stephen R covey obviously this you know timeless written what 40 years ago and still relevant today. 80 00:11:45.480 --> 00:11:50.190 Chris: Second, one would be good to great by Jim Collins like I just mentioned, also timeless. 81 00:11:51.360 --> 00:12:07.830 Chris: Book so vital to read if you're trying to grow your business, as the title implies from good to great and then the third one would be the E myth revisited by Michael gerber which is really kind of the small business Bible, how to grow a business from one person to 10 people to 50 people. 82 00:12:08.640 --> 00:12:13.290 Paul Casey: yeah and I think he was the one that coined that in the biz working in the business or on the business right. 83 00:12:13.500 --> 00:12:14.700 Chris: that's right yeah. 84 00:12:15.480 --> 00:12:31.710 Paul Casey: Great great book recommends thanks Chris for that to avoid burnout and negativity and even in the land of Kobe the last couple years here how have you fed your mental your emotional health and wellness on a regular basis. 85 00:12:33.270 --> 00:12:42.540 Chris: yeah that's a great question you know some business owners talk about you know you got to work 100 hour plus weeks in order to be successful, I do not buy into that philosophy and. 86 00:12:43.500 --> 00:12:52.140 Chris: Most of the effective successful people I know don't work 100 plus hours they do work, maybe 50 to 60 hours a week, I mean they're not slackers that's for sure. 87 00:12:52.770 --> 00:13:02.490 Chris: But you definitely want to take some time some personal time completely on your own I like to do some you know i'd call it spiritual time each day kind of Bible study time each day. 88 00:13:02.940 --> 00:13:11.250 Chris: That I take on my own I definitely spend time with my wife and kids each day intentionally during certain times of the day, so yeah don't neglect yourself. 89 00:13:12.570 --> 00:13:24.420 Paul Casey: yeah self care huge love, I put in, so your spiritual practice there at the beginning of the day, so setting the tone for the day what successful people do in the morning is is huge. 90 00:13:24.750 --> 00:13:35.220 Paul Casey: And then also making sure i'm sure core values family is one of your top ones as well, and not leaving them the leftovers, but prioritizing them somewhere in your day love that. 91 00:13:35.580 --> 00:13:43.770 Paul Casey: Absolutely, how do you go about getting things done, I love to know the organizational system of Chris porter, how do you organize yourself. 92 00:13:44.430 --> 00:13:53.490 Chris: Well i'll tell you Paul I went to one of your presentations several years ago, where you said that we should make a to do list for the next day. 93 00:13:53.820 --> 00:14:03.480 Chris: At the end of the day, so at the end of today i'm going to make a to do list for tomorrow, while those priorities are still fresh in your mind that was a very helpful suggestion and i've done that. 94 00:14:04.560 --> 00:14:09.300 Chris: I don't think I do, that every day, I should, but I do, that a lot of days and I appreciate that suggestion. 95 00:14:10.140 --> 00:14:16.380 Chris: So that's one thing i'll throw out the other thing i'll throw it is from Stephen R covey where he talks about that analogy of. 96 00:14:16.710 --> 00:14:23.310 Chris: Having a jar and everyone's heard this before you have a jar you want to put big rocks and it's small rocks and sand and water in it. 97 00:14:24.180 --> 00:14:31.980 Chris: The only way, you can do that is put the big rocks in first and then the sand and then the water, so the sand kind of falls around the big rocks and everything fits. 98 00:14:32.640 --> 00:14:47.700 Chris: And he uses that analogy to basically recommend you take your most important biggest priorities during the week and you schedule them into your calendar at the beginning of the week don't let any anything else interrupt those important items that you have. 99 00:14:49.230 --> 00:14:53.760 Chris: put those in first add the big rocks your calendar first and then other things fall into place. 100 00:14:54.810 --> 00:15:01.770 Paul Casey: That is so good, I was just telling that illustration, is a timeless illustration of the big rocks I was just teaching that and look at a. 101 00:15:01.980 --> 00:15:09.030 Paul Casey: Digital summit recently, because it is so applicable don't let anything crowd out those three top priorities. 102 00:15:09.390 --> 00:15:21.930 Paul Casey: And I don't know why we do this, Chris we seem to like blow ourselves off and our priorities, we would never do that to someone in a coffee shop or a client appointment right, but we do this for ourselves all the time and then we're like procrastinated yet again. 103 00:15:23.580 --> 00:15:24.630 Chris: Absolutely yeah. 104 00:15:25.380 --> 00:15:26.670 Paul Casey: And I think we would say Paul. 105 00:15:26.700 --> 00:15:31.890 Chris: Paul you also taught me didn't don't show I say obey your calendar is the phrase that you use. 106 00:15:33.270 --> 00:15:36.960 Paul Casey: is like obey your thirst have a calendar. 107 00:15:37.200 --> 00:15:37.740 Chris: that's right. 108 00:15:39.150 --> 00:15:47.910 Paul Casey: Well before we head into our next question about how Chris looks at the bigger picture versus being reactive and leadership let's shout out to our sponsor. 109 00:15:50.220 --> 00:16:02.430 Paul Casey: Well, Chris it's easy to get trapped in simply reacting to crises and leadership and putting out fires, how do you specifically step back and take a look at the bigger picture and get ahead of stuff. 110 00:16:03.960 --> 00:16:05.700 Chris: yeah that's a great question. 111 00:16:06.810 --> 00:16:11.040 Chris: I don't know I don't have a perfect answer for that, but i'll tell you one thing i've done is i've turned off. 112 00:16:12.090 --> 00:16:17.610 Chris: That little notification on the computer where every time you get an email this little thing pings up you got an email from this person. 113 00:16:18.540 --> 00:16:26.910 Chris: You know I definitely spend times during the day when when that's completely off when I don't hear any beeps for my cell phone and it beeps from my computer and I could just be focused. 114 00:16:28.560 --> 00:16:37.860 Paul Casey: You also take time as a company with your your core team to do some strategic planning for the year ahead or the quarter ahead anything like that. 115 00:16:38.640 --> 00:16:48.120 Chris: Absolutely my business partner and I we meet weekly Mondays at 1pm and we talked about yet planning and how our goals are coming along. 116 00:16:48.780 --> 00:16:55.680 Chris: And then we have a group of directors of the company so there's two owners and then for directors of our different departments. 117 00:16:56.250 --> 00:17:07.020 Chris: And we are all reading good to great even if we've read it before we're all reading good to great and then we're meeting on July 30 for an all day retreat with you know some refreshments and a meal and. 118 00:17:07.590 --> 00:17:12.030 Chris: And some activities and we're going to discuss the principles and good to great and how we can apply them to our business. 119 00:17:12.780 --> 00:17:19.050 Paul Casey: love the book study idea and now ramsey himself his organization, when you get hired there you get a box of books. 120 00:17:19.350 --> 00:17:29.280 Paul Casey: Because he wants everyone to be speaking the same language and so that that's a cool thing you're all going to do together, even if it's a reread for many of you it's a new read for others. 121 00:17:29.610 --> 00:17:35.730 Paul Casey: love the off site retreat to i'll put in a plug there as well, I love doing those leading those with companies because. 122 00:17:36.060 --> 00:17:51.300 Paul Casey: You know it's a chance to relationship build like you said eat some food together break bread and look ahead without without that constant notification barrage or interruptions throughout your day so way to go for getting your team away to think ahead. 123 00:17:52.830 --> 00:18:06.000 Paul Casey: What key moves did you make, for your Organization has this whole coven thing went through in the last couple of years, how are you responsive to that how did you become strategic in an uncertain time. 124 00:18:07.740 --> 00:18:17.550 Chris: You know, maybe, instead of answering how I did that you know I serve a lot of clients and maybe I could just anonymously talk about how some of them navigated through it. 125 00:18:17.850 --> 00:18:26.790 Chris: Right, it was very interesting, you know we serve like I said a lot of businesses in the tri cities and restaurants, I thought were very interesting during coven. 126 00:18:27.570 --> 00:18:34.410 Chris: We have a lot of restaurant clients and some of them just almost instantly you know when march hit when April hit. 127 00:18:34.830 --> 00:18:48.540 Chris: They quickly got on uber eats and doordash or had their own delivery drivers and just quickly revamped their business model and some of them did very well, some of them were selling more food than before the pandemic. 128 00:18:49.800 --> 00:18:56.130 Chris: Whereas some of them who just kind of dogmatically stuck to the old business model really struggled so. 129 00:18:56.910 --> 00:19:10.350 Chris: Whether it's co founder whether it's another crisis or whether it's just a constantly changing paradigm of technology, we absolutely need to be responsive on our feet, we cannot run our business like we did five years ago, and we cannot be afraid of change. 130 00:19:11.880 --> 00:19:17.880 Paul Casey: yeah and you bring up that word change, what do you feel most people don't of course don't like change. 131 00:19:18.660 --> 00:19:24.330 Paul Casey: I find leaders are a little bit more comfortable with it because we're the ones, usually driving it you had this huge growth. 132 00:19:24.870 --> 00:19:39.150 Paul Casey: spurt in the last couple of years, so i'm sure with that came some change whether that's procedures, if not just different people, how do you best lead organizational change and how would you recommend other business leaders lead change. 133 00:19:40.680 --> 00:19:44.670 Chris: yeah that's that's a great question there's always resistance to change. 134 00:19:46.230 --> 00:19:50.310 Chris: In fact, well, I probably won't share that story, I was about to share a. 135 00:19:50.310 --> 00:19:53.430 Chris: story, but I don't know if I could do it in a confidential enough medicine. 136 00:19:55.050 --> 00:19:57.600 Chris: But there's always resistance to change but. 137 00:19:58.830 --> 00:20:05.820 Chris: yeah I think you just have to talk about how you know the very obvious truth that if we don't change we stay the same. 138 00:20:06.120 --> 00:20:11.940 Chris: Now that just sounds so stupid, but it's true if we don't change we don't grow if we don't change we don't progress. 139 00:20:12.510 --> 00:20:22.950 Chris: And I think people just need to realize, you know, like my friend my mentor that I talked about earlier that I met at anthony's going from a one person company to a 600 person company. 140 00:20:23.460 --> 00:20:28.530 Chris: Their organizational chart must have changed, you know 27 different times, or more. 141 00:20:29.220 --> 00:20:36.630 Chris: And even in Puerto kitty, you know as we went from when, as a seven person company, you know our organizational chart was basically here's the two owners of the top. 142 00:20:37.080 --> 00:20:45.150 Chris: And here's the five people that report to us it was just very basic we had an organizational chart but it's like okay we're in charge and we're the supervisors that's all it is. 143 00:20:45.750 --> 00:20:53.550 Chris: But now as a 24 person company, the two owners don't necessarily want to be in charge of all 24 so we revamped our organizational chart. 144 00:20:54.150 --> 00:21:02.550 Chris: And that is something that i'd recommend that's something that Michael gerber recommends and the E myth, no matter how small your company is make an organizational chart. 145 00:21:03.090 --> 00:21:13.800 Chris: give each person, a job title give each person, a list of their duties that they need to fulfill and, as you grow annually, you should be updating that organization chart. 146 00:21:15.750 --> 00:21:29.010 Paul Casey: What do you do what became a something you delegated to that next level I think you're calling the directors right, the Director level that you did before, but with growth and you know delegated for someone else to supervise. 147 00:21:30.210 --> 00:21:46.230 Chris: Well, one example would be semi annual performance reviews, yes, so I used to do all of them myself and now i'll do the four directors, will do a semi annual review with me and then each of them will do four or five with the people in their department. 148 00:21:47.610 --> 00:21:59.280 Paul Casey: What do you use for performance reviews what system, do you do some self evaluation is it a is it a rating scale is it more narrative what have you sort of landed on lately I know it's probably always in flux, but. 149 00:22:00.480 --> 00:22:12.180 Chris: yeah one thing I mean there's a lot we could talk about there, but one thing I think that we've changed recently that's been very effective is give the staff member of the team Member the feedback before the performance review. 150 00:22:13.050 --> 00:22:22.110 Chris: You don't want to be sitting face to face with somebody and all of a sudden just surprise them with some negative feedback or constructive criticism, as we call it in a more politically correct. 151 00:22:22.110 --> 00:22:22.470 Chris: way. 152 00:22:22.920 --> 00:22:27.930 Chris: You don't just want to surprise somebody in a face to face setting because naturally they'll become defensive. 153 00:22:28.650 --> 00:22:33.840 Chris: So if you send them an email beforehand and say hey thanks so much for meeting with me tomorrow at two. 154 00:22:34.470 --> 00:22:44.880 Chris: Here are some things that I think have been going really well give them six or seven here's two things that I think we can improve on and set some goals on, then they go into the meeting, knowing what's going to be discussed and there'll be less defensive. 155 00:22:45.750 --> 00:22:56.400 Paul Casey: I found that i've got three other clients that also do that same thing they send their performance review a day in advance it's for the people who like to Milan things you know and it probably. 156 00:22:56.820 --> 00:23:08.850 Paul Casey: Well, for mostly it settles them down because they get freaked out on the day of their performance review, but yeah it's sort of like brings it in and more of a conversation the next day, instead of the surprise or. 157 00:23:09.480 --> 00:23:13.800 Paul Casey: This is, you know this is going to be this very tense conversation I think it's a great move. 158 00:23:15.360 --> 00:23:17.280 Paul Casey: Speaking of difficult conversations. 159 00:23:17.520 --> 00:23:36.180 Paul Casey: Conflict very difficult among teams and when you're a supervisor and you have to confront a direct reports someone on your team it's it's usually not a whoo you know kind of day, how do you first of all bolster the courage to have that conversation, and not just let it keep on going. 160 00:23:37.440 --> 00:23:47.220 Chris: yeah I think you bolster the courage by reminding yourself that that conversation is not only good for you, but it's good for that particular team Member to hear. 161 00:23:48.870 --> 00:23:54.990 Chris: You know and Jim Collins again back to good degrade he talks about that a lot he talks about, for example, the ultimate. 162 00:23:55.770 --> 00:24:06.540 Chris: Tough conversation is the conversation where you have to let somebody go and he talks about in his book if there's somebody who is not a good fit for your organization not only. 163 00:24:07.500 --> 00:24:13.920 Chris: Are you doing yourself a disservice by keeping them on you're doing them a disservice by keeping them on the team because. 164 00:24:14.250 --> 00:24:18.930 Chris: They might be a much better fit for another organization with a different culture with different goals. 165 00:24:19.380 --> 00:24:31.830 Chris: And by continuing to keep them on your bus, even though they're in the wrong seat and on the wrong bus you're basically wasting years of their life so do yourself a favor do them a favor by having that tough conversation. 166 00:24:32.190 --> 00:24:50.550 Paul Casey: No, that is so good, because you really want to have the conversation in service of them, and your organization so you're serving two purposes and when people just don't want to have that conversation so you've had to let people go, probably in the course of your leadership over the years. 167 00:24:51.900 --> 00:25:05.940 Paul Casey: Take us there for a moment what have you learned about the the conversation where it's like we're not a match, how does How does that go, but what recommendations would you have to business owners and other leaders who have to have that conversation. 168 00:25:06.930 --> 00:25:10.020 Chris: yeah well there's certainly no easy way to have that conversation. 169 00:25:11.160 --> 00:25:16.770 Chris: But you really just want to treat people very well on their way out. 170 00:25:18.120 --> 00:25:25.560 Chris: Whether that be giving them a generous severance payment on their way out or allowing them to stay on the health insurance for a couple months. 171 00:25:25.980 --> 00:25:40.860 Chris: Just whatever you can do to really kind of make the transition easier from your place to someone else's and if it wasn't really you know, a specific problem with their job performance, it was just in general they didn't fit the culture. 172 00:25:42.090 --> 00:25:52.440 Chris: That you were trying to promote maybe they would be a great fit at another company and you could even help them try to find that next company try to find that next job where they would be a good fit. 173 00:25:53.610 --> 00:26:02.070 Chris: So I think more than just choosing the right words during the conversation I think you have to look at the whole experience as treating that employee with dignity on their way out. 174 00:26:02.400 --> 00:26:15.660 Paul Casey: Oh, so good that we're dignity yeah always helping them save face I had one boss that told me, you know someday I might be working for you, Paul and and as a custodian so I want to make sure we leave on good terms. 175 00:26:16.260 --> 00:26:26.340 Paul Casey: That was good you've never done it in a Community like the tri cities to you're going to run into these folks probably that it's important for us to do it well, always with dignity. 176 00:26:26.790 --> 00:26:31.560 Chris: yeah and Paul that's a key point where we are in a small town, this is not Chicago, this is not New York. 177 00:26:31.980 --> 00:26:41.190 Chris: And with customers and staff members even former staff members yeah you're going to run into them at the grocery store, you know, two weeks from now so just treat everybody kindly and with dignity. 178 00:26:42.210 --> 00:26:53.010 Paul Casey: You mentioned the word culture, when you said you know they may not be a fit for the culture, what kind of culture is porter Kenny trying to develop among the staff so that. 179 00:26:53.460 --> 00:27:04.650 Paul Casey: You know if I were to walk in your business, this would be like the feel that I would get you know, in the air, what do you try to promote there and what are you banging the drum on always with your team. 180 00:27:05.850 --> 00:27:15.300 Chris: yeah that is a fantastic question so we definitely have a culture of continuous improvement and with continuous improvement comes change like you mentioned. 181 00:27:15.990 --> 00:27:23.790 Chris: we're a different company, they will were just two years ago, so people that are resistant to change and don't like. 182 00:27:24.180 --> 00:27:38.250 Chris: Learning a new software program or you know learning a new process or having a new organizational chart they would have a tougher time staying with quarter Kenny, because we have this constant pursuit of excellence and improvement in our organization. 183 00:27:39.510 --> 00:27:47.430 Chris: And then on the flip side of that we also like to have fun and we like to you know, have a good rapport with everyone on the team. 184 00:27:48.900 --> 00:28:02.580 Chris: We like to have a fun culture and we'd like to not take ourselves too seriously and those two aspects of our culture, they might seem like you know, oil and water trying to mix, but I think you could have both. 185 00:28:03.540 --> 00:28:07.920 Paul Casey: So i'm not gonna i'm not gonna see some nerf gun wars in the accountants office is that what i'm saying. 186 00:28:09.570 --> 00:28:16.950 Chris: yeah you might just see somebody converting a desk to a ping pong table in the other room a couple days ago. 187 00:28:17.790 --> 00:28:18.090 Paul Casey: Good. 188 00:28:18.210 --> 00:28:18.870 Paul Casey: I like it. 189 00:28:19.170 --> 00:28:24.150 Chris: I didn't know they solve these little small ping pong nets that you can put on top of a desk and you know, have a couple of games. 190 00:28:24.210 --> 00:28:24.510 that's. 191 00:28:25.830 --> 00:28:34.290 Paul Casey: awesome well Chris Finally, what advice would you give to new leaders or anyone who wants to keep growing and gaining more influence. 192 00:28:35.790 --> 00:28:38.370 Chris: Well, I think i've already given it but. 193 00:28:39.870 --> 00:28:52.170 Chris: I was recently talking to a very new business owner probably had two employees and I could tell during that meeting, you know, he did 95% of talking he didn't ask for any advice. 194 00:28:53.460 --> 00:28:55.980 Chris: The impression I got was that he already knew everything. 195 00:28:57.750 --> 00:29:05.940 Chris: Even though I could tell that certainly there were things that he could do better with his business so just having a little bit of humility and just recognizing. 196 00:29:06.990 --> 00:29:13.680 Chris: Wherever you are in your leadership, development or in the business growth, there are people ahead of you that you can learn things from. 197 00:29:14.610 --> 00:29:23.580 Chris: Some of those people are right here in the tri cities, and you know sit down with them ask them questions and some of those people are national experts who have written books read those books. 198 00:29:24.450 --> 00:29:32.190 Chris: don't ever get to the point where you think you just have all the answers, and you know everything because that's the point in which your professional development is going to go downhill. 199 00:29:32.700 --> 00:29:41.850 Paul Casey: Absolutely stay teachable stay coachable tries to the influencers Chris How can our listeners connect with you and your business. 200 00:29:43.410 --> 00:29:48.480 Chris: Well, I can feel free to shoot me shoot me a question at Chris at quarter can u.com that's my email. 201 00:29:50.010 --> 00:29:59.850 Chris: yeah and you know our business information is pretty easy to find our website is porter can you calm, but yeah one of your listeners can can feel free to reach out to me if they wanted to connect. 202 00:30:00.690 --> 00:30:05.940 Paul Casey: Well, thanks again for all you do to make the tri cities, a great place and keep leading well. 203 00:30:06.750 --> 00:30:07.320 Chris: Thank you, Paul. 204 00:30:08.070 --> 00:30:11.820 Paul Casey: We wrap up our podcast today with a leadership resource to recommend. 205 00:30:12.090 --> 00:30:21.390 Paul Casey: i'm starting a membership Community i'm calling it bullseye bullseye is going to be for team leaders, if you supervise other people bulls is for you. 206 00:30:21.600 --> 00:30:28.890 Paul Casey: for less than like 75 cents a day you're going to get some plug and play resources every week in your email box. 207 00:30:29.130 --> 00:30:35.070 Paul Casey: Things videos you can play for your team meeting icebreakers that you can give in your one to ones. 208 00:30:35.340 --> 00:30:41.850 Paul Casey: They all have performance evaluation forms and one to one flow is there's going to be all sorts of great stuff. 209 00:30:42.120 --> 00:30:50.610 Paul Casey: If you're a team leader, so that you'll actually look forward to opening an email from growing forward services, so you can come to my website at Paul casey.org. 210 00:30:50.790 --> 00:31:00.660 Paul Casey: As that begins to launch and get in on the ground floor of this, because then you'll be part of the discussion as we help each other grow in our businesses and leadership development. 211 00:31:02.910 --> 00:31:10.620 Paul Casey: Again this is Paul Casey want to thank my guest Chris porter from porter Kenny, for being here today on the tri cities influencer podcast we also want to thank our. 212 00:31:11.160 --> 00:31:19.740 Paul Casey: sponsor and invite you to support them, we appreciate you making this possible, so that we can collaborate to help inspire leaders in our Community. 213 00:31:20.130 --> 00:31:34.530 Paul Casey: Finally, one more leadership tidbit for the road to help you make a difference in your circle of influence when you lose your focus, you lose your momentum until next time KGF keep growing forward.

Towelite Talk
Episode 180 - ToweliteVision

Towelite Talk

Play Episode Listen Later Sep 18, 2020 70:08


Casey and Chris JUST returned from an intergalactic Toy Hunting adventure to find themselves needing to record a podcast. Luckily while they were gone a lot of Geekly things happened so take a listen!! Intro GEEKIN' OUT Marvel - TV, Movies & Games Jonathan Majors cast in Ant Man Marvel's She-Hulk  sets Kat Coiro As Series Director Tatiana Maslany as She-Hulk/Jennifer Walters Batroc returns in Falcon & WS WandaVision confirmed for 2020 Olivia Wilde Set to Direct (& produce) Spider-Woman Film DC - TV, Movies & Games  Doom Patrol S3 headed to HBO Max The Batman has started production again Word has it that Henry Cavill has signed on, "again", for future Superman roles. We shall see.  SW - TV, Movies & Games Mandalorian S2 trailer Hunted - Squadrons short  Tales from Galaxy's Edge teaser  Comics DC BATMAN B&W returns in Dec Generations: Shattered #1, an 80-page one-shot priced at $9.99. Jan. Batman Day 9/21  COMMERCIAL  Crowd$ourcery Pursuit of Plastic from DFAT Comics (Hey that's us!) TV Walking Dead to end with S11 spin-offs' future unclear Animaniacs teaser. On HULU 11/20. Paramount+ - absorbing cbs aa Raised by Wolves s2  Song Exploder Movies DUNE trailer  Gaming Final Fantasy 16 Borderlands Bunkers & Badasses tabletop RPG - DELUXE VERSION on sale through 9/30 Hasbro Hero Quest Ori 2 on Switch MYST VR remake AC and Splinter Cell VR Games PS5  POP McFarlane Dune 7" & 12" Witcher 7" figures Geralt and King Eredin S7 Thundercats wave four Mafex Hush Joker HT ESB Lando One more shameless KICKSTARTER POP plug Closing

Towelite Talk
Episode 180 - ToweliteVision

Towelite Talk

Play Episode Listen Later Sep 18, 2020


Casey and Chris JUST returned from an intergalactic Toy Hunting adventure to find themselves needing to record a podcast. Luckily while they were gone a lot of Geekly things happened so take a listen!! Intro GEEKIN' OUT Marvel - TV, Movies & Games Jonathan Majors cast in Ant Man Marvel's She-Hulk  sets Kat Coiro As Series Director Tatiana Maslany as She-Hulk/Jennifer Walters Batroc returns in Falcon & WS WandaVision confirmed for 2020 Olivia Wilde Set to Direct (& produce) Spider-Woman Film DC - TV, Movies & Games  Doom Patrol S3 headed to HBO Max The Batman has started production again Word has it that Henry Cavill has signed on, "again", for future Superman roles. We shall see.  SW - TV, Movies & Games Mandalorian S2 trailer Hunted - Squadrons short  Tales from Galaxy's Edge teaser  Comics DC BATMAN B&W returns in Dec Generations: Shattered #1, an 80-page one-shot priced at $9.99. Jan. Batman Day 9/21  COMMERCIAL  Crowd$ourcery Pursuit of Plastic from DFAT Comics (Hey that's us!) TV Walking Dead to end with S11 spin-offs' future unclear Animaniacs teaser. On HULU 11/20. Paramount+ - absorbing cbs aa Raised by Wolves s2  Song Exploder Movies DUNE trailer  Gaming Final Fantasy

Up Next In Commerce
From Underwear Models To Impersonators, How One Company is Using Creativity To Gain Market Share

Up Next In Commerce

Play Episode Listen Later Sep 15, 2020 45:04


What do underwear models, Frank Sinatra impersonators, and a partnership with Anheuser-Busch have to do with selling alcohol? For Saucey, it was about changing consumer behavior in an industry that hasn’t truly been disrupted since the 1930s.  Chris Vaughn is the founder and CEO of Saucey, an alcohol delivery service. Since launching in LA in 2014, Saucey has broken into 20 metro areas and has continued to grow.  Getting off the ground wasn’t easy, though, and on this episode of Up Next in Commerce, Chris takes us through the trials and tribulations of bringing Saucey into the market — from regulatory issues to investor and customer skepticism. Plus he explains how they pushed through the hardships and used edgy creativity to break into a market that was set on shutting them out.  Key Takeaways:   Bring On The Crazy Ideas: When working with smaller budgets, it’s critical to think outside the box with your marketing efforts. The money might not be there to do customer acquisition in traditional ways, so shifting to a scrappy mindset may be key. What partnerships can you form? What unique campaign can you launch that is outside of the traditional ones in your industry? Tune in to hear how Saucey generates new and noteworthy campaign and partnership ideas that generate results.  Disrupting An Undisrupted Industry: The alcohol industry has remained relatively the same since prohibition ended in 1933, mostly because of harsh regulatory guidelines and big brands owning most of the market. But, as buying behavior has moved online, enterprising companies like Saucey have capitalized on new opportunities. Why your first customer matters: Landing your first “name brand” client can make every future sale that much easier. Many companies got their start by being able to point to a well known first client, and seeming larger than they actually were. For an in-depth look at this episode, check out the full transcript below. Quotes have been edited for clarity and length. --- Up Next in Commerce is brought to you by Salesforce Commerce Cloud. Respond quickly to changing customer needs with flexible Ecommerce connected to marketing, sales, and service. Deliver intelligent commerce experiences your customers can trust, across every channel. Together, we’re ready for what’s next in commerce. Learn more at salesforce.com/commerce --- Transcript: Stephanie: Welcome to Up Next in Commerce. This is your host, Stephanie Postles. And today on the show we have Chris Vaughn, the CEO and Founder at Saucey. Chris, welcome. Chris: Thank you for having me. Stephanie: Yeah, I'm excited to have you. It might be 9:00 AM here, but I'm trying to get into the beverage mindset right now. Thinking about my 5:00 PM drink. Chris: Yeah. Nice, good. I like that. Stephanie: Yeah, I know. So Saucey, tell me a little bit about what it is and how you started it, the whole backstory. I want to know it all. Chris: Sure. So we started Saucey in late 2013. We really had this hypothesis that... I guess even before it was a hypothesis, we have this idea that you could have basically anything you wanted delivered, but for some reason you couldn't have alcohol delivered. In some major cities like New York, The Bodegas would run it over to you and whatnot, but for the most part in a city like LA, where we're based, that really wasn't an option. Found that to be really interesting, particularly given that the buying behavior around alcohol seems to be such an impulse driven buy. I know I'm going to have dinner tonight. I know I'm going to buy groceries at some point this week or next week, and delivery for those categories, mirror that behavior. Chris: Grocery delivery is more about saving me the time of shopping the whole store. Food delivery is this convenience driven thing. I know I'm going to have dinner, but it's kind of, "What do I feel like having?" And alcohol is this heavily impulse driven by where maybe I have dinner and it gets to be eight, nine o'clock at night, I'm watching a show or Netflix or whatever it may be. And I feel like having, some wine or I feel like having a cocktail, or beer, or whatever it is, or some friends are going to come over and they text me, "Hey, you want to get together?" And then and then you need to buy something. And so given that the buying behavior was so again, I think a non-planned purchase occasion we found that delivery would be the perfect fit for that type of purchase. Chris: So we started to look into the industry a little bit, and I think that the things that really opened my eyes was there clearly have been very, very little innovation in the alcohol industry really since [prohibition 00:02:32]. Most of the innovation had taken place on the brand side, creating new brands, new brand categories, but very little to do with how alcohol gets distributed or purchased. It was also fascinating to see that the brick and mortar landscape had effectively been built out to mirror that type of impulse driven buying. There's more liquor stores in the United States than grocery stores or gas stations. And that mirrors this behavior of, "Oh, I feel like having something." Run out to the corner and go get it. Chris: Then lastly, I think we clearly identified that there was a huge brand loyalty when it came to the products. I'm a Bulleit Bourbon drinker, I'm a Tito's vodka drinker. I'm a Coors Light drinker, whatever it may be, but almost no loyalty when it came to retail. Yeah, I'm on my way home. We'll stop here. I'm on my way to my friend's house I'll stop there. With the exception of some major holidays. Major holidays, go to Costco, stock-up or some of that type of buying. We found that delivery would be the ideal use case where we could not only capture more of a customer's purchases than any of the traditional brick and mortar players, but obviously service and provide a solution to this need of this impulse driven buying, or this last minute buying. Chris: We actually came up with the idea where... or how we came up about Saucey was I had floated it by a very close friend of mine at the time we were working at another company, and my girlfriend at the time, now wife with three kids we were camping up in Yosemite and we went up on this big hike, and I just couldn't get it out of my head. And I was talking through it with her and she was like, "I think you should do this." I came back and shared it with my close friend, and another close friend of this company called Text Plus where we were all working. Daniel Leeb, and Andrew Zeck. Andrew Zeck was one of their head mobile engineers, and ran their whole iOS team. Daniel Leeb was effectively leading their product of those teams. Chris: I said, "Listen, I think there's a big opportunity in alcohol delivery. And I think that the margins are there to support the business. It's a little brutal in food and some of these other categories, I think we can do it and alcohol, and here's what I think it could look like." Immediately we started working together. Nights and weekends spending a lot of time on the weekends and late into the night, trying to put this thing together. Dan did all these initial mocks of what it would look like. We didn't have the name Saucey at the time. We were trying to think of different names. Andrew was starting to program what the prototype would be, and we were working on doing all the specs. Chris: And then I was out trying to find who our first liquor store partner was going to be working with legal counsel and then subsequently talking to the ABC and some of the regulatory committees, or the regulatory bodies on, "We would like to do this. How do we do it, not only in compliance, but what are some of the issues you guys have in this industry, and how, as we're thinking about it, how can we maybe solve some of that stuff?" Like underage drinking, and be more proactive about ID verification, or there's cash under the table transactions, have everything go through credit cards. It was a fascinating time, we started working on that, I want to say October, November 2013, we really got our heads down and we launched in May 2014. Chris: Our first ever delivery. So remember Andrew dispatched it, Dan and I drove it. Was a bottle of Johnny Walker black label, to a guy named Vincent Rella who we actually ended up hiring, not that long after. Stephanie: Oh, that's great. Go Vincent. Chris: Yeah, it was interesting times. Stephanie: How did Vincent find you? First customer, did he actually find your app, or how did he even stumble upon you guys? Chris: I think Vinnie had loosely known Andrew. We all posted on Facebook, and we did all these things, and he saw the post and just said, "Oh, I'll try that." And then we ran the order to him and he goes, "Yeah, I know that guy." And then it was exciting. And of course those early days, we got one order, two orders in a day. And we did all the deliveries ourselves, taking turns on a schedule throughout the week, having to rotate who is going to be dispatching, who was going to be out delivering. An internal irony to the story was we wanted the service. We wanted to be able to order a bottle of wine, or a case of beer or something to your house, and so we built it. But what we actually ended up doing is just all of our time, seven days a week was out delivering to everybody else, and then we could never use it ourselves. So it was interesting. Stephanie: How it works. When you guys were doing that, any funny stories that you remember from when you were personally delivering, or doing the pickups and drop offs? Chris: Yeah, I mean, there was a lot of interesting stuff. I think- Stephanie: Here we go. Chris: ... we did probably a thousand orders between us before we started really hiring any outside couriers. At the time alcohol delivery was also very new, which I think is interesting. When you think about delivery as a category, food delivery has been around for decades, grocery delivery has been around for decades in one form or another, used to be able to call it the corner grocery store or place a fax order, and have things brought to you from your local market. Alcohol delivery in most major metros started six or seven years ago with us and a few others. And so it was a very new behavior. I think all the customers in the early days, the first additional hurdle, everyone was just asking, "Is this legal?" Everybody. Investors, customers, et cetera. Chris: We had to do a lot of work, both in our email content, as well as in our investor materials to walk through conversations we had had with the regulatory bodies, what the law says, how we think about these different things. So those early were just like, "Is this legal? I don't know, I'll try it sounds cool." Stephanie: Like sneaking out behind their bush, like, "Okay, drop off the goods." Chris: Exactly. And we'd show up in 25, 30 minutes and they were blown away, but we definitely had a couple of customers open their door, just totally nude, and totally unfazed. And you had to do a double take, and then, "Can I see your ID?" They'd walk back, come back, still totally naked, hand you their ID, you'd scan it and then turn over their order. That definitely happened more than once. Stephanie: Odd. Chris: People with unusual animals or pets. There was one customer that had like a snake wrapped around her arm. I remember one of those delivered, and was trying to hand it to her, and the snake's on her arm. And we were like, "Wow, this is some interesting stuff." But also lots of just, fairly standard and normal deliveries for the most part, people just super excited to use the service, and check out what it was all about. Stephanie: Yeah. That's really fun. So what kind of challenges did you run into when you were starting this, and working with these agencies and whatnot? Chris: Yeah. Licensing and working with licensed retailers is a challenge. The regulatory environment of alcohol being different on the state by state basis. So you're effectively dealing with 50 countries in the US, as opposed to having the rules all be the same. You can't ship alcohol across state lines, spirits and other things. So there's just a lot of barriers and a lot of reasons as to why Ecommerce has not taken place historically in alcohol, while fashion, and consumer electronics, and even cars and all these other things have picked up. Big followings in the Ecommerce world, set up at East Coast warehouse, a West Coast distribution center, take online orders, ship them out to everybody, and then optimize more distribution centers, see a faster delivery times. Chris: In alcohol, there is a whole series of barriers. One, that you mentioned is regulatory. You have to work with a licensed retailer, or get a license yourself. You're going to get a license yourself, and you don't previously have one that can be a very long and arduous process as to proving you are who you say you are, there's something in alcohol called the three tier system, which means you can only effectively be a manufacturer, a brand like Anheuser-Busch, a distributor like Southern & Wine Spirits, or Southern Glazer's, or a retailer. And if you're one, you can't be the other. So alcohol flows through about three to your system. There's some exceptions in wine, obviously, but it divides up the industry in many ways. Chris: There's many reasons why, I think even in like the private equity world there's been roll-ups of laundromats, there's been roll-ups of car washes. There's been roll-ups of grocery chains. There's been roll-ups basically any category you can think of. When it comes to alcohol, it can get pretty difficult because when you're trying to roll-up a bunch of liquor stores or roll-up a bunch of these licensed entities, these different regulatory bodies want to know every single person that has even a fractional amount of ownership. So you could have a PE firm, or a venture firm, all of a sudden being in a situation where they're having to go back to their LPs to get identification cards for people to list them on licenses. And so it's just a very challenging environment as to how people have been able to operate in this space. Chris: I think also because of the shipping regulations you had a lot of categories that were it's not as simple as setting it up and shipping. And then take that a step further when you think about fundraising, or capital, a lot of endowment funds, pension funds have carve-outs for things, like don't touch anything to do with alcohol, tobacco, firearms, pornography. So there's entire institutions, or very large venture funds, or funds of funds that have invested in all these different VCs that in those early days just wouldn't touch alcohol as a category. So when you think about building a service in an Ecommerce space where you can't ship all over the place, that's a challenge. Everywhere you go you have to deal with licenses and/or different regulatory guidelines on a state by state basis. That's a challenge. Chris: When you're looking to raise capital, large sums of capital to go and attack this big problem. And there's a whole swarms of buckets of capital that literally can't touch the category. That's an uphill battle. And so most, I think the capital injections into the industry have usually been families that have come in, or you've seen someone's creating a brand. They usually do these friends and family rounds. But again, very little going into like a big marketplace, or very little venture or private equity money pouring into the space over the years. Some of the big challenges that we had was in all of those buckets. We launched in LA, but then dealing with even expanding into other cities, looking at the regulatory environment as you go into other markets, thinking about licenses and protecting our partners' licenses, and ensuring ID verification, the way that payments worked, worked properly. Chris: You just have to be very careful on the regulatory side and on the capital raising side, you have to be very resourceful in thinking about who your partners are going to be, and who you'd be able to raise capital from. I think some of that's changed now, particularly during COVID and the acceleration of a lot of things online, you're seeing all sorts of barriers, and regulatory guidelines be changed or altered in some ways to adapt to this new normal, and that includes capital as well. But back then, it was very much a little bit of a taboo service, and taboo marketplace that we had to raise money for. Stephanie: Yeah. I was just going to say, with all of those things you have to think about, and then you also have to think about building local marketplaces to find the drivers, and find the retailers, and the customers, how did you figure out which steps needed to come first without getting overwhelmed? Because that whole list that you just gave me, I'm like, "Oh, I would have given up, that's like very intense and I don't even know where to start." So how did you unravel that, and figure out, "Here's things that we want to focus on first?" Like, did you focus on the product, or the regulatory aspect, or did you like divide and conquer? Chris: We divided and conquered I think the way as founders, we've been extremely fortunate that we just work really well together. We still hang out together. We're still very close friends today. That's not always the case with people who have been working together for over six years this closely. But we couldn't find a better group of people to work with and just have inherent trust in each other as we're building this thing. A lot of my role in those early days was the regulatory, and compliance and working with the different regulatory bodies, legal councils and whatnot, and that really was gating factor one. You don't do that correctly, as we saw with other services, you could be shut down tomorrow, or your ops could be turned off, and then you could also have that stigma against your business. So you got turned off, you were a little blahzay about how you were thinking about the rules in a regulated environment. We had to be just above reproach when it came to that. Chris: Two, Dan, and Andrew were really focused on the product and engineering. And then when we put those things together, it was a definitely collective effort, but that also fell heavily on my plate as it related to capital raising. So Dan and Andrew in many ways we're running and setting up a lot of the operations and business product, the design, the roadmap, and I was out there bringing in the dollars, and making sure that we don't all get arrested. It was very good in the early days to be able to work that closely together. And obviously that's permeated throughout our, our journey over the years. I think yeah, we knew early on that it's a big opportunity in the space and that you'd have to be willing to take on a certain amount of brain damage if you were going to build something great here, and that's a bit of a moat. Chris: We've seen a lot of people dip their toe in alcohol, realize there's all these compliance things or whatnot, and just give up. We've I think over the years have developed a little bit of a specialty or become known as entrepreneurs as the guys that are willing to go through just crazy amounts of complexities and brain damage when other entrepreneurs maybe wouldn't take on those challenges, and love it or hate it, that's become our specialty to some degree. Stephanie: That's great. Tell me a little bit about some of your early marketing efforts. They looked pretty unique, and I was hoping you could touch on that and talk about how you acquired some of your early customers? Chris: Sure. The early days you had very small budgets. When we first launched, we were effectively bootstrapped and very shortly after launching had raised a small amount of money from an angel who was a terrific early believer in the company and maintained support throughout the years. But I mean, how do you make as much noise as possible with very small budgets? And we just had this approach of we're in the alcohol space. I think, our first thing we looked at was retail alcohol does marketing very poorly, or in a very boring way. If you look at how customers are adopting any type of brand or brand category or marketplace, usually there's a little bit of brand identity, or something you're trying to communicate to them. Chris: Retail alcohol's literally just, "Hey, we have Smirnoff, it's on sale. Come to me. Hey, I have SKYY vodka, it's on sale. Come to me." There's almost nothing... even if you look at the brand names and logos of most of the major alcohol retailers throughout the country, they're just like gimmicky whatever. We knew that we wanted to take more of the marketing style that takes place in the on-premise world — bars, restaurants, hospitality, leisure, et cetera — that I think translate some of these alcohol brands' vision to the customer very well, which is not, "Hey, come to our bar restaurant, hotel, whatever, because we have alcohol here." It's come here because it's a good time. And you'll be here with friends, and all these things that alcohol subtly sits in the background. Chris: We wanted to mere that type of approach over to the off premise world where it wasn't, "Hey, come here cause we have alcohol." Or, "Hey, we're alcohol delivery." Or, "Hey, get beer delivered." Or whatever maybe. It was trying to communicate fun and interesting messages, plans for people, different things they could do in their city. Wild and crazy activations that just got them excited, and just falling in love with the brand. And then subtly, by the way we deliver beer, wine, spirits, mixers, snacks, ice cream, all this type of stuff. So our activations really mirrored that philosophy of saying, "How are we going to deliver plans to people, or excitement to people?" Chris: One of our first big stunty activations, we partnered with a terrific company, LA company called MeUndies, which is the world's most comfortable underwear, and we just said, how do get a bunch of attention together, and do something that customers would love? And we came up with MeUndies underwear models, delivering sleepover packs that were pajamas and underwear, and a bottle of tequila, a bottle of wine or whatever it may be. It was male and female underwear pairs. Underwear models going out, and delivering. So anybody who ordered- Stephanie: Were they just in their underwear? Chris: They were just in their underwear, so you have anybody who ordered to have this female and male underwear model would come and show up at their house and deliver their sleepover pack. And we structured a great partnership together, rolled it out and we got just shy of a hundred million press impressions inside of a week, basically for free. Chris: We also did on Frank Sinatra's birthday in December, we partnered with the Sinatra family, Jack Daniels, and I believe it was Universal Music and anybody who ordered Jack Daniels, it would be delivered by a Sinatra impersonator. And they'd give you an LP and sing songs to you and do all this type of stuff. We did a handful of other really stunty activations. We took a page out of Uber's book. We delivered cuddly puppies, and donated proceeds to different animal charities and all sorts of stuff like that. Then we backed those types of campaigns with other things that we could afford at the time, which was we did a lot of door hanger campaigns. We did a lot of early stage for direct mail to 21 plus mailing lists. Chris: We did a lot of Facebook ads, Facebook native ads at the time. In the early days of any marketplace, you can acquire tons of customers on Facebook, relatively cheaply, and then your CAC start going up. So it's always a challenge to figure out as you saturate a channel, or saturate a market, how to change either how you're running the ads, or new ways to acquire customers or not be so dependent on one channel. But in the early days it was bracketed as deliver wild and crazy activations that get people talking about us. And then let's backfill that with a little bit more direct response media that maybe they heard about us from a friend because we did this crazy thing, and then they saw some Facebook, and then they saw us on their door. The combination of those things hitting people multiple times really drove a lot of that early adoption. Stephanie: Yeah. That's really, really fun. I love that story, is such a good idea and a good reminder to be creative in the early days and get the most bang for your buck. So what does your customer acquisition look like today, and how are you measuring that? Chris: It's a little different today running across a lot more channels, but I would say that a core tenent of our marketing has always been our referral program. We think that that's the best way that anybody's going to adopt a new service or product is hearing about it from a friend. And so we always push our referral program. It's always been our highest performing and fastest conversion customer acquisition channel that we do run ads across tons of different paid media channels. Obviously, the social, podcasts, radio, out-of-home, less so out of home right now for obvious reasons, and then we do a lot of partnerships with the big alcohol brands to drive awareness through some of their channels. We work with different influencers and then have started exploring some things like streaming, and whatnot. Chris: I think the most fascinating things that have happened on all these channels during COVID is obviously about 50% of somebody's alcohol purchases. It's usually fairly split between on premise and off premise. Bars, restaurants, stadiums, hotels, et cetera, over here. Grocery stores, alcohol delivery services, Ecommerce whatever over there, and half of those purchased venues effectively got turned off. So you had this influx of 50% of somebody's buying jump over to the other side, the off-premise buying behavior. And then you had people not wanting to go wait in lines and all this type of stuff. And so the search traffic went through the roof, time to first conversion shortened at rates that we had never seen before. We had higher intent, customers coming in, and just looking for alcohol delivery, "Is this even possible? Is it possible in my city?" Chris: We've been fortunate enough to have a great ops team that we've expanded dramatically, our footprint. We've launched dozens and dozens of new markets and cities over the past few months, been acquiring customers in all those new markets and cities. Partnering with terrific brands to help drive awareness and let people know that they can use the service. Then acquiring people at very different numbers than we've seen historically, an example would be when COVID really started to kick off, our Facebook customer acquisition costs dropped to about a 10th of what it's been for roughly six years. Time to first conversion, which share is usually around 14 days, someone downloads the app and they're waiting for that first use case. Chris: "Oh I feel like having that bottle of wine. Oh, I'm watching a show, I'll try ordering six pack of beer." Or whatever it is, dropped down to effectively a day. People were just searching for the service, found it, used it. And then second purchase happened before that 14 day mark as well. So you went from having time to first conversion be 14 to 20 days, and then it's all about getting to that second and third purchase. You had purchase one, purchase two, basically happening inside of that first purchase period of time. The customer acquisition costs on a lot of major channels dropped to a 10th of what they normally have been. Then we saw other people willing to spend a lot more media dollars. And then obviously when you think about marketing as well, so much of it is just how you cut through the noise. Chris: If you go back there's a lot of terrific documentaries on Netflix about history ad agencies and all this stuff, but there wasn't tons of marketing being thrown at people the way it is today, back in the fifties and sixties. And so a creative ad, like the Volkswagen think small, or something like that could just cut through everything and take over a nation. Today, it's very difficult. How do you come up with campaigns that cut through the noise that feel genuine that people respond well to? But when you had entire industries been negatively impacted by this pandemic and pull back, a lot of their marketing spend, a lot of that "marketing noise" had died down. And so if you were a service that was still operating the ability to just make sure the customers knew about you was in a heightened state than it had been in. Chris: So there's been a lot of changes over the past couple of months, both in terms of how we do marketing operations, and work with our customers. But yeah, we've obviously been very blessed by sheer dumb luck in this sense on being in a category that has been positively impacted as opposed to negatively impacted. Stephanie: Yeah. That's amazing. Very cool to hear about the time to first conversion and all that. How would you guide someone to create a marketing campaign that does stand out among the noise? Like even outside of a pandemic, and how to make sure it's authentic, but also unique. How do you guys even think about that when building your campaigns? Chris: Yeah, I mean, it sounds cliche. It's just put yourself in the customer's shoes. Be a customer for a day, go on to social media, take a drive around, look at the billboards, look at the signs. Look at the ads that are being served up to you. What's attractive? What do you like? What stands out? What feels cool? Having a barometer for just what I think really impacts somebody is important. And then translating that into your own campaigns is key. We've done most all of our stuff over the years in house. In terms of ad copy, and ad creative, and CRM, creative and copy, and all that type of stuff. But it's just putting yourself in the customer's shoes, what feels genuine, find brands that you really like what they're doing, and they feel honest and interesting and original, and they create interesting templates and guidelines. Chris: There is a creative agency called Gin Lane, which has since pivoted into creating their own products that built these templates for a whole bunch of companies, one being Hims & Hers, and a handful of other very well known brands today. But yeah, I mean, it's just what feels honest, what stands out, and do things that get people talking. It's fairly simple, but I think our barometer's just always been if you do what gets people talking, and is cool and genuine, then people will talk about it, and they will share with their friends. If you do something boring, or off-putting, who cares? Stephanie: Yeah. You'll be like everyone else. I love that. So with all the changes that have been happening, what updates did you have to make to your website, if any? Is there anything that you completely changed to try and... website or app either one, or like, this is a new user that's coming in, or now we have this new group that we need to focus on retaining who has never been here before. Any strategic updates or changes that you've made to your mobile or desktop presence that have really positively impacted like conversions and revenue and whatnot? Chris: Yeah. I mean, some of the initial stuff was very simple. It was just categories. So obviously coming into the app in those early days, people were looking for anything from wine, but also PPE equipment, and masks, and gloves, and hand sanitizer, and things like that. A lot of our stores and markets carried those things, toilet paper, paper towels, et cetera. Canned soup, frozen pizzas. So we've had that stuff for years, though a lot of people don't necessarily know it, but it was just making sure that that was very prominent in both our content marketing, as well as in the app and the website. So when people showed up they knew that that was available and they could use it. Then operationally, it was obviously it was getting out in front of a lot more people, so rapid expansion of our delivery footprint and neighborhood coverage throughout the country, so that more and more people could use us. Chris: Then obviously all the communication and work that went into little things operationally, like in certain States that require signature capture at the time of delivery, not just ID capture, but signature capture as well. Working with different people to get those signature capture requires lifted. So you could have more of a contactless delivery, it's not the same as delivering a sandwich where it can just be left at your door. You do have to see the person. You do have to visually identify them and scan their ID. But that can still happen in a contactless manner, where they just hold out their ID, you scan with the phone, and nobody's swapping goods or anything like that. So yeah, there's little things around COVID protection, primarily around contactless delivery, and ensuring a signature capture was waived in certain States. Chris: Showing more prominently categories of products that people were looking for, but particularly around stocking up or staying safe at home, or staying safe with PPE gear, putting up protocols to all of our retail partners on how they need to be picking and packing products and operating at retail. In some cases helping them source their own protective gear. Then yeah, on the site and in the communication email... I was recently speaking to somebody else about this, but we just had to basically torch all of our content marketing that was planned, where March was all March madness. We had tons of ad campaigns and things lined up for that going into different sports seasons, sports openers. All of that media and content pretty much could be very tone deaf if you just went as is. Chris: So all of our planned content marketing and even some of our campaigns and video shoots or photography, all those things, were basically just nixed it all and had to start from scratch on the marketing side. But the team there did a fantastic job. Stephanie: Yeah. It seems like there's so many things that were changing and you guys were able to act really quickly to pivot, and showcase the products that were already there and personalize it in a different way. Yeah, that's really awesome. What metrics are you looking at to measure success for your business? Chris: For us, alcohol's a little bit different than food. Food you eat every day, or dog walking was a big category. People that I remember early days, some of these venture guys, I don't think quite understood the category, not speaking about our investors, speaking about other people that we would pitch, and they ask things like, "Well, we saw this dog walking app and the retention is... they get used like nine times a month." Are people going to use your service nine times a month?" And it was like, well, I'd say, "Well, that dog is alive every day of the week, no? So if the dog is alive, it needs to be walked every day. Right? And if people are working then yeah, they need a service to walk the talk every day of the week that they're at work." Stephanie: Why are you comparing us? Chris: Yeah. Or even food you need to have food, and am I going to cook? Am I going to buy something at the store? Am I going to have it delivered? But when it came to alcohol, it's a little bit, I'd say roughly 15 to 20% of your customer base and in alcohol is really the people that drink a little bit more frequently, or several times a month. It's not as exaggerated as like sports betting or gambling where some instances we've seen platforms where 0.3% of the customer base is driving 70% of the revenue. And it's all about maintaining that 0.3%. In alcohol it's finding the people that enjoy the category, maybe have a wine in the evenings, or a couple of times a month or whatever it may be, and nailing that customer use case. Chris: Then we have other customer use cases where people just use for gifting, or people use us as their office for gifting all their employees, or having office happy hours, or having business orders. So it's really segmenting and cohorting all the different types of use cases, and customers that relate to this product. It's obviously a big space over a hundred... these are pre COVID numbers, but alcohol is roughly a little over $200 billion a year in sales, in the US. Roughly 55% off premise, 45% on premise. It's a big space, and it's all about finding obviously the people that use your category. I think as we think about just our marketing may change, or customer acquisition may change, or who the customer is, it's always just identifying those use cases. And some of those use cases have obviously changed right now. Where we're supporting more of that on-premise behavior. Zoom happy hours, people socially drink it with their friends, but from home. It's been interesting. Stephanie: Yeah. I really liked the idea of putting the users into cohorts based on why they're using the product. That's a really good point. The other big topic I wanted to talk about that could be probably a whole entire episode is all around partnerships. I want to hear what it's like partnering with these companies, like the industry that maybe hasn't really been online, the alcohol industry previously, what does that look like behind the scenes? How are you going about partnering with these companies right now? Chris: Yeah. Partnerships is a huge part of our business, both on the marketing side, as well as just how we operate as a company. We're a marketplace for the most part. We partner with existing retail locations where we'll partner with a store in a geographic area and then funnel all the volume and requests effectually to that store or a handful of stores in that area. So partnering with liquor stores and retail stores all throughout the country. And then we partner obviously with the Diageos, and Bacardis, and AB InBevs, and those guys of the world. When we first got started, the first ever brand partnership that we did was with Anheuser-Busch, and they actually reached out to us. It was this is this $200 billion market cap company. And I think they had just started their first digital team, which was less than half a dozen people up in a garage in Palo Alto. They called the beer garage. Chris: A guy by the name of Mike Raspatello reached out to me on LinkedIn and said, "Hey, I'm from Anheuser-Busch. We saw..." I think probably because of the MeUndie's campaign, "We saw what you guys are doing, and we want to have a conversation about how do we work together? We're trying to take on digital for the first time, and we're part of this beer garage." It get morphed into what later became ZX Ventures, which became like a venture team of theirs. And then is this big team now of hundreds of people over at Anheuser-Busch, back then it was mostly, I think Mike and a handful of people up in Palo Alto. He reached out, and he's like, "Yeah, we're talking to Instacart, we're talking to you guys, talking to one or two others." And we did a campaign where we promoted certain products in the category. [inaudible 00:39:47], and Stella Artois, and a handful of their portfolio products, and saw could you increase by featuring different brands? Could you increase their share of category? Chris: For them it was, "Our historical share of beer category is X at retail, in this new online world, how do we make sure that it is more than X?" And every brand has approached it that way. We are X percent of our categories in retail, how do we make sure in online we are more than X? We ran the campaign and did extremely well. Mike was absolutely instrumental in that, and terrific at Anheuser-Busch. He'd probably hate me for saying that, he's a hilarious guy who's in Chicago now and catch up with him. He's one of my favorite people, but yeah, we ran this campaign and they came back to us afterwards and they were like, "Man, you guys just worked so seamlessly with us. It went so smoothly it didn't go as smoothly with some other people. How big is your company? You guys got like four or 500 people?" And I think it was just Dan, Andrew and I at the time. I was like, yeah, totally. Totally we have 500 people. Stephanie: Huge backend helping us here. Chris: Exactly. I was hesitant to let them know, but I was like, "No, it's three of us right now, and a handful of couriers." And they were like, "What?" It was interesting in those early days, it was a little bit of fake it till you make it, in making us feel much bigger than we were in year one. That helped us get some of those very early partnerships. And then obviously as we started doing more and more creative stuff a lot of brands came knocking at our door. In many ways, outside of just promoting people in categories, or integrating them into our content, we did some big activations and made a lot of noise with different people. Like you saw with the Jack Daniels, and Sinatra impersonators and stuff like that. Chris: In many ways I think people started to treat us a little bit like a creative agency, they'd come to us to say, of course, we're going to do paid placement, but what else do crazy people come up with? We'd come up with all sorts of cool stuff for these brands. And in many ways we became like an outsourced agency that would help them with that stuff, or even help them with some of their Facebook spending. "Hey, we're currently with agency X running Facebook ads, they're telling me a customer acquisition cost of 137 bucks is fantastic. Is it fantastic?" We don't know, it sounds great to me. They have all these slides and whatnot, and we're like, "No, that's atrocious. That was absolutely terrible." Stephanie: Yeah. Oh man. Chris: "Let us help you figure this stuff out." So in the early days it was again, just being extremely helpful, but then sometimes that's not always scalable being very handholding and helpful with each brand. You can't translate that at our team size to every brand. And so it was coming up with a lot of templates and guidelines. Finding out what's effective. How do we translate what's effective to each brand? Today, our team on that front does a terrific job of still being able to come up with really creative and interesting campaigns with companies and execute on them. I think the biggest change that I've seen is in those early days, a lot of these... they're like institutions. These brands, or portfolio holdings are just huge, had very rigid brand guidelines. Chris: I remember working with a big very famous champagne brand, and effectively the model was they have a brand authenticity team that is just protecting everything related to that brand. And they spend months specking out what a campaign looks like for billboards, TV, all this stuff. And we were effectively just another channel to put that campaign into. And that just didn't work. We speak to our customers in a very unique way, and you take this billboard and then just put it in Saucey, and it looked very foreign. People recognize it as a foreign object, and don't respond well. And so the brands that earlier were able to say, "You guys know your customers better than we do. So we're going to give you relatively all the creative freedom to speak to them, with some approvals." Those were the people that performed the best, and those are the people that have continued to perform the best. Chris: I think the biggest change that I've seen is you've had a lot of these huge alcohol companies go from having zero person digital teams to having fully built out futures in digital teams. Then the biggest next step was those teams doing a fantastic job of working with senior leadership at those organizations to get them out of the more rigid guidelines around brand identity and being much more flexible in how they both think about campaigns, creative talking to people, et cetera. And that's been a huge shift for them. Stephanie: Yeah. I love that story, especially about Anheuser-Busch. And it's just a good story that highlights the importance of finding that first partner and really giving them, like you said, like a frictionless experience where they walk away like, "Wow, that was easy. I didn't really have to do anything. And the team just took care of it for me." Even if it semi kills you to begin with, like that doesn't have to be a for everything, but maybe first big fish, [inaudible] like, "Here's our partner." Is what can bring all the other partnerships your way. So yeah, such a great reminder. All right. I want to move into a lightning round, I know we don't have that much time left. So lightning round brought to you by our friends at Salesforce Commerce Cloud is where I will ask a question and you have a minute or less to answer. Chris, are you ready? Chris: I'm ready. Stephanie: All right. What is your drink of choice? Chris: I like Michter's Rye neat. Stephanie: On the rocks, or how do you make it? Chris: Just neat, Michter's Rye neat, is my favorite. Second favorite probably be Tito's Martini. After that probably jumping into beer or wine. Stephanie: All right. What's up next on your Netflix queue? Chris: I'm big into murder mysteries and prison documentaries and things like that. So probably something about international drug trade, or world's toughest prisons in Russia or something along those lines. Drives my wife absolutely crazy. Stephanie: Oh, man, that sounds very interesting. Also, our producer, Hilary said, "Neat means no ice, Steph." Got it. Thank you, Hilary. I apparently do not know alcohol, so that's on me. If you were to have a podcast, what would it be about, and who would your first guests be? Chris: I've thought about this a little bit. I think that I personally, when I was first starting working on businesses or trying to build a career, you see the end result of all these people, and you miss a lot of the details that got them to where they're at, or got them to how they think about the world and where they're at. Guy Raz, obviously, with How I Built This does a fantastic job of telling the idea of a company from start to finish. I'd love to even know the backstory before that of a lot of entrepreneurs. How did you get to the place where you wanted to jump off a cliff and start the company? You can have a little bit on the company, but really how did you shape what ultimately became this person that's willing to take risks, and do all these different things? Chris: I think to be totally honest, my first interview would probably be my co-founder, Dan Leeb. He has an unbelievably interesting story. I've that all sorts of twists and turns in life. He's one of the smartest people I've ever met. I would start a hundred businesses with that guy, and it would be an interesting one to listen to. Stephanie: Cool. That sounds good. I would definitely listen. And I love the story or founders stay together and stay friends because you always hear that not always being the case. So it's really fun hearing that. Yeah, you guys continue to be good friends to this day. That's awesome. The last one, what is your favorite piece of tech, or an app that's making you the most efficient right now with work? Chris: Just my phone. My phone, and these ear buds it's 90% of what's happening. Stephanie: All right. Chris: But yeah, I'm on the phone, most of the day, working with teams, video conferencing so these AirPods, or AirPod Pros with the noise canceling, that's a game changer. I got three little kids running around working from home, so we got a noisy household. So you got to be mobile and be able to communicate with everybody. Stephanie: Yup. I can relate with you there. And I almost forgot the hardest question that I need to ask you. What one thing will have the biggest impact on Ecommerce in the next year. How could I forget that one? Chris: I mean, outside of what's already happening with COVID, I think the biggest changes will be regulatory. We'll see what happens, but things like telehealth, or telemedicine, or even grocery, or even alcohol where you're seeing a lot of the legislation and regulations that have been sitting on the books for decades or 70, 80 years in many ways are all being revisited right now to adjust to this new normal. People have been trying to push for those legislative changes for years and years and years. And it's just been under the stack of papers, because, "Why is this so important?" Sort of, "Who cares, we'll get to it eventually." But you're seeing a lot of that accelerate right now. And I think a few big changes depending on what industry you're in, could really unlock an entirely new world for certain Ecommerce categories. Chris: So I think legislation driven by change of life, change of pandemic, I think will be very interesting to watch. And I think you'll see not only new categories come online, but the dramatic acceleration of some of the existing categories. Stephanie: Well, I love that. That's a great answer. I'm glad I remembered to ask that question. Well, Chris, this has been such a fun interview. Where can people learn more about you, and Saucey? Chris: You learn anything you need about Saucey at saucey.com. If you want to learn about me, I guess you'd listened to this podcast, go from there. I don't have a huge online presence, stay relatively private. But I think that, you want to learn more about Saucey, go saucey.com. Stephanie: Cool. Well, I like being exclusive source, so for all things, Chris Vaughn, you're welcome everyone. All right. Well, thanks so much for coming on the show. It's been great. Chris: Thank you so much. I appreciate it.  

Cinematic Anarchy
Tea Time W/Honey #14 WTF is Happening

Cinematic Anarchy

Play Episode Listen Later Aug 8, 2020 53:10


In which Miss Bee and Chris Just wing it for an episode. I mean seriously WTF --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app --- Send in a voice message: https://anchor.fm/cinematicanarchy/message Support this podcast: https://anchor.fm/cinematicanarchy/support

Keep It Spiritual Podcast
Mediumship with Chris Meredith the Flower Medium (who's also my uncle)

Keep It Spiritual Podcast

Play Episode Listen Later Jun 22, 2020 19:31


Here I bring you a very unique interview as I bring you my uncle and flower medium Chris Meredith.    Chris now lives in San Diego and brings his vast experience as a medium to clients all over the world. Chris Meredith was born and raised in northwest England in Cheshire and first saw spirit as a young lad of seven years old.  He began his training as a Medium at 13 years old in the traditional English-style Spiritualist churches.  He works with clients across the USA and Europe, has been a guest on numerous TV and radio shows, and was instrumental in helping a number of families that lost loved over the years, he has become known for his Mediumship flower readings.   To book a reading or to contact Chris Just search Chris Meredith on Facebook! 

reThink Real Estate Podcast
RTRE 63 - Being a Pro vs. Saying You're a Pro

reThink Real Estate Podcast

Play Episode Listen Later May 20, 2019 28:02


Download this Episode We've all been there on our real estate path. Today we discuss the difference between calling ourselves a professional and actually being a professional. reThink Real Estate Podcast Trannscription Audio length 28:02 RTRE 63 – Being a Pro vs. Saying You're a Pro [music] [Chris] Welcome to re:Think Real Estate, your educational and hopefully entertaining source for all things real estate, business, news and tech.  [Christian]: I am Christian Harris in Seattle, Washington. [Nathan]: Hi, I am Nathan White in Columbus, Ohio. [Chris]: And I am Chris Lazarus in Atlanta, Georgia. Thanks for tuning in.  [music] [Chris]: Hey everybody welcome back to re:Think Real Estate. Chris Lazarus here. Here with Christian Harris and Nathan White. Nate you've got a bone to pick with some people. What's going on dude? [Nathan]: I mean call it a bone or not. But so I was just recently on a trip with some buddies of mine. And I was ranting. Or we were individually ranting I should say, about our industries that we respectively work in. And of course I got some puzzled looks and different things and, you know, about my rants. And ironically enough, one of the guys on the trip called me the day after we got back.  And he says “I have new respect for what you were talking about.” I said “What do you mean?” He says “Listen, you know, my…my aunt, you know, she…she passed away and…and one of my family members is selling her house. And the agent that my aunt hired said ”Listen I don't really want you telling anybody that somebody passed away in the home. Yada yada yada.”” The agent responded with “Trust me this is what I do for a living.” My friend then said “Please ask me how many houses has she sold.” I said “Well Larry how many houses as she sold?” He said zero. And he said “I totally get it.” He said this individual, you know, is making it appear I guess if you would, that they're an expert in our industry and, you know, what we do, but they've not sold a home. They have a license. Right. They're a realtor. Right. But they've done zero business. So again there…there is there's some delineation here between who's an agent who is a licensee. Right. And I get it. Just wound up. I mean I get it, you know, but I don't I also don't get it. I was taught “Fake it til you make it.” When I started. And I don't…I don't think that's the way to go. I think there's a lot of other paths to go through education and training and certain things, that I believe, you know, yourself and Christian both provide. But what would you two tell an agent in this situation? Right. [Chris]: Oh I wouldn't say…I would tell the agent “Look don't tell people this is what you do for a living until you actually make a living off of it.” [Nathan]: Christian? [Christian]: I mean my whole thing…because I was kind of taught same thing. Kind of “Fake it til you make it. Yo here's some scripts to make it sound like, you know, what you're talking about that you don't.” What I tell my new agents is like, you know, “Don't…don't come out and say “Hey I'm brand new. I don't know what I'm doing.” But positioning in such a way where you're saying “Hey, you know, I'm working closely with my designated broker. If I don't have the answer I can get it. You're getting two for the price of one. It's not just new agent flailing out there trying to pretend like they know what they're doing.”” So, you know, essentially don't lie but also don't come straight out say “Hey I don't know what I'm doing and I have no confidence. You know, I'm probably gonna [censored] up and [censored] over your listing, you know, I'm a seller.” But at the same time don't…you merely like you yeah you have all experienced in the world when you don't. because it's not hard to find out information about how experienced or how long an agent's been licensed. [Chris]: Doesn't even require an open records request. You can just look it on Zillow. [Christian]: Yeah I mean and…and…and that's it. And it may not be the case with every real estate firm. But for us, you know, we closely work with our new agents to make sure they're providing the best experience. They know what they're doing. They're not, you know, floundering, you know. And I know business brokerages are supposed to do that. [Chris]:Floundering. Like flopping around flopping around [laughter].  [Christian]: Yeah flopping around the land.  [Nathan]: Like a fish out of water is what it looks like. [Chris]: Yeah. [Christian]: It's hard…it's hard for a new agent to mask that when, you know, you don't really know how the process works, and you don't really know the direction you're supposed to be going and what you're supposed to be saying to your client, you know. [Nathan]: Wouldn't this be an interesting industry change if you had to have some intern or externship with so many transactions under your belt before you were to able to go out and represent a buyer or seller? [Chris]: That makes sense. That's what we do for new agents. They have to have six transactions under their belt before the training wheels come off. At a minimum. And for the first six transactions they're heavily mentored through them. So they're…they're not alone. They have people like their first deals they've got a mentor that's going out. And…and working with them. Teaching them how to do the consults for the buyers. And for the listing consult. So that by the time that agent gets ready to go out and be on their own, they generally have a great idea of what they're doing. [Christian]: Yeah well that's a great way to do it. I mean I love how you formalize that. Obviously that takes, you know, a brokerage's,  you know, certain amount of experienced agents and size. And, you know… [Chris]: Yeah I'll let you know when we get at that level too. [laughter] [Christian]: It is a structure. Because you could say technically the industry requires it. but, you know, when the laws basically says, you know, “Additional designated broker oversight for the first two years” like that's really loose. And it's not, you know, it's not really…there's not really a standard for that. Even though technically new agents are supposed to be more heavily monitored. There's no…there's nothing in place a, you know, firm to firm, insuring that happens. [Chris]: Yeah I mean there…I was talking to somebody the other day he was telling me about a person who's making a switch from another firm. And this person was also a recruiter. And he was like “Yeah this person brought about a hundred and forty people over to the brokerage. And about a hundred and twenty of them left.” And I'm like “What?!” Like I don't even want to turn that number. Like I'll bring ten and one will leave. Like I'm not gonna turn a hundred and forty people to get twenty.  It's just ridiculous the lack of oversight that some of these brokerages put into actual retention and training and development. It's literally taking the pickle, throwing it at the wall and seeing which one sticks. [Christian]: Sure. Well I mean and it's well-known, and I've been saying this for years. You know, like most firms, you know, most of the industry is just focus on numbers. Like all we want is people in the seats. Licensed agents, you know. We're not really concerned about retention and training and empowering because there's gonna be, you know, a dozen new agents with, you know, dollar signs in their eyes waiting to take their spots. You know, when…when they fail. [Nathan]: It will be like “Oh let's look at our checklist. You have a license. Check. You have a pulse. Check. Oh yeah good. You can…you can join us.” And uh, you know, I often get the question “Hey what…what led to your success as an agent?” I don't want to call myself successful but I do well. And I know what I'm doing now. And I think a huge part of it and I will I will tap the shoulder if you would of the team lead, Tim Reel [phonetics], that I had at Keller Williams when I started, is…is that I…part of it… Let me rephrase this. I viewed it as an internship. Right. I knew I was gonna pay a steep cut on my team splits. And KW split. But I also knew I was gonna get an education. And I wasn't standing alone. I wasn't by myself. And I was constantly getting feedback or more importantly I was getting mentorship. I think that's what a lot of people want. And…and that helped me. And then when I did want to go out and do my own thing and kind of stand on my own feet as a solo agent, I had the capability to do that. So, you know, that's always been my win at KW. Don't…you're not a technology company. You're a training company. KW gave me some great bones. You gave me a great foundation. So any agent that is potentially listening to this, that's struggling or is thinking about coming an agent, I would tell “You…you want to do well? Go be on a team. Go…go learn.” I don't…I don't, you know, that's just me.  [Christian]: And I say you're pretty fortunate because, you know, I've heard, you know, I've heard many things as far as, you know, people kind of getting on team. I mean KW is kind of what they're known for. You know. But it's a…it could be very hit and miss. Because, you know… [Nathan]: Yes. [Christian]: I mean you could be, you know, you can be fortunate where the team lead is actually interested in mentoring and training, in empowering their team members. But I've also seen people that, you know, get on teams and all this is a call center. And they were promised “Hey we're gonna train you. We're gonna teach you this stuff.” And they're not learning anything except for making sales calls and scripts. You know, it could be very…very hit and miss, as far as the team structure goes and the attitude of the leadership. [Nathan]: Same as I tell a potential client. Interview realtors. I tell a potential realtor and if you have a lot of teams. [Christian]: Yeah. [Chris]: Interview teams. Interview brokers. Interview office staff. Interview whoever you can. I mean… [Nathan]: Interview your clients. You don't necessarily want all your clients that come to you.  [Chris]: No stay away from my clients. You're another agent. I don't want you talking to them. [laughter] [Christian]: Yeah I am gonna interview your clients. [Chris]: So…but this is…this brings us back to like a great point. Right. Because you've got three types of agents. You've got the full time agents. Right. These are the people that are in here all the time. These are the people that this is how we make a living. Then you have the part-time agents which I don't have an issue with part-time agents. Part-time agents they're putting in the hours. They may not be in at 40, 60, 80 hours a week. But they're in it 10, 20, 30 hours a week. And that's enough so that they generally understand what's happening in the industry. And they're able to build and maintain a client base and, you know, do a few deals every year. Then you've got the problem. The last type of agent it's the sometime agent. The agent that hangs their license. They're just a licensee. They're not in it full-time. They've got another job and they'll sell a house whenever their family member comes to them and says “Hey, you know, you're a real estate agent right?” “Yeah. Yeah I am.” And they're really not. And they…they don't fully understand what's going on. And when they take a deal that's when things go sideways. So I think the clarification is what kind of agent do you want to be? If you're…if you're coming into the industry are you going to be a sometime agent? Or are you gonna be a part-time agent? Because if you're…if you're just dipping your toe in the water and this is new for you, you have to be a part-time agent. If you're anything less than that you're never gonna learn enough to be successful. You know what? You know what? We can just steal from the Game of Thrones on that. Because, you know what we say, to us sometimes agent…not today. [Christian]: Not today.  [Nathan]: Not today. [Christian]: What I was gonna say so…so that's as we jumped into this, you guys are like “Hey let' talk about this thing.” “I don't know what you're talking about.” So…so we talked about licensee versus an agent that's [crosstalk]. That's what you mean? [Nathan]: Yes. [Christian]: I got you. I think… [Nathan]: I think I've told the story once. I insulted a woman. She's…we were having a conversation. [Christian]: You insulted someone? No way. [Nathan]: Yes. And she said something like “Oh you're real estate agent?” And I said “Yeah.” And she said “Me too.” And I was like “Great. How many houses did you sell last year?” And she's like “Four.” And I was like “You're not an agent.” She got all upset. I was like…what…like…I don't know. [Christian]: You have a way with words Nathan.  [Nathan]: Like I mean it is what it is. I mean I…yeah that's right. But there needs to be so many changes in our industry. And, you know, again we can talk about the barrier and entry. Yeah. Yeah. I do want to talk about two things on this episode, I guess. If we want to just get going and keep going.  [Chris]: Well let's keep going. [Christian]: But before we get away can I say something? [Nathan]: Go. Get away.  [Christian]: Get away. So to your point Chris about the licensee versus an agent and the three types of agents, and it's interesting. It seems like there's so many new agents that get into it just to be a licensee. It's basically like “Hey I can make, you know, a lot of money just, you know, accidentally selling a house now and then, to…to a friends.” So they're not invested in learning or building a career. They're kind of testing the waters. And memorably they fail and realize, you know, usually it's too late. “Hey this actually cost me a lot of money and I'm not really willing to put in the time. And real estate doesn't work”. You know. [Chris]: It's…it's like people come in here and, you know, you can go and get a real estate license and you can go and sell your own home and you can buy your next home and you can earn a commission. Great. Yeah it offsets your down payment.  [Christian]: Sure. [Chris]: But you factor in that you do that once every ten years and it's…it's really not worth your time.  [Christian]: Right. Well I like your distinction between basically, you know, the part-time, who is still again with the time they have, they're investing and learning. Versus the “I'm just sitting here with my license doing other stuff until something comes my way. And then I flattened my way through it.” And because I think it's a big difference. I think a lot of people in the industry inflate the two.  Like I was having a conversation the other day with, you know, some agents from another indie brokerage here in town. And I love that brokerage but they're very…very high standards on who they'll accept. Like if three times a week there or you're gone. You know, you have certain production what are you gone. [Chris]: Good. [Christian]: I think that's great but that means… [Chris]: I wish more brokers did that. [Christian]: But that means that they don't do part-time agents. And, you know, this particular agent I was talking to, was basically cuckooing part-time agents. I was like listen “The people that can do it full-time like you you're basically taking it elitist stance, because people have kids or they have other jobs or, you know, it's just not the priority in life to spend 80 hours a week trying to make real estate work.” And I think there's room for that because just because you're part time doesn't necessarily mean you're inept. Or, you know, don't know how to do real estate. It just made you're focusing on other things. You know. [Chris]: Wait really? Because I thought whatever my preconceived notions were, we're correct. [Christian]: But I'm saying I think there's a difference. Because part time agents can invest in their training and knowledge and experience just as much as a full time. But that's a lot different than someone who just is seating on the sidelines waiting for real estate to come to them. [Chris]: As long as they're putting in the hours. And…and it's actually interesting that you bring that up. Because there was a study done by a university talking about entrepreneurship and going and creating your own self-employed income. And the success rates. And somebody who does it part-time at first, believe it or not has a thirty percent greater chance of success rate, long term. Than somebody who just dives in off the deep end full-time. So you can have somebody who's coming in part-time 20 hours a week and as long as they're working those 20 hours there's a greater chance of success that that person is going to be a long-term successful real estate agent. Then somebody who comes in off the bat, full time and has one way to go. [Christian]: What…it's interesting. Is that because they're runways longer because they have a supplemental income. Or something as opposed to… [Chris]: Yeah. The caveat with this is that those people are actually putting in the work. Right. They're working 20, 30 hours a week.  [Christian]: Sure. Right. They're not sitting around at their home office watching Netflix and occasionally making a call or something. [Chris]: Yeah. [Nathan]: Well I mean aren't there plenty of full-time agents who work a lot of part-time hours? [Christian]: That's true. That's a good distinction. They usually don't make it either. [laughter] [Nathan]: I mean I know plenty of full-time agent, who I mean it's like “[censored] if you're full-time than you suck.” [laughter] I mean it's because you look at their sales history. Like great you sold six houses last year. But you're full-time. And then there's the part-time agent who sells twenty five a year. Right. So… [Christian]: Again that comes down to your hustle and your focus. Because I've seen full-time agent that, you know, that are there full-time, but they're mentally…they're all over the place. [Nathan]: Yeah right. So I, you know, I don't like to get into this, you know, “O you're full-time, part-time.” Again sales cure is all, where I come from. And if you have a history you have a history. That's what I…that's what I like to look at is, you know, it's what matters. If somebody says “Well I'm a full-time agent.” Well great you'd be a full-time agent with [censored] sales. Right. I mean that's easy. And so I'd rather say Hey you're an agent with a great history.” That…to me is important. That's where we can delineate the that whole thing.  Is…let's not get into full-time, part-time. Yeah, the sometime, I don't want to get around. But let's just get into “Hey what did you…” I tell them “What did you sell?” Ask them what did they sell last year. What they do. Which may be and, you know, part of this I wanted to ask in this kind of segues into the other side of this, is does area specialization in a normal market, like where I'm at, in Columbus, does that matter anymore due to the amount of data that is available? My argument would be “No it doesn't matter.” [Chris]: I would argue you, against that.  [Nathan]: I figured you would. Yeah Christian too. [Chris]: Yeah.  [Nathan]: But that's just me. So… [Chris]: And I think it comes down to the level of service that somebody wants to bring. If…if you have like three agents going up against one neighborhood, and one agent knows everything about the neighborhood, all the history. Everything that has taken place there. Everything that's going in. All the development that…that's happening. Then that agent can sell not only the house but also the story.  And if you could sell the story, you know, that…that's the best way to market right now. Whereas if you have two other agents that don't know that info, then they're just…they're either competing on price or they're competing on marketing ability. [Nathan]: All right go back in there. There's an agent you left out of this. What about the agent that has the capability to use their commission as leverage on a deal? That's not in the area. [Christian]: I mean I think it… [Chris]: Where would he use that laverage? [Nathan]: Towards closing costs. Say…saying…because in our market you can do that. Right. Say…say I specialize in Dublin. Right. Ohio. But I want to go to…I got a client who want…your potential client who's interested in buying in New Albany, that yeah I've done deals over there. But I'm competing against a New Albany realtor. And…and I can offer…say Christian's my buyer. I can incentivize him to use me because I can say “Hey you're gonna buy $500,000 home. You know what I'll do? I'll take three thousand dollars on my commission and credit that to you towards closing cost and pre-paids and closing cost.” Now in a competitive market I'm gonna choose the agent that's got leeway to give me something. Or that could bridge appraisal, help with closing cost or something like that. Over somebody who says “Oh I specialize in an area.” That's just me and my train of thought. [Christian]: I mean the specializing in an area, I…I'd say the value really depends on which side you're on. Like…like when I'm on the listing side I think it like I specialize in West Seattle. But I do other areas of Seattle in the suburbs. Like I remember specifically like I helped a military friend of mine sell this place and well the suburbs here.  Now I didn't…I've never sold a house in that area. And so one of the questions I had to ask is like “Hey tell me about your neighborhood.” Like “There's a main…there's a main road going through here. Our house is on this side of it. A lot different than this side.” Because I can look at the numbers all day long but as the stats don't tell me, you know, why people move to this area. Or what the demographics are. Or who the ideal buyer is gonna be.  You know, so you've got to do a lot more digging and you actually know the area for that. And on the buyer side I don't think that's as important. I mean it can be. You can leverage it. but, you know, you're not really…I think it's more important on the seller side. Because you're gonna use that information, that knowledge of the neighborhood to target that ideal buyer.  [Chris]: And I think… [Christian]: What to focus on. [Chris]: Yeah and Nate to your point, I think you're you're kind of comparing apples to oranges right now. Because you're…you're talking about two completely different value propositions. That the agents can base on. And, you know, all of them work. Right. There's a million different value propositions on how you can build your business. Whether you specialize in historic or new construction or this one area or whatever it might be. Or you…you leverage some of your commission income to incentivize, you know, the client base.  You know, you can pay. It's one way or another. If you want to take some of your commission and do that on the back end through a rebate, you know, who am I to judge? All of them work. They're all different business models. And I don't call one discount versus one traditional. They're just different business models. It just depends on what's right for the individual agent. And what's right for the individual agent has to line up with the broker that they're with. Because not all brokers will allow their agents to do a commission rebate. Or to donate some towards closing costs. Whatever that might be. But it has to…like they all work. Like one agent may have a value proposition. And their proposition may be “I know everything about this area. Use me because I'm gonna make sure you're fully informed.” And then another agent may say “Well we're not as familiar with the area but we'll make sure that you have this financial instead of…” And then it's just up to the buyer. Right. The buyer may want money or they we may want their choice to be 100%. So it can go either way. [Christian]: And I'd say I mean you can't you can kind of think about in terms of like your commission is one of the terms of the contract. And so it's something that you could leverage just like you can any other terms, you know. That's something that you directly have control over versus, you know, the buyer. But, you know, options. [Nathan]: Right. Just curious. I mean you see it often. I mean…and I've done it. but, you know, we'll waive appraisal. And, you know, I will use my commission as a bridge in case that commits…that appraisal comes in short. And I've had plenty of times. It never has. We've been fine. I've had times where it comes in short and hey that's fine too. Again it's…it's as much for the seller when I represent a buyer to offer, you know, to say “Hey I'm willing to use my commission as a bridge in case it doesn't.” Because then they know they'll, you know, they'll get that money. So… [Chris]: I think that that's something to be careful about. So you're… you're very well versed in that Nate. But for your average agent, like if they're going into putting their livelihood on the line, like they got…they're gambling on themselves. [Nathan]: Yeah they are. [Chris]: And…and that's what you're doing. And you're good. And I would probably gamble on myself if I had to take the bet. [Nathan]: I like it. [Chris]: But I think that there's a lot of agents that for general advice…Don't do that well.  [Nathan]: Yes. You also…you got to remember I am fair. I keep 100% of my commission. Truly 100%. Right. So, you know, I don't have a split. So you got to think on a normal agents, say they're on a 60/40 split, you know, they're already taking a hit. Right. So they're potentially gonna take a bigger hit? Like, you know, they do have to be cautious. I…I have a little…I have a lot more leeway. Let's be honest. But… [Christian]: Sure. Not all the firms are going to support that. You know, so… [Nathan]: No they're not.  [Chris]: And you know as general…for our audience, as general advice I'm gonna say don't do that. Mainly because I don't know, you know, if I'm talking about the average agent, right. [Nathan]: Right. [Chris]: They're not gonna be at that level to where, you know, I would feel comfortable just saying “Hey go out and put your commission on the line.” Because guess what? They do that. They say “I'll bridge the gap on an appraisal.” And the appraisal was four percent off instead of three. [Christian]: Well yeah… [Chris]: Now what's gonna happen? [Christian]: I mean you should always have…always have a cap, you know, as far as how far you'll go. You know, I mean I think in general, the principle I like. Because you're basically partnering with your clients, with skin the game. As opposed to you like “Hey, you know, here's all the terms. If it doesn't work out, well I'm fine. But you're gonna get [censored].”  [Nathan]: Well and my part in it is where I bridge part of the gap. My client will bridge part of the gap. But my commission will supersede their bridge. So but again what we're doing and like you said is, you know, kind of like in Top Gun. Right. You know, when you went fully inverted over the other plane and they're like this, you know. So that's the maneuver I pull. And I just haven't taken the picture yet. So…[laughter] [Chris]: International relations. [Nathan]: That's right. So anyway those are my two concerns or thoughts…would, over the last week. [Christian]: It's a creative way to do what you have to do, in a competitive market. [Nathan]: Yes.  [Chris]: Just make sure you run it by your broker. [Christian]: Always. [Chris]: And have your lawyers look at your language in your contract.  [Nathan]: Yeah you actually have to disclose that too, here. So… [Chris]: Yeah you do in Georgia also if you're doing that with the commission. The buyer has to pay tax on that too. [Nathan]: Really? [Chris]: Yeah. Otherwise you have to claim it. [Nathan]: Yeah that's true. [Chris]: Yeah. All right. Well I mean I think that was pretty good. So just recapping. If you're…if you're brand new in the industry, you know, you you're one of three people, you're a full-timer, a part-timer or some timer. Don't be a some timer. Because if you're a some timer, you're never gonna learn everything you need to know in order to be successful at this job.  And then, you know, figure out how you want to build your business. Right. You can…you could do a bit model like Nathan and use your commissioners leverage as long as you do it right. Or you can be the expert in your field. Know everything about everyone.  And everything that's going on in your neighborhood. And make sure that you're the source of information. Either way the business models work. Pick what's right for you. This has been another episode of re:Think Real Estate. Thanks for tuning in. We'll see you next Monday. [Nathan]: Peace. [music]  [Chris]: Thanks for tuning in this week's episode of the re:Think Real Estate Podcast. We would love to hear your feedback so please leave us a review on iTunes. Our music is curtesy of Dan Koch K-O-C-H, whose music can be explored and licensed for use at dankoch.net. Thank you Dan. Please like, share and follow. You can find us on Facebook at Facebook.com/rethinkpodcast. Thank you so much for tuning in everyone and have a great week.  [music]  

reThink Real Estate Podcast
RTRE 57 - Keeping the Real Estate Transaction Under Control

reThink Real Estate Podcast

Play Episode Listen Later Apr 7, 2019 30:44


Download this Episode This week we discuss how to keep a real estate transaction moving forward. Listen in to hear ways to keep a real estate transaction on track to closing. Rethink Real Estate Podcast Transcription Audio length 30:43 RTRE 57 –  Keeping the Real Estate Transaction Under Control [music] [Chris] Welcome to re:Think Real Estate, your educational and hopefully entertaining source for all things real estate, business, news and tech.  [Christian]: I am Christian Harris in Seattle, Washington. [Nathan]: Hi, I am Nathan White in Columbus, Ohio. [Chris]: And I am Chris Lazarus in Atlanta, Georgia. Thanks for tuning in.  [music] [Chris]: Hey everybody and welcome back to re:Think Real Estate. We're so happy to have you here this week. We've got Nate back. He is not selling homes right now. We've got Christian here and as always here to talk real estate and all thing real estate related. So just before getting started we were talking about how agents can control the transaction better and make deals go smoothly for our clients. Nate you are always taking listings. What are some things that you are doing to make sure that you are on top of the transaction? [Nathan]: Well again I was start thinking about this a little bit more before we got to recording here but I…again I think you as an individual…we all have different types of personalities but it also setting an expectation to our client. Right. Whether you are the list side or the buy side but you have to set that tone up front.  I am a little bit of a controller. Actually a lot but I like to control the situation. You have to have confidence and knowledge in what you're doing to do all that but that is the way I operate. Most of my clients appreciate that. And the reason I brought this us is because I have got a buddy I met the other day. He is a lender and another lender he knew was taking a beating because unfortunately buyers are liars and this buyers agent is calling and is literally in Ethany [phonetics] and all over the phone. And you know at a certain point you gotta tell a client you know whether you're the agent or you are the agent or the client and your client is the buyer or lister, you gotta have control over the certain things you can't do.  For that lender the agent was his client, I would have fired him. I wouldn't have taken that you know, it is just the way it goes. Same thing, I don't tolerate certain things from my clients. I mean we call it respect. You know a lot of people like to whine in our business but it is OK to lose a client. It is OK not to get every client. And I think we often forget that. It is kind of one of that win at all cost mentality maybe. I don't like that. [Chris]: And I think if you are winning at all cost you are not factoring in what makes this industry fun, it is being able to enjoy it. [Nathan]: Yeah. [Chris]: So obviously yeah I mean I feel like you are at the point in your career where yeah you can choose and have the option to fire your clients. But why was it…why do you think it got to that point in the transaction where the agent was calling and cursing at the lender? [Nathan]: Again, you know, I have said this before in our podcast. We want to be emotional. And I have always…I think the best thing I was ever taught when I got in this industry is to take my emotion out of it. [Chris]: Amen to that. [Nathan]: We realtors…You know I am gonna beat us up but as I have said the large majority we just love to feel so important, right? We love to know that “Hey look at me, hey look at me. I am an awesome, awesome relator. I am an awesome realtor”. Like… [Chris]: “Let me tell you about me. Let me tell you about me. It is all about me. Really what do you think about me”.  [Nathan]: Yeah. And so take the emotion out of it. You know, I don't know. [Christian]: Why do you…why do you suppose…I mean I have my thoughts on this. Why do you suppose he thought it was acceptable and call the lender and cuss him out and get all emotional about it? [Nathan]: Well the guy is an [censored] [laughter]. If he were listening, that is what I would tell him. Right.  [Christian]: OK.  [Nathan]: Bottom line is whether we are in realty or not you don't treat other people that way. Like you know… [Christian]: Why… [Nathan]: Yeah why did he treat somebody that way? Probably because he had really bad parents I don't know. [laughter]. [Christian]: Yeah I mean… [Chris]: A lot of people don't think about other people as actual beings. Human. I think that si the problem. [Christian]: I mean and I am on that. Obviously treat people as humans. Treat them with respect. But you know when it comes to like being professional in this industry I mean there is a lot of things that I like to push back on in industry like you know our job is to be the rock when our clients are emotional and deals you know on the brink of falling apart. I mean if we get emotional I mean I don't know any of you…I mean I know you guys have kids. I know that when I am near my kid's emotions and he is getting all ramped up and I am ramped up, that doesn't help. [Chris]: That makes it worse. [Christian]: Worse. But I mean if I can be a consistent calm and I am able to bring it back down to like “OK let's look at the reality of things if you know…” But I think a lot of agents kind of lose their cool because they think “I am advocating for my client. I am passionate when I am doing my job”. No no you are just being a [censored] and you are [censored] things up for your client.  [Nathan]: Yeah well said. [Chris]: So that gets to a great point on helping to control the conversation to control the transaction. Is controlling emotion. [Christian]: Definitely. [Chris]: Because if we can control our emotion and understand that when we are interacting with a client it is a very…they are in a heightened state of emotion. Right. Buying a…Buying a real estate parcel, right a house or a commercial or whatever it is, is extremely stressful for people because they have a lot invested in it. It is a lot of money. It is a big transaction.  So if something bad happens they are gonna think it is the worst thing in the world even if it is just you know a small hiccup. If something miniscule like good happens they are gonna think it is the best thing in the world. So if we can just kind of maintain a level of neither good nor bad on the emotional scale than holy hell like that really can do exactly what it does for your kid Christian. It is just like calm. When something bad goes on don't worry. Got it under control.  [Nathan]: I…you know I wasn't here the last episode we recorded because I had a deal going sideways. Even my client's father flew in from Boston. He was… [Chris]: To help the deal or to ruin the deal.  [Nathan]: Well at first I thought was honestly he was gonna ruin it. He was very emotional. It was his son's house. It is you know a lot of things going sideways on this.  [Chris]: Yeah. [Nathan]: And you know he called me “What are we gonna do?”. And now we're just [inaudible] we're great. We're good buddies now. But I said “We're gonna work the problem.” “What do you mean?” I said “We're gonna work the problem. Work the problem”. I mean we get…this is 3 days of craziness in my life here recently. And he called me and said “Man I gotta tell you kept your cool.” Yeah I did because me getting upset is exactly what Christian said. It is just gonna make everybody else upset.  .So I am..I am like the captain of the ship right. If I am freaking out everybody else is freaking out. I am you know…It was not fun. But we got through it. And now here is a gentleman that like he is my biggest advocate that I could possibly have now. But I think if I would have reacted the way he was initially reacting it was gonna be really, really bad 3 days for me. And it turned out an Ok 3 days, you know what I mean. [Chris]: Yeah you gotta control that. [Nathan]: Yeah. [Chris]: That is definitely one thing that agents can do in a transaction to kind of control the tone, control the pace. It is just control our own emotions because whether you want to believe it or not people are gonna mimic you. That is just how it happens. So obviously in the deal that you mentioned Nate the agent got upset with the lender. Obviously something at some point was not communicated clearly. Because if the lender had all the information and the agent had all the information and the buyer was given all the information than usually…I don't see a circumstance where somebody is gonna yell at somebody. Christian… [Christian]: It sounds like there is an unmet expectation there. I don't know. [Chris]: Yeah it sounds like it. So Christian when you are working with a buyer and you've got all these different wheels that are moving more so than with the seller, what are some things that you are doing to set expectation with people? [Christian]: Yeah I mean I say setting expectations specifically but communication in general that is probably the most important thing you can do as a real estate agent. [Chris]: I agree. [Nathan]: Yeah. [Christian]: Because you can be a terrible agent and totally incompetent but if you can communicate well you look like you're doing your job. You know now whether or not you do the back end and actually have knowledge and stuff that is all a different thing but you can be a rock star agent and know exactly what you're going but if your communication sucks your agent is gonna think you suck. [Chris]: It is like you're up on a show. You've got the curtain right and the clients are seeing what is in front not what is behind. [Christian]: right. And so that is a long answer to basically say I am mister kind of control freak I have got processes for everything. And part of the process is this template email as part of my CRM and first thing we do “Hey we are under contract. OK here is the 5 things you are gonna expect, here is what comes next, here is what we're gonna be doing for you in the next 3 days. Here is what you are gonna be doing”. You know. And after we get past our expectance commencing here is what it is gonna look like.  You know now that is not the only communication but that is like it sets the expectations up front you know because you get a contract and now there is a whole bunch of stuff going on and now they're stressing out. You know I can't be on the phone with them every 10 minutes you know and call them off the ledge. But if you set these expectations and say “This is what happens and this is what we're doing.” And you know checking in with them whenever there is a new bench mark. That has a calming effect you know on them as opposed to they don't hear anything. [Nathan]: Oh yeah you don't have to do a lot. I mean I send out Friday updates. That is what I call it. Friday updates. Every Friday I touch my clients no matter where we are. Just to give them something right. But I mean Christian you hit…all your points were spot on. Maybe you should just have the Christian Harris school of mentoring real estate agents [laughter]. All people can learn from that. [Chris]: Definitely. [Nathan]: You know communication is key. So…I am with you on that one. I am seeing great agents who know everything very well but they are horrible communicators. [Christian]: And to your point Nathan I mean, part of that communication is even if nothing is going on once a week touching in. I do my touching on Monday because typically like if you are working on a listing that is when it is going to be the most information that we can pass. So I do my updates on Mondays. The point is going on “Hey there is nothing going on and I just want you to know so that you are not wondering what is going on”.   [Chris]: Yeah for both of you to reach out and tell somebody nothing has changed, is one of the key differentiators that I have seen for people who are successful  and who are not. Because if you are having that communication level when nothing is happening they know “Oh OK nothing is happening but I am not hearing silence”. Because it is when the seller or the buyer, they hear silence that is when they get in their own head. And they start thinking “Well is this agent really doing things in my best interest. Are they really working on my behalf”. [Christian]: You have to interfere with the doubt and the emotions kind of you know. [Chris]: It comes in the silence. Exactly. Awesome so we're getting about halfway through the episode right now. I want to…we are trying out a new segment called re:Think Realty bonus thoughts where we have a topic to discuss that none of us have seen before. We're just pulling it out of an envelope. So this one is “Things seen in houses.” I am really not sure. I guess we're just supposed to talk about things that we have seen in houses. Things like “Where is Waldo”. Print frames. Eye level in the bathroom. Things like that. Blurred out dog face on a listing photo. [Christian]: So like funny or unique things that we have seen? Is that like… [Chris]: Yeah what are some unique things that you have seen in homes that you have listed? [Christian]: I have seen atrocious staging and unfortunately it was one of my first listings when I was trying out a stager so… [Chris]: Was it really? [Christian]: I had to fire that stager and the stager I use now was the person that came in like 2 days noticed and saved the day. But yeah I have seen that. I have noticed that you want to make sure you have a local stager. Here in Seattle we've got a couple of…Well we've got a lot of island like 107 islands. And one of the…I had a friend who had a mom who does staging so I gave her a hot but she was from one of the islands and she came over and did it and her idea of staging was weaker in floral prints. And it made it look like a grandma's house and it was not gonna fly in Seattle. [Chris]: Wow. [Christian]: That is unfortunately that was kind of my fault but that was something I have seen that was atrocious and made sure it didn't get to the listing photos and that was a learning experience. [crosstalk]. I am sorry? [Chris]: What do you got Nate? What is something you have seen in a house? [Nathan]: Guns. [laughter] [Christian]: Alright. [Nathan]: No, yeah I mean like literally guns just laying out around the house. [Chris]: Oh yeah I have seen that. [Nathan]: Like hand guns and rifles. And magazines in the club. I love guns don't get me wrong but I have got clients who have a kid with me and I am like “Holy snap” like you know what's going on. Like… [Christian]: That is a different world in Ohio I guess. [Chris]: It is not just Ohio we've got that in Georgia too. I have walked through homes and opened up a closet and boom there is a shotgun just sitting right there.  [Nathan]: That is…the oddest…[crosstalk] [Chris]: Yeah so one of the oddest things that I have ever seen in a home is in a basement they…put in multiple urinals in a restroom.  [Christian]: Like a restroom? [Chris]: Like a bathroom but then they…When they finished the basement they made it like a big bathroom with like 3 urinals but no divider. Really, really weird I have no idea why. [Christian]: Were they having like a fight club in the basement?  [Chris]: Yeah yeah it was really weird. I ended up not getting that listing. Because I don't think he liked what I said about marketing that. [Nathan]: Have you guys ever been in a home where they have pad locks on all the doors on the exterior like on a bedroom? [Chris]: I have seen that one. [Christian]: That is creepy as hell.  [Nathan]: I saw that a few weeks ago and I was like “That is really weird”.  [Chris]: Yeah.  [Christian]: I wouldn't want to know what they do. [Chris]: You are either doing some child abuse there or you just got a lot of guns in that room. [Christian]: It's sketchy. [Chris]: Whatever it is. Yeah it is in the living room [laughter]. “You are not getting into my living room. This is mine”. It could be like one of those…Did you all see the listing that it was making the rounds on a few weeks ago, the sex dungeon in the basement? [Nathan]: Awesome. [Chris]: Yeah I mean just things like that.  [Christian]: Yeah like the brokerage had some pretty fun stuff, the lighter side of real estate had some pretty funny things like that.  [Chris]: Yeah definitely the things that they come up with that is absolute hilarity. I can't believe that you know when Kellen [phonetics] when he did his deal to our show got picked up by lighter Real Estate. It was… [Christian]: That was awesome. [Chris]: It was in one of the shows. OK so yeah re:Think Real Estate bonus thoughts. Giving it a shot. Tell us what you think. Make sure you leave us a review on iTunes for anybody listening. I…shoot us a comment either on our Facebook page or on the website on rtrepodcast.com.  So back to today's topic which was the agent's control of the transaction. Where they can make a big impact. Nate what is one of the most impactful things that you find you are able to do for your clients outside of communication and setting expectations? [Nathan]: I don't know. This…I mean it sounds weird but just being upfront and honest. I feel like…I feel like there are so many agents that just are not forthcoming. Do you know what I mean? [Chris]: Yeah. [Nathan]: Again it is the win at all cost or lie at all cost just to get the listing. I mean I just went on a listing in an apartment a couple of weeks ago and she walked me up in the room and she said “Nate what do you think about this room”. I started to laugh and she said “What is funny?” And I said “This is a [censored] ugly room”.  And that is all [laughter] I said all these things in here and in the bathroom too and she starts laughing and I say “What is so funny Jane?” And she says “I have had 3 other agents in here and none of them have had the balls to tell me what I already knew.” [laughter]. She said “I love that you already told me that it is ugly”. She said “I know it is ugly but everybody else says this is gorgeous, this is lovely, we will do this to make it look like this”. She is like “It is an ugly room. Why won't somebody just tell me the truth?” And I told her the truth and guess who got the listing?  [Chris]: There you go. There you go. [Nathan]: Tell the truth. If they don't like the truth than they will hire somebody else that will tell them whatever lie they want to hear. [Chris]: And if you feel like you're not up to telling somebody “This is a [censored] ugly room”. You don't have to say it like that.  [Christian]: You can be more diplomatic to be honest. [Chris]: Yeah be more diplomatic. [Christian]: That is not Nate's style. [Nathan]: That is not my style lets be honest. [Chris]: Just so that our audience knows. You don't have to do it Nate's way. You can tell somebody “No this room may not be up to the aesthetics as the rest of the house. We probably won't focus our marketing efforts on this room”. [Christian]: Or “You can burn this room down”. Or something like that. [Chris]: Yeah. Or “We could put up some fumigation label outside so nobody comes in”. Whatever it may be, but yeah on that line with honestly I think one thing agents have sometimes gotten self-caught up in is when they find something that they don't know they will try and [censored] their way out of it. Instead of saying “I don't know, let me get you the answer. We will make sure that we do this the right way”.  And people feel like you know winning at all cost they want to feel like the expert they always want to be in the expert shoes, they don't want to step back and admit you know, “There might be something I don't know here”. You know that is kind of one thing that I think goes a long way in controlling the transaction is don't be afraid to admit where there is something that you haven't dealt with. That is why it is important to have a good team unless you are Nate. In which case you are solo.  But if you've got a good team or resources or you know even friends and people that you respect in the industry and people that you can reach out to as long as they're you know you are following your broker's direction, you are making sure that everything is legal and ethical. I don't think we have to cover that at this stage in the game.  But yeah just making sure that where your shortcoming are you are not [censored] through them. Christian what do you think are some things that you now can help control the situation a little bit more throughout the transaction especially due diligence, getting into financing and getting up to the posing table? [Christian]: Sure so I mean there is obviously like a minimum standard of what an agent has to do. I am more like how much can I do to help an agent. You know. So for us you know I mean like we all know that is…you know good buyers. You know it is the buyers responsibility as part of their…you know once they get a contract and they're talking to a lender and get all the documents they need and stuff. They need to reach to interns company and get a policy in place and that kind of stuff.  But like that is not really on our shoulders but I still make it a point to you know a day or 2 after to send out an email and say “Hey this is a reminder, these is the things that you need to do. Make sure you get your lenders documents at town manor, make sure you get a quote on home insurance because they can't hold an appraisal before you do”. You know just stuff that is not necessarily in my ball part but it helps them know that, like “These are things that you need to do as part of the process”.  [Chris]: Yeah and going an extra mile is huge. We've got a lot of good feedback ever since we started implementing move easy, which ties into our transaction management system. So move easy when our agents mark that their client is under contract they get this digital check list and resource bank that tells them everything that they need to do during the move from “Don't forget to order your moving supplies, don't forget to line up your child care, you're getting all your pet immunizations” whatever it might be. We put all of it in a checklist and our agents…our clients seem to love it. For those that take advantage of it. [Christian]: And that as I recall it is free for agents right? [Chris]: Well it has to be set up on a brokerage level but yes it is free. [Christian]: So talk to your broker about setting it up for you. Or if you do something like client giant you know per agent they do kind of that concierge. They take care of all your utilities and that is helpful too. [Chris]: That's awesome yeah. And that was Jay O'Brien [phonetics] we had him on last year. Definitely a great episode to go and listen to about providing what was it 7 start service in a 3 start industry? [Christian]: Yes. 5 start service and 3 star…7 start... [Nathan]: 7 star… [Chris]: 7 star in a 3 star. [Christian]: It's a good… [Chris]: Yeah it's a good one. He's a really good person to listen to as well.  [Christian]: Yeah for the service yeah.  [Chris]: Yeah I mean there is so many things that we can do to go above and beyond. You know in Georgia the typical transaction is byer gets contract. Contract gets due diligence. Due diligence gets home inspection. After home inspection there is no other inspection done. They may be right on. I have never seen anybody do a lot of base paint test. They just kind of waive that and you know that is it.  But there is so many other things that we can do. We can advise for air quality testing if there are allergies present which that I have seen happen. Partnering them with an insurance agent to make sure that the home is insurable and check for what the previous claims are. Like getting a clue report pulled. All of these things are huge and can make a big impact in not only your client experience but also controlling the situation, making sure that things are discovered before we get too far. So that at the last minute when we get to the closing table things are reared in their ugly head.  [Christian]: So speaking of kind of above and beyond just us doing our jobs for our clients, I mean what are you guys thoughts about health warranties? Typically I have written those off because they are so limited typically. As far as what they replace in the time frame. But like recently I helped a friend of mine buy a house kind of outside of my normal area a little farther outside in Takoma. And the recommended inspector from some of my you know, agent friends down there, they actually include a very inclusive home warranty that I was very impressed with.  And no extra charge you know like because they already did the inspection on the roof so they guarantee the roof is gonna hold for 5 years and appliances for this long and you know all these extra stuff that seems like a real value add for no additional money either to your pocket or out of their pocket. But what are you guys thoughts on hat? [Nathan]: I mean here in Ohio it is long. A seller typically pays for home warranty. I like them but I like to choose it because there are certain home warranties that have what they are called caps or limitations on what they will cover. And if you know those I don't think that is a good value. The ones that I typically go with on home warranty has no caps. The other side of it form a listing side is they have seller protection from the moment we put that house on the market, the items are covered in warranty. But I think you have to articulate to your client that a home warranty is good for your major stuff. [Chris]: Yeah sure. [Nathan]: Your HVAC furnace. [Chris]: Sometimes. [Nathan]: Yeah well OK again here they're smart like don't go and have a home warranty claim when you had an inspection that said it was bad right. That is not the way to do it so… [Chris]: And on top of that if you have a 25 year old HVAC system it is not gonna pay for a brand new system if it [censored] out. It will have a maximum amount that it will pay towards but on a 25 year old system it is gonna not cover that switch over from you know what was it our 20 to now 4 10A or whatever the new coolant is. So you got explain that to your clients.  Again back to what Nate was saying. Expectation setting. Back to what Christian was saying. Expectation setting. Making sure that everybody understands where the value is when they get it. [Christian]: So what you're saying is that home warranty can be of value just make sure you do your research that is actually a quality home warranty that provides something. [Chris]: Yeah. [Nathan]: 100%. [Chris]: On the first home that my wife and I ever purchased, 3 months in the stove shorted out. It came out 50 dollar call, rewired the entire thing and it worked fine. It is still in that home. But that was a lot less than it would have been you know to have you know a new stove or bring out an electrician so it has its values. [Nathan]: Yeah yeah, I just had to call a client and we were 2 days outside of closing an she was the seller and the hot water tank failed. We had seller protection on it. Guess what 65 dollar call, brand new hot water tank. [Chris]: There you go. [Christian]: Save your 500 dollars. [Nathan]: Saved probably more than that and you know she was already stressed out and called the client. I said “Let's have home warranty take care of that”. Again if you know what you're getting can be a great value. But… [Chris]: Absolutely.  [Nathan]: There are a lot of junk ones. [Chris]: And all of this…yeah all of this goes in line with taking control of the transaction and making sure that we are directing it in a way to get it to the closing table and we are directing it in a way that is in our client's best interest.  [Christian]: Yeah and speaking of staying in control of that transaction one of the things that I see…I moved to a whole other topic on this whole episode, but is that you know what do you do to continue to provide value and stay in front of your clients after closed? Or what the agent is gonna feel at that? [Nathan]: That is a whole episode.  [Chris]: Yeah that is a whole episode. Why don't we get into that next week [laughter]?  [Christian]: OK well I will give a little teaser than. [Chris]: Let's give a teaser and we will get into it next week.  [Christian]: What we started to do is a sort of called home button and that has been great because it is cheap. Right now it is only 25 dollars. You know, to use it and you get it for 500 clients. But basically it provides every month to your home buyer, it provides them with an automated like “Here is what your home is worth and if you refine,  this is what it would look like, if you are AIRBNBed one of your rooms this is the value if you added 300 dollars a month extra payment you know you would pay this much less over the course of yadayada”. So basically provides all these really easy to understand analytics for a client's house that is branded to you.  [Chris]: Awesome.  [Christian]: And instead of you know you sending out some junk email drip thing every month where they probably don't even look at, here is something that directly relates to their house that they're probably gonna look at it. And you can see all the analytics and back end when they're click on it. [Chris]: Thanks for tuning into re:Think Real Estate. Make sure you join us next week as we talk about how to provide value post-closing and control that relationship into the future. Christian you gave a great teaser on that. For anybody who hasn't please go to rtrepodcast.com. Sign up for the newsletter so you never miss when we drop an episode and leave us a 5-star review on iTunes. Have a great day everyone.  [music]  [Chris]: Thanks for tuning in this week's episode of the re:Think Real Estate Podcast. We would love to hear your feedback so please leave us a review on iTunes. Our music is curtesy of Dan Koch K-O-C-H, whose music can be explored and licensed for use at dankoch.net. Thank you Dan. Please like, share and follow. You can find us on Facebook at Facebook.com/rethinkpodcast. Thank you so much for tuning in everyone and have a great week.  [music]  

reThink Real Estate Podcast
RTRE 53 - How Body Language Can Improve Your Real Estate Business

reThink Real Estate Podcast

Play Episode Listen Later Mar 11, 2019 25:59


Download this Episode Body language is one of the most important tools in your arsenal to build a rapport with your clients. Today we discuss how much more important your body language is to your clients than your words and your tone. We discuss the ins and outs of the handshake, when to avoid closing the deal, and what different signals mean. Tune in and don't forget to leave us a review on iTunes! Our body language conveys a clear message. Rethink Real Estate Podcast Transcription Audio length 25:59 RTRE 53 – How Body Language Can Improve Your Real Estate Business  [music] [Chris] Welcome to re:Think Real Estate, your educational and hopefully entertaining source for all things real estate, business, news and tech.  [Christian]: I am Christian Harris in Seattle, Washington. [Nathan]: Hi, I am Nathan White in Columbus, Ohio. [Chris]: And I am Chris Lazarus in Atlanta, Georgia. Thanks for tuning in.  [music] [Chris]: Everybody welcome back. This is re:Think Real Estate your number one source for real estate, business, news, tech and tactical advice. Today we're talking about body language and why that's important in your real estate business. Christian. What do you think about body language buddy? [Christian]: The language of the body. [laughter] I think it's good. I think it's something we probably don't focus on enough because you know there's a lot of subconscious queues that we take from tone of voice and the…and the disposition of someone's body that we don't really recognize. You know we focus on scripts and what we say but you know it's actually a relatively small amount of our communication, affective or not is through our words. [Chris]: Absolutely. So interestingly enough if you haven't…to anybody out there if you haven't researched how body language works and how communication works, about 7% of all communication is vocal. Those are the words that I speak. The words coming out of my mouth. And 30…what was it? 38% of all of it was actually vocal. That is the inflection, the tone of our voice makes up more of the communication that we're…in the message that we're sending to others, than do the actual words that we speak today. [Christian]: Wait is that why my wife is always upset with me? And she never focuses on what I say but how I say it? [Chris]: Yes. Yeah that's actually… [Christian]: Lessons to learn there. OK.  [Chris]: And yeah. So interestingly enough that you bring that up. People that are naturally able to read a room, so if you've come across somebody and you're like “Wow they're very perceptive”, it's because they pay attention to body language. And women are way better at this than men are. Just naturally they stop and think.  But 55% of all communication is through body language. It's nonverbal. It's in the gestures that we make. It's in how we present ourselves. And, you know, for anybody watching this you're not gonna see anything that I am doing but you'll hear in the vocal inflection more than you'll pay attention in the words that I am saying just statistically. So please keep listening to my inflection. [laughter] But it's extremely important. And I think that in real estate we have all these sales gurus that are telling you “This is what to say, this is what to say. Call them. This is what you need to say to somebody”. They're writing scripts down. They're telling you how often you need to call somebody. They're telling you when like who you need to call. You need to call all your neighbors and you're doing circle prospecting and you're inviting them all to you open house.  But it doesn't tell you that…none of these coaches talk to you and say “And by the way when you call them don't do this and talk like “Hi my name is Josh and I am a realtor and I am listing the house down the street. We have an open house coming up and I would like to invite you there [flat intonation]”. Because you're gonna put everybody to sleep. Not only that but nobody wants to talk to somebody that they don't know and they're not passionate or enthusiastic about anything that they're saying so the inflection makes a difference. What do you think Christian? [Christian]: I think you're real spot on there sparky. [Chris]: Just keep petting my ego. [Christian]: Yes. [Chris]: Like words I never get tired of hearing. “You're right”. [Christian]: Yes it's interesting because so much you know with something like google something like audio podcast, all you're hearing is the voice of the content and the inflections. Right? So like on my other podcast it is interview based. It's the Sea Town podcast. What I started doing is instead of having the guest sit you know across a chair across from me, everybody sitting and talking, I use my stand desk and we put the microphone in the middle and we stand. And have a conversation.  Because there is actually you know statistics that talk about, you know, you actually have a lot more energy naturally and a lot more expressive when you're standing and you can talk with your hands and you're not like standing in a chair. And so you can actually hear them in someone's voice as far as their energy level and their excitements if they're standing versus if they're sitting. You know.  And I notices that myself. Like if I am monologue-ing or something I have to be really intentional like if I am doing video I need in my head I need to be super over the top excited because it might actually come out to the other person like I am talking normally. [Chris]: Yeah and I mean it's really weird because a lot of people talking about the inflection in your voice like if you're selling something you need to be passionate about it. Because people hear the passion more than they hear the words that you're saying. So if you're sitting down with a seller or a buyer and you're talking about “Oh this is the process and this is how we're gonna help you buy the house and we're gonna get you prequalified [flat tone]” versus “Hey this is awesome. You're at a stage now where we have a lot to do and here's what we're gonna do. We're gonna get you prequalified and you're gonna talk to X,Y,Z lenders and once we get the prequalification down we're gonna start doing the home search. So you've given me some of the things and…[excited tone]”.  The message is completely different. Inflection in how you talk. People can hear passion. People can hear whether or not you actually care about what you're doing. [Christian]: They can tell whether or not you believe in the product you are selling so to speak. [Chris]: Yeah. [Christian]: Yeah. [Chris]: “I think everybody should own a home” [flat tone] “I THINK EVERYBODY SHOULD OWN A HOME” [excited tone]. [Christian]: Your examples are killing me. Stop. Stop.  [Chris]: [laughter] So I mean and then it comes down to like the body language. Right? So once you're actually in front of people how important is body language? Well not only it is 55% of all communication but it…body language permeates even our vocal. It permeates our vocabulary. Right? You're got phrases like ‘to shoulder a burden'. ‘To face up to it'. ‘Keep your chin up'. ‘Put your best foot forward'. They all describe how we can approach things and inevitably these phrases give an innate understanding of what that message is supposed to portray. Even if you're not able to communicate it verbally. Right? People just understand what those mean. And that's because we understand the messages that come across through body language.  All right so here is some things that we could talk about how we can add body language into your repertoire. How you can focus on improving things. So there was a study done on using your index finder to point. And first off you should never point with your index finger mainly because there is lots of cultures that consider it rude.  Secondly because this study had 2 different audiences, same speaker, same speech. In one speech the speaker was pointing with his index finger. In the other speech he was gesturing with his hands open, palms open, hands up. And 80…over 80% of the audience was receptive and thought that he was well mannered in the…in the speech where palms were open. Under 40%...actually over 40% of the audience thought he was arrogant and did not know what he was talking about in the speech where he was pointing with his index finger. So there is some food for thought there. [Christian]: I mean I find that pretty interesting. I was talking about a case study. What…if our listening are thinking to themselves “What are we talking about when we're talking about body language?”. Like the things that come to my mind are the obvious ones like if I am sitting you know leaning back in my chair with my arms crossed I am giving off, you know,  the impression that I am closed and I don't give a [censored] about what you're saying. [Chris]: Yeah. [Christian]: If you know I am generally sitting with open posture I am receptive to what someone is saying or respectful or whatever. [Chris]: Yeah. And… [Christian]: Here are some examples. [Chris]: In most times you're right. Now there is a few reasons people are gonna sit with their arms crossed though. People are gonna sit with their arms crossed either they don't give a [censored] about what you're saying and they just…they…nothing you say is gonna get through to them or maybe they're anxious. Maybe they're nervous.  All 3 of those feelings will come across when somebody is crossing their arms. For example, you know crossing arms isn't just it as a…crossing arms is the most common especially for kids. But as people grow up they get more kind of conscious about what they're doing with their hands and arms. They start taking on more of a subtle role.  So if anybody has ever watched Prince Philip. Prince Philip will grab and adjust his cufflink which is his arm crossing his body. It's a nervous tick that he has and he does it whenever he is in large crowds. Same thing Queen Elisabeth. She will clutch a purse. She will hold with both hands so she is crossing her body. And people, adults do this all the time.  So it's just watching for the subtleties and it's learning to understand what they're actually doing. And this is super important because Christian if you're sitting across from me and you're a seller and you're talking about listing your house and your arms are crossed it's not a good time for me to go in for a close and ask you to sign stuff. [Christian]: [laughter] Yeah it doesn't seem like a lot of buy in, you know. [Chris]: No it's time for me to start digging in and asking you questions to find out what's really bugging you. So I mean… [Christian]: What would you say… [Chris]: Go head. [Christian]: Sorry didn't mean to interrupt your example. I was gonna say what are some examples for real estate agents to come across as far as like being in tune not only to your own body language but to your client's body language as far as what they may be saying without saying it? [Chris]: Well for us we want to make sure that we're doing a few things. 1, we want to be open. We want to gesture with our hands open not with our index fingers. We never want to cross our body so when we're seating we're not crossing our legs. Now women in you're wearing a skirt that is an exception. But we're not fidgeting. We're…our arms are open. Our arms and hands are not touching. Arms are not crossed. Sitting upright with a good posture. Those are all extremely important.  Second your handshake. Your handshake is incredibly important. You want to have a firm handshake. There is 3 different styles of handshake and they all mean different things, right. If your handshake is palm up than that's kind of a submissive handshake. Those are things that you would give when you're meeting the pope, right. Somebody who is in a very important higher up kind of status.  And then for the opposite of that is the palm down handshake where you are displaying authority. It could be a power symbol. So for the most part when you're meeting with people especially clients, people that you're doing business with you want to make sure that their handshake is vertical. Right, your palm is up and down and you want it to be firm.  And then starting off with a good handshake because once…if the handshake gets [censored] up, if somebody misses whatever it is just grab their elbow, do it again. Say “Hey let's get this right” because doing something like that is gonna show them that you care enough about them to make sure that you're getting off on the right foot and you're gonna make sure that the meeting is important. [Christian]: Say when I mess up on a handshake I just go in for the awkward like “Hey bro…” bro hug you know. That usually…wait I don't close my deals.  [Chris]: Yeah never met someone with those [laughter]. That usually doesn't work.  [Christian]: Yeah I wouldn't recommend it on the first meeting. [Chris]: So there is actually ways that you can really make a handshake more powerful. But if somebody is…if you just know them, right, it creeps people out if you like touch them and give them a handshake. But if you just spend time like an hour getting very personal with somebody about what they have going on like when you shake their hand to leave you can grab the outside of their hand. Say “Thank you for your time.” Or maybe their elbow and just handshakes shouldn't be more than 3 seconds. [laughter]. If they are they get creepy. But just doing that extra gesture shows that you care, that you can empathize with what they go through.  It's just not something that you do right when you meet somebody cos than it's weird and creepy and they're gonna think that you're inauthentic. So I mean there is a lot of things that we can do as agents to use our body language to make a…the experience more warm, more inviting for our clients and the people that we're meeting on a daily basis.  [Christian]: Alright. So…So Chris give me some examples. Let's do a brief list of body language to dos and body language to don'ts [laughter]. Things not to do. Let's start with some stuff that we should be doing like specifically regarding, you know, maybe common interactions that a real estate agents would have with a client. What are some things they wouldn't be conscious of when meeting a client? [Chris]: Well when you're meeting a client you always want to make sure that you're making eye contact. That you're not crossing your hands. You're not fidgeting with anything. You are giving them your full attention. It's important that you have good posture. That you're upright. Shows that you are caring and paying attention on what they have to say. [Christian]: OK now what if let's say they are from an Asian background. Because a lot of these body language to dos are relevant to the American culture which you know to some other cultures we seem aggressive. [Chris]: Yeah we definitely do. [Christian]: But the Asian cultures you know it's respectful to you know not make eye contact and look down you know or be more passive you know. [Chris]: Culture is definitely something to pay attention to because it is extremely important. There is a great book out there and if I can remember it I will post it in the links. Which is basically like a cheat sheet of how to interact with like 100 different cultures. And what's…what's considered appropriate and what's not. So that's really up to the individual to know who they are gonna be meeting with. And to make sure that they understand how they need to act.  Body language though is gonna be pretty universal. If you are fidgeting is gonna come across that you are not interested. If you're crossing it's gonna be closed off. And the reason body language is so universal is because that's how communication happened before language developed. Like we had silent movies. Silent movies worked before audio came into the movies. People understood what was going on and that was universal. People can understand a story based off of not having words. [Christian]: Sure interesting, interesting reminder yeah. [Chris]: Sure there are cultural things but for the most part you want to be open, you don't want to have anything crossed because you want to be considered trustworthy. You don't want to touch your face. You don't because touching your face is like a nervous tick for a lot of liars so you just want to stay away from all of that and just focus purely on what the other person is doing. Don't fidget. Pay attention. [Christian]: But what about the…the common…I don't know if it's a myth or not. You know I have heard that if people are lying they always look up and to the left. You know like that kind of stuff I mean like is…Because I know like when I think. Like if someone asks me a question I have to think about it. I notice that I look away. While I am thinking I don't look back like I don't know like that is subconsciously picked up or matters. You can't really control it. [Chris]: Well people pay attention to that stuff but I don't know if it's about a lie. So for that I think people look up in a way because they want to focus on their thought process and not be distracted by the person that is right in front of them. You want to pay attention to the person as much as possible. And sometimes they might ask you a difficult question and you need to think about some details but I will try not to pure away if possible. But you know that is a little outside of my realm. I am not too familiar how the unconscious works with you know look up and left or look up and right. [Christian]: Very true.  [Chris]: Based off of what you were saying. [Christian]: OK so what…what…So getting into some of the things not to do. You know you mentioned you want to focus on the other person. What about when you focus on in the wrong way of too much and you know people get a creepy vibe? What are some body language things that give off that that ? You don't want it. [Chris]: I think [crosstalk]. For me really the worst is a bad handshake. The dead fish, the like bone crushes. The…the sweaty palm I mean it's…those handshakes, those meetings never go well. Somebody comes in and they're meeting with me and they come off the back like immediately I need to go the restroom and like wash my hands. And I understand, there is a certain…there is a percentage of the population that is like…somewhere between 10 and 15% of the population I think that suffers from a medical condition where they just overly sweat. I get it. But if you're going into a business meeting before you go in have a handkerchief. Get a little dried off there and than, than start.  [Christian]: Sure. [Chris]: And I would probably say that the limp, the limp fish is like way worse the bone crushes. That's probably the second worst in my book. [Christian]: Sure. [Chris]: But that's like to me that's like the holy grail. You don't violate that. [Christian]: Sure. Would you say that…that you kind of…I know it is a general statement but that…what does a handshake say about someone like either a bone crashes to me that says hey they are trying to…they are coming in aggressive. And they're trying to dominate the other person. [Chris]: Exactly. [Christian]: While the limp fish is like super passive, not gonna have an opinion about things. Doesn't want to offend people. [Chris]: So the limp fish is an interesting one because for the most part yes. They're like…they're the message it conveys is that they're submissive. They're not gonna be very strong. But there's a cavy out there. If they work in a profession where they use their hands like if they're a surgeon don't expect to get a strong handshake from a surgeon. Especially if they're a very good one because their hands are insured. Because if…if they just do that naturally like all means to protect the tool that is their livelihood.  But yeah typically the bone crusher is a power move. People don't do that on accident. They do that because they want to make an impression. And I think a lot of people come in with the bone crushes thinking “Oh I am gonna show them that I really mean business and I am gonna crush their hand and show them that this is a strong handshake”. But the reality is that if you go to do something like that to somebody and you are not their superior, you are not in a position of authority with them it's a complete turn off. I had a home inspector do that for me and you know what I am not messing with them. I don't want to deal with anybody that is just trying to put on a show. And you know be more important than they are. Just vertical… [Christian]: Type a yeah? [Chris]: Yeah. Firm match the grip of somebody…of the other person. That's all you gotta do. It's not hard. It's not rocket science. [Christian]: Sure. [Chris]: But I am finding out that like I don't know, did your dad ever teach you how to do a handshake when you were younger?  [Christian]: My dad didn't teach me [censored]. I hope he doesn't listen to this podcast. [laughter]. Not now there wasn't a lot of intentional training that I remember from my dad unfortunately. [Chris]: OK so a lot of…a lot of man get that. [Christian]: Yeah. [Chris]: Women don't. That's not something that is taught to women. So women have to get out and learn these stuff because they will come into…if a woman comes in and they do a very weak handshake in a business environment they're gonna be thought of as feminine. And they're gonna be treated as such.  If they don't come in with that firm handshake that says “Hey I am here I am on equal ground with you and we're gonna do this” than there is…it's been traced that they'll be treated differently. Conversely if they come in with a bone crusher nobody is gonna want to deal with them. They're here for a power play which… [Christian]: Sure. I am sure there is gonna be some subconscious double standard where they're gonna be “Me and you rather as dudes and not used to think in terms of…and OK if a guy you know does this thing this is my response but if a woman does it I am gonna think about it differently” you know like… [Chris]: Yeah. [Christian]: Yeah that can definitely be unfair in the business world. You know kind of a double standard that we subconsciously apply.  [Chris]: Definitely. There is a great book for anybody who is interested in learning more about body language and how it can impact and shape how your business ventures go. Not only in your business life but it also talks about things that you need to know in your daily life. How to read a bar, how to read a party and you're able to see how people are feeling based off of how they interact. The book is called The Definitive Book of Body Language. The Hidden Meaning Behind People's Gestures and Expressions. By Allen and Barbara Peas [phonetics]. It's a great book. Currently reading it now and somewhat sound like an expert based off of that but don't take it for granted.  [Christian]: Oh yeah. [Chris]: I get my info from books.  [Christian]: I will make sure it doesn't go to your head. [Chris]: Thank you. I appreciate that. No it's definitely good stuff. It's important that we pay attention to how we're communicating with people not just verbally, not just vocally but also through our body language. So everybody thank you so much for tuning in. This has been another episode of re:Think Real Estate. We'll be back next week. Nate will be back. And I think we've got some guests coming up soon. So we will have some good guests. We'll see you soon.  [music]  [Chris]: Thanks for tuning in this week's episode of the re:Think Real Estate Podcast. We would love to hear your feedback so please leave us a review on iTunes. Our music is curtesy of Dan Koch K-O-C-H, whose music can be explored and licensed for use at dankoch.net. Thank you Dan. Please like, share and follow. You can find us on Facebook at Facebook.com/rethinkpodcast. Thank you so much for tuning in everyone and have a great week.  [music]  

reThink Real Estate Podcast
RTRE 47 - Are You Busy or Productive?

reThink Real Estate Podcast

Play Episode Listen Later Jan 28, 2019 22:50


Now that we're a few weeks into the new year it's time to evaluate our progress. Are we still on target with our goals? Are we busy or are we moving the needle? Join today's discussion and share your bad habits below. Episode Transcript RTRE_Ep_47  Audio length 22:49 RTRE 47 – Are You Busy or Productive? [music] [Chris] Welcome to re:Think Real Estate, your educational and hopefully entertaining source for all things real estate, business, news and tech.  [Christian]: I am Christian Harris in Seattle, Washington. [Nathan]: Hi, I am Nathan White in Columbus, Ohio. [Chris]: And I am Chris Lazarus in Atlanta, Georgia. Thanks for tuning in.  [music] [Chris]: Everybody and welcome back to re:Think Real Estate. I am Chris Lazarus here with my faithful hosts Nathan White and Christian Harris out of Columbus, Ohio and Seattle, Washington respectively. Thank you so much for tuning in. It is a still relatively early in 2019 and we were just talking about you know this is right around the time some people start dropping off their new years' resolution. So I hope…I know it's not anybody in our audience [laughter] but now we start to get in the busy time of year and it's that definition of busy.  What is busy? Is it…Is it necessarily productive or is busy making us money or is busy just the thing that we have to be doing? Because I don't know about you all but picking up my thumb that's like my thing. If I am not doing something right now I start to itch. Like I find myself sitting down sometimes and maybe I will be waiting on somebody for a business meeting and I have to cognitively think like actively think and just saying “You know what I should learn to comfortable just sitting and waiting” and it's something that is really weird. But when I am in that mode I can actually think about what needs to be done and I think that sometimes when we're busy we don't always do that.  So today we're gonna be talking about what the difference is between being busy and being productive. Christian? You're a broker owner, you're starting up a new company. You're back into selling. What…like how are you challenged with being busy versus how productive is your busy time? [Christian]: So you know the funny thing is and I don't think this is an experience unique to me but when I am talking with other agents or just people in general you know the small talk is you know “How are things going? How are you doing?” And the response 95% of the time is “I am so busy, so busy so much going on”. You know, and I think subconsciously we kind of wear that as a badge of honor like “I am so important that I am busy all the time”. At least in real estate. You know “I am just scrambling around because I got so much work”.  But the question really is “Is busyness a badge of honor or is that more a sign of no you're just ineffective in what you do and how you spend your time?” Which is why I find this conversation so interesting because being productive is way different than just being, busy you know. I can be busy and feel like I am getting stuff done by checking off my 2000 emails but you're not actually moving the ball forward. You're not actually accomplishing goals versus “I've got my dedicated time to do this one task and I am focused on, that's the only thing I am doing”.  You know, you can elude to the distractive nature of technology and things these days and make a whole episode on that. But you know I feel that same pull. I am older so and I like to say I am bilingual you know I grew up in a day before the internet and so I remember doing book reports with books you know and card catalogs as the research tools and that sort of stuff you know. [Chris]: You're not that old. I still had that. [Christian]: Yeah I am just saying you know. I remember a day before that and then in my 20s you know adopted technology as in internet and tan smartphones came online and what now.  [Nathan]: I was using an Atticus. [Christian]: And so I remember the times of… [Chris]: Hang on Nate did you just say you were using an Atticus? [Nathan]: Yeah Atticus. I am the old one out of the group [laughter]. [Christian]: Only by a couple of years. But the point is I feel that pull too to like never have down time. To always be doing something, always be stimulated with input. And usually that's in the form of I am sitting there like you said in the doctor's office and I feel the draw. Uncontrolled, my hand reaching my pocket pull out my phone and just mindlessly check Facebook or Instagram or emails like we can allow yourself some time to like reflect and think and ponder which we don't do a lot so we tend to live our lives in a stimulated anxious responsive posture. Instead of proactive duffle posture. [Chris]: Definitely. [Christian]: You know there is a lot in that but I think the business plays into that. [Chris]: So Nate obviously you've shared with the audience that you suffer from ADHD. So is busyness a good thing for you or does that impede your productivity? Like what's the difference between being busy and being productive for you? [Nathan]: Yeah I mean that is the million-dollar question right. I can be busy all the time. But I am not producing results.  [Chris]: Yeah you're good at that. [Nathan]: Yeah. So for me it's about…For me personally again it's about having a very regimented schedule. I mean those that are friends with me on Facebook whatever they're like…I actually had someone the other day saying “I don't know how you do it day in and day out like you check into the gym at 5 a.m.” Like I live and die by a schedule.  For me to get a result or to have production right productivity instead of me spinning my wheels getting around on Facebook and [censored] around and all that [censored] I have to be very regimented, right. Which means when I get to the offices one if it's quiet and the first thing I don't do is I don't get on Facebook right. I have an order to the way I do things because once I get into those realms if you would than I would squirrel.  [Chris]: Rabbit hole. [Nathan]: Yeah squirrel I am all over the place. So I have to be very regimented in what I do. And I will tell you like if I get out of that rhythm it sucks. But when I am in it I am in it. And man I tell you what, I feel great. And so I think you can tell as an agent broker whatever you are you don't have to have ADHD but you can follow…just have…I don't know kind of a purpose drill in life. Have a purpose to what you're doing. You see a lot of the people they get in and then they get on Facebook and then they're looking at their messages and they're here and they're there but they're busy but they're not producing any results.  So I…the way you quantify that to me is did…You know I set a goal list. I have to have a check list. And once I check things off it feels great. I perpetually add to that list. But, you know, in our world how do we judge our productivity? Dollars and sales right? I mean in the restaurant industry they used to say “Sales cure all”. And in our industry I think that's applicable right.  How productive are you? You know you have the agent that says “Oh I was such a great year I did a million dollars”. For them maybe it's great. You have the other ones that say “Hey I did 42 sides or 8 million dollars”. You know I think there's a big difference of who is productive and who is not. And I am giving to each his own. I am not trying to say that if you did a million dollars in 3 sides or whatever you weren't productive but let's be honest you probably weren't. [laughter] So… [Chris]: Well I mean you're right you probably weren't because the average full time realtors are doing 11 sides a year. [Nathan]: Is it 11? [Chris]: I think last I heard. [Nathan]: That is so many. [Christian]: That sounds high. [Nathan]: That sounds high. I thought it was like 6.6 full time. [Chris]: I think the average full time relator not the average realtor. [Nathan]: Oh yeah the average full time I get it.  [Chris]: The average person who makes a career out of it is doing about 11 sides. Not 11 transactions but 11 sides.  [Nathan]: Remember too we are realtors so what do we like to be about? All about being a realtor right. I mean God Almighty you know Facebook all watch it “#realtorlife #showingthistoday”. [Chris]: “#blast” [Nathan]: Yeah like it's like…Like it's all about you know last episode, right, we were talking about being client centric. I mean hell that's all about just being a realtor right. It drives me [censored] crazy. Like #realtor I am like listen our life isn't that bad right. What we do… [Chris]: I think what Christian just said a few moments ago is just spot on. It's about feeling important. People like feeling important and a lot of people in real estate are like “I am a real estate agent. I can help you with the biggest financial transaction of your life. I am so important”. And rather than focusing on going out and getting business and building a business they're focusing on being a realtor.  I had an agent that worked with me for a little while. It was a young kid just starting out. And we quickly realized that he was in love with the idea of being successful more that he was willing to work at being successful. And that is a big difference because you can be really busy and be in love with the idea of being successful. You know go to a show room and take picture with a Bentley and you know have your girlfriend modelling in your Instagram account. It really…But if it doesn't come down to you actually making money it doesn't really exist.  So I think that a big thing is feeling important and Christian hit the nail in the head with that. And people can be busy to feel important. That doesn't mean they're productive. That doesn't mean they're working on their business. So… [Nathan]: Yeah it takes me about the time one time I…another agent we were talking We did not know each other. We had met and I said “Oh you're a real estate agent?” she said “Sure I sure am?”. And I said “How did it go last year?” She said “It was great, I closed 4 houses.” [laughter] And I laughed and I said “You're not really an agent.” She got really mad. [Christian]: Can't imagine why. [Nathan]: [laughter] But again I go back to what you said about what Christian just said. It wasn't about…I don't know, I didn't feel any passion to what she was doing. You know I think those of us who really enjoy what we do we do it because we are passionate about it. Not because we love houses or watch HDTV or anything of that [censored]. Like we love what we do. We love…you know there is that narcissistic side again of you know part of it. But there's also the feeling of just helping somebody buy their home that is very rewarding. And so I don't know I could go preach on a lot of different angles on it.  [Chris]: I couldn't agree more. Now I think we kind of got the understanding for the audience of what is the difference between being busy and productive. So how do we focus on being productive with our time? How do we focus on not dealing with the busy work? Because there is about 20% of our daily activities that are gonna result in about 80% of our business. The parietal principal works in that way. So how do we take that 20% and be extremely productive in that? So that it is not really blowing out of proportion or taken away from the other aspects of our business? [Nathan]: How do we…? Are you asking how we measure like…our productivity? [Chris]: How do we focus? How do we not deal with the busy work? [Christian]: There's also all sorts of tactics on focusing. We've had several opportunities on it but I think it is good to kind of go over some of the basic stuff because you know even maybe in super organizing systems like think you know “I am efficient with my time” I get distracted you know in real estate you've got your phone blowing up in fires. You have that put out and you know  ”I am trying to time block to get this project done and the phone won't stop ringing”. And you know… So it could be very challenging but I think kind of like you know quote “new year's resolution” you just gotta if you follow the horse you gotta make it on keep going. Remind yourself “OK I need to turn off the technology and just be self-aware of like the things that are drawing your attention away from actually being on a state to focus on one thing at a time.” You know don't buy into this like “I can multitask and I can have my social media up while I am into MLS and while I am drafting an email and working onto the project”. You're not gonna get anything done and you're gonna be super stressed out.  [Nathan]: Multitasking is [censored] people. Multitasking is for people that can't focus on one thing at a time and complete it. So don't multitask. Get it done. Sorry I get really weird about that. [Christian]: Alright there you go. [Nathan]: Yes.  [Christian]: You said it.  [Chris]: You have no compassion for it. [Nathan]: Yes I can't stand people saying “I am multitasking”. No you have the inability to focus on one item specifically that's what that is. That is 100% what that is. [Christian]: That's a lack of discipline. [Nathan]: Yes. There are a million things to…that you can use in tools and resources. Again just daily habits, you know, goals. Writing goals and not looking at them a year later but looking at them daily. Periodically or whatever it is. I mean. Or you can be really anal like me and have a check list.  [Christian]: Nathan you're making me feel bad because you know that's illuminous stuff but I don't do it all the time. You're hurting my inner child. [Chris]: Yeah but…Nate how is that CRM going? [Nathan]: [laughter] My CRM is going horrible. Why? Because I didn't put a date on it. I know it. I own it. [Christian]: What's your date? Give me a date now.  [Nathan]: I have not…I don't have one yet. [Christian]: What's your calendar? Do it now. [Nathan]: I don't have one yet. I probably…I am actually. [Chris]: There's a couple…OK getting back on track I think there is a couple of things that work for me in trying to aim and being more productive. One is, I don't take on more than I can handle at any given time. [Christian]: How do you know what you can handle? [Chris]: Huh? [Christian]: How do you know what you can handle? [Chris]: Trial and error.  [Christian]: OK. [Chris]: When I realize that I am not spending enough time with the family and some of the projects that I am doing I don't see a future to, whether that be it doesn't improve the bottom line, it doesn't like it's not gonna be used, the reaction to the agent is not exactly the reaction that I thought it would have. I'll cut a project.  I don't take on too many volunteer roles. Like if I take on a new one I give one up. But when I do something I…when I changing a habit, when I am adding something into my routine, I do it one step at a time. I don't go and change my entire routine overnight. And for…you can go back over the last 3-4 months and I will talk about how I changed my entire morning routine off of what Nate did after what Obi said after Obi's show. But start small. Don't change the whole routine all at once.  If you're gonna start using a CRM you dedicate that is what you're gonna do and you just do that for you know 30 minutes a day every single day and then once you're used to doing that every single day than you add something on. But you don't say “It's 2019 I am not gonna use a CRM I am gonna call everyday, I am gonna follow up with this marketing, I am gonna do this that and the other and I am all gonna start it on January 1 and guess what it's now a few weeks in and I have dropped off the map”.  Well you dropped off the map because you have added too much to your plate. Start small than you slowly add on. And then the other thing that helps me be productive is a to-do list. Like what Nathan said. Put a checklist down. I aim for the top 3-5 things that I want to accomplish in a day. I write it down and then those are the first things I work on. So at the end of the day whatever has happened, whatever has gotten done I know that I made at least 3-5 different things that are moving the needle forward in the business every single day.  So that helps with the busy work. Because busy work comes. I got on 100 agents and it's all email all the time. Lots of administrative, lots of busy work. But I always get the productive stuff done. [Christian]: I would love to touch on what you just said because I couldn't agree more on the…because I was just the king of it for the longest time, taking on or challenging myself to something that was too big instead of thinking about it logically. So I look at it from a new agent perspective. I mean you meet a new agent. New agent says “Yeah I wanna do 7 million in sales next year” [laughter]. “OK right. Yeah right”.  We laugh now right and I would love to see it. But how about instead of saying 7 million in sales lets focus on just the first one. Right. And I think it's our human nature to set these lofty goals and then we fall short. We get discouraged and then we just quit at it right? It's OK to have a goal that is somewhat ambitious. But don't…we all know that if it's not within reach it's not worth doing. I mean myself I got a …I got a running partner, Jason Perkins here in town and we both thought about signing up for something called the Moab, 240, it's a 240 mile single loop run through in Moab, Utah, Arches national part of that whole area. 5…5 days around this thing.  I really want to do it. I like…It's on my list. And he said “Do we want to do it this year?” And I had to think through that for about 3 weeks. And as much as I wanted to say “Yes let's do it this year” I said “Eh I need another year to prepare”. You don't know how its gonna be but than it's a little more realistic. To say “I can go on and achieve that”. Maybe I could have done it this year. Maybe not. I think it probably wouldn't have happened but I rather give myself time to prepare to do some other thing. So coming from me, the guy who loves the big things, stepping back and really taking that hard look in the mirror, evaluating what your goals are I think it's huge. Don't bite off more than you can chew. [Chris]: Absolutely. That's been something major. And you to your point Nate with a new agent that's coming in saying “Oh I want to do 7 million” in even taking it a step back. Not even saying “Oh I just want to focus on that first transaction” break it down smaller. “I am gonna focus on getting 7 clients on this year”. Because if you're focusing on just getting the clients the transaction will come. But if you focus on the client you're focusing on the habits and the action items that need to be done to generate business. If you say “I want…I am gonna focus on getting a deal over the next month”. It's not specific enough. “Oh what am I gonna do to do it?” “Well if I am gonna get a deal I need…I need clients right? So why don't I just focus on getting clients and I am gonna aim from 5-7 clients this year. Then I know what my job is. And my job is to build those relationships and get in that position where somebody wants me to represent them”. The transaction will come. Whether that comes in the first 6 months or the second 6 months or the third 6 months it will come if you focus on doing the right things. That's what I got. [Nathan]: Yeah good.  [Chris]: Anything else on being productive? Guys final thoughts?  [Christian]: I don't know. What you said. I have realistic goals. Don't make them crazy. A to-do list is real easy tool and cheap. You don't need…You don't need…paper and a pen. [Chris]: Not even that. Notes apps.  [Christian]: [laughter] Yeah right. [Nathan]: I just say take it day by day. If you know you get distracted and your day goes to [censored] hey you got tomorrow. Start over. [Chris]: Absolutely start over. Don't wait. Don't set…Don't get half way through the year and say “You know what I didn't…I faltered, I am gonna wait until January 1”. Just start the next day. [Christian]: Don't wait until life is perfect and everything lines up just right because it never will. [Chris]: It's never perfect. It's never gonna be the right time. Just make little strives all the time. There's a great book. The compound effect by Darren Hardy, who talks about how making incremental efforts every day is the key to building a successful business. And I like in it to brushing your teeth. You brush your teeth once for 2 minutes, it doesn't do anything for you. But one of my good friend is a dentist. You brush your teeth twice a day everyday it's gonna prevent cavities. It's all about consistency. It's all about the small actions adding up to produce spectacular results if you stick with it. Go.  [Nathan]: So go brush your teeth people. [Chris]: Brush your teeth. [Christian]: That's how the world is conquered. A little goal at a time. [Chris]: That's how it is. Brush your teeth. Your colleagues will thank you and if you haven't already please go to re:Think Real Estate, our website which is rtrepodcast.com. Subscribe to the newsletter and you will get notified every time an episode hits the air. Go to iTunes, Google play, Spotify, leave us a great rate review even if you haven't really listened to the whole episode just give us 5 stars.  [Christian]: Yeah just do it. [Chris]: Just do it. Alright. Thank you so much for tuning in everybody. We will see you next Monday.  [music] [Chris]: Thanks for tuning in this week's episode of the re:Think Real Estate Podcast. We would love to hear your feedback so please leave us a review on iTunes. Our music is curtesy of Dan Koch K-O-C-H, whose music can be explored and licensed for use at dankoch.net. Thank you Dan. Please like, share and follow. You can find us on Facebook at Facebook.com/rethinkpodcast. Thank you so much for tuning in everyone and have a great week.  [music]  

In The Memetimes
IMT Episode 69 - Extinguishing burnout and blazing new trails

In The Memetimes

Play Episode Listen Later Jul 13, 2018 31:30


Hats off this week to Jane, Kevin, Michele, Mary and Linda for sharing their tips for dealing with the endless stream of bullshit oozing from the White House. These days even the professional pundits, podcasters, and writers are finding it nearly impossible to cope, but all that is changing. It's clear now that all of the distractions coming out of the White House are meant to confuse and divide all Americans, not just between parties but also within. When folks get burned out they tend to get mean and make bad situations even worse. That's why this podcast is focusing how to replace burnout with constructive hopefulness aimed at specific actions that will appeal to a majority of voters, period.  Not just Democratic voters but all voters because we are all Americans with the same basic wants and needs. First step is to admit the problem exists and to decide to do something about it.  Second step is to wean, filter, titrate yourself from all the distracting news and focus on things that really matter. This podcast is going to be focusing on the common ground in the coming weeks and we hope you'll come along for the ride.  Find your hope and lose your fear. -Chris Just a couple extras... Much if the division we see today is fed to Americans by Russian trolls, this is not conspiracy talk, this is fact.  Senator Sheldon Whitehouse had an excellent interview recently on the topic of dark money.  It's a must see.   Thanks for listening    

The Quiet Light Podcast
Building an Amazon Affiliate Business from the Ground up – with Chris Guthrie

The Quiet Light Podcast

Play Episode Listen Later Jul 3, 2018 41:31


Chris got fired from his last job, thankfully! He was speaking with co-workers about his affiliate revenues he was making on the side and his boss found out and fired him! Fast forward almost 10 years and Chris is the host of the UpFuel Podcast and an expert in the Amazon Affiliate space. He is the owner of several businesses in the Amazon space, including affiliate, SaaS and physical product businesses. His opinions and recommendations are not theories…they are from real life experiences. Chris is humble…you'll get that in the Podcast. He didn't sell or pitch anything. He just shared his experiences being an Amazon Affiliate entrepreneur. One thing he said over and over when it came to being successful within the Amazon Affiliate space is to “differentiate” your site. Make sure that whatever product line you choose to pursue, that you differentiate your site from others…there needs to be a strong reason why the end user would review products on your site versus the competition. Episode Highlights: Chris has been self-employed for just under 10 years. His Amazon Affiliate income replaced his “job” income…before he was fired. He owns wordpress plugins, saas, affiliate and physical product businesses. Each niche has its strengths. Choose a niche that is of interest if you are starting out. If you are building a portfolio of Amazon Affiliate sites, then a system and process takes precedence over passion. Price point matters GREATLY within the affiliate space. Develop a product review site, not an information site to help buyers make decisions. Content is still critical, and Chris outsources much of it these days. Amazon's cookie length is 24 hours, allowing you to make money off products you are not reviewing. A long term approach is the key to long term success. Building links can accelerate ranking, but is no replacement for good quality content. When buying…beware of PBNs! Transcription: Mark: Joe how are you? Joe: I'm doing fantastic Mr. Daoust, how about you? Mark: Good. I'd understand you talked to a friend of Quiet Light and a friend of Brad one of our brokers here, Chris Guthrie. Joe: Yeah Chris is from UpFuel.com and AmaSuite and I mentioned those upfront because we didn't talk about it at all during the podcast. He's an entrepreneur, have been self-employed for about 10 years, went off on his own after he got fired. He was actually talking to his coworkers and bragging about how much money he was making doing affiliate marketing and his boss found out and fired him; probably the best thing that ever happened to him because he'd been doing very well ever since. And the subject of the podcast is really specifically focused on the Amazon Affiliate Space. Meaning you build the site doing product reviews on say vacuum cleaners and people look at those reviews click on one that they like and it takes them to Amazon, somebody buys it on Amazon and you get paid. And it's really Chris's … one of his areas of expertise and I mentioned Up Fuel which is his podcast and his blog that he talks about this on so I would recommend people tune in. But also AmaSuite which is a software service that he's built that helps people sort of narrow the path in terms of what they want to find, what products, how to … what niche, what category and he didn't talk about it at all. He didn't pitch. He didn't promote so I'm doing a little bit for him because what I was trying to get was a clear path for people that want to either build one from scratch or buy one and grow it or things of that nature. And I think that he was hesitant to talk about his own product because he's such a nice guy. He really … listen Mark I'm going to, don't let this go to your head but he reminded me of you a little bit which is he just wants to have conversations and help people. And when he helps people it comes back around. And it was a great great great show and I think it'll help a lot of people in terms of the Amazon Affiliate Space. Mark: He reminded you of me huh? Joe: Yeah just the better looking, a lot better looking. Mark: The poor fellow. Joe: All right well let's get to it … I mean if you … it's got to be good so let's get to it then. Mark: All right here we go. Joe: Hey folks it's Joe Valley from Quiet Light Brokerage and today I've got Chris Guthrie on the line with me. Hey Chris how are you doing? Chris: I'm doing well thank you for having me. Joe: Chris you're like a … you're a little bit of famous in my world you know. You are. You're like a star. I know you from your podcast and we've run in the same circles for years but didn't get a chance to meet each other until last October right? It's Rhodium Event Weekend out in Vegas. It turns out you're very good friends with one of our brokers here, Brad Wayland. You guys are in the same neck of the woods I think right? Chris: Yeah well actually he's an up and a little bit south to Seattle; he's over several states but- Joe: Okay so in the internet world I guess you're in the same neck of the woods because you're- Chris: That's right. Joe: You should like candies; you guys don't even if grocery's on. Chris: Yeah. Joe: But you talk to each other often? Chris: Definitely, yup. Joe: Well he speaks very highly of you. And I … as I said pre intro here we don't do fancy intros. I don't have your bio in front of me. I know about you. I know what you do a little bit. But I think folks want to hear it directly from you. So why don't you give us a little bit of background on how you got started in the internet space and what you do for a living these days. Chris: Definitely. Yeah so probably the reason why I try and put myself out in the first place is just because it leads to conversations and other different types of opportunities. That's kind of some eyesight a long time ago when I was digging into this online space that I wanted to blog about it and talk about it because it would lead to relationships and friendships that I count people out and they count me out. And that's sort of why when you said the famous thing I think … I don't really think that but it's more just that's kind of why I went with that direction. But yeah I pretty much just have been doing various online businesses now for about 8 ½ years full time. On the Amazon Affiliate Side of things that's actually how I was able to first leave my day job. I was just fired but I left ahead that job and was able to just keep doing online stuff because my Amazon Affiliate income had replaced my day job income. And so I just basically got to work the next day working on building more sites and growing the main primary site I had at the time. But yes so other than Amazon Affiliate thing I also run WordPress plugins, a SaaS company, physical product company, and other different types of Amazon Affiliate or well regular affiliate websites as well. So a bunch of different things along the way but yeah I've been here right for quite a while. Joe: So what's your favorite in terms of running the business? Do you like the physical product space which takes working capital and things of that nature or the Amazon Affiliate Space? Chris: It's tough to say because each one has its benefit. With the affiliate side of things, you don't have any … you don't have to deal with any capital it's just other than your initial capital to invest in the content creation and building a site out. There isn't going to be as many costs associated with that especially once you get up in ranks and start making money. And then there is … in many cases there's less ongoing expenses. But on the physical product side you're constantly putting in more cash and then a lot of cases it's just a matter of trying to lay the damage to yourself for as long as possible so you can continue to grow that business. I mean everyone has a different goal in terms of what they want to do with any business type but in the physical profit side you've got to do … you've got to re-invest so much more. So I can't really answer I guess one way or the other I think it really comes down to what people are most interested in. For me, I like both and so that's kind of why I still kind of have my feet in both areas; both on the physical product side and if the affiliate side and then also selling software and things like that. Joe: Got you. Well as we talked a little bit before we started recording, I've sold a number of affiliate spaces, businesses where they're selling Amazon Affiliate products and making money through Amazon Affiliates. And it's becoming more and more prevalent in some of the event groups like Rhodium Weekend, a lot of folks getting very interested in that. I've always been in the physical products space, I had a couple of content sites and my physical products site was actually write good quality content and Google will reward me was my methodology. And it happened but I sold physical products. But the affiliate space is fascinating for me and I think more and more people are wanting to learn more about it. So that's obviously why we're chatting today and want to really get your expertise on how do you get started in this space? How do you focus on growth? Can you ramp it up? Can you do pay per click? Do you do social media? Do you do the tricks and tactics that they do with physical products on Amazon, or what's the approach? And then maybe keep in mind that we have both buyers and sellers that listen to the podcast. So tell me from a starting point how do you begin in the Amazon Affiliate Space? Do you just simply research a product, pick one, and go with it? Do something you love? What would you recommend to those listening? Chris: Yeah definitely. So for the way I like to do things is I like to look into … it's more of a just general niche research. And that's of course … you said that where there's a lot of baggage because there's a whole different bunch of different ways you can do this. You can use various tools to help with the research process. You can just go out to Google based on things you're interested in and do research in that way. On the Amazon Affiliate side, that's what I'd spent more of my time doing was focusing more on areas that I was most interested in personally. So I had a site that was focused on like smaller computers and that was something that I was interested in personally. So that's kind of how I decided. I was looking at the various niches online and what people were ranking for and how they're making money. And it just seemed like a lot of the content they are creating wasn't really … in many cases at least for the niche that I was in before I sold that site, they weren't even actually reviewing the products that they're talking about. They are just basically writing articles and using CNET [inaudible 00:08:34.7] large conglomerates, larger websites to come up with the information they could write about. So what I did and so I was … you know contacted these companies and got them to send me products for free and I sent it back and do things like that. So with any site that I do whether it's Amazon Affiliate or anything else it's … for me, it's mainly about finding a way to differentiate. So looking at any niche is just okay what can I do to be better or to better serve the audience than the existing niches that are out there? So I usually- Joe: Okay. I would think it would matter that it's something you're interested in because with an Amazon Affiliate Space you're reviewing the products. You're writing content about it. You're sharing your voice and your opinion. It seems like it'll be important that is something that you like. Chris: Yeah definitely I mean that's … for me that was the approach. I mean I think that if the goal and this isn't something that I've done personally but if the goal is to really systemize and launch dozens of sites or something like that then you would need to just … you could really do just things your interested in because you can't potentially run out of those. But you'd be looking at different types of criteria just like what's the average sign price of a product, that's one of the things that you focus on as well is if you're focusing on a niche where the price is much higher then you can make more money in Amazon's Affiliate program because of the way they have the structure; their affiliate payouts. But that's something to consider as well is just the price of the items that are going to be sold. Joe: Okay so focus a little bit on something that you like but also look at the math behind it in terms of the Amazon Affiliate Payouts and the different categories that they have and the price points. Because you're going to get a paid … you get paid a percentage of the close transaction I assume; is that right? Can you touch on that a little bit, how you make money as an affiliate? Start from scratch and assume that people are tired of physical products or tired of SaaS products and they want to maybe buy one of these. How do you make money doing it? Go right into that a little bit. Chris: Yes, so the way that it's done pretty much is just focusing on … actually to see and try to pull up the actual charts that I have memorized it off the side of my head but each category will have different types of payouts. And pretty much the way you can … I would say and try and pull it really quick but I have it in front of me … yeah, so the way that I would that is find- Joe: So somebody reviews a product and let's say they're reviewing vacuum cleaners. And someone sells vacuum cleaners on Amazon; obviously, they do. And I'm talking about the reviews on those physical products and someone clicks on the link and goes to buy it on Amazon, I get paid a percentage of that but I never have to own the physical product that's the upside of this right? I get a percentage of the sale but never have to purchase the inventory, correct? Chris: Exactly yup and in pretty much the … and I was trying to find the category here, so every category is different and they'll show you which … what the fees are like I'd give you one example, so if it's outdoor tools for instance that's 5.5% as a percentage that you'll get. And the great thing too is any time that you send someone to Amazon you'll get a commission on any product that they buy while they're on Amazon. So even if you're referring people to vacuum cleaners then you can get sales on other types of these accessories as well within a 24 hour window. That's the cookie blank for Amazon. Joe: Excellent. So I know that with physical products you can get to the top fairly fast. There's different processes and categories and not just on Amazon but if you're selling a physical product all that you need to do is pay some PPC ads for instance with Google Ad Words. It's not a winning formula oddly … obviously all the time but with affiliate how are you getting traction? How are you getting up to page one of the search engines and is it a short term game or is it a long term game? Chris: Yes, definitely more of a long term game. With any website that I'm trying to build out and rank it's more of kind of like we say you're creating content or someone is creating content for you. Looking at what's ranking there and listing okay what can I do that's better than that? And then having someone or doing it yourself. Creating out that content and creating something better. Things that you can do to accelerate the process of trying to rank would be building links and doing things like that. For me most of the time it's more of an emphasis on the content creation side aspect but like in the case of the examples I was referring to before that I sold, I would do things like trying to … because mine was in the tactical category, I try to do things like breaking news within that niche. And I would contact larger sites to say hey this product is available on Amazon now. And like in gadget and other types of sites like that, I had a link back to my site because of doing that. So it's like another way to try and help with getting more link authority from external sites that would help with the content that I was creating for that site. But that's kind of the process that … and I would never do anything like pay advertising for affiliate sites. It's … and I'm not sure if any of Amazon affiliate person out there that's doing that. For me I just … it never [inaudible 00:13:30.0] just because I know that the margins you're getting from the sales of the products you're referring rather. Joe: Yeah. Chris: There's not really enough money actually if I'd like to drive then paid traffic to try and convert that paid traffic. Joe: Right. Chris: Years and years ago people would do just racked paid advertising straight to Amazon's website and you could do that before they banned it but that was like years and years ago. Joe: Got you. Well, they get smarter every year and fix the problems and make it tougher. And the people that are doing it right, I think survive in the long run and knows that cheating to get to the top end up getting kicked to the curb hopefully anyway. Chris: Yeah. Joe: So with an Amazon affiliate site, some people have the impression that if you've got a physical product site that you're constantly managing customer service, constantly managing inventory and that it's a grind, you get to constantly churn out new skews to stay on top of the competition and then, of course, grow beyond Amazon.com to the different countries. It sounds like and some people get the impression that it sounds like, seems like Amazon Affiliate would be build it and let it grow slowly and it's a lot less work. But from what you just said which is breaking news and staying on top of things you're putting in the same kind of effort on a daily basis I would assume with an affiliate business as you are with that physical products business or is that not the case? Chris: It's not necessarily the case. I think it really depends on the niche that you're in because you know it like before we hit recording you mentioned another mutual friend that does Amazon Affiliate things as well. Joe: Yuan Fitzner let's just say his name out loud. So Fitzner it's you and he's a great guy. For anybody who doesn't know him, find him through Rhodium Weekend; he's fantastic. Chris: Yeah so he's probably a good person at all as well but he doesn't do any link building, right? He focuses more on just creating the content and that's similar to the strategy that I do as well. But in the case of the niche that I was in specifically before I sold that site doing that as a strategy was … I knew there was a benefit there. Because I think one time Engadget linked to the site and they didn't change the affiliate link. I think it was like several thousand dollar affiliate fees that they … but in that case, it was more just like here is something that fits- Joe: You didn't point that mistake to the under laying and good backing. Chris: None of it, it's just like tip line and you just say hey here's this product that's out now and people are probably excited about it and it's available on Amazon now. And yes that was a nice little bonus but … so now it was more of like niche specific. I definitely think that … I'm probably more often than not actually. You're building out affiliate sites because I had other sites as well. I have other sites that it's not like that. Where we're not trying to break news or do things like that. It's just more niche specific. Even people in the technical space they don't want to do that approach and they don't have to. I mean that's just kind of the style that we chose for that site. Joe: Okay so good quality content, SEO friendly over the long run and theoretically you'll get rewarded. Is that the basic simplified dumbed down approach? Chris: Yeah I mean it does simplify it but that's really kind of the core. And I think I really emphasize just the differentiation aspect. Like any site that I build it's always like okay I don't really want to enter this area unless I'm willing to do something multiple times better than what's already there. So that's the approach I take for really building any site. Joe: What are some of the mistakes that you've made then in terms of doing these affiliate sites? I mean what did you learn the hard way? Chris: Yeah. So of the some of the mistakes I made was … at least for me personally, I do better having fewer sites and just focusing on doing really well with those sites as opposed to having many sites. Like another [inaudible 00:17:09.7] can find that was Spencer he … years and years ago he used to do like hundreds of niche websites and make money from Google AdSense. For me I never … she was interested in doing that type of approach and systemizing in that way. But for me at least it was just a matter of trying to focus on two small niches and so I can … I think I had one that was on HDMI cable reviews. Which was a fail because that was … HDMI cables are inexpensive and then it's also it's just kind of a small niche and … well, not necessarily a small niche but it was kind of a … it was hard to do well with that one then than some of the other niches I went after. Joe: That could seem like it would change a whole lot over the years either. Chris: Yeah I mean it was … well, that's the change in standards in terms like new for kay, signals and things like that. But yeah it was just like if you can go with higher price items that's helpful right? With the part that I was doing is computers and so it'd be you know … or small laptops rather that would be more of a payout each time. Joe: Okay, I had an example given to me maybe at December, January you know someone that was passionate about … I think it was salt water fishing and writing a blog about salt water fishing and within that doing the affiliate links on the different tackle and lures that you can get with salt water fishing. Would that be an approach that someone could take? You know if I have a passion like that whether it's salt water fishing or basket weaving if you will, to build a site based upon that passion and then just go with that approach? And then the follow up question is all right great how do I learn about SEO as you have over the years? What resources do you have? Because it seems again really simplified to say just build a site that you really are passionate about, find great products, review them, and off you go. But you're still got to build an SEO from this site and write good content that that the … your Google is gonna love, right? Chris: Yeah so going back to the example, I think if you're building out just a site that you're passionate about and then trying to then add Amazon Affiliate as like a monetization … kind of like an add-on, I think it's harder to make Amazon a larger portion of the revenue for that site. If the goal isn't from the start like hey we're going to build out like a more of a review type site as opposed to here's something that we're interested at about just general information and then here is while reading this article happened to may be interested in this specific lure or whatever the example is you gave. Joe: Salt water fishing. Chris: Yeah, so that just from what I've been looking at sites in the past it just seems like that's more challenging. What usually ends up happening in those types of cases, the website owner usually ends up making a larger portion of their money just from banner ads or other types of ad platforms like that and then Amazon is more of a supplemental as opposed to the sites that I build. It'd be more … really focused around the review side of things. And so it'll just be like people that are coming to this content are interested in reviews about this product and so then that traffic is more likely to buy something than people that are just interested in general information come to my site and then they may or may not be in a buying state. Joe: So a clear differentiate is a content site that's just giving information about products in general versus a review site when you're comparing a variety of different products. And when you choose one of those products it's going to Amazon and you get a percentage of that revenue. That'd be, right? Chris: Yeah and I don't think it's a bad thing to do … really your example where you're building out because it's great to generate revenue from ads and just have a lot of traffic as well just from various articles you're writing and all about salt water fishing and then also be able to make money from Amazon with the Affiliate Program. It's just there's two different ways that you might see sites if you're on the buying or building or selling side of things. Joe: Well on those three sides which do you like … do you think, let's just talk about two; building or buying. We had Walker Deibel on the show a couple of weeks ago talking about build versus buy or buy versus build. It's actually in a book. He's coming on the Quiet Light team as an advisor in July. Do you personally in terms of specifically the affiliate space, Amazon Affiliate Space do you think it's better to build or to buy? Chris: Well I've done all of them. Build, buy, sell, every aspect on the Amazon Affiliate Side. I prefer now at least … I've been doing this for a lot longer to … or that depends right? Because it depends on for me at least where my capital might be tied up; either I just recently bought something or I'm doing other investments that are outside the online space and I want it just free of capital. And so I'm not actively looking to buy something or I'm just trying to focus on okay now that I've got that other thing going on but I can try and focus on scaling up all my things and as well. I prefer, if I had to pick one I'd say I prefer building and then being able to sell after that because for me at least I'd like to be able to invest less of my own personal cash. I know you mentioned [inaudible 00:22:18.3] before, [inaudible 00:22:19.4], a lot of the buyers there they don't have access to capital that I don't have access to through … you know people have consider with more money that they can then use as investing partners. And so I suppose if I … given the opportunity I had more capital then I would probably be doing more buying. So I guess it's tough to say. If you don't have cash and you want to just get started then building would make the most sense and maybe you can sell once you get to a certain point. That gives you some capital to either reinvest and build more sites or maybe build or buy other things. But if you have access to capital from … for any reason then buying would be great because you're able to just start with something existing. Joe: How long has it been for you from that build to sell? Do you typically hold something for 12, 24, 36 months? What have you seen? What do you try to set as a goal for yourself when you're building something? I think okay I'm going to build this to eventually sell it if that's your goal, how long do you like to hold it for? Or does it just depend? Chris: Well, a lot of the times it's more just a … it really does depend. Because half the time I do this site … well most of the time actually when I do these sites it's more a matter of I'm building something up, I like the cash flow and that's kind of the main goals is just building our monthly cash flow from various websites, businesses, etcetera. So that's kind of more of what I'm after is just getting more cash flow and then rather than just trying to pull out my capital right away and just to sell. So for me, it's all about the cash flow and I am not always interested in exactly trying to sell. Joe: How many how many balls do you have in the inner; Amazon affiliate wise, how many sites are you juggling now? Chris: If I were to add up all the different sites it'd probably be … I had to look- Joe: You know it's more than a dozen or so when you have to look. Chris: Well, no it's more I was trying to get a specific number. I'll say it's less than a dozen but I also include in that other affiliate sites that just make money from other CPA type offers opposed to Amazon. Joe: Got you. Chris: Because kind of once … for me, Amazon was a starting point. That was kind of how I got into the whole space was building out this Amazon Affiliate Site, I was doing it on the side outside of my working hours in a completely unrelated job and just trying to find a way to earn enough money to do this full time. And then once I started making enough money from Amazon it opened up all these different opportunities to try and do other things as well. And that's one is going to software, creating tools for Amazon Affiliate Sellers or well affiliates rather and doing things like that. Joe: How long has it been since you were thankfully fired from the last day job you had? Chris: Yeah, I was looking it up. Actually, I have it on my calendar October 13th is the day and it was … it will be nine years this year, later this year rather. And then I'll be 10 years the next year but that will be sort of, that'll be what 2000 … I'm trying to think now what the year it is, 2018 so it's 2009 I believe. Joe: 2009. Chris: Yeah. Joe: It's a long time to be self-employed; it's impressive that you pulled that off. Chris: Yeah. And now for me at least it's more of a matter of just further building out multiple different income streams and revenue streams from a variety of different businesses. There's … well, that's a whole other discussion right whether you should focus on just one thing or kind of spread it out. For me, it was more like build something out that starts making cash. And it's like well I don't know if I can really sell this for enough to make it worth selling. It's not going to change my life in any meaningful way so I'll keep it and have someone help me out to run it. Well, that's kind of the approach I'm working with. Joe: So if someone is listening to this and they were in your shoes, you know where you were 10 years ago and they had a day job and they want to do what you've done which is building Amazon Affiliate Sites and make some income on the side what should they expect? Should they … if they pick a category they like, they do a review site, they sign up, they get involved should they … would your expectations that they're going to hit 1 out of 10 on sites that they do, 2 out of 10, 5 out of 10. What would you give them in terms of a ratio so that they can understand and of course these are all ballpark numbers and what kind of money can they really make? I mean we're talking about on the small side a few thousand bucks a month and the people that are big and really experienced at this you know what kind of money are they making? Chris: Yeah you know that's a tough … it's tough I think with the ballpark it's a challenge to give an answer to that because the experiences that people have may lend themselves to be able to be successful more easily. Joe: All right, well look everybody listens to me all right. And they're like Joe you're an idiot but I like you and you know would … I have people tell me like they feel like we're old friends from this nude podcast. But you know me through Brad, we chatted, if I was to do this … let's be specific. You could say … be honest say, Joe, you're going to do 1 out of 10. Just face it, Joe, you're not going to do well. I mean you're the expert what would you guess if people are going to do this with some these in experience on a thing that they love and they're smart and they're going to do research online, they're gonna go to your podcast, they're going to go read everything about Chris Guthrie and figure how you do it. What are they going to do, 1 out of 10, 1 out of 5, what do you think? Chris: Ah if they're learning from me it's going to be 100% right. Joe: You're a humble guy every time okay. Chris: Yeah and though I'd say probably it's … with a lot of things, you get into it and sometimes they'll hit and they'll do well. So for me, the best site that I have was doing over 10k a month. Joe: Okay. Chris: Worst site would be like $300 a month. And that's where I'll be some of the weaker ones and then some are them between where I have a few thousand or so. Hit rate would be more like maybe 25-50% with sites that would be doing pretty well. But it … yeah, it's just really tough to answer that question for me. Joe: You improved that hit rate I would assume with the research that you do upfront. Is that right? I mean just like a physical products business on the web, on Amazon or Shopify whatever it is if you do your research up front; what are the competition price points, how are you going to sell it, things of that nature- Chris: Yeah. Joe: And you're doing the same thing with Amazon Affiliate; you need to pick a product with a great margin, something that you can write about, something that has been up searches online. What tools do you use to help … even if you have a passion for something whether it's worth it on … whether it's worth creating an Amazon Affiliate Business? So are there certain tools that you use to help that hit rate go up? Chris: So well tools for like the research side of things? Joe: Yeah to help ensure that the path that you're going down is going to be as successful as possible. Chris: Yes, I use a lot of SEMrush actually. So I use that tool quite a bit because I just like to pull up a site, see what stuff is ranking well, where they're getting their traffic from and- Joe: Do you have the paid subscription for that or do you just use the free version? Chris: So I fluctuate off and on. So from the process of building or going back to yeah I'd more than all do the paid subscription, and then if it's okay we've got enough stuff on our plate let's just focus on what we have and not create anything new then it's like well I don't really need to pay extra subscription right now. So I fluctuate in and out. Ahrefs is another tool I use as well although that was another one that I just was okay I got a good sense of where our competitors are in their links, where they're getting traffic, and okay I cancel out as well. So it's like- Joe: I always get that one wrong, it's A-H-refs is that right? We did a giveaway when we launched the podcast on an account on a subscription for that but it was Mark's area of expertise. Can you spell it out for me? Chris: Yeah, it's A-H-R-E-F-S.com and I'm not even sure how you're supposed to pronounce that either. Joe: Okay. Chris: So I mean I met someone that works for the company at that conference as well. I didn't bring that up but yeah- Joe: Mumble what they said that'll generally work. If you actually … the way my 16 year old does, he just speaks confidently and I believe him when he's comp … no idea what he's talking about but he speaks confidently. I think that's the trick. Chris: Yeah. Joe: All right so Ahrefs- Chris: Yup. Joe: You went through it and that one is more of what links the sites have right? Is that what you're looking at? Chris: Yeah, so it'd be more like looking at both viewers and the lengths for me. I was merely just trying to see where my key rankings were and so I was kind of more just tracking how it is we're doing. For SEMrush that's why I would use just the tool for research. And the thing is that here's what … the thing with tools and especially the two tools I just mentioned they've been around for years and years and years so they have so many different things that I probably didn't even know. Like I probably didn't even need one or the other it's just like when you get comfortable using one tool for one thing you'd use it for just that one thing. And then you might use this tool for the other thing. But that's kind of what the approach I would do. Joe: Okay. So do that research upfront and what you're looking for is traffic, competition, links, things of that nature before you go down the path to increase success rate, any other recommendations that you'd give somebody just starting off? Chris: Just the main thing I would say is well … I mean if you're looking at what … just looking at larger sites that are doing well. Seeing … I try to reverse engineer a lot. So when you're looking at starting from now that you're doing your research process and seeing what sites are getting in the traffic beyond just like figuring out why are they getting this traffic. Is it because they have a bunch of links pointing at them? Is it because their content is much much better? That's … I guess I keep coming back to this like but it's always for me differentiation. What is it that they're doing that's really doing that is working really well for them and then how can I do better than that? And so in the process of doing that research and looking at that then you're going to see okay it looks like they're using AdThrive or something for their ad platform and then they're using Amazon's Affiliate Program and maybe they're using LinkShare so you link to Walmart and things like that. Joe: From a buyer's side if somebody came to you and said “Hey look I'm looking at buying this site can you give me your opinion on it?” What things should buyers look for that maybe somebody in the Amazon Affiliate Space has done this sort of cheat and it's not going to last, is there anything that stands out that people should be aware of or look for? Chris: It's not because … you want to look at where they … if they are building links you want look at where they're doing it because there's you know PBNs or things like that are definitely more gray area. Joe: If I were … go ahead and say what PBN stands for, please. Chris: Yeah, Private Blog Networks, that's where people build out like huge networks of blogs and then they use links on those blogs and point them at the site. And then those blogs are getting traffic or links part of them as well. So that looks like you're getting links from higher quality sites when in fact they're just sites people would construct pretty much solely for the purpose of pointing links at properties they own or properties their clients own. And I can't remember exactly how long ago it was but Google cracked down and quite a bit. From what I've seen people kind of just got it underground and so it's kind of the [inaudible 00:33:26.3] a lot but … so looking at that is helpful in terms of how a buyer can protect themselves from that. Usually, you're able to use some of these third party tools to help check that out. There's also things where if you're signing an agreement that's saying I haven't used a PBN and then you find out that they are because maybe you're ranking stopped or go down because they've stopped in turning to run that PBN and point the links at you then that's something that you could have legal recourse to go after them. But that might be something out of buying side that included- Joe: Yeah, that's what you definitely don't want to have to do is to go after them after the fact. Chris: Yeah. Joe: Because you're chasing them for money that you gave them which is never a good position to be in. Chris: Yeah. Joe: But certainly doing the research to see where those … where the traffic's coming from and see if there is a PBN and trying to avoid it as much as possible. I think a lot of the times Chris getting to know the person, trusting a broker that's involved if there is one involved, really getting to know the seller in a positive manner. I always recommend whether it's a $35,000 site and it could apply to 3,500 as well, or a 3.5 million dollar site, if you're buying it, it's your money, you worked hard for it, get on a plane, spend an extra thousand dollars stay in a Holiday Inn whatever and meet the person face to face. Do a Zoom or Skype conference call so you can see them and talk to them but meet them face to face before you close the transaction. You can go under LOI in advance but I just don't think there's a better substitute for a handshake, having a lunch or dinner or beer and getting a better feel for them. Of course, you've got to do that due diligence and that research and hire experts like yourself or [inaudible 00:35:14.5] whoever might do the research if you don't have it to protect your money. It's something you worked hard for and I can tell you right now that when you make an investment and you blow it, it's really really hard to pull the trigger again. I know a lot of people that have done that. I know more people that have been incredibly successful and then unsuccessful. But those that thought they knew everything and thought that everybody was kind and trustworthy like they were and they pulled the trigger and something changed in the world, there was a shift with an algorithm update or whatnot and things just fall apart. They can fall apart very quickly. So lots of research meet somebody face to face, use the tools that you're talking about, the Ahrefs and SEMrush, check for PBN things of that nature. You know most people are good but it's the few bad ones that you just want to avoid in my opinion, in my experience. As far as up the top line revenue you think you know if somebody that can do this maybe they're making $10,000 a month that they do really well, how many hours a week are we talking about that is going to take to operate a business of this nature? Chris: It's definitely if … so for I guess it depends. For me, I'll give … I can really only speak to my own experiences. So for that site that like my bigger site that I had before I sold it, it was probably 15 hours a week or so and then the rest of my time was on other projects. So it wasn't like a full time thing because I was doing it outside my day job in the first place and then I only added a little bit more time because then I thought okay well I've got this new time. I don't want to have all my eggs in one basket because now I have no job and just one primary site and then other sites that are also helpful but wouldn't be enough for me to cover my bills and for … at the time I was like okay I just want to make sure I could … I don't have to go back and get a job. Joe: [inaudible 00:37:01.3] Chris: And so that's kind of the approach that I took and it worked for that site. It really depends on me and a lot of times too with Amazon Affiliate Sites especially, you're able to hire out for a lot of aspects of the process of building; either building, maintaining, any aspect to that because it's just content creation and there are a lot of writers that you can find. They can cover that part. And so if you're not doing it yourself and you're finding ways to get yourself out of that process then it can be much further reduced. Now I try and just … for me it was I try to only come up with ideas and then work with people that can help implement a lot of these or to … it's more just about trying to really limit the amount of time I spend on actually like creating content for instance. I might like to write about something on a blog personally but if I can have someone else do it then it wouldn't make sense for you to do that. Joe: Yeah, content creation can take an awful lot of time. Chris, we're running out of time. Can you share any last minute thoughts or recommendations for those that are listening that are either building, buying, or selling Amazon Affiliate Sites; any last minute advice that you would give them? Chris: Yeah, I would just say that … well, actually I'd say if anyone is curious or has other questions feel free to … I would like to say feel free to email me. Joe: You know without a doubt I want to … let's talk about how they reach you. We'll put it in the show notes as well but you know throw out whatever email address, phone number, blog sites, anything you want to share right now I'd be happy to do that. But we'll also put it in the show notes so everybody can find it in writing and get a link there too. Chris: Yeah so to answer your question I'd say decide on what you want to do right? If you're trying to … and everyone probably has a different expertise or where they're at with their life, what they want to do. If you're limited by a capital and you have a lot of money to invest then it may make sense to just simply build something so you can build it up and then come to your brokers like you guys of course and then sell it and that can give you cash that would … you could then use to reinvest and do those things. And that might be something you would do while you're still at your day job. If you're already on a site where you have access to more money then buying something would make sense. And being able to then take where you're at and growing it from there. I'd really just say that decide which focus you want to go with. Make sure you find ways to differentiate. I mean I kind of bring out that this whole time but for me, everything that I've done with any business is always been for me differentiation and finding ways to do much better than the competition. Joe: That seems to be the good … best key word here is just be different. You don't want to be like everybody else; differentiate yourself. Still do all the things right, still build something that people want to come to and trust but differentiate yourself in whatever way that you can. Excellent. Chris, how do people reach you? How do they find you? Share any information you can now so that they can get in touch with you and talk about this. Chris: Yeah, so best place would probably just be UpFuel.com which is my site. We didn't talk about it much but I sell the WordPress plugin that helps people with Amazon Affiliate things as well and that's EasyAzon.com. Joe: EasyAzon.com? Chris: Yeah so if it's … if you're running WordPress and you know a lot of people do of course then that's a software you can use to help with creating links and earning more money from those links as well. Joe: Excellent. I will make sure that link is in the show notes as well. So UpFuel.com, EasyAzon.com anywhere else that you are in the world? Chris: Twitter @chrisguthrie and yeah so that's probably the main ones but I'm happy to … if any … if you're on the buying side and you're just looking for second opinion, I try and I've just done well with trying to provide value and people with no expectation, no return and then things work out so- Joe: I agree. Just help people have good conversations and it comes back around. All right man listen I appreciate it Chris thanks so much for your time. Hopefully, folks that are either building buying or selling Amazon affiliate sites will get some good resources here. Thanks for your time today I appreciate it. Chris: Thanks.   Links: Upfuel.com: An up to date article with respect to the Amazon affiliate niche. Easyazon.com: The plugin that a lot of WordPress users install as well (they have over 10,000 installs). AMASuite.com: Discover products and how to differentiate and source them inexpensively.

Short Stay Success
#33 – Hitesh Mistry: “Scaling up my Serviced Accommodation Business”

Short Stay Success

Play Episode Listen Later Jun 15, 2018 40:17


This episode is the the first of a series of interviews exploring how entrepreneurs scale up their serviced accommodation businesses. In this first episode Chris interviews Hitesh Mistry as he talks through the different ways to scale serviced accommodation businesses, and the ways he has personally done so with his own business. Hitesh is owner of Vision Lets who provide rooms with a difference: Modern, Bright and Clean. Hitesh runs Vision Lets with his wife and focusses a lot on the lifestyle that being a landlord gives, and the passive income it can bring.   Show Notes: The Serviced Accommodation Podcast is a show brought to you by Chris Poulter and Ritchie Mazivanhanga aimed at new and experienced property investors alike. With each show we help you Start, Systemise and Scale your Serviced Accommodation Business. If you would like to ask us a question or discuss anything in this episode, please join The Serviced Accommodation Podcast Community on Facebook, and ask away. To listen to more episodes or get more information go to www.thesapodcast.com. Find out more about Hitesh and Vision Lets at: http://visionlets.com/       Transcription: Chris: Hi, I am Chris. Hitesh: Hi, I am Hitesh. Chris: And welcome to the Serviced Accommodation podcast.   Chris: As you may have noticed, it is not Richie joining today, we have got our test results for our series on scaling up. So, we have been working Hitesh for a little while now and having been through the process of scaling up his business, and we thought it would be really interesting and useful (process) to talk about that painful process; right. So we are just going to have a kind of chat about the process you have been through, if there is any (parts) you can help people with — that kind of thing. So it would be really useful for everyone, just to start off with — to kind of under a bit more about you; who you are; where you are based; what you have kind of been through; and tell us your background career? Hitesh: Yeh nice one. Thank Chris. Thanks for inviting me today, I really appreciate that. I think when you said you have been working with me for a little while, a little bit longer than a little while. I think nearly around two years. Chris: Really! That long. Hitesh: Yeah, it’s been quite a long time and it’s definitely been a journey. I’ll tell you my background. It’s been a great journey though. Really hard. My background, I am actually a corporate person. I work for huge corporate conglomerate, global company, for ten years. I haven’t been a serial entrepreneur at all. Hitesh ordinary average guy, you know, just… Chris: That’s amazing. I find it hard to like envisage you in that whole corporate world. I guess the whole time I have known you, you have kind of been out of that you see. Hitesh: Yeah, exactly right. That’s exactly correct. But you know, I have done a lot of academic studying, I have went through the kind of traditional study modes, the university, I have got an MBA as well. So academically, I have really studied a lot, I have really always (sealed) myself in the kind of corporate world. But back in 2009, my wife and I, we started buying properties — our own properties — as buy to let. And that kind of got into the flavour of how we invested in property. And actually around 2004/2003… Sorry, 2013/2014, around there. Now we have we have get that decade… I started getting a little bit itchy in my corporate role and I was thinking, we have started building up a property portfolio, and the income we were getting was quite good. If you kind of called it this passive income whatever. And I really thought of, you know, if I can do it more in property, and left in the kind of corporate traditional job side of things, I know it’s a bit of cliché but I read that kind of “Rich Dad, Poor Dad” book. It really did flick on a lot of light in my mind actually. Chris: It might be a cliché but it genuinely does, kind of, I think the word is paradigm. I think it’s a great word, I don’t really understand it but certainly kind of, you can look at something and see it in a completely new light, and that’s certainly what it did for me. Because suddenly you will go, I can see the mistakes I am making, my money comes in and I spend it. Hitesh: Yes. Chris: In I just… The money comes in and I put even a fraction of that away to invest in assets and then start sending your money from that, that’s the wealth. It’s such a simple concept and yet so powerful; isn’t it? Hitesh: Really powerful. Really, really powerful. And really resonates very strongly enough for a while. And also, at that time, 2014, my son has been born and he is three years old. My wife was, in 2015, pregnant with my daughter. And I thought to myself, you know actually, in the first three years of my son’s life, actually… In fairness, because my job was a (field) based role, I generally have a lot of time and freedom to manage my own diary and my customers I was working with, so, I do get to spend quite a lot of time with him, probably more so than an average kind of person. But, I wanted more than that, I wanted to spend even more time with my son and my family, and I really saw property as a vehicle to do that. And those few things in my mind started to make me think perhaps I should leave my corporate job and go full time property and kind of just go through it and see what happens. Because another thing that I thought was that if I go through it, even if it doesn’t work out, I am young enough just to still go and get another job again. Very employable in that regard. So, if I don’t try that I might have a lot of regrets and that’s really my background and how I got into property. Chris: So what was it that kind of made you take the leap then — the final leap if you like, from the corporate world into the entrepreneurial world? Did you kind of have something (lined up); did you just go — I have got focus? Hitesh: I mean the property portfolio was supporting us, not obviously replacing the whole income (with me), but, it was a nice cushion. Chris: Yeah. So it was kind of a safety blanket, if you like. Whatever happens you would have some money coming in, at least enough to kind of live on. Even though it may be not as much as you used to; right. Hitesh: Absolutely. But even it was still a just in time because Kim, my wife, she was on maternity, so actually she was picking up a new kid. All of that was becoming — it was a bit of a risk, really. Chris: Particularly, because she is on maternity. Even that child too is on the way as well. Hitesh: Exactly. The cost are about to go through the roof. I kind of leave my job… Chris: So, was that something that Kim has always supported you in or was it kind of a battle? Because I think that a lot of people struggle with is that, you kind of start to come into this entrepreneurial world and you have a kind of mind-set around what you are doing. And if your partner doesn’t share that mind-set, it can be very hard to kind of communicate on the same level. So was that something that you struggled with or…? Hitesh: Yeah. I think Kim was — she was so supportive, like really supportive. You know, if you really feel that something you want you want to do, and it’s a dream, then go for it, I will fully support you — we will find a way of doing it. She really gave me that extra confidence to take that step (how) you want and really go through it. The other really interesting thing as I have always been involved with — personal development, and psychology, and mind-set, and believe (system), and things like that — being involved in practicing, and trying to improve myself, and make myself more accountable for man years. And I thought to myself, you know what, let’s just go through it, one way or another I will just make it work. Do you know what I mean? I think when you really are focused on something, like very focused, I think then you really do make it work. Especially, if you then say to yourself, you know; we needed to kind of live a good life as well. I don’t need more pressure but, it is true that… For me, I thought I didn’t think working and going major on property was going to work for me — that I just don’t think I would have the focus. I need to really, really, really focus in one thing only. Chris: Yeah. And I would say you are absolutely right. It’s very hard to really make something successful unless you have the focus around it. Certainly for years I have like two or three businesses, really. At least three businesses going on at any one time, and none of them really did (anything) because they didn’t get the full focus and attention that they needed to really start growth. So, now I completely understand that. When you went full time in property then; what were you focusing on that time; was it single let still? Hitesh: I went for the rent to rent HMO model. That’s what we went for. So we did setup our own HMO that we purchased, we just completed it, it was getting it to go live, so that was really exciting time. And then really focused it on rent to rent HMOs — that was what we focused on. Chris: Okay. So I guess that’s kind of natural progression, you bought an asset which is an HMO. You have kind of been through that process, seeing how it works. And so, you know what, I could benefit from a lot of these cash flow without a lot of our capital input by taking on rent to rent. Hitesh: Yeah. Definitely. Didn’t quite go very straight forward though, it took me seven months to get my first rent to rent HMO. Chris: Yeah, I am sure that’s quite a common path; isn’t it. Because here is an interesting thing, people think if they are going to and get, say, three properties. And you won one every two months and then after six months you are having three properties. But it took you seven months to get your first HMO, but, on rent to rent; how many did you get in the kind of six months or so after that? Hitesh: Yeah. Then they started to come through. (They first start to flow) through after that, until we got another four or five, quite quickly after that. Chris: So it’s amazing how that looks; isn’t it. And it is kind of putting the time on it first. And you know when we are working with people in the quick-start program, you have to keep reminding them that okay, you are paying the work, and you are paying the work, and it doesn’t feel like it’s paying back, yeah, but it’s exactly the situation which you found several months of work and after six and a half months you just have been going kind of mental. You know what we are doing. Hitesh: Definitely. That really does reminds me of about pushing a snowball up the hill. Do you know what I mean, this analogy, you know it’s hard work — pushing up the hill. And you think; what am I doing? This is not working. You can see, there is (someone mentioned), but it’s hard sometime to really think, you know what, I am close to doing it. And then all of a sudden something happens, it starts to come together, and you get a break. And then that snowball tips over and it starts to roll down the other side of the hill, and the momentum becomes somewhat self-fulfilling. You know, you still keep the focus, you still got to keep going. But, things starts happening for you, which is really nice. But you have got to do that bit first, of pushing up the hill, and the belief, and to keep going, and all other things. Chris: Absolutely. It doesn’t matter what strategy on a guaranteed rent, for instance, the kind of typical one way. You are having to get around with the agents and explaining what we are doing, you feel like hitting break all of the whole time. And just throughout you are saying, eventually, you kind of hit that critical marks; don’t you. Management is exactly the same. At first you are having to, (it will be out there), kind of trying to find people you might be able to help with it. And then eventually you kind of get to that point where really people are referring people to you, or people are giving you a ring. So, it doesn’t matter what kind of structures you are using, there is a way that kind of critical (mass point); isn’t it. And a lot of effort required beforehand. Hitesh: Yeah. Very much that. Chris: So, if you kind of quit your corporate life and went rent to rent, which presumably a cash flow strategy. So what was it that attracted you to then do another cash flow strategy on top of that, in serviced accommodation? Hitesh: This whole thing was kind of around with rent to rent HMO that you are going to make at least £500 a month. Chris: I was for about a thousand pound a month per property, and I was about to say that sounds very familiar. Often that’s said about SA as well. Hitesh: Exactly. And that was powerful, it got me into the rent to rent HMO. And the reality is that it was really different, quite honestly, really different. My result weren’t like a thousand pound a month, not at all. My first one wasn’t even £500 pound a month. So, actually if you look at it (and) the breakeven point, because you got a furniture. Actually I am still trading at a loss, in the first… As soon as you go live you are trading at loss. You know, that takes at least twelve months to break even. Chris: Yeah, that’s true. Hitesh: So that’s really interesting because I thought, well actually this is not as great as I thought it was going to be. You know, if I was taking five out, which I end up being leveraging so that to finance the outlay for it, but this will take a whole year to break even. Well okay, I have got to hang in there, it’s a waiting game… it will come good, that’s fine. But then I think maybe naively I fell into a similar trap with serviced accommodation. Chris: I was going to say because that sounded very, very familiar to me. Because people do guarantee rent and a cashless strategy, but, you have got to claw back all that cash which you presented in the first place, and that’s usually a six to twelve month period. And of course ironically, most of the people doing this are doing it because they need money now. Hitesh: Yes, that’s right. Chris: So it always depends how you look at it. You can look at the money as well but now we have got the cash flow. But in financial terms if you don’t have the money then you are going to have to borrow the money or come to some arrangement and work with someone else, which means that you are not going to get that cash flow from day one. Hitesh: That’s correct and the other thing that attracted me to serviced accommodation or changing was, I am a sort of person that I write like to, if you like, diversify, so I don’t really want all my eggs in one basket anyway. So, having the HMOs that (will) build up the rent to rent, you know, that was good and I thought to myself, well, I have got a good focus on this but you we have got rooms got rooms that are filling with pushing the market rent, good properties. But, I always worry about tomorrow, (if it’s) going to change. So, having a new strategy and a new property business, if you like, means I am kind of de-risking myself in that regard. So as long as I keep the focus on the other thing and have the focus on this new thing, and I felt it was contradictory, you know, but we had systemized quite well, the rent to rent business, the HMO business. So, I felt the time was right that I could spend some more time now, looking at a new strategy and serviced accommodation was what I wanted to do. Chris: Yeah, I think you are completely right. You need to focus at first, to actually build the business up, but then once you know how everything works, you can put systems and teams in place, you know, leveraging quite (hard). Okay. So you kind of make the position into moving to SA, so did you start looking for deals or…? Hitesh: That’s a foundational kind of trading and stuff like that, reading up and trying to understand how it works and comes together conceptually and theoretically. And then went out and started to look for… Actually, you know what happened was, the first deal was a rent to rent, which originally was going to be an HMO. Yeah, it was going to continue to be an HMO. And the builder who was helping to do the work said, oh, there is a lady –you know, it’s quite close by — that’s operating serviced accommodation. And obviously being fresh in my mind from reading and learning and trading and what’s not. The (word) as an interesting thing, I haven’t originally consider it for this property but (why not) consider it. So, she and I had a really good chat and she has been doing it for about one year, so, she had gotten some good underground experience, and we went through some numbers with what she was doing, and I thought it was really interesting. I have done some further research and felt that this could be a really good opportunity. So, we then went for it and we tried to a serviced accommodation instead of HMO. That’s kind of how the first one started. Chris: Cool. So tell us a little bit about that first property, you said it was like an HMO. So where you kind of doing it as rooms or studios? Hitesh: Studios. So, it’s a rent to rent deal, doing the guaranteed rents deal. And seven units in that whole studio, self-contained units. So you have quite nice, quite attractive proposition for the marketplace. But I thought if I can create a mixture and get an amount of money running a serviced accommodation, it was well worth trying. And the numbers really look like they were going to step up quite well for it. So, that’s what we have done, we went for it. When I say we, that’s really me, but the lady was very much helping me. We basically agree that she would help me with the day to day operation, so it wasn’t very much a (we) operation. She came in and she was absolutely brilliant at helping to get things moving in that property. Really-really good. Chris: Does she have like an interest in anything or was she just being helpful? Hitesh: No. Chris: Was she doing it for free? Hitesh: No. We obviously set things up so that she would be rewarded on a commission kind of basis, so I set it as a commission type basis. Because I really wanted her to over deliver and really help us to… I wanted us to have some skin in the game. Do you know I mean. So, she is not investing any money in the property itself but if she is going to provide money from services if you like. I guess what it was really. And she was pretty much handy with everything, from the initial setting up on the portals and platforms, to the pricing, to the guest experience, the after sales, all that stuff, she was doing all of that. So, we set it on a commission type basis and we started… It flew out of the door, to be honest. It started really-really well. Chris: Yeah. And it started with reasonable scale as well, you are not just like taking (on the)… I think the standard way would be take on a two or three bed apartments, and see how I have got to scale from there, so go in with seven studios. Hitesh: Yeah. Absolutely. Chris: So, what do you think you struggled with the most when you first get started? Hitesh: In terms of that property or like… Chris: Just common, in general. You know coming into SA, it is very different from anything else you might see in property, it’s a real whole business; isn’t it. So there is so many different moving parts to it, from the systems you might have in the background to the end product which people have to get right every time, or they get, you know, you don’t leave guests unclean towels, your (linen) or anything like that, Through to the kind of bookkeeping aspects for it. So it’s such a kind of high arena really, SA. Or was there anything specifically which you kind of struggles with, or it was new to you, or did you feel like it was just a big kind of learning curve but you took it all on board quite easily. Hitesh: To be honest with you, I was terrible. I didn’t get very involved with the business at all. I went for an approach where I had leveraged this lady, because she has the experience, she knew what she was doing, and she was delivering pretty much everything, and I didn’t get involved really with it. I went back to this idea of spending a lot of time with my family and I was quite happy because I have leveraged out the whole function to her. But, in hindsight, I think that’s the bit I struggled with in that… And the e-mist book is such a good book. Early on in that book they talked about delegation by abdication, you know, leveraging by abdication. You give someone a function but you don’t actually set the KPIs and measurable, to track actually how well they are delivering. It’s fine to leverage someone, but if you don’t really know what’s going on then what’s the point. All I could (say is that) in a month money was coming in and I was making profit, (first of all), happy with that. But, by making tweaks and changes you can make that profit even greater, you know that’s the beauty of the business; isn’t it. So, in some ways and it sounds bad, I kind of leveraged someone. But, I didn’t really set anything up in terms of KPIs and measurables, to really understand the business myself in any real detail. So I think I probably struggle with that because obviously at some point things started to change. You know demand changes, or the amount of profit I am making is changing, although I am actually… Chris: And then you have no idea why the income is going down. Hitesh: Yeah, I don’t know why. Because I don’t have a grasp on the business, and then you are really relying on someone to tell you about your business and it’s not even bloody their business. Sorry, I know that sounds a bit ridiculous. Chris: That’s fair enough. It’s easy enough to kind of fall into, but then obviously at some point you kind of identify that risk and started involving yourself a lot more in the day to day operation of the business. Hitesh: Yeah, very much so. And I think that’s probably about the time when you and I got involved because I am really a great believer of kind of working with people to kind of create best practice and systems, and have people that have good experience in what you are trying to do and we had a really great chat and I think (a) really good connection. And it was from then that we started working together and you had helped me to kind of see the whole parts of the business, the different parts of the business, and to get me more involved in it, so that I have got more control — that was it — I think you really helped me to get more control of my business, but at the same time keeping this lady happy. Because (certainly) now I am starting to meddle in what she has been doing. But I have to because it is my business and I have got to get control of it, you know, and (deal) with myself in that regard and actually make sure that we are running a very smooth and profitable business for everyone. So that was the next kind of step, really. Chris: Yeah. And it was taking it from a, you said, leverage by abdication, into the (thing) that we always talk about, the best way to leverage is you build a system get someone into the system and monitor their performance through KPIs. Hitesh: Definitely. Chris: And so, as I said, SA is quite a complex beast; isn’t it. So it’s just getting your head around all the different areas of that aspect and building your own way of doing things. It was what then kind of really built into a business for you as opposed to, essentially, more of a kind of hands off investment before, I’d guess. So, what pointed you to say that you were going to start scaling up your business and from the kind of original units that you took on? Hitesh: So, I always had in my mind… And again I think it’s one thing that we talked about in one of our mentoring sessions. Because I had taken this lady on and I was paying her on a commission type basis. I was quite happy and understood that the concept of leveraging, you know, a staff member. So I was really happy, then I thought well, we definitely got capacity to take on more properties. And if I can do that I still have really good time free, but still making more money, we would be foolish not to do that. So, that was the idea that I really wanted to kind of move that forward and just take on some more properties. Yeah I obviously wanted to take more profit and be more profitable. But going out there and starting to leverage some of the relationship we have been building over for the last two years now, then it was good because some of the good properties were coming and we thought, okay well we can leverage this. Get more properties on, we have got the capacity to deliver and the expertise now, to deliver on a product. And that was just really a no-brainer to try that. And then obviously with us working together, Chris, having more systems and controls in place, meant that I could be more kind of strategic, in terms of my involvement with the business and make sure that we are steering in the right way, and that we were really focusing on creating a very nice, really good customer experience, product, that was good for them, good for us as well. Chris: Yeah. And that focus on the end product, which I think when you have got one property your first one and you are setting up you have such focus and attention to detail around it. And as you have started to scale this property, the biggest thing and the most important thing, which can kind of get lost along the way. Is that you have got people in all this different mechanical aspects of the business but you did have to be keeping an eye on the end product. You know, in the guest experience, (multiple) customers actually going in and experiencing. Very important for sure, very easy to get lost. So when you were kind of going from that point and to scale up the business; what kind of models where you looking out for that? Hitesh: Rent to rent. That was it, that’s all I knew, to be honest. That was it. Chris: You had a bit of a false start with that really; didn’t you? Hitesh: Yeah. And no one ever told me about something called VAT. Chris: Until we spoke. Hitesh: Until we spoke. And you said to me… are you joking; are you kidding me. Because that’s really a game changer, and not in a good way. You know that’s life. Chris: Not a kind of positive impact really. Hitesh: No. Chris: So we kind of have a look at your portfolio and I have to look at the different methods around it. In fact I think yours was genuinely the first review I ever did, you know, a couple of years back. And we have kind of been introducing you to some of the other modules and management was certainly one of those modules. And I seem to remember when we kind of looked over it. You went well, this is kind of a no-brainer; why am I doing this when I could be doing management, taking a similar amount of money and not having to put any capital (in); right. Hitesh: Yeah. Absolutely. And it’s also interesting because, you know, going back to like owning your own assets, this kind of obsession of, sometimes you want to buy into that property, we want our own assets and we get a yield that comes off it, Actually a management module… You know, you don’t have the assets but the yield, and it’s fantastic, you know, you get a great amount of money from an asset that you are just managing but you don’t have any of that necessary (recycled) with it. You know all the capital outlay (actually) get going either. And it’s a really scalable module as well, which when you opened my eyes to. Chris: Yeah. And I think we were looking at your financial targets, and we went okay so you need X many management properties to achive that andyou were off then, going straight to find these properties. Hitesh: That’s right. Chris: Okay. So, you started to scale the kind of management module, so how has that been going for you now? Hitesh: It has gone really great, really-really well, it has been really game changing. We have taken on some pretty quite diverse properties, we have got some one bed property, we have got quite a few two bed properties, we have also gotten really interesting units that, you know, quite a large scale, and the management fee on those have been really great. So, it has been a really enjoyable journey, to move up from. And then also with our rent to rent properties, we have also restructured that — you helped me with restructuring that. So moving away from rent to rent to become a more management property. By selling them as investments to other people but retaining the management on them. So, which have helped me from that capital perspective, in terms of paying off on my capital debt that I secured into the business to get going in the first early days, helped me to get rid of some of that. But I retained the management fee on that as well, which was really-really nice. That’s very scalable than to do it that way. Chris: (I remember) because of that impact, stepping away from that and taking it below the VAT threshold, actually making very similar amounts of money, but you are also getting this nice capital input from having sales and deals. So, how many guaranteed rentals do you operate now? Hitesh: Now we have two. Chris: So kind of scaled it all team way back to below the VAT threshold and all the rest of your business is around the management module. Hitesh: Yeah. Chris: And so, obviously you have scaled your management business to a reasonable level now, and that’s kind of the point that this series of interviews is really talking to people and seeing how they have scaled up. Because I know there is, to some degree, a sentiment now around scaling up in SA, though it can be very tricky, and very hard; so what do you feel were the most important elements to you kind of scaling your business up to the level that it is now? Hitesh: It’s really good question. I think there are few things… When you say there is one thing — there is a few things. I think when you start to scale up it can be quite daunting, you know when you are taking on more and more and more, it can be quite daunting. And actually you come to this kind of feeling, I don’t know if it’s a psychological feeling. And when you think oh crikey, things are moving quite fast now, and wow… You already probably can actually do it, you start to have a little bit of self doubt. There is also responsibility, you always have responsibility to the landlord that you are representing. And you know as management, you have a lot of responsibility to your staff as you scale up and take more people on. You have a responsibility to the customers that are going to experience the product, and try to get that. And all that combined, for me, it starts to create anxiety and worry. So the mind-set stuff was really important for me, very-very important, I really went back to my (ways) to always do, which was running in the morning, doing a really early morning routine, I am very much a morning person. And starting my day with time for myself, to really get my mind-set in the right place so that I can really perform on my business. That was honestly so important. It’s hard because sometimes you can’t directly attribute what you are doing today to your mind-set or some other things that you do on a day to day basis, but for me I am convinced it’s helping me to perform and do really well. Chris: So do you feel that a routine and it’s very important to kind of bring structure to an entrepreneur’s life. Hitesh: Yeah, I do. Chris: You know, on the basis that you have not go to be in the office at 08:30 or 09:00 and you have not got someone looking over your shoulder to see if you are working or not and that type of thing. Hitesh: Yeah, I think so. I am very much a quite structured near kind of person, anyway, organised. So for me it’s very important. I mean I do think it is, you can easily lose days, weeks on end, if you are not careful and you can get so easily dragged into things you shouldn’t be doing. You know as you scale up and get more involved, you know, you can easily get dragged into organizing the cleaning rota. Fielding the calls for the customers that are not happy or really happy. And actually you have got to really be very disciplined to what you want to do with your day that’s going to deliver and add more value to the guest, or your business, or your staff, or whatever it might be. I mean that’s definitely one, the psychology mind-set side of things. That was massive for me. The second thing was really your numbers and your accounts, and your profit and loss, and that sort of thing. For me, it’s a very critical area, such a critical area. I think there is many of us, me included, would go on this journey and have no clue whatsoever about that business. And I don’t mean in a harsh way… But honestly it’s such a major problem, I think that we go up there and we are so focused on getting more sales and bringing more properties, just go and get them, just go and get them, set them up, just go, go, go. But actually when you measure them, some of them could be performing not very well, or with some small changes you can make them perform really-really well. You know, with some, you got a cull and say this is not the right way I am doing things, get rid of them. But you only know that, for me, you only know that through your numbers, and you have to be (so) on your numbers, also setting up KPIs, I never had KPIs. My only KPIs was the kind of occupancy (rate). Chris: And we both say what a great gauge that is. Hitesh: Having KPIs in place, having your accounts, and actually looking at them all the time, like all the time, and making all your decisions based on it, you know, it’s very-very important. I think for me, scaling up, that’s a massive part of it. Chris: Yeah. Definitely. Because otherwise, it’s very focus on scaling and lose the performance aspect of it. And realizing you are not really performing where you need to be. And actually it’s part of growth, and that’s always going to happen to various degrees. But like you say that, what you found certainly is that the biggest impact you can have on that is by having focus around the KPIs, having focus around the reports, and checking in with them a couple of times a week to see where you are at, what can you do to impact things, make a difference, etcetera. Hitesh: Yeah, definitely. And you can become very busy otherwise, just running around as you grow; but is good running. Good way of measuring. So that was very-very crucial for part of scaling up. I think also really embracing and leveraging people, systems, technology — huge — and what can be done with technology is just (depending on that)… But so powerful because it can give you really low cost, automation, much smarter way of doing things, and then we have talked about… And low cost can really make a difference to a business. You know leveraging people, very important, you know, part of scaling up as well. You can’t do everything, you are going to have the right people in place. Chris: You wouldn’t want to be there Hitesh: No, you wouldn’t… Chris: It’s very hard; isn’t it? It’s very hard to let go of various aspects, you know, controlling the business. Hitesh: Yeah. A hundred percent. And then also having peers, people that are operating similar business to you and being in the right network of people, I think it’s really important too. You know, regular meeting up with people, having contact with other people. You know, having people around you that have best practice, and are operating best practice, that know their stuff, you know, it’s really crucial to surround yourself with people like that as well. Then the part of the mentoring and the coaching that we do together for this few years that we have been working together, Chris, it’s been really vital, because it’s part of that network. And when you are not sure, because you don’t ever have all the answers when you are not sure, you got to better ask somebody. And get answers to that instead of reinvesting the wheel, you can implement things that other people have done that have served them and worked really well for them. You know, you put it into your business and yeah, great, you are seeing almost immediate results. Chris: And it’s also a kind of motivation as well; isn’t it. I was talking with Graham, he is also a member of the boardroom, and he was saying how when he comes each month, it’s like if someone has come along and they have taken on an extra block, and he is like, okay I better get my ass in gear, I feel like I want to come back… He sees someone else and they have implemented a system which (is working) really well in their business, he is like okay, I am actually going to do that. So there is a lot of that kind of peer driving your business forward as well, in terms of healthy competition, if you like. Or getting ideas and kind of wanting to do that. And if I can put words into your mouth, I think probably the element in your case was just scaling, and we have already kind of touched on it really with just getting the strategy right, because obviously if you continue to scale using the (guarantee rent) around what you are doing, then that would have ended quite badly. And so it was (all the) things are fundamentally important but getting that strategy right, I think without getting that in the first place, there is no foundations to build off. Chris: Very true. And that is a great way, Chris. Again I think if you try and fly on your own — somehow you would be aware of some of this stuff. And when you surround yourself with people that are doing same business, operating a similar way, ahead of you then you can learn, you can learn and you can review things and go, do you know what, this is not quite working, this is the reason why it’s not working, you know let’s change approach, let’s try something new, something different. And then you can explore it, and then implement it and try and see what happens. But the strategy — that was a real big game changer, that whole VAT thing, changing the module, going in the management module, and scaling upwards, it was a really game changer for me. It’s a very massive thing, thank you Chris. Hitesh: So we talked about (build) to a scale module, and we heavily recommend to people that (are often) just scaling up straight away. You build a module, say two bed properties using half (mile) of your city center, targeting trades, and (tourists)… Whatever your module might be, on each specific module you test that module and make sure it works in the way you expect before scaling up. So if you are talking to someone who have maybe been through that process, who have been operating it, you know, two or three properties for six and twelve months and now they are looking to really push forward and scale their business in the same way that you have; what kind of advice would you give to them? Hitesh: Set up your KPIs, early (days), really early (days). Get your measurables in place and how you are going to measure it — your growth — I think that’s really crucial. I would say get up your game, kind of like mind-set psychology wise, you know, really, when you go to any level, it is very (testing) of the mind; do you know what I mean. And I think you are going to be prepared for that, and I think that’s a big thing. And make sure you got the right kind of structure in place, strategy and support in place for that next phase. You know people that you can turn to, work with, (help) with, and have the right systems, and process, and people in place. That’s what I would say. Chris: Thank you. Thanks for joining us today Hitesh. I hope everyone found that very interesting and also very useful. Hitesh: Thank you Chris so much for your help. And thanks for inviting me today, I appreciate it. Chris: Cool. Taking you. Hitesh: Fantastic.   Don’t forget to subscribe to the podcast. To hear the latest on serviced accommodation. If you are looking to start, systemise or scale your serviced accommodation business, visit www.thesapodcast.com to see how we could help you further.          

Success Smackdown Live with Kat
Voted The BEST Tasting Chocolate Greens

Success Smackdown Live with Kat

Play Episode Listen Later May 23, 2018 38:12


Katrina Ruth: So I think it might be the best thing that was ever invented in the history of mankind. Chris: I think it would be. It is. Welcome to Katrina Ruth. Katrina Ruth: Welcome to Katrina Ruth. I am Katrina Ruth Show I think you will find, hashtag. Katrina Ruth: Quick bring the kitchen over here so everyone can see your wizardry. Hello people of the internet. We have an amazing presentation for you today. I'm even going to call it a presentation. I'm going to be super American. Katrina Ruth: Hi Theo! Hang on. We is live! We is live. Okay. Don't even show them. We should do a [inaudible 00:00:59]. We can't just give it away right from the start. Chris: So... Katrina Ruth: We are going to talk about many things. I can't see how many people are on my live stream because that little thing is [crosstalk 00:01:08] Chris: Let's... Katrina Ruth: This makes me feel upset. Do you think it was kind of selfish of us that yesterday we had an entire conversation over lunch about recording it and sharing it with the world. Chris: It should always be recorded when we actually talk at the end of the day. What? Katrina Ruth: We have a WiFi issue already. We won't be foiled. No don't finish. It might have changed itself onto the hotspot. The hotspot of the villas. If you go into settings and see what WiFi it's telling you. Just talk amongst yourselves. Chris has a Wifi issue on his livestream. It's a presentation. It's a conversation. Chris: Do you see this? Katrina Ruth: I don't know. Maybe it doesn't care for having two live streams on it at once. Try again. Now, we're back. Chris: Ta-Da!! Great job! Katrina Ruth: Well done. So yesterday, we had an incredible conversation about being in fantastic shape and eating potatoes. Chris: Sponsored by carbohydrates. This episode. Katrina Ruth: This episode is brought to you by the letter P, for potatoes. Chris: We were extreme carbo-phobes. We both kind of came from the same school of thought. Katrina Ruth: The worst kind. Back in the day. Chris: [inaudible 00:02:45] Katrina Ruth: Just see what happens. Chris: We came from a very carbo-phobe... Katrina Ruth: Upbringing. I want to say upbringing. Chris: School of thought. Katrina Ruth: In the fitness world. Chris: In the fitness world for sure. Katrina Ruth: We are going to get to a point at some time, and we are going to reveal to you the best tasting super food blend in the world. Then we are going to sell it to you. With just incredible flare and pzazz. Chris: Jazz hands. Katrina Ruth: Your mind will be expanded. But first, we are going to tell you a few things. We have known each other for over 10 years. That's a long while anyway. Chris: Would be, yeah. Katrina Ruth: It would've been 2008. Chris: Yeah. Katrina Ruth: It's been 10 years this year. The first [inaudible 00:03:28] course in Sydney. We used to go to the same courses. We were indoctrinated as maybe you have been, into the idea that carbs are bad for you. You can't eat carbs. We are going to talk about many things today. Katrina Ruth: We are going to prove an amazing product. We are going to have a conversation about nutrition. Chris: I think this is also now printables or ideas on why we think you can be in better shape. Live a better life. Ultimately what we are doing and why we really connected, we went through so many bad things. I'll just speak from experience. From street dining, through competing as a fitness model, I went through a bout of bulimia. I went through really unhealthy relationships with food. It sucked. It was really bad. Chris: Now, I do things completely different and that's why we are laughing about it. We remembered while we were having lunch, we completely go by a different set up principles when it comes to food, movement, and life. We are so much happier. I'm in better shape. I am stronger. I literally beat my dead lift last week. This is all through not through dieting. Katrina Ruth: Oh you're back. How come much of this show is there? And only a little bit here. Chris: We are talking into two phones. Katrina Ruth: We have some high tech studio shoot set up. We are very impressive. We impress ourselves. Katrina Ruth: Mine is similar to what Chris just said. I went through fitness obsession days from when I was not even 20 years old. Then into fitness competing. I was a personal trainer for 13 years, that's how we met. Chris is from Sydney and I'm from Melbourne but we went into the same courses and we connected on our principals and values and outlook on life. Then we both started building on my brand and we both feel super successful on my brand. That's just a little bit about us. Katrina Ruth: I was so obsessive about food in my body. I thought I was really committed to health. I wanted to be really committed to health. I think like a lot of women and men, in my twenties, I was so desperate to look a certain way and I wanted to look a certain way. I thought I had to look a certain way in order to be good enough. Katrina Ruth: Can you do me a favour? Can you put the flashlight on my phone. The little light. No, no. The front of it. You see the flash button. Can you press that? I don't know if that makes a difference. Why does it look so dark. Okay, I won't worry about it. Chris: It's kind of the shading. Is it on the camera or no? Katrina Ruth: No. It's just my imagination. Katrina Ruth: I went through all the food obsession stuff. Ten years of eating with some bulimia off and on. At one stage, I was taking 50 or 60 supplements a day. Chris: Like Skittles. Katrina Ruth: I remember being in the gym and you would have a little bag with your supplements in it. It would have 30 different pills in it for each meal, minimum. Sometimes I think I had 40 and you needed a 20 minute break between [crosstalk 00:06:55] Chris: Have you ever thought about how much money you spent on supplements? Katrina Ruth: I might have some point. I always made more than I spend. It was good stuff. We would take some of the best supplements in the world and we were committed. We were doing what we thought was right. If you fast forward to now where we are both older. We both have families, kids, busy businesses as entrepreneur's, living location. Still just as committed to wanting to look and feel fucking amazing. In fact, I would say more committed. Katrina Ruth: At this point in life, there's no fucking way I'm going to take 30 or even 10 different supplements with each meal. I'm not going to do crazy extreme shit to my body any more. I still want to look and feel my absolute best. Which I think is a perfect segway into our amazing product. Chris: Exactly right. For me, this was born out of necessity. I literally looked at myself in the cupboard one day and was like, "This is a joke. Why is there so much going on. It shouldn't need to be this way whatsoever." This is how it was created. What is it that we need at the end of the day? What is it that we actually need to thrive? Let's just focus on that because we don't have the time to do the other stuff. Chris: Time is our most precious asset that we have right now. Katrina Ruth: We don't want to, we don't have the time. I kept buying supplements and they just kept sitting there and then I would feel guilty about it. I do know and understand that in a perfect world you shouldn't need supplements but it's not a perfect fucking world right? We are absorbing so many toxins continually from the environment. We are not always eating ideal food or getting enough sleep and stress. There's so many other considerations. Katrina Ruth: Both of us with our knowledge and backgrounds, if you want to be at your absolute peak and have a standard of excellence in your brain or your body, your gut and all those things. How you look as well, then it is beneficial to take an amazing quality supplement but you're not going to take all this shit. Katrina Ruth: I really tried so hard to get into the greens powder thing. As a fitness queen from way back and somebody who is still obsessive about fitness I was like, "I got to do this freaking greens powder shit." All my friends would be getting it down and working it down and I'm just a little bit defiant, you know? Katrina Ruth: Your screen just exited itself. Your phone is just like it's not happening. I'm a little defiant. A lot of people I know would force these vile tasting greens powders down because they were like, "It's so good for you." I would buy it. I think at one stage I had 10 different containers in my cupboard and I would just not take it. Like most of the people who follow me online, I'm a rebel. I'm not going to do something that doesn't feel good for me. Katrina Ruth: I'm done with the green thing even though I know it's so good for you and amazing. You can see this story is in a long drawn out many, but I think we should reveal our product and then maybe talk a little bit about how this came about. I don't know. Chris: Let's do it. Let's reveal it right now. Katrina Ruth: Reveal, wait! Send a love hash out if you want to see our product. Send me the love heart. Chris: Let's go. Should we wait? Katrina Ruth: Don't try to wait for the love hearts. Make them work for it. Chris: You got to. Katrina Ruth: You got to. Chris: Make the love hearts. Katrina Ruth: My audience knows that I love-[crosstalk 00:10:28] That was really cute and it's broken. I feel like you guys can go more. Go more. Go More. You can do it. Chris: That's very funny. That's so cute. Katrina Ruth: They know what I like. They take care of me see. Chris: Oh, it's like a flower. [crosstalk 00:10:45] Katrina Ruth: How long did it take to formulate this? Chris: It's about two years in the making. Can I just say something as well? Katrina Ruth: Say it all. Chris: When you said, we used to take the best supplements in the world, this is actually made by the same manufacturer. Katrina Ruth: It is the best pharmaceutical grade stuff in the world. All U.S. based. Incredible quality. There it is. There's our product. We are ready to bring it to market. Chris: Super food blend, the company that we have formed is My body blends because it's really all about your body. It's like what is it that you need? The blend of everything you need. That's kind of the conceptual of what's come through. Chris: The reason that we've chosen a chocolate greens to start off with, is number 1, this is the best tasting greens you will ever drink. I'm so happy to say that. It is the best. We put a lot on the line for that. Katrina Ruth: I have footage of over 20 entrepreneurs who've taste tested this at a party at my house. Late last year they were the first to taste test it as far as the public. I'm not kidding. Every single person was like, "Give it to me now, I need to buy it now." They have basically been harassing me ever since. Chris: So sorry to you for making you wait. Katrina Ruth: Everybody's whose tried it's actually here now. Chris: So sorry. Katrina Ruth: It is so good. Chris had done the work and put the time and effort into this to create this and bring the formulation to life. When he was first telling me on how to taste it, I was like, [crosstalk 00:12:20]. We were here in Bali have dinner together and he was like, "I will bring you some around tomorrow and you can try it." I'm like, "Okay, sure I'm going to try it obviously. Sure Sure." Everybody in the health market says that their product tastes amazing. You're like, "It's palatable if I hold my nose." Katrina Ruth: Then, we made some up. What a great idea! Let's have a live demonstration right now. Suffice to say, when I did try it, I was like, "are you kidding me?" It's so hard for me to not curse. I'm trying to restrain my language here. It just comes out. It tastes phenomenal. We are going to tell you about everything that is in there in a moment. Katrina Ruth: What do you need? We have a bowl of ice that we prepared earlier. Actually the butler brought it. Who takes a greens powder currently? Do you take a greens powder? Don't put your hand up, I'm not going to be able to see you. Put a comment in. Do you take a greens powder? I wonder why your live stream is sideways. Your comments are showing up sideways. Chris: It's Instagram. Katrina Ruth: Oh, your on insta. Chris: Facebook kept crashing. Katrina Ruth: Oh okay. Cool. That's why it's staying up there. Katrina Ruth: Do you take a greens powder currently? Or, do you have the greens powder in your cupboard that you feel guilty about not taking because it tastes so bad. Chris: How many different greens have you had before? Katrina Ruth: Well, I've purchased like 10. Then tried one scoop of it. Trainers and friends kept recommending which ever one. Chris: I've had about 30 or above. Katrina Ruth: Then I used to have to put 4 or 5 lemons or limes in them in order to make it drinkable which is not terrible. Chris: Like putting it in a smoothie or something else. Katrina Ruth: But then you kill the smoothie. It's not the worst thing in the world. It's like you would force it down. Katrina Ruth: Theo says, "Used to but haven't in a while." Did you make it strong? Chris: Exactly, you tell the story. Katrina Ruth: But we were going to do a- Chris: What happens when you're having something really good? Let's say you are having a chocolate greens. Maybe it's a really good coffee. Or something else you can mix up in water or a shake. The dilemma that you have is what happens when you get right to the end and you've got maybe a little bit too much for one serving? Katrina Ruth: Like one and a half scoops left. Chris: Yeah, like one and a half servings left. Do you have one really good one? Or, do you break it into two? I'd love to know your answers because we went through and we had the exact same answer yesterday. Katrina Ruth: What a dilemma. Do you go with two half assed ones? This is a true story because I've had three bottles of the product at home. A bunch of my greedy friends kept coming around and helped themselves. Literally people would come to my house, no kiss hello, just like, "Where's the chocolate greens Katty? Can I have some?" I'm not making this up. Chris: That's rude. Katrina Ruth: Mainly the boys. The girls are a little more polite. This is a true thing, right? So then it went really quickly. Then there was enough left for one really amazing shake. I would go like, "It's my last chocolate greens powder until we launch this thing." It was just the samples. So I'm going to have one amazing one or two half assed ones. Well, guess what you think I did? Katrina Ruth: Shauna says, "One big assed one." Yeah, we were on board with that as well. Alright, let's do a live demonstration right now. Oh my god. This is the most amazing thing I ever tasted. We should manufacture and sell this. Chris: It's almost our conversation. Katrina Ruth: Can we do that? That really was my reaction. The first time I drank it I was like- Chris: That's so funny. Katrina Ruth: Holy shit. I feel like it's not possible to impact to you how good this tastes. I feel like you think I'm probably taking this up a little bit. I'm not and I did give it to 20 entrepreneurs when they came to a party at my house. We've got all their testimonials and we have their live immediate reactions on media. We filmed there initial reactions. We will release that video on Monday. 100% of them were like, "Holy shit!" And they were glugging it down like thirsty nomads in a desert out of Vera Wang glasses. Katrina Ruth: It's incredible. It tastes so good. Honestly, I said to Chris, "Can you bring around some of the samples today so we can use it on the live." My real reaction is that I just wanted to drink it. Screw the live. I just wanted to have some. Chris: It's perfectly fine. I think there are a few things we can talk to when it comes to the actual product. Number one, I don't care how healthy or good it is for you. If you can't take it. Or if it's not nice and you can't continue on with it, it's pointless at the end of the day. Katrina Ruth: Right. You're just going to leave it in your cupboard which is what I did and I'm super health orientated, right? Chris: Yeah. Katrina Ruth: But I still didn't take it. Chris: Exactly. You're very motivated individual. You're a go getter. You make stuff happen. Still, if something tastes like ass, you're not going to drink. Katrina Ruth: I don't hate ass. You heard it here. I don't. Some people will. Some people will force it down. A lot of friends and followers are defiant by nature and I don't want to do something that doesn't feel good for me even if I know it is good for me. Chris: You shouldn't. Katrina Ruth: I believe there is a way for everything to feel amazing. Chris: It's like a diet. A diet can be really good for you but if you're not going to follow it then it's pointless because you're never going to stick with it and you're never going to get the results with it. Hands down, it's as simple as that. Katrina Ruth: Mm-hmm (affirmative)-we should talk about the screw macros after this. Chris: Yeah, we will. We will talk about those macros. That's why number one, it does taste so good. You're probably like, "Okay, you're just saying that." But no...literally it's this good. Chris: When my daughters ask for chocolate, they are actually asking for this and that's what they think as a chocolate drink. It's filled with the good stuff. We can talk about the signs for the good stuff, why its got a super veg antioxidant blend. Why it's got a fruit anti-oxidant blend. Why it's got digestive support in it. Why its got a probiotic blend. Why it's actually only flavoured with stevia so it's a good sweetener. It's non GMO. It's gluten free. It's good. That's the thing. Chris: We wanted to have the best quality product because it's going to have to be good, we have it. Katrina Ruth: We both have an extremely high standard when it comes to what we put into our bodies. We've both been in the fitness industry collectively for decades. It's just how it is. If you are going to bring a product to market, it's got to be the best in the world. It's not let's just label something and sell it out there. That's why it has taken several years to bring this to life. This is a huge big dig. Two years of formulating and another six months or so trying to figure out amazon subscriptions. Katrina Ruth: We did it right and we are so proud of this. We are about to give you an insanely amazing [inaudible 00:19:35]. Chris: Maybe we should say, what we are really doing is getting everything ready. This is only for people who are serious with their health and fitness. Katrina Ruth: Yeah. Kind of like an inner circle. Chris: Yeah, that's what we thought. People that we know are going to be jumping on board with this. The people that are like us who are in our inner circle and that's what we like. Number one, what we are going to be doing on Monday and what you will be getting access to on Monday, you literally won't be able to get access to any other time. Katrina Ruth: It's going to blow your mind. Chris: We are making it so much of a no brainer for you to actually want to join us. It goes beyond this. Number one, supplements aren't the be all end all. We going to be the first people to say, it's not about supplements. It's about helping you eat right, move right, live right and be happy with what you are doing day to day. That's going to be a big part of what we are doing. Chris: I even included it in my book as well. I freaking wrote a book that's all about this. Katrina Ruth: A scary amount of references in the back. Chris: 220 scientific references that goes into this as well. The food quality that we have these days isn't as good as what we need to thrive. We have a lot more stress and we have a lot more chemicals in our environment as well. So therefore we need that little bit of extra. Chris: If you are a believer that you need to get everything from your food, I'm not 100% on board with you. The model lifestyles that we live, don't allow that. Katrina Ruth: I think that's true in theory. I agree that's the ideal but is it available? No it's not. Chris referenced stress and I'm just thinking of the pace we live our lives. You kind of want to have it all right? You want to have the thriving business or career and the relationship and the family, if that's relevant, the active social life, and fun and adventure and look and feel amazing as well. If you want to have it all, that's available for you. That pace of life is not necessarily what we were originally designed for and in this environment as well. Chris: This environment is different. This is pretty sweet. [crosstalk 00:22:08] Katrina Ruth: Which is why we are in Bali. You know what I mean. There are so many things that rob out food of nutrition and this is simply about putting into our bodies what is meant to be there in the first place. Treating your body as the premier machine. I've always loved that saying, If you had a Ferrari and you drove it around town, like at an insane speed. Never took care of it and just fully trashed it at some point in time it's going to be a pretty banged up Ferrari. Katrina Ruth: Your body is a high quality vehicle so why not take care of it as one? We made this incredible product and have an incredible supportive community around which includes access to us and to our teams. So many cool things because we are so committed to sharing with our tribe and our like minded friends, clients, etc. There is a really easy and simple way to take care of your nutritional needs. Katrina Ruth: Specifically thinking about busy and driven people, who are conscious of their health in a very real sense; digestive health, mental health, emotional health, physical health. Who also want to look hot and feel hot. I feel like looking hot reflects how you feel. That comes from how your health is on the inside. You want to be operating at a high performance level in different areas of life. Katrina Ruth: Those are kind of the three areas that we address that body, brain and beauty. Chris: Totally. Katrina Ruth: I came up with that. Chris: Obviously. You really just made that up. Katrina Ruth: Carlos Kate says, "What makes it taste like chocolate?" Chris: It's actually the cacao beans. You can see that it has chocolate bean powder which is the natural flavour in it. Katrina Ruth: So good. Chris: Great question. That's why it tastes like chocolate and it is the good stuff. Katrina Ruth: Let's tell people about the offer. On the sales page, which we aren't going to give today. We are going to give it on Monday. We will tell you about this now and how it's going to work. If you definitely want to know when the cart opens, then comment below on this live stream. That way we can come back and notify you. Katrina Ruth: Once you go over there on Monday and read over the sales page, if you wanted to, you can see a whole lot more of the kinds of ends and outs of the formulation- Chris: Technical sides. Katrina Ruth: All that sort of stuff. We are giving you the highlights reel right now. What do we got for these guys on Monday? Chris: There's two big things that we want to be able to give you as apart of what we are doing with Mind Body Blends. One, is the top quality product. You are going to be able to get access to this every single month. It will last you one month. Chris: The second is community. What so many people are lacking right now, is the help along the way. This is where we want to give you the right information. It's not about more information. The first quote that I put in my book was from Derek Sivers. It says- Katrina Ruth: I like Derek Sivers. Chris: I have such a bro crush on that guy. Katrina Ruth: That's so cool. I didn't know you were into him. Chris: I absolutely love him. The quote is, "If it was just more information we need, we'd all be billionaires with perfect abs." It's not about more information. It's not about what you can get on google, watching another video, listening to another podcast, or trying to dive into another book. Chris: What's actually going to create transformation, information to transformation, that's where we want to give you the information so you know what it needs to do. Katrina Ruth: Some Perfecatation. Chris: Oh, I like that. Exactly. Katrina Ruth: And transformation. Chris: She's wired. Katrina Ruth: It's because I had the chocolate greens. My brain powers are activated. I want some more please. Chris: Yes ma'am. Katrina Ruth: Thank you. Chris: What we want to be able to give you, not just the product itself. We are going to be getting you to join the community. Katrina Ruth: Yeah. Critical Chris: This is about building the Mind Body Blend Tribe. Where we are going to be helping you to know what to eat, how to move, how to live. Giving you a behind the scenes and giving you the answers so you know that you can be in the best shape. Supplements aren't the be all end all, okay? We are going to be the first ones to say that it isn't about taking the product. You've got to be able to do the other basics first. Chris: You've got to move right. You've got to eat right. You've got to sleep right. You've got to be happy with your life and thriving in all areas of your life. This is going to be the icing on the cake. Katrina Ruth: Yeah, I love that you just said that. While we are obviously incredibly proud and excited to bring this product to market. Here's the flat out reality. I've given this to well over 20 of my clients and friends. Probably about 30 people in total. 100% of people were like "Oh my god. How quickly can I get this?" Pretty much all of them have followed up and asking if it was ready yet. Katrina Ruth: It tastes so good. People just want to keep drinking it. Then, when you add the high level ingredients, literally the best in the world. How we cover digestion probiotics. It is a no brainer as Chris said. I like to call it a Hell yeah no brainer offer which is what I tell my clients. Katrina Ruth: I know you want to hear the price point for everything we are doing for you. You're going to try it, and if you try it, there's zero doubt in my mind that you are going to continue to order it. We wouldn't bring anything other than that to market. Katrina Ruth: However, I love that Chris just spoke about, we are not here to give you a magic full of solution. Let's not dilute ourselves, are walking around with an exceptional quality of health, physicality, lifestyle, etc. just from taking this, right? It's coming from a way of life. It's coming from our underlying value system. Katrina Ruth: What the Mind Body Blends Community is about, it's about being in it for life. The life that you want to live for life. We really see this as an incredible community to obviously support year round health, nutrition, fat loss, brain power, all that cool stuff. We have so much cool content we have already created. Chris: It's disgusting. Katrina Ruth: Over 12 months of work content already created. Just teaching you everything from our combined expertise of years and years. Sharing and educating with you. Mostly we want to provide that community of like-minded people who are committed to their health, having it all in body, business, career, and in life. Chris: Kat actually just spilled the beans right there. When we were having dinner- Katrina Ruth: The cauliflower. Chris: Cauliflower and chicken. Katrina Ruth: Oh my god. How you felt about that cauliflower before you tasted it. It's how I felt about this. You were like, "I'm sure it's great Kat." Then when you tasted it you were like, "Oh my god!" Chris: Cauliflower is good but it can't be that good. It was legitimately amazing. Katrina Ruth: What were we talking about? Chris: The conversation went to having it all. I was like why do we make so many compromises in life? Why do we say, "Oh I want to build a great business. I want to build a great career but I therefore I have to let my body go and I get fat and I get inflamed. I'm getting unhealthy. Why do I become a dad?" Therefore I have to not be able to build my business or I get a Dad bod which is a bad thing. All of those things. Chris: There's so many compromises we make in life. Stop making all these compromises. Katrina Ruth: Right, you get to have it all. Chris: Just be able to have it all. Katrina Ruth: Yeah. Chris: I love it. Katrina Ruth: Kate said, "Can we sent the list of ingredients because she might want to share it with her clients." We can do that but it's also on the sales page right? Chris: Totally. Yes, so on Monday, you will get all access to that stuff. Katrina Ruth: Are we going through the prices now? Chris: No, hold your horses. Katrina Ruth: Kate asked for that too. Chris: Sorry Kate. Katrina Ruth: This is a pre-launch, Monday we are opening the cart. We are pre-launching the pre-launch right now. That's what's happening right here. Monday the cart goes open where you can jump into our community and some amazing offers on this. We are doing a one time never to be repeated. What we call "Founding Members deal" situation to honour those in our community who are already waiting for this and have had enough of us taking so long with it. Katrina Ruth: We already know so many people who are like, "Just give it to me. Where do I sign up? I don't care about the details." We feel that there is going to be other people who are hearing what you are putting down. I'm willing to put my faith in you. We are giving you an incredible offer with that when we go live on Monday. We will give you all the details of that. Katrina Ruth: On Monday, we will do a live stream as well from our Facebook page for the group. Helen says, "I'm totally sold of course." Kate says, "Do you have a trade price?" I think we will just go through all prices on Monday, right? Chris: Yeah. Totally. Legitimately Monday, you will get access to the price. The big thing we wanted to do is build the community at the start. We are going to go worldwide with this. We are going to go into retail everywhere with this. Katrina Ruth: We are flying a jet. Chris: Yeah. That as well. The biggest thing is that we wanted to make sure that we've got this community with us at the start. We build together. Katrina Ruth: Try to make members. Chris: Exactly right. Katrina Ruth: We always honour those people who are fast action takers just like we are who want to jump on it straight away. Chris: Those people who get results. Katrina Ruth: Of course. Those people who don't over think. Chris: Exactly. Should we get them to join-[crosstalk 00:31:58] I put it into my girls smoothies in the morning. It mixes really easily with water. Katrina Ruth: It's just water and ice. I really enjoy it with just water and ice. Chris: It goes really well with black coffee. Katrina Ruth: I may have made it into a Paleo espresso. It goes great with vodka. It really does. Chris: Or hot coconut milk. Katrina Ruth: I haven't tried that. There were plenty of entrepreneurs at my house that were drinking it with Paleo Espresso Martini's. We put cinnamon on top. Chris: We have a video. We will put it on on Monday. You will see everybody- Katrina Ruth: We put cinnamon on top to make it extra healthy. It tasted amazing. Everybody was just like, "Give it to me. Give me more." What else were you saying? I think I cut you off. Chris: Are there any other questions? Katrina Ruth: No. No. That's all the questions. Chris: Okay. Katrina Ruth: We are going to give them a link to what sir? Chris: Should we give them the link to the private group? The Mind Body Blends Group? Katrina Ruth: Yes, can you? Chris: Actually I already have the URL. Katrina Ruth: Yeah. Just scroll here. Chris: Got it. Katrina Ruth: Chris is just giving you now a link to our closed Facebook community that already exists which is about to blow up in the most incredible way as we start to build up what we are doing in there with the official launch. We've had that group already operational for a little bit of time but now we are officially launching. Chris: What you are going to want to do is make sure you join us in the group. You'll obviously get a lot of access to everything when we are going live on Monday. Plus, you're going to get everything else that we start putting in there as well. Katrina Ruth: Post it all in there. We will do a live stream as well. Chris: On Monday, we will be putting everything together for you. Katrina Ruth: Why won't it let me out of this comment. I was just going to add a note saying, we are already telling you that anyway. I was going to say be in the group to get first information or whatever but we have already told you that. It's so exciting. I think we have said everything haven't we? Chris: Yeah. Katrina Ruth: It's such an honour to be able to share this. Chris: We are so excited. Katrina Ruth: We are joking around and having a good time obviously as you should in business and life. In all seriousness, this is just the most incredible product in the world. I have desire to have my own company or supplement brand for over 10 years. I was a personal trainer for 13 years. How long were you a trainer? Chris: 11. Katrina Ruth: Right, so there you go. 24 years of personal training experience between us. Both of us were so committed to our education and growth. That's how we met. Just going to some of the best nutrition and hormone, strength training and that stuff. I think a lot of trainers are really committed to a standard of excellence. We both thought it would be super cool to have your own supplement company but I looked into it and saw that some people were just buying stuff and putting there own labels on it. Chris: There's a lot of charlotons out there and there's a lot of liars. The scary thing was actually getting into the business now- Katrina Ruth: This took us two years. It wasn't the easy way it was the right way. Chris: It's scary how many people are lying about their products. There's an outpour of quality. A lot of stuff is getting manufactured through China, the sourcing. The manufacturing gradiance is really bad. What they are saying is actually is in the product is simply not there as well. The actual potency of their raw and effective ingredients in there is just not there. Chris: There's a lot of lies. That was one thing for me, is that I want to create something that's really bloody good. So when Kat and I came together, we saw this fusion of what it is we can do and how we can actually create something that's so much easier for people to use and combine it all. As we said earlier, it's not about just the supplements by itself, it's far from that. It's about putting everything together and giving it to you on a silver platter so that you can move forward. Katrina Ruth: Yeah. Chris: Simple. Katrina Ruth: Yeah. You said it all. I'm so excited. I'm also excited to be in business with this guy because we have known each other for so long that you just know how someone is and who they are in business, in life, what their values are. I couldn't think of anyone better to go into business with. Katrina Ruth: I'm such a solid person in so much of what I do. I have my own companies and Chris has his own companies. Now, it's just an incredible thing to come together with a close friend and create a product that's such an incredible quality and be able to share it with the world. I feel like this is a 10 year plus dream that is coming to life for me in terms of having my own supplement company and to be in partnership that shares that vision obviously. Does the work. Comes back to you and supports you. I could go on and on all day. Katrina Ruth: Get in the Facebook group. The comment is pinned there. Get into our free Facebook community. We will be dropping links on Monday. We will be dropping the deal on Monday. We will do a live stream together on Monday. Don't know what time yet but we will announce that obviously. Chris: Exactly. Make sure to join the group so you get access to everything. Katrina Ruth: Yeah. Chris: Drop a comment here as well. I will comment back here when we go live on Monday and let you know. We will be open for a couple of days next week but then we will close it off. It will really just be a limited time for those people who want to get in on the ground floor to jump on board. It's going to be freaking amazing so that's all. That's the whole story. Katrina Ruth: Beautiful. Chris: Alright! Katrina Ruth: I'm so excited that I'll go away. Chris: You're so excited that you'll go away? You may go away. Katrina Ruth: Alright. Chris: Peace. Katrina Ruth: We are going to go. Have an amazing, epic rest of your day. We will see you on Monday and we will be sharing how you can get this incredible product. Katrina Ruth: Oh shit, I've spilled it everywhere. There it is again! Sending you love! Don't forget...life's now, press play.

Made It In Music: Interviews With Artists, Songwriters, And Music Industry Pros
FCM012 – Writing 100 Songs A Year with Jason Ingram

Made It In Music: Interviews With Artists, Songwriters, And Music Industry Pros

Play Episode Listen Later Feb 9, 2016 37:19


We welcome Jason Ingram to Full Circle Music studios. He is a producer, songwriter, and artist with multiple SESAC songwriter of the year awards, Dove Awards, and Grammy Awards, with more #1 Radio Hits than most ever see. His credits include Brandon Heath, Hillsong, Chris Tomlin, Tenth Avenue North, Casting Crowns, and MercyMe.He talks about the idea that “your calendar will tell me if you're a songwriter”. It is the discipline versus inspiration. Which comes first.He also shares some personal insight into his story and his journey through the hard times in the beginning of trying to make it in a new city as a professional songwriter.To get Top 10 Songwriting Tips click Here.fca_eoi_form p { width: auto; }#fca_eoi_form_269 input{max-width:9999px;}#fca_eoi_form_269 *{box-sizing:border-box;}#fca_eoi_form_269 div.fca_eoi_form_text_element,#fca_eoi_form_269 input.fca_eoi_form_input_element,#fca_eoi_form_269 input.fca_eoi_form_button_element{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;transition:background 350ms linear;}#fca_eoi_form_269 div.fca_eoi_form_text_element{text-align:center;}#fca_eoi_form_269 *:before,#fca_eoi_form_269 *:after{display:none;}#fca_eoi_form_269 i.fa,#fca_eoi_form_269 i.fa:before{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;}#fca_eoi_form_269 div.fca_eoi_layout_popup_close{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;display:block;position:absolute;z-index:9999992;top:-10px;right:-10px;background:rgba(0, 0, 0, 0.6);border:1px solid #000;color:#fff;font-weight:bold;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;}#fca_eoi_form_269 div.fca_eoi_layout_headline_copy_wrapper{font-weight:bold;}#fca_eoi_form_269 div.fca_eoi_layout_5,#fca_eoi_form_269 form.fca_eoi_layout_5{display:inline-block;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget{max-width:300px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox{max-width:600px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup{max-width:650px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:20px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border:solid 1px transparent;width:49%;border-radius:3px;margin-bottom:10px;position:relative;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper{float:left;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper{float:right;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus{border:none !important;width:100%;height:auto;font-size:16px;line-height:1.2em;padding:7px 0;outline:none;background:none !important;box-shadow:none;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{clear:both;transition:background 350ms linear, border-color 350ms linear;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{display:block;margin:10px 0 0;font-size:12px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:13px !important;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:12px !important;}}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:8px 13px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{margin:0;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper{margin-bottom:5px;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_popup_close,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_popup_close{top:-1px;right:-1px;}}@media (min-width:1px) and (max-width:768px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{float:none;width:100%;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:20px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:20px 0;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:8px 0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border-radius:5px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_inner,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_inner{margin:0 10px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{border-bottom:solid 4px transparent;border-radius:5px;padding:0 !important;text-align:center;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input{border:0 !important;border-radius:5px;font-weight:bold;margin:0;height:2.8em;padding:0;text-shadow:0 0 2px black;white-space:normal;width:100%;}.fca_eoi_form{ margin: auto; }#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox{background-color:#f6f6f6 !important;border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_headline_copy_wrapper div{font-size:28px !important;color:#1a78d7 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input{font-size:18px !important;color:#fff !important;background-color:#81b441 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input:hover{background-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper{background-color:#70a01f !important;border-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_privacy_copy_wrapper div{font-size:14px !important;color:#8f8f8f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a:hover{color:#8f8f8f !important;} AUDIO 37min:19secPodcast – Interview with hosts Seth Mosley, Chris Murphy & guest, Jason IngramSeth: Hey what's up. this is Seth Mosley, host of the Full Circle Music Show, thanks for listening. Again, this week we've got an awesome guest, one of my long time heroes of the music business, Jason Ingram, Sir Jason Ingram. He's a producer, song writer, artist, worship leader and all of the above. He has multiple awards on his mantle for Sesac songwriter of the year, he's won Dove Award producer of the year, more number ones than you can imagine and really has had, in the last several years, what has been an incredible career in the music business. And today we get to sit down and hear the story before Jason Ingram as the Jason Ingram that we know now.That's half the reason why we do this show is to kind of shine a light on the blood, sweat and tears that goes into making a successful career in the music business and there's a lot of stuff that I learnt in this episode about Jason; some stories about how he got into it and believe it or not at one time he was touring as a merch manager for a band, him and his wife were selling blood plasma just to get back home for Christmas. I'm telling you there's some stuff that you don't know that goes into making a successful song writing and producing career. So stick around and before we dive into it we wanted to thank you for listening, thank you for subscribing, go over to iTunes, leave us a good rating and review. That helps us a ton as we're getting this podcast off the ground.And for our next segment, Full Circle music trivia, the answer to last week's question: What is the highest selling album of all time? Well the answer for that is Michael Jackson Thriller. So to one of you guys who e-mailed in to trivia@fullcirclemusic.org, you get a free copy of the book ‘Hitmen'. And this week's question is: Who is the top Grammy award winner of all time? Again, who is the top Grammy award winner of all time? Email your response in to trivia@fullcirclemusic.org and this week the winner's going to take home ‘All you need to know about the music business' by Donald Passman, 8th Edition. Up to date information on new music business models including music streaming services and cloud lockers, the latest developments in digital rights and updated numbers and statistics for a traditional industry. Again, email your responses in to  trivia@fullcirclemusic.org and thanks for playing along.Alright, let's just dive into the episode, we've got Jason Ingram in here, in the house. A good friend and without even probably knowing it, mentor of mine who I've looked up to since I've moved to Nashville and song writing and production. And just track record for days, the  guy has just had hit after hit after hit and his songs are being sang in churches all around the world.  So for you to take a few minutes to come and spend with us means a lot so thank you for doing this.Jason: Yeah, it's an honourSeth: So do you want to carry us in?Chris: Yeah man, one of the things that I wanted to know from you Jason, is when did the song writing bug hit you or how long have you been doing it? Was it one of those things just where you were doodling in a notepad when you were 6 years old or even earlier or…?Jason: I started taking piano lessons in middle school but I think I was a freshman in high school when I was introduced to just chord voicings so up until then I was just learning to read music and more classical sort of training and which I wasn't excelling at but I loved music and so I just stayed at it and then I think my freshman year in high school, someone just taught me how to play chords. And think about music as chords as opposed to just reading notes on a scale. And I instantly started writing songs once I had chords, I was a songwriter…not a very good one…but from then on, yeah, I mean I was writing songs.Chris: Did it start for you at going on what you were hearing on the radio and just putting chords to that? Or was it truly like “I don't care what's going on, on the radio, I've  got my own vision that I'm…[4.06]Jason: Yeah no, I was, I was writing my own thingsChris: That's greatJason: Love songs for interest of mine, things like thatChris: Yeah, wow that's great man. So were you that guy with the guitar who got the girl because you had the guitar?Jason: Yeah…my wife…and then once I learnt chords I started leading worship as well and so my wife, we were on a little missions trip to Mexico, we lived in California and I was a  graduating senior and she was going into her junior year in high school and we went down there and I led worship at this thing that we were doing. And I didn't know her but she saw me leading worship and she knew, she told a camp counsellor that I was going to be her husband. And so, yeah, I think the guitar strummings, it helps man.Seth: AbsolutelyJason: Helps make up for other things…Chris: The lack of confidence [5.06] actually talking face to face.Jason: Massive lack of confidence, man, growing up in the church, there's so many stories that sound similar to that, it's like going up to that youth pastor or whatever and pointing, like that's going to be my guy.Seth: Did you know at that time or did you find that out later?Jason: I found that out later, we started sort of dating a bit after that but yeah, I found that out later. And she's not that kind of person, she's actually…I wasn't one of the popular kids and she was so I wouldn't have even, like gone there.Chris: Yeah, she was out of your leagueJason: She was [5.38] but yeah, I found that out later and I've just been writing songs out of a ‘heart place' you know. Ever since I first started writing songs I think that's been one of the, hopefully one of the things that people notice when they hear songs that I'm part ofChris: Yeah, yeah. And has that always come naturally to you? To be able to express your heart on paper or in a recording?Jason: I guess it has, yeah I guess it has. I've found music as the gift of…which is hard to hold onto sometimes when you've been doing something for a while and it becomes your career but there was a lot of years where the only reason I had to write a song was just to get something out. There wasn't any career in itChris: AlrightJason: And so I did that long enough that I think that it's easy for me to sort of stay in that placeChris: Yeah, yeah, I think one of the hallmarks of the songs that I know of yours, I mean from a perspective of they've got a story or they've got an intention to it and it sounds like you were saying, in those early days before anybody was paying you to write a song; or asking you to go do something that it was because you had to get something out. And I feel like that there is a trend in, at least pop music these days, where there's not necessarily a story, it's  just the feeling, it's a vibe that's going on. Do you find that you would have a harder time if you were you know, if you needed to go write the next Justin Bieber song versus writing something that has more of a, a heart pouring so to speak?Jason: I will say it, like a melody or a track or a vibe can bring out a lot of emotions so since you've mentioned Bieber…[7.16]…yeah, his most recent album is like, to me it's been the thing I've listened to the most this year. And so I just love it, I think the song writing is amazing, I think the production is phenomenal and it's emotional to me so it feels like, I feel like I can touch it. There is a lot of pop music that doesn't have that same sense to it.Chris: Yeah, maybe Justin Bieber recently is not the best of those examples but it has that pop sheen to it, necessarily more than an emotion.Jason: Yeah, what I'm kind of hearing you ask is, is it those songs that are less about the lyric and about just a vibe or something like that. Lyric is huge for me, especially in the lane that God has me in and I feel like in some regard  a lot of pop music, the lyric is real secondary to whether or not it's a hit or not right? And I think we're accountable to more, I look at songs in this lane that God has called me to, I've often called them life rafts for people and so if I'm throwing someone a life raft, if that's what God lets me do with my song, I want it to hold them up. And so our words often become people's prayers, you know, and that's phenomenal. Martin Luther said when I can't pray, I sing and we're able to throw these life rafts to people, a lot of times that don't even know what to pray and write the prayer that they need to re-engage their heart with the Lord and so it's a huge, I think a weight, that we need to carry when we're considering ‘do we have the words right?'Seth: It's not  just that when you're in a session just like settling on something because at some point, you know, I mean, you've got deadlines and you've just got to get the song out. I mean you've got eight hours a day and you've got to get home to your family. But the intentionality in this genre of lyric is everything.Jason: Yeah, it totally isSeth: So, rewinding, we skipped forward a lot of years but from you leading worship on that mission trip, wherever you were in California to when you, you know, got your first pay check from doing music, what did that look like?Jason: It was a lot of years. I definitely took the long road so I heard Christine Cane talk once on the distance between anointing and appointing and it's different for all of us but I really felt like God anointed me very specifically to write songs for His church, as a teenager. The appointing was probably some fifteen years later and so I went to Bible College, I became a worship pastor at a church in California and had a band, got a little bitty record deal, toured…sold four albums…it was off to an amazing startChris: All to your relatives right?Jason: Right and then at some point my wife and I felt nudged to move here and so we did but I didn't have a job or anything in music and so my entry point into music, and I was working temp agency jobs, I mean it got pretty lean for us, there was a Christmas where we went to sell blood plasma to try to get home for Christmas.Seth: [10.43] from going to Nashville to California? WowJason: That year I just remember thinking, ‘This, this has got to turn around pretty soon', you know, ‘there's only so much blood available'Seth: It was literally blood, sweat and tearsJason: Yeah, right yeah.Chris: That's amazingJason: My entry point into what I'm doing now, oddly enough, was getting a job doing merchandise for Sonicflood and this was back when they were sort of at the top of their thing. And so I needed a job, I didn't think…that's not what I moved here to do…but I started selling their merchandise and I heard they were about to make their second record and I heard that they wanted the title of the record to be ‘Resonate' and they didn't have a song called ‘Resonate', usually you don't title your album until you've got an album you know? Isn't that weird, so I pounced, ‘merch guy' saw an opportunity and wrote a song called ‘Resonate' which was a shoe in because you have to have a song called ‘Resonate' if the album's called ‘Resonate' and they didn't have it, so they had to record it. They recorded it, of course it was the title track but that happened before I wrote the song [11.53] it became their first single off that album. So that was the first time someone else recorded something that I wrote.Seth: You were doing merch for them on a tour and heard some conversation that [12.09]Jason: I heard a conversation, went to a hotel room, wrote a song, came back and said “Here's a song called ‘Resonate'”Chris: What was that like when you presented it? Did you present it as though you had not heard that before but just randomly came up with a song that was…Jason: No, I wasn't, I didn't play it off like I hadn't heard that they were calling the album ‘Resonate', so that was my entry point and then someone said “So that song made a little bit of money”, that was the first time that ever happened to me you know, ten years into writing songs, selling merchandise and blood. Some friends were saying “You should meet with publishers in town”, I'd never heard of a music publisher. I didn't know there was a career to be had in song writing, I had no idea. I was pretty naive to how the music industry worked and so I met with all the publishers in town, got a quick “No” from everybody. I just didn't have, I had this one song you know, and then…Seth: And they were all like, “And what else?”Jason: Right, right. And so the fourth publisher I met with, which was the last option, saw potential in the writing but really valued sort of, my heart for what I wanted to do with my writing so I entered my first publishing deal and that was, I guess, twelve years ago now.Chris: Who was that with?Jason: Cindy Wilt signed me to Word, so I wrote for Word for three years, she's my champion, she's with the Lord now…Chris: Just this past year…Jason: Yes, she signed me, I probably wrote a hundred songs my first year, as a writer at Word, with co-writes, almost every day. I didn't get one cut.Chris: Wow! Out of a hundred?Jason: A hundred yeah, yeah my batting average was pretty low, I wrote a hundred songs, no cuts but I really felt at the time that it was the most amazing year and I thought ‘Well, I'm not going to get my option picked up because I've made no money for the company but I was just really thankful to the Lord to have sort of lived a dream for a year. And so I was really ready to pack up and go back to something else and she picked up my option, wrote another hundred songs for another year, got my first cut, found out it was a hidden track…Seth: So did you even get paid for this?Jason: Well my…Chris: He got paid with hidden moneyJason: Yes, hidden money, Cindy called and assured me that you get paid the same, just no one will hear it. I was like “Ah, awesome”. So again, I thought…Seth: So one out of two hundredJason: One out of two hundredSeth: That's amazing though just for her vision in you, you know. If I signed a writer, if I was a publisher…Jason: You would not, no, you do not stick around, I would have never stuck with me so yeah, she really is a champion for meChris: Yeah, that's amazingJason: And so she picked up my option again…Seth: After the hidden trackJason: Really, really caught a wave, “So you're telling me there's a chance…”. So year three is when I finally kind of did catch my wave and I started having quite a few things work and the real sort of, another real pivotal album for me was Joy Williams did an album called Genesis and we wrote most of the songs on that album together…Seth: You and Joy…Jason: Yes, and it, it didn't necessarily go on to be the biggest album but everyone loved it. So it was like all of our peers loved it and so all of a sudden, doors started opening up and then I met a guy named Bebo Norman and we started writing songs for his album. And I'd never produced anything and I was just doing demos and stuff with the songs we wrote and then I ended up producing that record for him called Between the Dreaming and the Coming TrueSeth: Was that just kind of like, hey, you had been doing these demos and they loved what you were doing, just keep…Jason: Yeah, well what actually happened is we had written, I think, almost all the songs for his album, just the two of us and he went to the producer that they had hired to produce the first couple of songs and they just weren't thrilled with where they landed and so I think Bebo went and just said “Hey, do you mind if me and Jason sort of try to hit a couple?” I think he asked if we could hit a couple and record at the mall. So, then I was a producer you know and that's when I really did sort of catch a wave in that season. And another thing, so I started having lots of songs getting recorded, I started producing a lot. I really think this happened where I might have written a hundred songs and had no cuts, I think I've had a couple years where I've had a hundred songs cut.Chris: Wow, wowJason: And which is nuts so things just got fast and exciting and I found was a part of a couple guys who stumbled into this band called 10th Avenue North and so we signed them to a little development deal and shot them a record deal and that thing's turned into something really significant. Brandon Heath and I wrote ‘Give me your eyes' which turned into something significant and then it just seemed, it seemed to be like…where Seth is right nowSeth: I don't know if I'm there yetJason: Just lots of songs doing really, really, really well and to some degree I'm still on that wave but I have had a bit of a shift in, for me personally, and like God uses music in so many different ways but the song that I was most desiring in my life was songs for the Church. Songs that the Church could bring in worship to the Lord and I had a picture in my mind since high school that one day I would walk in to the back of a room and hear God's people singing something that He let me be a part of writing. So this is relatively recent, about six and a half years ago, six years ago I had…the mailbox money was there…and the accolades and stuff with my peers was there but I had this sort of unfulfilled dream and passion of mine and I was asking the Lord, before I moved into another [18.51] deal, if I was meant to keep doing this because I truly, and I prayed this, and I truly meant it, that I would trade all of the other things and what it brought and the success that it brought for that experience of walking in the back of a church and hearing God's people singing something that He'd let me be a part of writing.So I started bringing this prayer to the Lord about six and a half years ago, took some space from writing and it just seemed like that, at that time God shifted some things from me and really moved me into a place where that was going to become a much more significant part of my life. I remember the day I heard a church sing, I was in the back of a room and I heard a church sing something I wrote for the first time and it was six years ago. It was something I'd written with a guy named Reuben Morgan, because of the success that I'd had, he had come through town and he'd asked if he could get with Christian music's sort of top writer/producers and I was one of three he spent a day with and he didn't really want to write any songs. It was more to just sort of like talk philosophy, hang out, kind of get some exposure to some other ways of maybe approaching songs and take that back because they write their songs internally. So we spent a day and didn't write but we became friends instantly, it was like the brother that was out there that I hadn't met yet. So he came back through a couple of weeks later and on a Saturday morning we just decided to give a go at writing a little something and we wrote Forever Reign but he wasn't thinking that he would take it home and use it at church. So it was just a song that was just on a voice memo on two phones and I didn't know if that's all it would ever be and you really don't know.I think songwriters out there kind of wonder if you know when you've got one of those and you really don't know. I think you should feel like you've got one of those with every song you ever write, so this song was sitting there and I'm still praying this prayer, “Lord, let me walk in the back of a church and hear your people singing something You let me write” and I get this email and it says “Hey, decided to give this a run at church, it's unbelievable what's happening, this is just a board mix so excuse it being rough but I just wanted you to hear it”. And so I'm by myself in my room at home and I push play and I'm listening to Hillsong church sing ‘Forever Reign' like their lives depend upon it and I realized at that moment I was in the back of a church, like, but in God's extravagant and beautiful way, I was by myself with Him but I was listening into the back of not just any church but the most influential church on worship in the world. That really marked a transition for me and I so love radio, it's so fun for me and hooks and pop melodies but if I had to give my life as a writer to one thing, it would certainly be songs that God's people are singing in the church and so I do as much of that as possible these days and really love itChris: What an amazing storySeth: It's pretty crazyChris: Yeah, it is, and the fact that you were able to have kind of a private moment there but still have that experience that you kind of envisioned years and years beforeJason: Yeah, God's got this stuff you know, He's got usChris: Well speaking of that and the faith that it took to get to that point, what kind of faith did it take for you or ‘stick-to-it-iveness' that first year where you had the deal and you wrote a hundred songs and not one cut and then the second year where you finally got one but not many people would hear it unless they knew how to work a CD player the right way? What did it take for you to keep going and for Cindy to continue to have faith in you, just what was that experience like for you?Jason: Well I think what keeps us going is that we love it, it's hard for me to come over here and talk with Seth and not be like ‘So let's write something' because I love it, I love when we write, I love writing songs and so it's what keeps you going is that you love it. Even if there's not the return of people hearing it, that's a big bonus but that kept me going at it. And also too, I'm a bit, I'm driven, I don't think anyone ends up in this world that's achieving things like you're going to find that drive is a big part of a common factor.Seth: Well to push through two years of not having anything, it has to beJason: Right, it is and belief, people believing in you. The other thing, I do think it's important for songwriters in this era, we're such an instant gratification culture and an entitled culture that we don't appreciate the hours. There's this whole ten thousand hours thing that it takes to master anything that we're all familiar with but I really find that's true. I like to tell songwriters, I've got a good friend named Jimmy Abegg who was in The Ragamuffins with Rich Mullins and he's still a brilliant guitar player but his painting is probably his first love, so he's this brilliant painter; we have his paintings hanging all around our house. My wife dabbles in painting sometimes and so she had taken some pictures of the ocean out where we're from in Santa Cruz and had come home and was painting these ocean scenes, she had six canvasses hanging on the wall and she thought ‘Well I'm going to have Jimmy come out and give me some critique'. And I'm like ‘Oh, that'll be amazing, get critiqued by Jimmy Abegg' so he comes out and he looks at her six paintings and he tells her so many…like he just finds encouraging things to say about every inch of all six canvasses…but then he says, “Okay, so  you've got six, so go paint ninety four more and then paint your first painting”Chris: Oh gosh…Jason: But that's like, what good advice, I mean we always just want to fast track to…and some writers might write…their first song might be a world changing song, there's a difference between people who ‘happen' into a good song and people that constantly write great songs. And that comes from really honing your craft and honing your craft is…there's no shortcut to hours.Chris: I was thinking as you were saying that, the hundred songs in the first year and the hundred songs in the second year, even if they didn't get put anywhere that either could equate to significance on the charts or every bottom dollar, whatever that is, like what a classroom that is, to be in front of someone else, doing a co-write, [25.56] writing. All those songs are building towards…just like you were saying Jimmy was saying that all of those hundred paintings build towards being able to put your first one out there that is really a statementSeth: My competitiveness would probably go back and take some of those if I were in your position and play them for somebody and just watch how many of them would get cut. Now because you're Jason Ingram…Jason: You're totally right, and that does happen, that does happen. I mean you don't…it's hard to get a fair listen…people always listen to things through the filter of what their expectation is and so if their expectation is that something is going to be great, they're more likely to hear it that waySeth: Yeah, it's pre-informed, I'm sureChris: That's definitely true. So the kid that's getting out of Belmont and wanting to become the next Jason Ingram…what's your biggest word of advice to him or her?Jason: Write songs that mean something to you and put your head down and work hard and write a lot. The other thing I…when I say write something that means something to you…is I do find that a lot of people sort of come out of these environments and they've learned some sort of craft butSeth: Like meaning [27.17] haven't gone and gotten a degreeJason: Yeah, like got a degree or they've kind of read some books so they want to do something so they study the craft and you can assemble a song because the rhyme is there or the hook is there but I just think the difference, even in the pop world, and certainly in Country and Christian, is the songs that are written because they matter to you is…those are always the ones that do something. And another thing I tell people is if you want to be a songwriter, make sure your calendar tells me you're a songwriter because if your calendar doesn't tell me you're a songwriter you're not a songwriter.We sort of have this sort of idea that ‘Well, I'm just going to catch a song, I'm waiting for inspiration or…', the thing that we learn is,  we calendar our song writing and then good things happen. You tend to want to think that…like even ‘Forever Reign' as an example…or anything like that, that I was woken up in the middle of the night and the Lord said “I've got something for you”, so I got up, I sang something into my phone and the next morning I'm playing it back, and I'm like ‘Oh my goodness, this is amazing'. But, really it was just a date and a time that was scheduled on a calendar and had that not happened, that song would not exist and so I always tell people your calendar will tell me what you are in life and if you want to be a songwriter let's look at your calendar and let's see if you are. That's a big one is because it takes a lot of discipline to keep writing songsSeth: Now that's a good word, it's kind of less of waiting for inspiration to strike and just showing up every day and then the inspiration comes because of who you're around and…Chris: Definitely, definitelyJason: Yeah, and another thing is, on that, because of who you're around, co-write. We both know, we all know co-writing is the key to my success, that wasn't something I was doing…none of the songs that people know me by would even exist…that's a very big dealSeth: Do you sit down nowadays, ever, and just do anything by yourself anymore or is it just kind of like…that's…you don't do it that way anymore?Jason: I really don't. Every now and then, I think last year I wrote a song by myself, I just…you know was in a moment where I felt like I needed to express something…but that's so rare. I have an unfair advantage in that I have access to a lot of talented friends and so I want to know what my idea shapes into with someone else's mind involved in it as wellChris: Was that a process for you? In the early days when you say you sat in your room by yourself writing that song, to being mostly known as a person whose an amazing collaborator and co-writer, that process of transitioning into mostly co-writesJason: One of the things I told my first publisher when I signed my first publishing deal is that I write my best songs by myself and I really believed that and she said “Okay, well we'll see how that shapes up for you”. And it certainly was not true, what I said. I do not write my best songs by myself.Chris: How long did that take for you to fully believe that?Jason: About two years, of writing some by myself and writing a ton with other people, it makes sense though, I mean the community in strength. Like it just…it makes sense that when you do something as a team you're going to get better results than individualsSeth: That word is recurring very many times in this podcastChris: Isn't it though? It's amazingSeth: The importance of team and along with your team, when you were getting into it would you consider that publisher like your mentor, do you feel like you had a mentor, sort of shepherding you in your career?Jason: She would have been my mentor in that season of life for sure, she would listen to everything I wrote and told me what was working and what wasn't, yeah that was just like school for meChris: Was it tough to hear?Jason: No, because the heart was someone who was…when no one else wanted to give me any advance and tell me to write songs…this was the person that said “You can do it” so no, it definitely wasn't. I mean, it's always tough to hear in the regard that I think we put our hearts, we put ourselves into these things that we do and so it's always hard to hear things that are critical but it's so valuableSeth: At this point in your career you've achieved some pretty big success by any world standard. Is there anything that you're still afraid of when you come into work every day?Jason: Yes and it's that I'm afraid that I'm missing what God wants out of me and so I keep that in front of me, like the thing I'm really wanting to be mindful of in 2016 is if I didn't write another song [32.38] my family's going to be okay and I've accomplished something and I could come and write songs purely out of craft and gifting as can you and get good results but I…what I'm afraid of is, I'm not seeking what God wants…What does He want from me? What does He…what are the prayers that people need? What are the life rafts that we need to throw to people? What are the…not just writing songs [33.13] I just don't want to…in this space that I'm in…the music industry works unfortunately, I think, very much like any other industry, there's not a lot of conversation of mission, there's not a lot of conversation of, truly, of life impact, which is kind of sad you know. You want to hope that that's there but we're inundated by ‘Is it a hit?', I hate that word, I love when things become a hit but I…Seth: If that's what you're shooting forJason: The fear in me is just that we would just write really catchy jingles that people enjoy but that we're not really bringing the people what God, what His heart for us to bring them is. So that's front and centre for meSeth: Now that's goodChris: You're kind of building on that, and borrowing from a term you said earlier that you feel you're still kind of riding that initial wave that you caught. Can you foresee what you either want your next wave to look like or what you feel like you're transitioning into now? If it's the same thing, that's fine but what is the next two, three, five years look like for Jason Ingram?Jason: I've reached a place of freedom in my life where there's been a lot of hustle and  a lot of drive for a lot of years and I really want to sit in a place of rest and freedom and gratitude and so when you're too tired or there's something that happens when you're not taking care of yourself or your soul and your ‘get to's' become ‘got to's'. There is some years where I get to write a song, I get to be with this artist today, I get to come and talk about this. They become ‘got to's', I've got to do this, I've got to write today, I've got to be with that artist tomorrow. And there's no joy in that, there's no rest in that and for me, I'm just trying to move just into a space where everything is a ‘get to' again and however long God wants to use me in this capacity, like I'm pumped but holding it loosely.But I am excited, I'm ready to write the best songs I've ever written and to dig deep and jump around a room [35.36] listening to you know, I'm super fired up so I don't know, I don't have another thing, you know, just this thing and I do think there's something to that. I don't often say to people like you can go so many paths when something starts working, when one thing's working it's easy to start thinking about all these other things that you're not doing. And I've just tried to live by this principle that I heard someone say which is so where you have favour and so where I have favour, that's where I'm going to continue to sow and not be thinking about ‘Well because this is working [36.18] what I can get in that door, that I could do that thing'Chris: It's been a pleasure to  hear from you. I know that so many of your words have turned into songs that have turned into these personal words for other people. You know they've taken those as their own, as their prayer like you're saying. So it's been a pleasure for me to be able to sit here and just hear from you because so much of what I've heard from you have been the songs that you've created and so to hear personally from you about some of that with the struggles or the high points or the…what you're thinking of as some of those songs come to light has been a pleasure man, thank youSeth: Yeah, super funJason: Thanks so much for the time manSeth: You've been listening to the Full Circle Music Show, leave us a nice rating and review on iTunes. Editing help this week thanks to Kayley Ingram and [37.05] Jerricho Scroggins, produced by the Full Circle Music Company. Check us out at fullcirclemusic.org/podcastwww.fullcirclemusic.orgThe post FCM012 – Writing 100 Songs A Year with Jason Ingram appeared first on Full Circle Music. See acast.com/privacy for privacy and opt-out information.

Made It In Music: Interviews With Artists, Songwriters, And Music Industry Pros

In this episode we sit down with Centricity Music General Manager, Steve Ford. Steve talks about his history in the music biz, the importance of working your way up, winging it and having balance in the industry. .fca_eoi_form p { width: auto; }#fca_eoi_form_269 input{max-width:9999px;}#fca_eoi_form_269 *{box-sizing:border-box;}#fca_eoi_form_269 div.fca_eoi_form_text_element,#fca_eoi_form_269 input.fca_eoi_form_input_element,#fca_eoi_form_269 input.fca_eoi_form_button_element{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;transition:background 350ms linear;}#fca_eoi_form_269 div.fca_eoi_form_text_element{text-align:center;}#fca_eoi_form_269 *:before,#fca_eoi_form_269 *:after{display:none;}#fca_eoi_form_269 i.fa,#fca_eoi_form_269 i.fa:before{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;}#fca_eoi_form_269 div.fca_eoi_layout_popup_close{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;display:block;position:absolute;z-index:9999992;top:-10px;right:-10px;background:rgba(0, 0, 0, 0.6);border:1px solid #000;color:#fff;font-weight:bold;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;}#fca_eoi_form_269 div.fca_eoi_layout_headline_copy_wrapper{font-weight:bold;}#fca_eoi_form_269 div.fca_eoi_layout_5,#fca_eoi_form_269 form.fca_eoi_layout_5{display:inline-block;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget{max-width:300px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox{max-width:600px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup{max-width:650px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:20px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border:solid 1px transparent;width:49%;border-radius:3px;margin-bottom:10px;position:relative;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper{float:left;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper{float:right;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus{border:none !important;width:100%;height:auto;font-size:16px;line-height:1.2em;padding:7px 0;outline:none;background:none !important;box-shadow:none;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{clear:both;transition:background 350ms linear, border-color 350ms linear;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{display:block;margin:10px 0 0;font-size:12px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:13px !important;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:12px !important;}}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:8px 13px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{margin:0;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper{margin-bottom:5px;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_popup_close,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_popup_close{top:-1px;right:-1px;}}@media (min-width:1px) and (max-width:768px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{float:none;width:100%;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:20px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:20px 0;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:8px 0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border-radius:5px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_inner,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_inner{margin:0 10px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{border-bottom:solid 4px transparent;border-radius:5px;padding:0 !important;text-align:center;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input{border:0 !important;border-radius:5px;font-weight:bold;margin:0;height:2.8em;padding:0;text-shadow:0 0 2px black;white-space:normal;width:100%;}.fca_eoi_form{ margin: auto; }#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox{background-color:#f6f6f6 !important;border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_headline_copy_wrapper div{font-size:28px !important;color:#1a78d7 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input{font-size:18px !important;color:#fff !important;background-color:#81b441 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input:hover{background-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper{background-color:#70a01f !important;border-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_privacy_copy_wrapper div{font-size:14px !important;color:#8f8f8f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a:hover{color:#8f8f8f !important;} www.fullcirclemusic.orgFCM007_-_Relationships_with_Steve_FordDuration: 00:50:21You're listening to The Full Circle Music Show. The why of the music biz.Chris: Welcome back to the Full Circle Music Show, it’s Chris Murphy and I'm sitting right beside Seth Mosley. How are you buddy?Seth: I'm good man. It's a busy week, lots of good stuff going on over here at the studio. And I’m excited to take just a few minutes out of our schedule to talk to one of our favorite people in the industry, Mister Steve Ford.Steve has been a guy that I've known for a long time, was one of the people that I met moving to Nashville in the music business. And we've talked to a lot of people on the creative side so far but we haven't yet talked to anybody on the label side. So, you think of the guy that sits in a dark room with a suit in a corner office, that's this guy! Except for not, he actually sits in a what is a pretty awesome office, he's the general manager of a label company called Centricity Music; has been pretty massively successful in the past couple of years and really since they opened. But, he's a really great leader and speaks to what they look for in a good producer, in a good artist, in a good team member at their label.So, if you're wanting to get involved in the music industry, this is a great episode to listened to. I learned a ton and I think you will too.Chris: You know, being a podcast junky, it's nice to meet a fellow podcast enthusiast as well. We had some great conversations in the episode but also talked a lot about our favorite podcasts on and off the mic. He's just a great guy, great to get to know him and I really appreciate Seth you setting this up. Another great interview and I can't wait to listen to it.Seth: And you can check out his company at centricitymusic.com. They have a lot of great artists that I think you'll dig.Audio clip commencesHey podcast listeners, something is coming February 1st 2016. Have you ever thought about a career in song writing or music production? We have created a couple courses with you guys in mind. We've been getting a lot of feedback on people wanting to know more about how to become a song worker; how to become a professional music producer or engineer. These courses were designed to answer some of those questions. Go to fullcirclemusic.org and sign up there for more information.Audio clip endsChris: You were saying earlier before we started rolling that you were a podcast guy.Steve: Oh yeah, big podcast guy.Chris: And, you've heard this podcast before?Steve: Yeah. I've listened to the first three.Chris: Okay. So, can I ask you to go out on a limb and give us a grade so far?Steve: You know what? I'd give them a solid B+. I want them longer. That's my thing; I want to go into the background. I want to hear when you did Brown Banishers which is funny because I've worked a lot with Brown but you didn't get past Amy Grant.Seth: Sure.Steve: I mean, this is the guy who worked with from everybody from Third Day to Mercy Me to Why Heart, he's done everybody like come one there are stories there. I tell people I'm on the corporate side because of Brown Banisher because of how he worked. I was an engineer in LA for ten years and he would come out and mix records with us, it was at a little place called Mama Joes and I would see him on the phone going, “Happy birthday sweetie.” Later knowing that it was Ellie; missed her first walk and all of these other things. And when my daughter was born, I was like, I can't do this. I needed a life and so I started praying and Peter York calls. So it’s because of him so it's fun to hear some his stories. I did a lot of records win Jack Joseph Puig and–Seth: And you were engineering at the time?Steve: Yeah. I was an engineer at LA.Seth: And at the time that was really engineering?Steve: Oh my gosh.Seth: You were cutting tape and…Steve: Yeah! I've cut a lot of two inch tape, quarter inch tape, half inch–Seth: Stuff that I hope to never do.Steve: You don't have to, Jericho does it for you.[Laughter] Seth: I don't know if Jericho has ever cut tape? In school he did.Steve: Now, I feel really old.Chris: Is that kind of like when you're in a biology class and not in any other time of your life will you need to dissect a frog but you just have to do it for the experience of it. Is that what it's become cutting tape?Steve: I don't know if you have to do it even that. It's sort of like this legend of starting a fire with flint, you know? It's sort of like, “Yeah. I used to cut tape.”[Laughter] Seth: I mean there's probably a resurgence. I would imagine knowing the process of what coffee has become and how artists.Steve: Yeah.Seth: I think there's a big thing in maybe it's the millennial generation or whatever it is but I think people are drawn back to slower, older more hands on processes it seems like than just pushing the button or going through the drive through–Steve: And somethings, don't you think, in some things its like just give me the button. Give me the filter on Instagram.Seth: That is true! That's true but then you've got the whole wave of people roasting their own coffee beans now and then they're grinding the with a hand grinder, and then they're putting in a… And, I'm saying this because we have like three artists that we work with; that come in and they bring their whole coffee apparatus.Steve: And they measure how much coffee goes in, weigh it?Chris: Yeah.Steve: My son has one of those has a scale that weighs, how much coffee goes in. Oh yeah just …Chris: Yeah, I thought you were going to say some of the artists that you work with, they actually bring their own barista in the studio because–Steve: I'm sure that will happen.Seth: That’s kind of a prerequisite to be in a band. There has to be at least one barista.Steve: True.Seth: In the band.Steve: There has to be one business guy in every band and one guy who can make great coffee.Seth: And then the guy who can actually play the instruments.Steve: Yeah. Then the artist.[Laughter]Chris: And then the fourth guy on base who just knows how to shape everybody's beards. He's more of a grooming guy.Seth: And sometime there's a drummer.[Laughter] Steve: You don't need a drummer; there are machines for that now.[Laughter] Seth: Yeah. I mean, just take us through a little bit of your journey, you started in L.A.?Steve: I was born and raised in L.A.; read an article when I was 14 years old about this guy named Sir George Martin. And I was like, “What? You can do that for a living?”Seth: Who is George Martin?Steve: He produced this little band called the Beatles, probably never heard of…most 20 year olds haven't heard of them so…Chris: And then isn't true that he went on from there to write The Game of Thrones?Steve: Did he? I'm not a Game of Throne person–Chris: Okay that's R.R. Martin, sorry.Steve: Wrong one. But I mean, you read about these guys and you sort of open a door into a new world that you didn't know existed. And so, I was 18 years old, junior out of high school walked into the recording studios and started from there.Seth: So, you didn't wait to have some sort of a college thing to get internships?Steve: My mom was like Reeds parents which was like, “That’s a nice hobby but let's make sure you have a backup plan, a plan B.” And so, I still went to school, I still went to college did all of that. Don't ask me my grade point average because I was going home at 4 o'clock in the morning, waking up at 8 to crawl into my first class, it was terrible. But yeah, my first job in the recording studio, I was making $500 a month from 6 o'clock to 3 o'clock in the morning.Seth: Living in L.A?Steve: Living in L.A.Seth: And that probably paid for a tenth of the rent?Steve: Maybe.Chris: Or, just the gas to get around?Steve: But I loved every second of it. And then from there you sort of work your way up. So, I did that… Like I said earlier my daughter was born and I was like an engineer’s life is a hard life in LA especially. Those were the days when you'd pay $1,500 a day block booking a studio; you booked a studio and you're paying $1,500 if your there six hours or eight there 24 hours. And a lot of them stayed 24 hours, and you just have next, next, next, next.Chris: And you've got to be the first guy there.Steve: First guy there, last guy out, yeah. You're sitting there winding tables at 6 o'clock in the morning going, “I just want to go home.”Chris: When the bug caught you, from that point until the time that you walked into that first studio and got a job, what skills were you harnessing?Steve: None.Chris: Just reading liner notes?Steve: Yeah. Lying in the floor, reading and going, there's one in North Hall and I'd write it down on a piece of paper because I grew up in the San Fernando Valley and start looking for them. Hey man that where Bill [inaudible 8:50] studio is or whatever the studio was and start. There wasn't really a whole lot you can do to prepare for it. It's no like in high school you go, “I wonder what class…”  I was in all the choirs and all the music stuff and that didn't prepare you for it. Probably the greatest skills for a studio engineer especially a starting one is being attentive, being hungry, being prepared and that depends on who you're working with.When you working together with somebody so well, I'm sure you and your team, they know what you want in advance and plugin something in before you even have to ask, that’s just working together. I've told a lot of wannabe engineers who want to go to some of these very expensive schools, don’t do it. Take that money, live on it for two years and go give yourself away for free for two years. You learn more two years in a studio than you will however long you go to one of the expensive ones.Chris: Yeah.Steve: It's just doing it. Just aligning the tape machine which is once again, it's like starting fire with flint again, knowing the lines taped but you learn by doing that.Chris: Absolutely.Steve: You learn by making a lot of mistakes. I recorded a lot of bad drum sounds.[Laughter] It just happened and then you go, “Oh if I do this, its better.” And 10,000 hours man, it takes 10,000 hours.Chris: Again, I think that it's not that schooling is necessarily a bad thing but the way that you learn in life versus the way that you learn in a classroom is different because for the most part, a classroom will deduct points for the stakes and if you’re in the–Steve: That's true. Good point.Chris: Yeah. I heard that -actually going back to our love of podcasts here- I heard Tim Farris on his podcast talking about the fact that he was going to go to, was considering something like Princeton or Harvard or something to go get his MBA. And he thought instead of doing that -or maybe this was advice given to him and he took it- instead of taking that couple hundred thousand dollars worth of whatever I needed to go get my MBA. I'm going to invest that in myself, very similar to what you're saying. And I'm going to use that to live on so that way I can go and I can intern for that company that I would never be able to if the money mattered that much. Because once you get out of school its like, “Oo I've got to go do something with this.” But if you've got the money set aside to go get the MBA anyway, it goes a long way to really feeling free to not have to pay that rent or pay that car payment that you could really dive in.Steve: And most people never use their college education for what they use. I had a meteorologist specialist. She had a degree in meteorology for TV and she was my marketing assistant. And you go, “I want to see what you spent four years doing versus what's your grade point average or what's you major.” I don't care about that stuff.Seth: So to fast forward to today, you are general manager of a very successful record label. When you got to hire somebody to your team, do you even say, “Hey, send in your resume. Where did you go to college?” Or does that not even cross your mind?Steve: I do want to see that. Four years in college gives me the impression that they follow through, they finish. You’ve said it before, finishing is such a hard art in today's world. To have somebody who finished is very valuable. Do I care about your grade point average? No. Do I even care about your major? No. Because if you have the right work ethic and the right heart, I can train you to do other things but I want to see how hard you're willing to work.Seth: So, a college degree still carries some weight but maybe it doesn't carry the weight that people think it does in terms of having the training because you kind of have to relearn it all when you get out into the real world.Steve: Exactly. Most college students that I see haven't learned anything that’s a really good use at a record label. My last five hires at Centricity have all come from internships. Now, I've had a lot of bad interns. I've wanted to fire a couple of interns, that's pretty bad when you want to fire somebody who works for free.Seth: What defines a good intern and what defines a bad intern?Steve: A bad intern sits on Facebook until you give them something to do and then they do exactly just to the letter of the law of what you asked them to do, hand it in to you and then get back on Facebook. A great intern does what you do and says, “Hey and I thought about this. And what about this more?” You give them to go to D and they go to G; then you give them to G and they go to S. I have a girl in my office, I asked her to do one thing and she says “Oh by the way while I was thinking about it I did these other three things that will help you out.” That type of proactivity and thinking ahead is so incredibly valuable. Like having somebody patching in your compressor before you ask for it. They know where you're going so fast that they're working ahead of you. And for all of those out there, that's old school once again patch bays.[Laughter]Seth: We have a small patch bay, we have two patch bays actually so we're probably on the old school end of things.Chris: It looks very cool though. It's looks kind of old science fiction movie.Steve: Spaghetti.[Laughter] Seth: It's like a telephone operator kind of thing. I heard a thing on…man, we keep talking about podcast, we're all just podcasts nerds, dude. I think that’s what we do for a living is listen to podcasts. And I heard one last night, they did a study of millennials; if you had a dream job, pick out of these choices what would be your dream job. Number one was the president; number two was a senator; number three was a successful athlete; number four foreign diplomat; five was a CEO of Apple; and then the last choice was the personal assistant to a famous actor or athlete. And 45% I think picked that one, hands down.Steve: They have no idea what that job looks like.Seth: They don't but it also speaks to they don't want to take the responsibility. Like, when you're that person, when you're the boss, they want to have a boss and maybe you can speak to a little bit to that but I feel like when you were talking about the internships, the ones who go above and beyond are the ones who are willing to take some responsibility and say, “Here's an idea” and just put it out there. How many interns would you have to get, to get that one good one?Steve: Probably 10 to 15.Seth: 10 to 15 to 1?Steve: Yeah, to 1. I think that’s what it is.Chris: Wow.Steve: Yeah, that's what it is. And I heard you, I think we had the conversation, there's such a different work ethic in today's young adults. And part of it is my fault, I'm a parent of a young adult they've been given everything in their whole life, they haven't had to work for anything. You want that iPhone! Here's that iPhone. You want that? Here's that. The art and the craft of working, the labor of getting something is a lost art, I think.Seth: So, would you go back and do those things differently?Steve: For my kids? My kids had to work.[Laughter]Seth: So, you weren't saying from my experience, you weren't–Steve: I’m saying that personally and much more of…[Laughter]What we made our kids do is like when they wanted that $100 American girl doll is you buy half, we’ll buy half. And all of a sudden they're digging out rocks in the backyard at $1 a bucket out of the garden. Because you want to give your kids what the value of work is and that's that doll at the end.In our world, I sat with an intern once and he was irritating everybody in the office. He's that guy who only asks questions because he wanted to tell you how much he knew. An intern needs to be quite and listen because there's a lot of information that flows around… And then they find the person that they can go to and go, what did that mean when he said this? So, what did that mean or… Come to me! I've told everyone in my internship, feel free to come to me and say, what does it mean when you said that? Versus this guy would come to you and tell you everything he knew. So, I was sitting him down one day and going,  “Man, you're irritating everybody. The whole office wants to prove you wrong.”Seth: You literally said that?Steve: I said that to him and later on, “I know I do that. I'm just trying to figure out where I fit and trying to find a job make $100, $120,000 a year and start in the music industry.” And I said, “You're in the wrong industry, man.”Seth: Go into finance!Steve: Go into finance, or go be an architect somewhere I guess or something. It was just about wanting to make as much money as his dad did, now! This generation wants to start where their parents have gotten to right now. I've seen it with artists, I've seen it with interns–Chris: They don't want a drop in their lifestyle that they've become accustomed to.Seth: A luxury once had, becomes a necessity.Steve and Chris: Ooohh.Steve: Very nice.Seth: And I'm very guilty of that. You fly first class once and you feel like a swine by sitting in coach.[Laughter] Steve: I've flown private jets twice in my whole life, in my whole career both times sort of accidentally. And man, once you do a private jet and you don't have to go through security and you’re just like, “Oh, I want that.” I say this all the time about artists. The worst thing you can do for an artist is start them touring in a bus because that's the expectation and then you know what happens? Is they got on the bus and they’re, “This isn't a very nice bus.” There are people in vans like when you were out in a van, to be on a bus, to be able to sleep horizontally would be the greatest thing ever and just because you started at this place and then you get into private jets. Everybody needs to start their first tour in a Silverado truck and then the next one to a bigger–Seth: Graduate to a suburban!Steve: A suburban would be great, then a 15 passenger old church van that you bought for $5,000 that the left side of the speakers don't work. And then, you work your way into a [inaudible 19:58] van and then into a bus. Then you're grateful for everything that's better along the way.Seth: It's more about the process than anything.Steve: Yeah.Seth: And getting there.Steve: A wise manager once said, his job is to make his artists life better every year, just a little bit better. I'm like, that's a good goal. That's a good goal to have.Seth: It is. So, your transition, we shipped about 20 years–Steve: We skipped through it very fast.[Laughter] Your transition from doing that 6pm to 3 in the morning thing in LA, you had your baby…Steve: Yep. My wife and I were praying at that point going, “God, please give us some sane clients or open another door.” And I just worked probably two months before with Peter York–Seth: And for those out there listening, was this at a record label you got your first…Steve: I was working with Peter in the studio and he called me up and said, “Hey, are you interested in A&R?” And I started in A&R in Sparrow…what's that 87, 88? Right around there and we were still in Chatsworth, California, spent time out there with him. So, I’ve been at Sparrow, moved from Sparrow to Star Songs and then back to Sparrow when they came up. Started in A&R worked my way into the marketing side, artist development side… So, yes back to Sparrow went to  Mer and worked my way up to Vice President at marketing at Mer, was general manager at [inaudible 21:34], general manager at SRI and now general manager at Centricity.Chris: Wow.Steve: It's been a long journey. If you’d ask me to 25 or 30 years ago, were you going to be general manager at Record Label? I would have laughed in your face.[Laughter]Chris: Because you didn't think it was attainable or because you didn't want have this job?Steve: That was not the path I was on. I thought, I was going to be producing records and engineering records.  Jack Pueg is still mixing great great records out there and I thought I was going to follow that path. God had something very different in mind which makes me laugh going I was talking to [inaudible 22:09] this morning and I can't believe I’ve been doing this, this long. When you're now an industry veteran it means that you've been around a long time.Seth: But I don't think looking back and I don’t want to put words in your mouth but you don't strike me as one of those people that's looking back and feeling like you’re working in the corporate side of the industry because you never made it on the creative side.Steve: No, no.Seth: You don't strike me as that at all.Steve: I made that decision for my family. What's funny is I've learned more about engineering and more about mixing and more about mastering being on the corporate side of what we're trying accomplish and why trying to do what we're doing. I learned so much about that. And for the first year or so, I was mad at God going, “Why did I just spend 9, 10 years in studios, in dark rooms working long hours if this is where you wanted me?” But realize, every day of my life in the last 27 years in the corporate side I've used information I learned in the studio. Sometimes we can't ask God why until you're 20 years down and you go, “oh I get it.”It's the path he puts us on, he brings people in and out of your life. I remember a girl over at Sparrow she was an accountant, that was her thing she loved accounting and God put me with her to learn that whole budgeting, it was only like for four months and then we were separated again but once again she changed my perspective and my life for the next 20 years. So, you don't know if these people that are coming in and out of your life are for a short period of how they're going to impact you.But yeah, I've sort of worked my way, I was one of the strange guys everybody wants to be in A&R. I started in A&R and left to got to marketing and then got back into it as I moved back up into the but everybody wants to be an A&R guy, hang out in the studios and have dinner with the artists which is not what an A&R guy does.Chris: Well it's the perception out there–Steve: Yeah, exactly, that's what they think.Chris: Just like you saying the artist is going to be in private jets.Seth: And for honestly if somebody's out there, can you break down what exactly what it is A&R. What is that? What is that job?Steve: A&R, we [inaudible 24:27] airports and restaurants which is [inaudible 24:28].[Laughter]It’s artist and repertoire. It’s basically looking for artist, finding people that have a seedling of something. Sometimes you don’t know what it is. We’ve all got our standards of what we feel like will lead to success. But finding that, nurturing it, grooming it, it’s sort of the mustard seed put into the ground, pat around and hopefully something really great grows out of it. Sometimes the plants don’t live, sometimes they give up. But it basically the music made by the A&R guy, we have one of the best in the industry in Centricity. When he’s done, when the music is done, he hands the baton over to me, and I go everywhere from there. But it’s his job to make sure we have hits, we have songs that work for live or work on the radio, an artist that’s got uniqueness to him that fits differently than everything else in the market place and sometimes it’s just plain old dumb luck. We’ve got all those where we’re like, “We though this person had everything they needed, was need for success and it didn’t work, and this one over here it’s that seedling and it’s just growing like crazy.Seth: Yeah, sometimes you don’t know or probably more often than not, I would think.Steve: How many songs have you worked on and said, “Man, that’s the hit.” I have a memory of I will eat my shoe if this is not [inaudible 26:04][Laughter] I believe you owe me a shoe eaten.Seth: I’m wearing Nikes right now. I have a feeling that this material is not organic.Chris: I was going to say, whatever you choose make sure its biodegradable.Steve: I was going to send you a shoe after one particular sock.[Laughter]We’ve all got them dude.Seth: Oh yeah, totally. I think more often than not and it’s honestly becoming a theme on this show is, we’re all just kind of winging it we’re all just guessing. So, my question to that is, I mean, it sounds like there’s a lot of responsibility placed on the shoulders of an A&R person. They’re the one that’s finding and nurturing talent and ultimately seeing what songs make it on records.I think a lot of people listening in our podcast audience, we have a lot of producers and writers and people outside of the music industry but then there are also probably some people who are just wanting to get in on the music business side and people who maybe want to be in music marketing or be in music management or maybe do what you’re doing someday, run a record label. You said what you look for interns, what qualifies a person to be an A&R person?Steve: Wow. Interesting. There are a few A&R guys you should interview. A great A&R person is able to inspire an artist beyond what they’ve every thought they could do. A great A&R person knows how to get a good song to a great song. We’re no longer in a society that good is not good enough, it has to be great. A great A&R guy can go, “You know what? There are seedlings, there are moments in here that are really great.” But you’re missing the mark I these two or three places. And then, coming in and sitting side by side with a producer like you and making sure that… I think that I’m a big movie buff and A&R guy is sort of like an executive producer on a movie where you put the team together and then sort of let the team go make the music. So, it’s the right producer for the right, for the right song and for the right artists and then let them shine where they go. It’s very much putting the pieces together. They’re not usually playing the music, they’re not [inaudible 28:34] musicians, they have to have a really good song sense and I think one of the skills an A&R guy has to know is, it’s not about them. They’ve got to know their audience, know what they’re making for because all of us have a tendency to gravitate towards music that’s on the fringe because we listen to so much stuff that all of the stuff in the middle starts mucking up. There’s a big muck in the middle. So, “you know what I like? I like this thing way over here or way over there.” Where a normal consumer listens to 10 records a year, the middle is the sweet spot for them. So, an A&R guy that understands who he’s trying to record for is very important.Seth: That’s very good. And, you said that they have to have a great song sense, that is even a sticky situation because why is one person’s song sense better than the other? Is that determined by track record? And, if you’ve never done A&R before, how do you prove that, hey I know a hit when I hear one?Steve: You know what? Our history of…John Mays is a 25 years somebody took a chance on him 27 years ago and said “You’re a great musician on the road, let me bring you in here.” Part is the relationship, you know, can they sit and hang with an artist? You know, you’ve been in these mediums. Where it’s like can you move an artist from A to Z while making the artist think it’s their move? As a producer it’s the same skill set of can you get an artist to bend without knowing that they’re bending? Or being able to move–Seth: All the artists out there, they just had a–Steve: I know they had a convulsion.[Laughter]And all the producer are like, yeah![Laughter]But that’s part of it, of like how do you get a song… because you don’t want to tell an artist, “You know what? This song sucks.” You just want to say, “Let’s work on the chorus. The chorus isn’t paying off hard enough, let’s make it lift better. Let’s make it shine.” Whatever it may be, moving them away from, “I love this, this is my baby. It’s beautiful.” To let’s keep working on this song.Seth: So, it sounds like it maybe starts with who they are as a person. Are they a good hang? Are they a servant? And then, the music kind of just follows and that taste follows.Steve: Our young A&R guy over there, he went through our radio department so he was listening to radio hits, radio hits, radio hits. And part of it is… There’s marketing guy named Roy Williams, I went to a seminar with him and he said he has a friend that works at General Market Record Label to pick all the singles and I’m like, “How did you learn this?” And the guy basically said, “Since I was five years old, every week I’d get my allowance and I would go buy the number one song in America.” And so for his whole life, he poured into himself hits. This is what a hit sounds like, this is what a hit sounds like, this is what a hit sounds like.Seth: That’s pretty good wisdom, right there.Steve: And so, at a certain point you go, you got to know our music, you got to listen to our music, you got to know what a hit sounds like. I’ve heard a lot of kids come though “I hate listening to Christian radio.” Then why do you listen to Christian music? How many people in country music go, “[inaudible 32:11] but I hate country music.” Get out! You’re not going to succeed.[Laughter]But they almost wear it as a banner that I hate Christian music in our market place. We have an open concept office and I’ll try to listen to two hours of Christian radio every day in my office. And if I’m listening to it, everybody in my office is listening to it too; more for this is what a hit sounds like, this is what radio sounds lie. If you’re trying to meet a need at radio and you don’t know what they’re playing, how can you meet the need? So…I digress, sorry.Seth: No, that’s gold. That’s all gold.Steve: I think you nailed it in your earlier podcast when you said, this is a servant industry. It really is. And in my life, it took me a lot of time to figure out what my calling was. I knew I wasn’t an artist but God, what does that mean? And I was walking through Exodus with my kids when they were very young and hit Exodus 17 where God say to Moses, they’re out of Egypt heading towards the Promised Land and they hit the Analcites, God calls Moses up to the hill top; arms up in the air he wins, arms down they lose. But what never caught to me until I was reading it, Moses took two people along with him Aaron and Hur and I love to say I am the Hur in the Moses’ life. It’s my job, what Hur was up there to do is to hold Moses’ arms up, that’s all he did. When Moses was weak, when Moses needed help, Hur held his hands up. That’s my calling be a servant, be there to hold your hands up. Some people know Aaron “Aaron, you know, Moses’ little brother.” No one knows who Hur is. If you’re okay standing, holding someone’s arms up and no one recognizes, you are created to be in the music industry. Because you’re not in to be the rock stars; we’re in the back of the room with our arms folded, looking at the person on stage going, “Yeah. I was there to hold their arms up.”Chris: That’s wise. One of my favorite movies is That Thing You Do, I don’t know if any of you have seen that.Steve: Yeah. I’m the guy that goes, “You look great in black.”[Laughter]Chris: Has anyone told you that?Steve: Yeah.Chris: But, one of my favorite characters in the movie, and they’re filled with them. Anybody out there that hasn’t seen it, it’s a great movie.Steve: Please, go see it.Chris: But there’s Horus who’s basically the A&R guy that sees them in–Steve: In the camper-[Laughter]Chris: Yeah, he lives in a camper and he’s essentially the A&R guy. But he sees them in a performance at an Italian restaurant or something and comes and buys their album and get’s them to sign a little deal. And then at the end, when they get signed to a major label and they’re going out to play these state fairs, Horus leaves and the main character drummer of the band says, “We don’t want you to leave.” And he goes, “My [inaudible 35:27] is done. I’ve done what I’m supposed to do.” And then move on to the next thing and so he wasn’t meant to ride that out the whole movie; he’s there for a specific piece to move it from A to C. He’s the B part of it, the Hur of that story so to speak.Steve: Nowadays, you’d call them just production deals. You start working with an unknown artist who has a little bit of talent, you start developing them and then you start shopping them to record labels. And then you go, my job here is done. They then take the baton and now try to make to a national artist. If you make 2 out of 20, 3 out of 20, you’re in great shape. You’re a hall of fame baseball player if you hit 3 out of 10. And you’re a hall of fame A&R guy if 3 out of your 10 are hit artists.It’s a cycle, you have the young artist going up; you have the artist at their peak; and then you have some that are on their way down. And you’ve got to keep that circle going because any artist that’s been at the top is going to be past its peak and slowly work its way down, and you got to have the new artist coming up behind to grow into. So it’s a continual cycle of in the music industry. The circle of life in music would be that.Chris: I had a mentor –Scott [inaudible 36:48] if you’re listening I’m about to talk about you- but he always talked about how life in the ministry or in a career is kind of like looking at life or the people that you interact is like a watching a parade go by. There are things that are right in front of you, there are things that you just saw, and there are things that are coming down. And to really appreciate what is happening in the parade you have to absorb it all. And so there’s a little bit of grabbing from each of those in order to get the full experience of it all.Steve: And the bigger what’s right in front of you, the bigger those artists are in front of you, sometimes you don’t have time to look behind and develop what’s behind and what happens is with a lot of these record labels and I’ve been at these where, man they’ve got the big, and they slowly slipping. The [inaudible 37:32] slowly start getting past their prime and they haven’t developed anything behind them and then you’re in trouble because you’ve got this machine you’ve got to feed and you haven’t created for the future, it’s only for the present.And so, every A&R guy wants to sing but some of the big labels, the big artists, the A’s are so big that’s all they’re paying attention to. We’ve all seen it, we’ve all seen artists where we say, “Man, they’re amazing” but they got lost in the shuffle and that’s the sadness. We forget that we’re playing with people’s lives, especially on the record label side their dreams.I signed this band at a label and they were 18 years old when I signed them and 21 years old when I had to drop them. So, their dreams had come true and shattered by the time they were 21. And it’s just hard when you start thinking about that stuff.Chris: That’s true. And if you think about it there are some people that are fortunate enough to have a full career in the music industry and there are some people that have a three year window kind of like a profession sports guy or those things. There’s a window and the once you pass it, yeah but the guy is only 24 and the band is only 21. What’s coming up for them?Steve: You know what, I think it’s a catalyst of those people leaving or burning out, is balance. You guys have said it; I can walk through a record label at 8 o’clock at night and I can tell you which employees will be gone in a year because they have nothing to put back into themselves. The music industry is a take industry, it just continues squeezing and it just wants more and more and more. If you have one they want five; if you have five we want ten; if we have ten we want twenty, and it’s never enough. My poor radio team goes, “Hey we got number one.” And I’m like, “Great. How do we keep it on number one for another week?” It’s never enough and so you continue squeezing out what this industry does, if you don’t have a ministry, if you don’t have a relationship, if you don’t have friends that give back to you that don’t care what you do  for a living and basically go, “Yeah, yeah. You do music, how are you?” You know, if there aren’t nursing students at the college that you got to that are your friends, you’re going to burn out.  Because there’s nothing giving back, there’s no one pouring into you. Sooner or later the candle ends, there’s no more fuel and it juts burns out.So, I try to keep my staff saying, I want you to go to concerts and date people and go home at 6 o’clock and have a life. Because if you don’t have a life you have nothing to come back when you come back tomo

Made It In Music: Interviews With Artists, Songwriters, And Music Industry Pros

Interview with Seth Mosley.In this, our inaugural episode, we hear from host, Seth Mosley. He is a Grammy, SESAC, Billboard and Dove award winning songwriter and producer whose credits include For King and Country, Newsboys, Jon Foreman and High Valley. .fca_eoi_form p { width: auto; }#fca_eoi_form_269 input{max-width:9999px;}#fca_eoi_form_269 *{box-sizing:border-box;}#fca_eoi_form_269 div.fca_eoi_form_text_element,#fca_eoi_form_269 input.fca_eoi_form_input_element,#fca_eoi_form_269 input.fca_eoi_form_button_element{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;transition:background 350ms linear;}#fca_eoi_form_269 div.fca_eoi_form_text_element{text-align:center;}#fca_eoi_form_269 *:before,#fca_eoi_form_269 *:after{display:none;}#fca_eoi_form_269 i.fa,#fca_eoi_form_269 i.fa:before{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;}#fca_eoi_form_269 div.fca_eoi_layout_popup_close{display:block;margin:0;padding:0;line-height:normal;font-size:14px;letter-spacing:normal;word-spacing:normal;text-indent:0;text-shadow:none;text-decoration:none;text-transform:none;white-space:normal;width:inherit;height:inherit;background-image:none;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;transition:none;outline:none;-webkit-transition:none;-webkit-appearance:none;-moz-appearance:none;color:#000;font-family:"Open Sans", sans-serif;font-weight:normal;display:block;position:absolute;z-index:9999992;top:-10px;right:-10px;background:rgba(0, 0, 0, 0.6);border:1px solid #000;color:#fff;font-weight:bold;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;}#fca_eoi_form_269 div.fca_eoi_layout_headline_copy_wrapper{font-weight:bold;}#fca_eoi_form_269 div.fca_eoi_layout_5,#fca_eoi_form_269 form.fca_eoi_layout_5{display:inline-block;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget{max-width:300px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox{max-width:600px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup{max-width:650px;}#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:20px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border:solid 1px transparent;width:49%;border-radius:3px;margin-bottom:10px;position:relative;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_name_field_wrapper{float:left;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_email_field_wrapper{float:right;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper_no_name div.fca_eoi_layout_field_wrapper{float:none;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper input:focus{border:none !important;width:100%;height:auto;font-size:16px;line-height:1.2em;padding:7px 0;outline:none;background:none !important;box-shadow:none;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{clear:both;transition:background 350ms linear, border-color 350ms linear;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{display:block;margin:10px 0 0;font-size:12px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:13px !important;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_description_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper i.fa:before,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_field_wrapper div.fca_eoi_layout_field_inner input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_submit_button_wrapper input:focus,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_form_text_element.fca_eoi_layout_privacy_copy_wrapper div,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_widget div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 div.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_content_wrapper div.fca_eoi_layout_fatcatapps_link_wrapper a{font-size:12px !important;}}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_content_wrapper{margin:8px 13px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_fatcatapps_link_wrapper a{margin:0;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_form_text_element.fca_eoi_layout_headline_copy_wrapper{margin-bottom:5px;}}@media (min-width:1px) and (max-width:320px),(min-height:1px) and (max-height:320px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_popup_close,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_popup_close{top:-1px;right:-1px;}}@media (min-width:1px) and (max-width:768px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{float:none;width:100%;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:20px;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_headline_copy_wrapper{margin-bottom:0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:20px 0;}@media (min-width:1px) and (max-width:450px),(min-height:1px) and (max-height:450px){#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_inputs_wrapper{margin:8px 0;}}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_wrapper{border-radius:5px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_field_inner,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_field_inner{margin:0 10px;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper{border-bottom:solid 4px transparent;border-radius:5px;padding:0 !important;text-align:center;width:100%;}#fca_eoi_form_269 div.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input,#fca_eoi_form_269 form.fca_eoi_layout_5 div.fca_eoi_layout_submit_button_wrapper input{border:0 !important;border-radius:5px;font-weight:bold;margin:0;height:2.8em;padding:0;text-shadow:0 0 2px black;white-space:normal;width:100%;}.fca_eoi_form{ margin: auto; }#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox{background-color:#f6f6f6 !important;border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_headline_copy_wrapper div{font-size:28px !important;color:#1a78d7 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_name_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper input{font-size:18px !important;color:#777 !important;background-color:#fff !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper{border-color:#ccc !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input{font-size:18px !important;color:#fff !important;background-color:#81b441 !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input:hover{background-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper{background-color:#70a01f !important;border-color:#70a01f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_privacy_copy_wrapper div{font-size:14px !important;color:#8f8f8f !important;}#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a,#fca_eoi_form_269 .fca_eoi_layout_5.fca_eoi_layout_postbox div.fca_eoi_layout_fatcatapps_link_wrapper a:hover{color:#8f8f8f !important;}FCM001_-_Interview_with_Seth_MosleyYou’re listening to the Full Circle Music Show, “The Why of the Music Business”.Chris Murphy: Hey, guys. Welcome to the Full Circle Music Show. This is Chris Murphy sitting beside Seth Mosley. Hello, sir.Seth Mosley: Hey, man.Chris: We thought since we’re kicking off this podcast that we wanted to speak to the man himself, multiple Dove award-winning songwriter and producer as well as GRAMMY award-winning songwriter and producer, Seth Mosley’s got Full Circle Music right here in Franklin, Tennessee, just outside of Nashville. So without further ado, let’s get right into it, the interview with Seth Mosley at Full Circle Music.Hi. I’m excited. This is our inaugural recording and I thought maybe what we could do for our audience is to give them a little taste as to why is the Full Circle Music Show a show. Why is it a podcast? What was your idea when you decided to start this and what you hope the audience can get out of it?Seth: Yes. I think the big thing for us was just to get around other industry professionals and find out how they’re navigating today’s ever-changing music industry because we know how crazy it is on our end of doing what we do at Full Circle Music. I do believe that there’s strength in numbers and as a music industry united going forward to make sure we’re reeling in the same direction, so to speak.Chris: Yes. It is quite a complex group of questions and thoughts and processes and it’s ever-changing all the time regardless of what industry or genre that you produce or you write for or that you are a fan of; that it’s constantly changing out there from a business perspective. What are some of the changes that you’ve seen in the years that you’ve been producing and song writing as well as being an artist?Seth: Sure. Well, yes. I started out as an artist. That was my entry into the music business. I toured for about three years, pretty full time. We we’re doing anywhere from 100 to 150 shows a year.I got burned out on it really quick and figured out that the part of the process I really enjoy is what we’re doing now which is the creative side where we’re writing and producing and tracking the stuff in the studio. So that’s what I had transitioned into. But since then, there have definitely been a lot of changes. I moved to Nashville probably officially six and a half-ish years ago.Chris: So that’s 2009, 2008, something like that?Seth: Yes, about 2008, 2009, exactly. So right as the market was tanking and everything so I came in at a very interesting time and we hear a lot of doom and gloom surrounding the music industry with sales and streaming and Spotify, Pandora, all that stuff, and how that affects our income. We can proudly say that at Full Circle Music that every year since we’ve been in business has been our best year.Chris: Wow.Seth: And I don’t think that’s coincidence. I have a very positive outlook on the music industry comparatively with a lot of my other peers and people that I work with, I think.Chris: So quickly as a side note, for those that don’t know, what is Full Circle Music to you and to the world at large?Seth: Well, Full Circle Music is a team. It was an effort for me to intentionally come out and say that yes, this is a team support; it’s not just me. And it really always has been from the beginning but even more so now. Right now, it’s a small team but we’re growing and hopefully, in the next couple of years, it’s going to be expanding into having some writers under our roster and some producers and eventually, if it makes sense and we find the right artist to be able to even do a joint venture with a label and help develop in that way.But again, the key word is the right people so we’ve been actually probably going on the slow side just to make sure that, who is in our team is the right people. Right now, it’s me and X. O’Connor is my co-producer, engineer, mixer. He does a good chunk of everything.And then, we’ve got another guy, Jerricho Scroggins, yes, Jerricho Scroggins, that is the name and he’s running the ships. So it’s a lean mean machine. And then we have five or six other guys who do editing stuff for us at any given moment as well.Chris: Well, for a small team, you got a lot of hardware on the wall. I think, that’s probably a good thing then.Seth: The hardware per person ratio, it has been good so far.Chris: Well, building on that, you said that every year that you guys have been doing what you’re doing that it’s been growing. What do you attribute that to when everybody else or it seems like a lot of people out there are just talking about that doom and gloom that you mentioned earlier?Seth: I mean, I think it’s the focus on two things. Number one is, I mean, and this is a cliché, especially in Nashville, our focus is the song. Everything comes back to song writing and that’s the starting point.Production, that’s not to say production isn’t as important. It is. But if you don’t have anything, if you don’t have a good song at the beginning so I think that’s been more of my strength. A lot of people would say they’re a producer or a writer. I would say I’m probably more so a writer-producer, if anything, and that’s why having people like X and Jerricho around are key because their strengths complement for where I lack.So I think that’s been one thing is focus on the song. And the second thing is just the fact that it’s just our why behind why we do what we do is we’re here to serve. That’s our first thing as we’re in a service business. A friend of mine taught me that really early on when I moved to Nashville and that stuck with me. This really is a service business.Chris: And when you say service, do you mean servicing the song, servicing the artist, servicing the label?Seth: Yes. Yes. It’s really whoever is in front of us at any given moment, “How can I serve you?” whether that is the song or whether that’s the artist. The fact is that we are just here to enable and help facilitate artists to pursue their dreams and their careers. So any way that we can add value to what somebody’s doing, that’s our mantra.We’re always here to serve first. We’re not coming into a room with any sense of ego or, “What can we get out of this situation?” but, “Hey, we’re here to serve and give and give and give and give” and it seems like it’s just been, for lack of a better term, the universe’s way of giving back to us. We come in with that mentality and it seems to be working okay.Chris: is there a tangible example of that that you can think of off the top of your head? And if you need to leave names out, that’s fine but maybe something that really shows that service.Seth: Yes. I would say honestly and this wasn’t some brand new concept that we came up with; it was really more something that I learned by seeing how some other peers and mentors in the business were doing, it is just the fact of they don’t quit until they are as just happy.And that’s the same with us. We’ll go rounds and rounds and rounds and rounds and sometimes, actually, I had a conversation with a friend of mine about this and we always have to remind ourselves that Michael Jackson’s Thriller underwent 97 or so versions before they settled on the final.Chris: 97?Seth: Something like 97. I know it’s almost 100.Chris: Wow. Good grief.Seth: But I think that’s one very tangible thing. We’re not stopping until the artist, the label, the manager, and everybody is really, really pumped and signed off and proud to have their names on it.Chris: I was actually talking to Jerricho about this a couple of days ago, this exact topic. Before you, as a producer, writer, a person who is a go-between, when do you get to the point where you say, you know there’s that saying that the customer is always right?Seth: Yes.Chris: Is there ever a point in time where you say, “Well, I understand that but my experience says that maybe we need to go down this path. And then maybe…”, how do you lead that into that conversation if that’s the case for you?Seth: Sure. No, that’s a great question and it could very often be the case where I have – obviously, this is a very subjective business.Chris: Absolutely.Seth: And it’s not a business of what’s right and what’s wrong. It’s really a business of again, I’m putting my preferences, opinions, and even “expertise” aside sometimes to serve what an artist’s vision is because there’s a lot of the times that yes, it probably isn’t the first thing that I would do. That doesn’t mean it’s right or wrong. It just means that I’m helping draw out the best version of them.You said like my expertise on what works and what doesn’t work, that’s been another thing that served us really well is I think we try go on with the mentality of, “Hey, there’s no black and white; there’s no rules; there’s not a ‘this works and this doesn’t work’.”Granted, we do work in some pretty narrow radio-driven formats, and there are things, but here’s the thing. I mean, we always chase the artist’s dream all the way to the moon. Sometimes, I have to pull it back to the earth. We could very easily, in those situations, just like you said, point to the hardware on the wall and say, “Check the score.” I’ve heard some guys say that. I can never imagine personally us doing that.Chris: True.Seth: I think we’re literally probably the opposite of that to a fault.Chris: Well, again, I think that that’s probably why you’re in demand and a pleasure to work with. Because there are a lot of people out there, there are a lot of producers or songwriters that people could go to, so the fact that they’re choosing you, it’s because you bring that unique personality to it that draws people to it.For a producer that’s getting started out there or a songwriter as well, what’s a tip or two that you could point them to when you talk about service and trying to find the artist’s vision if you’re producing a project? What’s something that’s an applicable take-away that somebody could jump into right now?Seth: Well, I would say if you’re trying to learn to get good at your craft of production or song writing or anything in the music business, learn to do that but even more so, learn to be a collaborator. I think there are a lot of really good songwriters that we know that shoot themselves in the foot; that they are the most talented people in the world.But they’d probably be a lot more successful if they just spent a little more energy learning how to be collaborators rather than just saying, “Here’s the idea. Here’s the vibe. Take it or leave it.” I would say focus on that and that just takes a lot of humility, really.So just do some soul-searching and say, “Why am I in this in the first place? Am I in this because I’m trying to scratch some ego itch that I have or an insecurity or whatever?”Chris: True.Seth: So I would say that’s first and foremost because people look for collaborators. They’re not really looking, especially nowadays, for ultimatums.Chris: Yes. That’s a really good point and it makes me think about when you were saying earlier that you were on the road, pretty hard core, for several years and it burned you out pretty badly. Was there a moment in that process that where you thought, “Okay. I’m a good writer. I produce stuff. This could be a path for me more so than being the artist on the road and the tour bus?”Seth: Sure, or the tour van. We ended up in the bus on the very tail end of what we were doing and it’s ironic that yes, as soon as we got into a bus, I was already burned out. That’s kind of whatever you’ve been, shoot for it. It’s still like get on the road and hop a bus and be flying around and doing it that way. I think there was a really clear moment and that was in the beautiful, glorious state of Iowa. Every time we went through Iowa on tour, it seemed like something, the universe was just against us.Chris: Sure.Seth: Like God was saying, “Do not go to Iowa.”Chris: “Just drive around the corner.”Seth: “Drive around it.” So the last straw in Iowa, still probably story number three or four after having broken down there and stuck there in snowstorms and ice storms, all that other stuff, the last straw was we were on tour out there and it was, of course, snowing and sleeting and everything and the van, I think we were outside of Sioux City and we heard a giant bang and we looked around like “What in the world?” and then the van just grinds to a halt.Chris: Oh, no.Seth: We got out and it looked like somebody shot a cannonball through the bottom of the wall, like something literally blew up under it.Chris: Wow.Seth: So it was at that point that we had to call U-Haul, sit there in the cold for two and a half hours, and wait on them to show up. We finally got to the venue and in order to just stay and get home from that that weekend that we were doing it, to drive a U-Haul and run a rental car and drive all night, the choice was do we fix the van or do we just dump it and leave it there with the trailer and say, “Hasta la vista” because we owed money on it and that for me was like, I felt like it was God’s way of saying, “Hey, maybe it’s time to start focusing on something else.”Chris: Sure.Seth: We never went back for the van or the trailer.Chris: Really?Seth: Somebody’s still there with it.Chris: Wow.Seth: It was a tax write-off. That was the moment. And honestly, sometimes life does that where it just makes decisions for you and sometimes, that’s what we need and that’s what that was very clearly because I had been doing production and writing the whole time and was having some success at it and honestly, taking care of our family through that side of things, the financials of touring were not in our favor.Chris: Sure.Seth: But on the production and writing side, I already had some things rolling with these boys and some other projects as well, too. So it was a natural transition and a lot of people say, “You just make the leap of faith out and just switch.” But honestly for us, it wasn’t a leap of faith; for us it was a no-brainer.It was, “Hey, I get to stay home with my wife” and we didn’t have kids at the time but we got to stay home, hang out, didn’t have to go get in the van and drive all night or a bus, and actually pay our bills with this. So for us, it was a bit of a no-brainer and that was definitely the situation that sparked it for us.Chris: Oh, I think that’s a good transition that I’d love to hear. From somebody that’s been on many different sides of the music industry, being an artist and now producer, songwriter extraordinaire, is that process…Seth: Extraordinaire, I don’t know about that.Chris: Okay, then I’ll just that out loud. You don’t have to agree with it but I’ll say it for you; that I think that it makes sense to talk about you may have a sole passion in the music industry or whatever industry that you’re in but the fact that you had many different things going on, you didn’t have all your eggs on one basket, so to speak. Could you speak to that for those out there that are saying that, “You know what? I just want to be behind the boards. I just want to be in a bus and break down in the middle of Iowa like that’s my dream, that’s my passion?” Is there validity in having your eggs spread out or is there also validity in having all your eggs in one basket when you were chasing that dream?Seth: I would say that I would go back to the proverb of chase two rabbits and you will catch neither. I think the moment that we made that decision to get off the road and focus on one thing was like a cannonball. It was like a spark for our career on the production and writing side.Just, it was like, “Okay. Well, there’s no longer conflict of interest. There’s no longer making the decision of what do I focus my energy on? I only focus on one thing.”Chris: Sure.Seth: And it’s the Full Circle Music side so I’m a very big believer in being focused on one thing. I think in the financial industry, we hear a lot about diversify, diversify, diversify.Chris: Sure.Seth: And that is true, once you’ve achieved some success, to protect what you have.Chris: Right.Seth: When you’re in the beginning stages and growing and growing and growing, it’s really, “Put all of your eggs in one basket and watch that basket really carefully.” That’s what I’m leaning towards.Chris: Yes, that makes sense. So watch that basket carefully and then when you get to the point where that’s on autopilot or that it’s running itself, whatever it is, then maybe you can move on to something else.Seth: Yes. And even then, I don’t know that there is ever truly an autopilot. There’s some degree of yes, we can maybe take some time off and stuff will still happen and what not but I think no matter what the case is, if you’re focusing on one thing, that means it’s one thing that you’re not focusing on. You’re taking away from the other side of things.Chris: Yes.Seth: Honestly, there’s always going to be a little bit of trade-off there.Chris: Right.Seth: I think honestly, well, there’s a really good book. Actually, I would recommend it to all the listeners out there. It’s Gary Keller’s The ONE Thing. And we recently went through it and it was really good for me on focus.Chris: Absolutely.Seth: And that applies to people in music or investing or anything in life, to be honest. I’m very big on focus.Chris: That’s great. Do you miss it? Do you miss the road? Do you miss being an artist?Seth: Not for one second.Chris: No?Seth: Every time I see a bus drive by or a van or a trailer, I’m just like, “Oh, thank God that I’m not on it.” I start sweating for the people inside it.Chris: Oh, man. Okay, you got some sort of a response to some PTSD or something from being on the road, huh?Seth: Well, I’m making it sound really bad but honestly, I mean, there is a lot of great things. And probably the biggest thing for me was I met my wife through it. So had I not done it, I wouldn’t have known her and we wouldn’t be where are today.So the universe definitely has its way of circling things back around and then we’re just part of how God used, and I think He used it honestly to our favor on even what we’re doing right now because we’re able to relate with artists in a different way than somebody who’s never been on the road.Chris: It sure is.Seth: We have first-hand experience to say, “Okay. I know. I know what you’re going through. I know how hard you’re working every night. I know what it is to play these songs every night and go to the radio tours” because we’ve done that and we’ve been there.Chris: True.Seth: So it helps us relate in a different way.Chris: Other than just that experience of just being in the trenches for years and doing it and then transitioning to what you’re doing now with the producing and song writing or song writing and producing, what kind of education did you have behind you when you started?Seth: A high school diploma.Chris: Okay.Seth: Where I grew up in Ohio, we had a thing called post-secondary education where you could take college classes in high school. And I did probably 12 credit hours of that so that was the extent of my education.Chris: Oh, wow. Okay.Seth: And YouTube really wasn’t even a thing now and that is a big part of education nowadays. You can learn to do anything you want on the internet.Chris: Sure.Seth: That really wasn’t as much of a thing that was available. People weren’t creating these tutorials and videos of how to do stuff; it was really just diving in and watching other people work.Chris: So really from the music business standpoint, your life experiences was your classroom.Seth: Exactly. Yes. But that’s not to discount – I would say that’s my classroom but the other part of that is just watching other professionals and what can I learn from them. And part of our servant mentality is walking into a room saying, “Hey, what can I learn?” not “What can I teach?”A lot of people graduated from college nowadays that we find, because we have an internship program, and we have some great interns. But we’ve also sensed a little bit of a mentality and I don’t know, it’s just been in the past few years of maybe it is an entitlement thing where people think they’re going to graduate and get hired as a producer or a songwriter and get a job, a publishing deal or whatever it is.That’s really not the way it works. You have to come into a room and show that, “Hey, I’m here to serve and I’m here to add value.” And only then do things start opening up for you.Chris: Yes, that makes sense. So I guess the palm on the wall is great. But if it doesn’t have the experience behind it then it doesn’t speak too much.Seth: Yes, and the heart behind it to serve. I mean, I think nowadays, this is so important. You just have to be going into a room, “How can I add value? How can I add value?” and not “What can I get out of this situation?”Chris: Sure. What would you say to somebody who’s sitting in a music score right now or doing a production licensing or whatever that would look like that’s in the thick of it, that’s listening because they want to graduate in a few months and come in Nashville and be on the Seth Mosley plan?Seth: Yes. No, I mean, we have, me and Jerricho, have these discussions all the time with our interns saying, “Okay. It’s really all about why am I doing what I’m doing?”Chris: Sure.Seth: Because we never want to put off the vibe that, “Hey, don’t go to college; that you’re not going to get anywhere with it.” That’s not what we’re saying at all. It’s more so, “Hey, if you’re going to college, how do you use that to further and get closer to where you want to be?”Chris: Absolutely.Seth: And really, it’s all what you make of it. It’s all what you put into it; who are meeting; who are you serving; what kind of experiences are you getting out of it; what are you learning. So I would say if you really feel strongly that you’re using that as something to get closer to where you’re going, keep on and finish strong.Chris: That’s great. Yes.Seth: But I would also say on a more down to earth, realistic, because we’re definitely a realist over here, on a realistic note that don’t think that just because you do graduate and get that diploma that it’s going to mean that you’re going to get hired right away.Chris: Sure.Seth: Maybe that’s one in a hundred or one in a thousand situations. But you’re going to get hired because of who you are and what dynamic you add to a room. If you have a diploma, maybe that’s icing on the cake but that’s definitely not what we look for in a company or in a student or somebody to hire.Chris: So just to nail it down, what are you looking for when you’re reaching out to find either an intern or the next employee? So for someone out there that’s like, “Oh, okay. I get what stuff he’s saying but maybe what are a few things that I need to be working on to make sure that by the time I’m ready to strike, I’m ready to go?”Seth: Well, I think and not to keep saying the same thing and be a broken record, but we look for servant hearts. That’s the first and foremost thing. Second thing is yes, I mean, there’s got to be some raw talent there. And again, that’s all subjective, too.Chris: Sure.Seth: But we have to at least really dig and connect on a creative level. Otherwise, it’s not going to work that way. And the third thing would just be work ethic and enthusiasm for it because it’s not a business that really lets you have typical 9am – 5pm, most weekends off.I mean, we try really hard at Full Circle to have a pretty normal semblance of a normal life for me and for the guys that work with us because I think that’s important for balance. But that’s definitely on the beginning, maybe not the norm.Chris: Yes.Seth: It’s a little more the exception. So I would say just you got to know what you want to do and have the work ethic, have the enthusiasm to stay up all night and grind it out until you get good because it really is about that 10,000 hours and putting that in. And if even that, I’ mean, I’m still feeling like as we cross our 10,000-hour threshold like man, I’m still learning everyday and I feel like if you’re not, you’re just getting further and further behind.Chris: Sure. Seth, this is great, man. In one of the opening episodes of this podcast, we both sat down and talked that we wanted to really hear from other industry professionals and their heart and their desire and their expertise so that can be something that others can grow from.But I’m grateful that you’re willing to sit down with us today and give your heart and I know that you’re going to be giving that a lot because you’re going to be sitting at the microphone everytime.But to hear from you and to see where you’ve come from and where you’re going and I think the biggest take-away is the fact that you said when you walk into a room, you think, “How can I serve?” Or, “What can I give not what can I get?” so to speak.Seth: Yes.Chris: I think that’s huge.Seth: Yes.Chris: And so I appreciate that. But is there anything else you’d like to leave the audience with as we step away here?Seth: I mean, I would say, the other big thing is yes, serve but it’s also, it’s a kind of piggyback on what we were saying earlier. If I could put any title behind it, it’s no plan B. I think the people who have a fallback plan are going to do that fallback plan.Chris: Absolutely.Seth: At some point, you got a wife and kids and you got to do what’s responsible for them especially when you’re on the frontend. If you’re single or young or married or whatever, you just grind it on, figure out how to make it work.Another friend of mine who’s in the industry who’s been in it for a long time, that was his advice in his panel, to a bunch of Belmont, probably 200 Belmont song writing students.He had them raise their hand and say, “Hey, who has a plan B?” Probably 75% of the room put their hands up. And he said, “Okay. Get out now.” And he wasn’t saying that to be mean. He was just saying, “Hey, that’s the reality.” If you have a plan B, you’re going to do the plan B.Chris: Yes, sure.Seth: Honestly, I didn’t know growing up or in high school what else besides music I would do. It was just the only thing that I felt like I knew how to do and the only thing that drove me and get me happiness and satisfaction. Obviously, as life progresses, you develop those things. But honestly, not having a plan B is the best thing in the world for you because you’re going to figure out how to make it work because you have to.Chris: That’s great. Seth, thank you so much, man. I really appreciate it.Seth: Yes.Chris: Hey, we hoped you’ve enjoyed this episode and will join us again soon on the Full Circle Music Show, The Why of the Music Hits.Check us out at fullcirclemusic.org/podcast.The post FCM001 – Interview with Seth Mosley appeared first on Full Circle Music. See acast.com/privacy for privacy and opt-out information.