Podcasts about paul so

  • 37PODCASTS
  • 62EPISODES
  • 25mAVG DURATION
  • ?INFREQUENT EPISODES
  • Jan 16, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about paul so

Latest podcast episodes about paul so

Software Sessions
Paul Frazee on Bluesky and ATProto

Software Sessions

Play Episode Listen Later Jan 16, 2025 67:11


Paul Frazee is the CTO of Bluesky. He previously worked on the Beaker browser and the peer-to-peer social media protocol Secure Scuttlebutt. Paul discusses how Bluesky and ATProto got started, scaling up a social media site, what makes ATProto decentralized, lessons ATProto learned from previous peer-to-peer projects, and the challenges of content moderation. Episode transcript available here. My Bluesky profile. -- Related Links Bluesky ATProtocol ATProto for distributed systems engineers Bluesky and the AT Protocol: Usable Decentralized Social Media Decentralized Identifiers (DIDs) ActivityPub Webfinger Beaker web browser Secure Scuttlebutt -- Transcript You can help correct transcripts on GitHub. [00:00:00] Jeremy: Today I am talking to Paul Frazee. He's the current CTO of bluesky, and he previously worked on other decentralized applications like Beaker and Secure Scuttlebutt. [00:00:15] Paul: Thanks for having me. What's bluesky [00:00:16] Jeremy: For people who aren't familiar with bluesky, what is it? [00:00:20] Paul: So bluesky is an open social network, simplest way to put it, designed in particular for high scale. That's kind of one of the big requirements that we had when we were moving into it. and it is really geared towards making sure that the operation of the social network is open amongst multiple different organizations. [00:00:44] So we're one of the operators, but other folks can come in, spin up the software, all the open source software, and essentially have a full node with a full copy of the network active users and have their users join into our network. And they all work functionally as one shared application. [00:01:03] Jeremy: So it, it sounds like it's similar to Twitter but instead of there being one Twitter, there could be any number and there is part of the underlying protocol that allows them to all connect to one another and act as one system. [00:01:21] Paul: That's exactly right. And there's a metaphor we use a lot, which is comparing to the web and search engines, which actually kind of matches really well. Like when you use Bing or Google, you're searching the same web. So on the AT protocol on bluesky, you use bluesky, you use some alternative client or application, all the same, what we're we call it, the atmosphere, all one shared network, [00:01:41] Jeremy: And more than just the, the client. 'cause I think sometimes when people think of a client, they'll think of, I use a web browser. I could use Chrome or Firefox, but ultimately I'm connecting to the same thing. But it's not just people running alternate clients, right? [00:01:57] Paul: Their own full backend to it. That's right. Yeah. Yeah. The anchoring point on that being the fire hose of data that runs the entire thing is open as well. And so you start up your own application, you spin up a service that just pipes into that fire hose and taps into all the activity. History of AT Protocol [00:02:18] Jeremy: Talking about this underlying protocol maybe we could start where this all began so people get some context for where this all came from. [00:02:28] Paul: For sure. All right, so let's wind the clock back here in my brain. We started out 2022, right at the beginning of the year. We were formed as a, essentially a consulting company outside of Twitter with a contract with Twitter. And, uh, our goal was to build a protocol that could run, uh, Twitter, much like the way that we just described, which set us up with a couple of pretty specific requirements. [00:02:55] For one, we had to make sure that it could scale. And so that ended up being a really important first requirement. and we wanted to make sure that there was a strong kind of guarantees that the network doesn't ever get captured by any one operator. The idea was that Twitter would become the first, uh, adopter of the technology. [00:03:19] Other applications, other services would begin to take advantage of it and users would be able to smoothly migrate their accounts in between one or the other at any time. Um, and it's really, really anchored in a particular goal of just deconstructing monopolies. Getting rid of those moats that make it so that there's a kind of a lack of competition, uh, between these things. [00:03:44] And making sure that, if there was some kind of reason that you decided you're just not happy with what direction this service has been going, you move over to another one. You're still in touch with all the folks you were in touch with before. You don't lose your data. You don't lose your, your your follows. Those were the kind of initial requirements that we set out with. The team by and large came from, the decentralized web, movement, which is actually a pretty, large community that's been around since, I wanna say around 2012 is when we first kind of started to form. It got really made more specifically into a community somewhere around 2015 or 16, I wanna say. [00:04:23] When the internet archives started to host conferences for us. And so that gave us kind of a meeting point where all started to meet up there's kind of three schools of thought within that movement. There was the blockchain community, the, federation community, and the peer-to-peer community. [00:04:43] And so blockchain, you don't need to explain that one. You got Federation, which was largely ActivityPub Mastodon. And then peer-to-peer was IPFS, DAT protocol, um, secure scuttlebutt. But, those kinds of BitTorrent style of technologies really they were all kind of inspired by that. [00:05:02] So these three different kind of sub communities we're all working, independently on different ways to attack how to make these open applications. How do you get something that's a high scale web application without one corporation being the only operator? When this team came together in 2022, we largely sourced from the peer-to-peer group of the decentralized community. Scaling limitations of peer-to-peer [00:05:30] Paul: Personally, I've been working in the space and on those kinds of technologies for about 10 years at that stage. And, the other folks that were in there, you know, 5-10 each respectively. So we all had a fair amount of time working on that. And we had really kind of hit some of the limitations of doing things entirely using client devices. We were running into challenges about reliability of connections. Punching holes to the individual device is very hard. Synchronizing keys between the devices is very hard. Maintaining strong availability of the data because people's devices are going off and on, things like that. Even when you're using the kind of BitTorrent style of shared distribution, that becomes a challenge. [00:06:15] But probably the worst challenge was quite simply scale. You need to be able to create aggregations of a lot of behavior even when you're trying to model your application as largely peer wise interactions like messaging. You might need an aggregation of accounts that even exist, how do you do notifications reliably? [00:06:37] Things like that. Really challenging. And what I was starting to say to myself by the end of that kind of pure peer-to-peer stent was that it can't be rocket science to do a comment section. You know, like at some point you just ask yourself like, how, how hard are we willing to work to, to make these ideas work? [00:06:56] But, there were some pretty good pieces of tech that did come out of the peer-to-peer world. A lot of it had to do with what I might call a cryptographic structure. things like Merkel trees and advances within Merkel Trees. Ways to take data sets and reduce them down to hashes so that you can then create nice signatures and have signed data sets at rest at larger scales. [00:07:22] And so our basic thought was, well, all right, we got some pretty good tech out of this, but let's drop that requirement that it all run off of devices. And let's get some servers in there. And instead think of the entire network as a peer-to-peer mesh of servers. That's gonna solve your scale problem. [00:07:38] 'cause you can throw big databases at it. It's gonna solve your availability problems, it's gonna solve your device sync problems. But you get a lot of the same properties of being able to move data sets between services. Much like you could move them between devices in the peer-to-peer network without losing their identifiers because you're doing this in direction of, cryptographic identifiers to the current host. [00:08:02] That's what peer-to-peer is always doing. You're taking like a public key or hash and then you're asking the network, Hey, who has this? Well, if you just move that into the server, you get the same thing, that dynamic resolution of who's your active host. So you're getting that portability that we wanted real bad. [00:08:17] And then you're also getting that kind of in meshing of the different services where each of them is producing these data sets that they can sink from each other. So take peer-to-peer and apply it to the server stack. And that was our kind of initial thought of like, Hey, you know what? This might work. [00:08:31] This might solve the problems that we have. And a lot of the design fell out from that basic mentality. Crytographic identifiers and domain names [00:08:37] Jeremy: When you talk about these cryptographic identifiers, is the idea that anybody could have data about a person, like a message or a comment, and that could be hosted different places, but you would still know which person that originally came from. Is that, is that the goal there? [00:08:57] Paul: That's exactly it. Yeah. Yeah. You wanna create identification that supersedes servers, right? So when you think about like, if I'm using Twitter and I wanna know what your posts are, I go to twitter.com/jeremy, right? I'm asking Twitter and your ID is consequently always bound to Twitter. You're always kind of a second class identifier. [00:09:21] We wanted to boost up the user identifier to be kind of a thing freestanding on its own. I wanna just know what Jeremy's posts are. And then once you get into the technical system it'll be designed to figure out, okay, who knows that, who can answer that for you? And we use cryptographic identifiers internally. [00:09:41] So like all the data sets use these kind of long URLs to identify things. But in the application, the user facing part, we used domain names for people. Which I think gives the picture of how this all operates. It really moves the user accounts up into a free standing first class identifier within the system. [00:10:04] And then consequently, any application, whatever application you're using, it's really about whatever data is getting put into your account. And then that just exchanges between any application that anybody else is using. [00:10:14] Jeremy: So in this case, it sounds like the identifier is some long string that, I'm not sure if it's necessarily human readable or not. You're shaking your head no. [00:10:25] Paul: No. [00:10:26] Jeremy: But if you have that string, you know it's for a specific person. And since it's not really human readable, what you do is you put a layer on top of it which in this case is a domain that somebody can use to look up and find the identifier. [00:10:45] Paul: Yeah, yeah, yeah. So we just use DNS. Put a TXT record in there, map into that long string, or you could do a .well-known file on a web server if that's more convenient for you. And then the ID that's behind that, the non-human readable one, those are called DIDs which is actually a W3C spec. Those then map to a kind of a certificate. What you call a DID document that kind of confirms the binding by declaring what that domain name should be. So you get this bi-directional binding. And then that certificate also includes signing keys and active servers. So you pull down that certificate and that's how the discovery of the active server happens is through the DID system. What's stored on a PDS [00:11:29] Jeremy: So when you refer to an active server what is that server and what is that server storing? [00:11:35] Paul: It's kinda like a web server, but instead of hosting HTML, it's hosting a bunch of JSON records. Every user has their own document store of JSON documents. It's bucketed into collections. Whenever you're looking up somebody on the network you're gonna get access to that repository of data, jump into a collection. [00:11:58] This collection is their post collection. Get the rkey (Record Key), and then you're pulling out JSON at the end of it, which is just a structured piece of stuff saying here's the CreatedAt, here's the text, here's the type, things like that. One way you could look at the whole system is it's a giant, giant database network. Servers can change, signing keys change, but not DID [00:12:18] Jeremy: So if someone's going to look up someone's identifier, let's say they have the user's domain they have to go to some source, right? To find the user's data. You've mentioned, I think before, the idea that this is decentralized and by default I would, I would picture some kind of centralized resource where I send somebody a domain and then they give me back the identifier and the links to the servers. [00:12:46] So, so how does that work in practice where it actually can be decentralized? [00:12:51] Paul: I mentioned that your DID that non-human readable identifier, and that has that certificate attached to it that lists servers and signing keys and things like that. [00:13:00] So you're just gonna look up inside that DID document what that server is your data repository host. And then you contact that guy and say, all right, I'm told you're hosting this thing. Here's the person I'm looking for, hand over the hand over the data. It's really, you know, pretty straightforward. [00:13:18] The way that gets decentralized is by then to the fact that I could swap out that active server that's in my certificate and probably wanna rotate the signing keys 'cause I've just changed the, you know. I don't want to keep using the same signing keys as I was using previously because I just changed the authority. [00:13:36] So that's the migration change, change the hosting server, change out the signing keys. Somebody that's looking for me now, they're gonna load up my document, my DID document. They're gonna say, okay, new server, new keys. Pull down the data. Looks good, right? Matches up with the DID doc. [00:13:50] So that's how you get that level of portability. But when those changes happen, the DID doesn't change, right? The DID document changes. So there's the level of indirection there and that's pretty important because if you don't have a persistent identifier whenever you're trying to change out servers, all those backlinks are gonna break. [00:14:09] That's the kind of stuff that stops you from being able to do clean migrations on things like web-based services. the only real option is to go out and ask everybody to update their data. And when you're talking about like interactions on the social network, like people replying to each other, there's no chance, right? [00:14:25] Every time somebody moves you're gonna go back and modify all those records. You don't even control all the records from the top down 'cause they're hosted all over the web. So it's just, you can't do it. Generally we call this account portability, that you're kinda like phone number portability that you can change your host, but, so that part's portable, but the ID stays the same. [00:14:45] And keeping that ID the same is the real key to making sure that this can happen without breaking the whole system. [00:14:52] Jeremy: And so it, it sounds like there's the decentralized id, then there's the decentralized ID document that's associated with that points you to where the actual location of your, your data, your posts, your pictures and whatnot. but then you also mentioned that they could change servers. [00:15:13] So let's say somebody changes where their data is, is stored, that would change the servers, I guess, in their document. But [00:15:23] then how do all of these systems. Know okay. I need to change all these references to your old server, to these new servers, [00:15:32] Paul: Yeah. Well, the good news is that you only have to, you, you got the public data set of all the user's activity, and then you have like internal caches of where the current server is. You just gotta update those internal caches when you're trying to contact their server. Um, so it's actually a pretty minimal thing to just like update like, oh, they moved, just start talking to update my, my table, my Redis, that's holding onto that kind of temporary information, put it on ttl, that sort of thing. Most communication won't be between servers, it will be from event streams [00:16:01] Paul: And, honestly, in practice, a fair amount of the system for scalability reasons doesn't necessarily work by servers directly contacting each other. It's actually a little bit more like how, I told you before, I'm gonna use this metaphor a lot, the search engines with the web, right? What we do is we actually end up crawling the repositories that are out in the world and funneling them into event streams like a Kafka. And that allows the entire system to act like a data processing pipeline where you're just tapping into these event streams and then pushing those logs into databases that produce these large scale aggregations. [00:16:47] So a lot of the application behavior ends up working off of these event logs. If I reply to somebody, for instance, I don't necessarily, it's not, my server has to like talk to your server and say, Hey, I'm replying to you. What I do is I just publish a reply in my repository that gets shot out into the event logs, and then these aggregators pick up that the reply got created and just update their database with it. [00:17:11] So it's not that our hosting servers are constantly having to send messages with each other, you actually use these aggregators to pull together the picture of what's happening on the network. [00:17:22] Jeremy: Okay, so like you were saying, it's an event stream model where everybody publishes the events the things that they're doing, whether that's making a new post, making a reply, that's all being posted to this event stream. And then everybody who provides, I'm not sure if instances is the right term, but an implementation of the atmosphere protocol (Authenticated Transfer protocol). [00:17:53] They are listening for all those changes and they don't necessarily have to know that you moved servers because they're just listening for the events and you still have the same identifier. [00:18:10] Paul: Generally speaking. Yeah. 'cause like if you're listening to one of these event streams what you end up looking for is just the signature on it and making sure that the signature matches up. Because you're not actually having to talk to their live server. You're just listening to this relay that's doing this aggregation for you. [00:18:27] But I think actually to kind of give a little more clarity to what you're talking about, it might be a good idea to refocus how we're talking about the system here. I mentioned before that our goal was to make a high scale system, right? We need to handle a lot of data. If you're thinking about this in the way that Mastodon does it, the ActivityPub model, that's actually gonna give you the wrong intuition. Designing the protocol to match distributed systems practices (Event sourcing / Stream processing) [00:18:45] Paul: 'cause we chose a dramatically different system. What we did instead was we picked up, essentially the same practices you're gonna use for a data center, a high scale application data center, and said, all right, how do you tend to build these sorts of things? Well, what you're gonna do is you're gonna have, multiple different services running different purposes. [00:19:04] It gets pretty close to a microservices approach. You're gonna have a set of databases, and then you're going to, generally speaking for high scale, you're gonna have some kind of a kafka, some kind of a event log that you are tossing changes about the state of these databases into. And then you have a bunch of secondary systems that are tapping into the event log and processing that into, the large scale, databases like your search index, your, nice postgres of user profiles. [00:19:35] And that makes sure that you can get each of these different systems to perform really well at their particular task, and then you can detach them in their design. for instance, your primary storage can be just a key value store that scales horizontally. And then on the event log, you, you're using a Kafka that's designed to handle. [00:19:58] Particular semantics of making sure that the messages don't get dropped, that they come through at a particular throughput. And then you're using, for us, we're using like ScyllaDB for the big scale indexes that scales horizontally really well. So it's just different kind of profiles for different pieces. [00:20:13] If you read Martin Kleppman's book, data Intensive applications I think it's called or yeah. A lot of it gets captured there. He talks a lot about this kind of thing and it's sometimes called a kappa architecture is one way this is described, event sourcing is a similar term for it as well. [00:20:30] Stream processing. That's pretty standard practices for how you would build a traditional high scale service. so if you take, take this, this kind of microservice architecture and essentially say, okay, now imagine that each of the services that are a part of your data center could be hosted by anybody, not just within our data center, but outside of our data center as well and should be able to all work together. [00:20:57] Basically how the AT Proto is designed. We were talking about the data repository hosts. Those are just the primary data stores that they hold onto the user keys and they hold onto those JSON records. And then we have another service category we call Relay that just crawls those data repositories and sucks that in that fire hose of data we were talking about that event log. App views pull data from relay and produces indexes and threads [00:21:21] Paul: And then we have what we call app views that sit there and tail the index and tail the log, excuse me, and produce indexes off of it, they're listening to those events and then like, making threads like okay, that guy posted, that guy replied, that guy replied. [00:21:37] That's a thread. They assemble it into that form. So when you're running an application, you're talking to the AppView to read the network, and you're talking to the hosts to write to the network, and each of these different pieces sync up together in this open mesh. So we really took a traditional sort of data center model and just turned it inside out where each piece is a part of the protocol and communicate it with each other and therefore anybody can join into that mesh. [00:22:07] Jeremy: And to just make sure I am tracking the data repository is the data about the user. So it has your decentralized identifier, it has your replies, your posts, And then you have a relay, which is, its responsibility, is to somehow find all of those data repositories and collect them as they happen so that it can publish them to some kind of event stream. [00:22:41] And then you have the AppView which it's receiving messages from the relay as they happen, and then it can have its own store and index that for search. It can collect them in a way so that it can present them onto a UI. That's sort of thing that's the user facing part I suppose. [00:23:00] Paul: Yeah, that's exactly it. And again, it's, it's actually quite similar to how the web works. If you combine together the relay and the app view, you got all these different, you know, the web works where you got all these different websites, they're hosting their stuff, and then the search engine is going around, aggregating all that data and turning it into a search experience. [00:23:19] Totally the same model. It's just being applied to, more varieties of data, like structured data, like posts and, and replies, follows, likes, all that kinda stuff. And then instead of producing a search application at the end. I mean, it does that too, but it also produces a, uh, you know, timelines and threads and, um, people's profiles and stuff like that. [00:23:41] So it's actually a pretty bog standard way of doing, that's one of the models that we've seen work for large scale decentralized systems. And so we're just transposing it onto something that kind of is more focused towards social applications [00:23:58] Jeremy: So I think I'm tracking that the data repository itself, since it has your decentralized identifier and because the data is cryptographically signed, you know, it's from a specific user. I think the part that I am still not quite sure about is the relays. I, I understand if you run all the data repositories, you know where they are, so you know how to collect the data from them. [00:24:22] But if someone's running another system outside of your organization, how do they find, your data repositories? Or do they have to connect to your relay? What's the intention for that? Data hosts request relays to pull their data [00:24:35] Paul: That logic runs, again, really similar to how search engines find out about websites. So there is actually a way for, one of these, data hosts to contact Relay and say, Hey, I exist. You know, go ahead and get my stuff. And then it'll be up to the relay to decide like if they want it or not. [00:24:52] Right now, generally we're just like, yeah, you know, we, we want it. But as you can imagine, as the thing matures and gets to higher scale, there might be some trust kind of things to worry about, you know? So that's kind of the naive operation that currently exists. But over time as the network gets bigger and bigger, it'll probably involve some more traditional kind of spiraling behaviors because as more relays come into the system, each of these hosts, they're not gonna know who to talk to. Relays can bootstrap who they know about by talking to other relays [00:25:22] Paul: You're trying to start a new relay. What they're gonna do is they're going to discover all of the different users that exist in the system by looking at what data they have to start with. Probably involve a little bit of a manual feeding in at first, whenever I'm starting up a relay, like, okay, there's bluesky's relay. [00:25:39] Lemme just pull what they know. And then I go from there. And then anytime you discover a new user you don't have, you're like, oh, I wanna look them up. Pull them into the relay too. Right. So there's a, pretty straightforward, discovery process that you'll just have to bake into a relay to, to make sure you're calling as much the network as possible. ActivityPub federation vs AT Proto [00:25:57] Jeremy: And so I don't think we've defined the term federation, but maybe you could explain what that is and if that is what this is. [00:26:07] Paul: We are so unsure. [00:26:10] Jeremy: Okay. [00:26:11] Paul: Yeah. This has jammed is up pretty bad. Um, because I think everybody can, everybody pretty strongly agrees that ActivityPub is federation, right? and ActivityPub kind of models itself pretty similarly to email in a way, like the metaphors they use is that there's inboxes and outboxes and, and every ActivityPub server they're standing up the full vertical stack. [00:26:37] They set up, the primary hosting, the views of the data that's happening there. the interface for the application, all of it, pretty traditional, like close service, but then they're kind of using the perimeter. they're making that permeable by sending, exchanging, essentially mailing records to each other, right? [00:26:54] That's their kind of logic of how that works. And that's pretty much in line with, I think, what most people think of with Federation. Whereas what we're doing isn't like that we've cut, instead of having a bunch of vertical stacks communicating horizontally with each other, we kind of sliced in the other direction. [00:27:09] We sliced horizontally into, this microservices mesh and have all the different, like a total mix and match of different microservices between different operators. Is that federation? I don't know. Right. we tried to invent a term, didn't really work, you know, At the moment, we just kind of don't worry about it that much, see what happens, see what the world sort of has to say to us about it. [00:27:36] and beyond that, I don't know. [00:27:42] Jeremy: I think people probably are thinking of something like, say, a Mastodon instance when you're, when you're talking about everything being included, The webpage where you view the posts, the Postgres database that's keeping the messages. [00:28:00] And that same instance it's responsible for basically everything. [00:28:06] Paul: mm-Hmm [00:28:06] Jeremy: And I believe what you're saying is that the difference with, the authenticated transfer protocol, is that the [00:28:15] Paul: AT Protocol, Yep. [00:28:17] Jeremy: And the difference there is that you've, at the protocol level, you've split it up into the data itself, which can be validated completely separately from other parts of the system. [00:28:31] You could have the JSON files on your hard drive and somebody else can have that same JSON file and they would know that who the user is and that these are real things that user posted. That's like a separate part. And then the relay component that looks for all these different repositories that has people's data, that can also be its own independent thing where its job is just to output events. [00:29:04] And that can exist just by itself. It doesn't need the application part, the, the user facing part, it can just be this event stream on itself. and that's the part where it sounds like you can make decisions on who to, um, collect data from. I guess you have to agree that somebody can connect to you and get the users from your data repositories. [00:29:32] And likewise, other people that run relays, they also have to agree to let you pull the users from theirs. [00:29:38] Paul: Yeah, that's right. Yeah. [00:29:41] Jeremy: And so I think the Mastodon example makes sense. And, but I wonder if the underlying ActivityPub protocol forces you to use it in that way, in like a whole full application that talks to another full application. [00:29:55] Or is it more like that's just how people tend to use it and it's not necessarily a characteristic of the protocol. [00:30:02] Paul: Yeah, that's a good question actually. so, you know, generally what I would say is pretty core to the protocol is the expectations about how the services interact with each other. So the mailbox metaphor that's used in ActivityPub, that design, if I reply to you, I'll update my, local database with what I did, and then I'll send a message over to your server saying, Hey, by the way, add this reply. [00:30:34] I did this. And that's how they find out about things. That's how they find out about activity outside of their network. that's the part that as long as you're doing ActivityPub, I suspect you're gonna see reliably happening. That's that, I can say for sure that's a pretty tight requirement. [00:30:50] That's ActivityPub. If you wanted to split it up the way we're talking about, you could, I don't know, I don't know if you necessarily would want to. Because I don't know. That's actually, I think I'd have to dig into their stack a little bit more to see how meaningful that would be. I do know that there's some talk of introducing a similar kind of an aggregation method into the ActivityPub world which I believe they're also calling a relay and to make things even more complicated. [00:31:23] And NOSTR has a concept of a relay. So these are three different protocols that are using this term. I think you could do essentially what a search engine does on any of these things. You could go crawling around for the data, pull them into a fire hose, and then, tap into that aggregation to produce, bigger views of the network. [00:31:41] So that principle can certainly apply anywhere. AT Protocol, I think it's a little bit, we, we focused in so hard from that on that from the get go, we focus really hard on making sure that this, the data is, signed at rest. That's why it's called the authenticated transfer protocol. And that's a nice advantage to have when you're running a relay like this because it means that you don't have to trust the relay. [00:32:08] Like generally speaking, when I look at results from Google, you know, I'm trusting pretty well that they're accurately reflecting what's on the website, which is fine. You know, there's, that's not actually a huge risk or anything. But whenever you're trying to build entire applications and you're using somebody else's relay, you could really run into things where they say like, oh, you know what Paul tweeted the other day, you know, I hate dogs. [00:32:28] They're like, no, I didn't. That's a lie, right? You just sneak in Little lies like that over a while, it becomes a problem. So having the signatures on the data is pretty important. You know, if you're gonna be trying to get people to cooperate, uh, you gotta manage the trust model. I know that ActivityPub does have mechanisms for signed records. Issuers with ActivityPub identifiers [00:32:44] Paul: I don't know how deep they go if they could fully replace that, that utility. and then Mastodon ActivityPub, they also use a different identifier system that they're actually taking a look at DIDs um, right now, I don't know what's gonna happen there. We're, we're totally on board to, you know, give any kind of insight that we got working on 'em. [00:33:06] But at, at the moment, they use I think it's WebFinger based identifiers they look like emails. So you got host names in there and those identifiers are being used in the data records. So you don't get that continuous identifier. They actually do have to do that hey, I moved update your records sort of thing. [00:33:28] And that causes it to, I mean, it works like decently well, but not as well as it could. They got us to the point where it moves your profile over and you update all the folks that were following you so they can update their follow records, but your posts, they're not coming right, because that's too far into that mesh of interlinking records. [00:33:48] There's just no chance. So that's kind of the upper limit on that, it's a different set of choices and trade-offs. You're always kind of asking like, how important is the migration? Does that work out? Anyway, now I'm just kind of digging into differences between the two here. Issues with an identifier that changes and updating old records [00:34:07] Jeremy: So you were saying that with ActivityPub, all of the instances need to be notified that you've changed your identifier but then all of the messages that they had already received. They don't point to the new identifier somehow. [00:34:24] Paul: Yeah. You run into basically just the practicalities of actual engineering with that is what happens, right? Because if you imagine you got a multimillion user social network. They got all their posts. Maybe the user has like, let's say a thousand posts and 10,000 likes. And that, activity can range back three years. [00:34:48] Let's say they changed their identifier, and now you need to change the identifier of all those records. If you're in a traditional system that's already a tall order, you're going back and rewriting a ton of indexes, Anytime somebody replied to you, they have these links to your posts, they're now, you've gotta update the identifiers on all of those things. [00:35:11] You could end up with a pretty significant explosion of rewrites that would have to occur. Now that's, that's tough. If you're in a centralized model. If you're in a decentralized one, it's pretty much impossible because you're now, when you notify all the other servers like, Hey, this, this changed. How successful are all of them at actually updating that, that those, those pointers, it's a good chance that there's things are gonna fall out of correctness. that's just a reality of it. And if, so, if you've got a, if you've got a mutable identifier, you're in trouble for migrations. So the DID is meant to keep it permanent and that ends up being the anchoring point. If you lose control of your DID well, that's it. Managing signing keys by server, paper key reset [00:35:52] Paul: Your, your account's done. We took some pretty traditional approaches to that, uh, where the signing keys get managed by your hosting server instead of like trying to, this may seem like really obvious, but if you're from the decentralization community, we spend a lot of time with blockchains, like, Hey, how do we have the users hold onto their keys? [00:36:15] You know, and the tooling on that is getting better for what it's worth. We're starting to see a lot better key pair management in like Apple's ecosystem and Google's ecosystem, but it's still in the range of like, nah, people lose their keys, you know? So having the servers manage those is important. [00:36:33] Then we have ways of exporting paper keys so that you could kind of adversarially migrate if you wanted to. That was in the early spec we wanted to make sure that this portability idea works, that you can always migrate your accounts so you can export a paper key that can override. [00:36:48] And that was how we figured that out. Like, okay, yeah, we don't have to have everything getting signed by keys that are on the user's devices. We just need these master backup keys that can say, you know what? I'm done with that host. No matter what they say, I'm overriding what they, what they think. and that's how we squared that one. [00:37:06] Jeremy: So it seems like one of the big differences with account migration is that with ActivityPub, when you move to another instance, you have to actually change your identifier. [00:37:20] And with the AT protocol you're actually not allowed to ever change that identifier. And maybe what you're changing is just you have say, some kind of a lookup, like you were saying, you could use a domain name to look that up, get a reference to your decentralized identifier, but your decentralized identifier it can never change. [00:37:47] Paul: It, it, it can't change. Yeah. And it shouldn't need to, you know what I mean? It's really a total disaster kind of situation if that happens. So, you know that it's designed to make sure that doesn't happen in the applications. We use these domain name handles to, to identify folks. And you can change those anytime you want because that's really just a user facing thing. [00:38:09] You know, then in practice what you see pretty often is that you may, if you change hosts, if you're using, we, we give some domains to folks, you know, 'cause like not everybody has their own domain. A lot of people do actually, to our surprise, people actually kind of enjoy doing that. But, a lot of folks are just using like paul.bsky.social as their handle. [00:38:29] And so if you migrated off of that, you probably lose that. Like your, so your handle's gonna change, but you're not losing the followers and stuff. 'cause the internal system isn't using paul.bsky.social, it's using that DID and that DID stays the same. Benefits of domain names, trust signal [00:38:42] Jeremy: Yeah. I thought that was interesting about using the domain names, because when you like you have a lot of users, everybody's got their own sub-domain. You could have however many millions of users. Does that become, does that become an issue at some point? [00:39:00] Paul: Well, it's a funny thing. I mean like the number of users, like that's not really a problem 'cause you run into the same kind of namespace crowding problem that any service is gonna have, right? Like if you just take the subdomain part of it, like the name Paul, like yeah, only, you only get to have one paul.bsky.social. [00:39:15] so that part of like, in terms of the number of users, that part's fine I guess. Uh, as fine as ever. where gets more interesting, of course is like, really kind of around the usability questions. For one, it's, it's not exactly the prettiest to always have that B sky.social in there. If we, if we thought we, if we had some kind of solution to that, we would use it. [00:39:35] But like the reality is that, you know, now we're, we've committed to the domain name approach and some folks, you know, they kind of like, ah, that's a little bit ugly. And we're like, yeah that's life. I guess the plus side though is that you can actually use like TLD the domain. It's like on pfrazee.com. [00:39:53] that starts to get more fun. it can actually act as a pretty good trust signal in certain scenarios. for instance, well-known domain names like nytimes.com, strong authentication right there, we don't even need a blue check for it. Uh, similarly the .gov, domain name space is tightly regulated. [00:40:14] So you actually get a really strong signal out of that. Senator Wyden is one of our users and so he's, I think it's wyden.senate.gov and same thing, strong, you know, strong identity signal right there. So that's actually a really nice upside. So that's like positives, negatives. [00:40:32] That trust signal only works so far. If somebody were to make pfrazee.net, then that can be a bit confusing. People may not be paying attention to .com vs .net, so it's not, I don't wanna give the impression that, ah, we've solved blue checks. It's a complicated and multifaceted situation, but, it's got some juice. [00:40:54] It's also kinda nice too, 'cause a lot of folks that are doing social, they're, they've got other stuff that they're trying to promote, you know? I'm pretty sure that, uh, nytimes would love it if you went to their website. And so tying it to their online presence so directly like that is a really nice kind of feature of it. [00:41:15] And tells a I think a good story about what we're trying to do with an open internet where, yeah, everybody has their space on the internet where they can do whatever they want on that. And that's, and then thethese social profiles, it's that presence showing up in a shared space. It's all kind of part of the same thing. [00:41:34] And that that feels like a nice kind of thing to be chasing, you know? And it also kind of speaks well to the naming worked out for us. We chose AT Protocol as a name. You know, we back acronymed our way into that one. 'cause it was a @ simple sort of thing. But like, it actually ended up really reflecting the biggest part of it, which is that it's about putting people's identities at the front, you know, and make kind of promoting everybody from a second class identity that's underneath Twitter or Facebook or something like that. [00:42:03] Up into. Nope, you're freestanding. You exist as a person independently. Which is what a lot of it's about. [00:42:12] Jeremy: Yeah, I think just in general, not necessarily just for bluesky, if people had more of an interest in getting their own domain, that would be pretty cool if people could tie more of that to something you basically own, right? [00:42:29] I mean, I guess you're leasing it from ICANN or whatever, but, [00:42:33] yeah, rather than everybody having an @Gmail, Outlook or whatever they could actually have something unique that they control more or less. [00:42:43] Paul: Yeah. And we, we actually have a little experimental service for registering domain names that we haven't integrated into the app yet because we just kind of wanted to test it out and, and kind of see what that appetite is for folks to register domain names way higher than you'd think we did that early on. [00:43:01] You know, it's funny when you're coming from decentralization is like an activist space, right? Like it's a group of people trying to change how this tech works. And sometimes you're trying to parse between what might come off as a fascination of technologists compared to what people actually care about. [00:43:20] And it varies, you know, the domain name thing to a surprising degree, folks really got into that. We saw people picking that up almost straight away. More so than certainly we ever predicted. And I think that's just 'cause I guess it speaks to something that people really get about the internet at this point. [00:43:39] Which is great. We did a couple of other things that are similar and we saw varied levels of adoption on them. We had similar kinds of user facing, opening up of the system with algorithms and with moderation. And those have both been pretty interesting in and of themselves. Custom feed algorithms [00:43:58] Paul: So with algorithms, what we did was we set that up so that anybody can create a new feed algorithm. And this was kind of one of the big things that you run into whenever you use the app. If you wanted to create a new kind of for you feed you can set up a service somewhere that's gonna tap into that fire hose, right? [00:44:18] And then all it needs to do is serve a JSON endpoint. That's just a list of URLs, but like, here's what should be in that feed. And then the bluesky app will pick that up and, and send that, hydrate in the content of the posts and show that to folks. I wanna say this is a bit of a misleading number and I'll explain why but I think there's about 35,000 of these feeds that have been created. [00:44:42] Now, the reason it's little misleading is that, I mean, not significantly, but it's not everybody went, sat down in their IDE and wrote these things. Essentially one of our users created, actually multiple of our users made little platforms for building these feeds, which is awesome. That's the kinda thing you wanna see because we haven't gotten around to it. [00:44:57] Our app still doesn't give you a way to make these things. But they did. And so lots of, you know, there it is. Cool. Like, one, one person made a kind of a combinatorial logic thing that's like visual almost like scratch, it's like, so if it has this hashtag and includes these users, but not those users, and you're kind of arranging these blocks and that constructs the feed and then probably publish it on your profile and then folks can use it, you know? [00:45:18] And um, so that has been I would say fairly successful. Except, we had one group of hackers do put in a real effort to make a replacement for you feed, like magic algorithmic feed kind of thing. And then they kind of kept up going for a while and then ended up giving up on it. Most of what we see are actually kind of weird niche use cases for feeds. [00:45:44] You get straightforward ones, like content oriented ones like a cat feed, politics feed, things like that. It's great, some of those are using ML detection, so like the cat feed is ML detection, so sometimes you get like a beaver in there, but most of the time it's a cat. And then we got some ones that are kind of a funny, like change in the dynamic of freshness. [00:46:05] So, uh, or or selection criteria, things that you wouldn't normally see. Um, but because they can do whatever they want, you know, they try it out. So like the quiet posters ended up being a pretty successful one. And that one just shows people you're following that don't post that often when they do just those folks. [00:46:21] It ended up being, I use that one all the time because yeah, like they get lost in the noise. So it's like a way to keep up with them. Custom moderation and labeling [00:46:29] Paul: The moderation one, that one's a a real interesting situation. What we did there essentially we wanted to make sure that the moderation system was capable of operating across different apps so that they can share their work, so to speak. [00:46:43] And so we created what we call labeling. And labeling is a metadata layer that exists over the network. Doesn't actually live in the normal data repositories. It uses a completely different synchronization because a lot of these labels are getting produced. It's just one of those things where the engineering characteristics of the labels is just too different from the rest of the system. [00:47:02] So we created a separate synchronization for this, and it's really kind of straightforward. It's, here's a URL and here's a string saying something like NSFW or Gore, or you know, whatever. then those get merged onto the records brought down by the client and then the client, you know, based on the user's preferences. [00:47:21] We'll put like warning screens up, hide it, stuff like that. So yeah, these label streams can then, you know, anybody that's running a moderation service can, you know, are publishing these things and so anybody can subscribe to 'em. And you get that kind of collaborative thing we're always trying to do with this. [00:47:34] And we had some users set up moderation services and so then as an end user you find it, it looks like a profile in the app and you subscribe to it and you configure it and off you go. That one has had probably the least amount of adoption throughout all of 'em. It's you know, moderation. [00:47:53] It's a sticky topic as you can imagine, challenging for folks. These moderation services, they do receive reports, you know, like whenever I'm reporting a post, I choose from all my moderation services who I wanna report this to. what has ended up happening more than being used to actually filter out like subjective stuff is more kind of like either algorithmic systems or what you might call informational. [00:48:21] So the algorithmic ones are like, one of the more popular ones is a thing that's looking for, posts from other social networks. Like this screenshot of a Reddit post or a Twitter post or a Facebook post. Because, which you're kinda like, why, you know, but the thing is some folks just get really tired of seeing screenshots from the other networks. [00:48:40] 'cause often it's like, look what this person said. Can you believe it? You know, it's like, ah. Okay, I've had enough. So one of our users aendra made a moderate service that just runs an ML that detects it, labels it, and then folks that are tired of it, they subscribe to it and they're just hide it, you know? [00:48:57] And so it's like a smart filter kind of thing that they're doing. you know, hypothetically you could do that for things like spiders, you know, like you've got arachniphobia, things like that. that's like a pretty straightforward, kind of automated way of doing it. Which takes a lot of the spice, you know, outta out of running moderation. [00:49:15] So that users have been like, yeah, yeah, okay, we can do that. [00:49:20] Those are user facing ways that we tried to surface the. Decentralized principle, right? And make take advantage of how this whole architecture can have this kind of a pluggability into it. Users can self host now [00:49:33] Paul: But then really at the end of the day, kind of the important core part of it is those pieces we were talking about before, the hosting, the relay and the, the applications themselves, having those be swappable in completely. so we tend to think of those as kind of ranges of infrastructure into application and then into particular client side stuff. [00:49:56] So a lot of folks right now, for instance, they're making their own clients to the application and those clients are able to do customizations, add features, things like that, as you might expect, [00:50:05] but most of them are not running their own backend. They're just using our backend. But at any point, it's right there for you. You know, you can go ahead and, and clone that software and start running the backend. If you wanted to run your own relay, you could go ahead and go all the way to that point. [00:50:19] You know, if you wanna do your own hosting, you can go ahead and do that. Um, it's all there. It's really just kind of a how much effort your project really wants to take. That's the kind of systemically important part. That's the part that makes sure that the overall mission of de monopolizing, social media online, that's where that really gets enforced. [00:50:40] Jeremy: And so someone has their own data repository with their own users and their own relay. they can request that your relay collect the information from their own data repositories. And that's, that's how these connections get made. [00:50:58] Paul: Yeah. And, and we have a fair number of those already. Fair number of, we call those the self hosters right? And we got I wanna say 75 self hoster going right now, which is, you know, love to see that be more, but it's, really the folks that if you're running a service, you probably would end up doing that. [00:51:20] But the folks that are just doing it for themselves, it's kind of the, the nerdiest of the nerds over there doing that. 'cause it doesn't end up showing itself in the, in the application at all. Right? It's totally abstracted away. So it, that, that one's really about like, uh, measure your paranoia kind of thing. [00:51:36] Or if you're just proud of the self-hosting or, or curious, you know, that that's kind of where that sits at the moment. AT Protocol beyond bluesky [00:51:42] Jeremy: We haven't really touched on the fact that there's this underlying protocol and everything we've been discussing has been centered around the bluesky social network where you run your own, instance of the relay and the data repositories with the purpose of talking to bluesky, but the protocol itself is also intended to be used for other uses, right? [00:52:06] Paul: Yeah. It's generic. The data types are set up in a way that anybody can build new data types in the system. there's a couple that have already begun, uh, front page, which is kind of a hacker news clone. There's Smoke Signals, which is a events app. There's Blue Cast, which is like a Twitter spaces, clubhouse kind of thing. [00:52:29] Those are the folks that are kind of willing to trudge into the bleeding edge and deal with some of the rough edges there for pretty I think, obvious reasons. A lot of our work gets focused in on making sure that the bluesky app and that use case is working correctly. [00:52:43] But we are starting to round the corner on getting to a full kind of how to make alternative applications state. If you go to the atproto.com, there's a kind of a introductory tutorial where that actually shows that whole stack and how it's done. So it's getting pretty close. There's a couple of still things that we wanna finish up. [00:53:04] jeremy so in a way you can almost think of it as having an eventually consistent data store on the network, You can make a traditional web application with a relational database, and the source of truth can actually be wherever that data repository is stored on the network. [00:53:24] paul Yeah, that's exactly, it is an eventually consistent system. That's exactly right. The source of truth is there, is their data repo. And that relational database that you might be using, I think the best way to think about it is like secondary indexes or computed indexes, right? They, reflect the source of truth. [00:53:43] Paul: This is getting kind of grandiose. I don't tend to poses in these terms, but it is almost like we're trying to have an OS layer at a protocol level. It's like having your own [00:53:54] Network wide database or network-wide file system, you know, these are the kind of facilities you expect out of a platform like an os And so the hope would be that this ends up getting that usage outside of just the initial social, uh, app, like what we're doing here. [00:54:12] If it doesn't end up working out that way, if this ends up, you know, good for the Twitter style use case, the other one's not so much, and that's fine too. You know, that's, that's our initial goal, but we, we wanted to make sure to build it in a way that like, yeah, there's evolve ability to, it keeps, it, keeps it, make sure that you're getting kinda the most utility you can out of it. Peer-to-peer and the difficulty of federated queries [00:54:30] Jeremy: Yeah, I can see some of the parallels to some of the decentralized stuff that I, I suppose people are still working on, but more on the peer-to-peer side, where the idea was that I can have a network host this data. but, and in this case it's a network of maybe larger providers where they could host a bunch of people's data versus just straight peer to peer where everybody has to have a piece of it. [00:54:57] And it seems like your angle there was really the scalability part. [00:55:02] Paul: It was the scalability part. And there's great work happening in peer-to-peer. There's a lot of advances on it that are still happening. I think really the limiter that you run into is running queries against aggregations of data. Because you can get the network, you know, BitTorrent sort of proved that you can do distributed open horizontal scaling of hosting. [00:55:29] You know, that basic idea of, hey, everybody's got a piece and you sync it from all these different places. We know you can do things like that. What nobody's been able to really get into a good place is running, queries across large data sets. In the model like that, there's been some research in what is, what's called federated queries, which is where you're sending a query to multiple different nodes and asking them to fulfill as much of it as they can and then collating the results back. But it didn't work that well. That's still kind of an open question and until that is in a place where it can like reliably work and at very large scales, you're just gonna need a big database somewhere that does give the properties that you need. You need these big indexes. And once we were pretty sure of that requirement, then from there you start asking, all right, what else about the system [00:56:29] Could we make easier if we just apply some more traditional techniques and merge that in with the peer-to-peer ideas? And so key hosting, that's an obvious one. You know, availability, let's just have a server. It's no big deal. But you're trying to, you're trying to make as much of them dumb as possible. [00:56:47] So that they have that easy replaceability. Moderation challenges [00:56:51] Jeremy: Earlier you were talking a a little bit about the moderation tools that people could build themselves. There was some process where people could label posts and then build their own software to determine what a feed should show per a person. [00:57:07] Paul: Mm-Hmm [00:57:07] Jeremy: But, but I think before that layer for the platform itself, there's a base level of moderation that has to happen. [00:57:19] Paul: yeah. [00:57:20] Jeremy: And I wonder if you could speak to, as the app has grown, how that's handled. [00:57:26] Paul: Yeah. the, you gotta take some requirements in moderation pretty seriously to start. And with decentralization. It sometimes that gets a little bit dropped. You need to have systems that can deal with questions about CSAM. So you got those big questions you gotta answer and then you got stuff that's more in the line of like, alright, what makes a good platform? [00:57:54] What kind of guarantees are we trying to give there? So just not legal concerns, but you know, good product experience concerns. That's something we're in the realm of like spam and and abusive behavior and things like that. And then you get into even more fine grain of like what is a person's subjective preference and how can they kind of make their thing better? [00:58:15] And so you get a kind of a telescoping level of concerns from the really big, the legal sort of concerns. And then the really small subjective preference kind of concerns. And that actually that telescoping maps really closely to the design of the system as well. Where the further you get up in the kind of the, in that legal concern territory, you're now in core infrastructure. [00:58:39] And then you go from infrastructure, which is the relay down into the application, which is kind of a platform and then down into the client. And that's where we're having those labelers apply. And each of them, as you kind of move closer to infrastructure, the importance of the decision gets bigger too. [00:58:56] So you're trying to do just legal concerns with the relay right? Stuff that you objectively can, everybody's in agreement like Yeah, yeah, yeah. You know, no bigs don't include that. The reason is that at the relay level, you're anybody that's using your relay, they depend on the decisions you're making, that sort of selection you're doing, any filtering you're doing, they don't get a choice after that. [00:59:19] So you wanna try to keep that focus really on legal concerns and doing that well. so that applications that are downstream of it can, can make their choices. The applications themselves, you know, somebody can run a parallel I guess you could call it like a parallel platform, so we got bluesky doing the microblogging use case, other people can make an application doing the microblogging use case. So there's, there's choice that users can easily switch, easily enough switch between, it's still a big choice. [00:59:50] So we're operating that in many ways. Like any other app nowadays might do it. You've got policies, you know, for what's acceptable on the network. you're still trying to keep that to be as, you know, objective as possible, make it fair, things like that. You want folks to trust your T&S team. Uh, but from the kind of systemic decentralization question, you get to be a little bit more opinionated. [01:00:13] Down all the way into the client with that labeling system where you can, you know, this is individuals turning on and off preferences. You can be as opinionated as you want on that letter. And that's how we have basically approached this. And in a lot of ways, it really just comes down to, in the day to day, you're the moderation, the volume of moderation tasks is huge. [01:00:40] You don't actually have high stakes moderation decisions most of the time. Most of 'em are you know pretty straightforward. Shouldn't have done that. That's gotta go. You get a couple every once in a while that are a little spicier or a policy that's a little spicier. And it probably feels pretty common to end users, but that just speaks to how much moderation challenges how the volume of reports and problems that come through. [01:01:12] And we don't wanna make it so that the system is seized up, trying to decentralize itself. You know, it needs to be able to operate day to day. What you wanna make is, you know, back pressure, you know, uh, checks on that power so that if an application or a platform does really start to go down the wrong direction on moderation, then people can have this credible exit. [01:01:36] This way of saying, you know what, that's a problem. We're moving from here. And somebody else can come in with different policies that better fit people's people's expectations about what should be done at, at these levels. So yeah, it's not about taking away authority, it's about checking authority, you know, kind of a checks and balances mentality. [01:01:56] Jeremy: And high level, 'cause you saying how there's such a high volume of, of things that you know what it is, you'd know you wanna remove it, but there's just so much of it. So is there, do you have automated tools to label these things? Do you have a team of moderators? Do they have to understand all the different languages that are coming through your network? [01:02:20] Yes, yes, yes and yes. Yeah. You use every tool at your disposal to, to stay on top of it. cause you're trying to move as fast as you can, folks. The problems showing up, you know, the slower you are to respond to it, the, the more irritating it is to folks. Likewise, if you make a, a missed call, if somebody misunderstands what's happening, which believe me, is sometimes just figuring out what the heck is going on is hard. [01:02:52] Paul: People's beefs definitely surface up to the moderation misunderstanding or wrong application. Moderators make mistakes so you're trying to maintain a pretty quick turnaround on this stuff. That's tough. And you, especially when to move fast on some really upsetting content that can make its way through, again, illegal stuff, for instance, but more videos, stuff like that, you know, it's a real problem. [01:03:20] So yeah, you're gotta be using some automated systems as well. Clamping down on bot rings and spam. You know, you can imagine that's gotten a lot harder thanks to LLMs just doing text analysis by dumb statistics of what they're talking about that doesn't even work anymore. [01:03:41] 'cause the, the LLMs are capable of producing consistently varied responses while still achieving the same goal of plugging a online betting site of some kind, you know? So we do use kind of dumb heuristic systems for when it works, but boy, that won't work for much longer. [01:04:03] And we've already got cases where it's, oh boy, so the moderation's in a dynamic place to say the least right now with, with LLMs coming in, it was tough before and

Let's Talk About CBT
Let's talk about... going to CBT for the first time

Let's Talk About CBT

Play Episode Listen Later May 17, 2024 47:08


We're back! Let's Talk about CBT has been on hiatus for a little while but now it is back with a brand-new host Helen Macdonald, the Senior Clinical Advisor for the BABCP. Each episode Helen will be talking to experts in the different fields of CBT and also to those who have experienced CBT, what it was like for them and how it helped. This episode Helen is talking to one of the BABCP's Experts by Experience, Paul Edwards. Paul experienced PTSD after working for many years in the police. He talks to Helen about the first time he went for CBT and what you can expect when you first see a CBT therapist. The conversation covers various topics, including anxiety, depression, phobias, living with a long-term health condition, and the role of measures and outcomes in therapy. In this conversation, Helen MacDonald and Paul discuss the importance of seeking help for mental health struggles and the role of CBT in managing anxiety and other conditions. They also talk about the importance of finding an accredited and registered therapy and how you can find one. If you liked this episode and want to hear more, please do subscribe wherever you get your podcasts. You can follow us at @BABCPpodcasts on X or email us at podcasts@babcp.com. Useful links: For more on CBT the BABCP website is www.babcp.com Accredited therapists can be found at www.cbtregisteruk.com Credits: Music is Autmn Coffee by Bosnow from Uppbeat Music from #Uppbeat (free for Creators!): https://uppbeat.io/t/bosnow/autumn-coffee License code: 3F32NRBYH67P5MIF   Transcript: Helen: Hello, and welcome to Let's Talk About CBT, the podcast where we talk about cognitive and behavioural psychotherapies, what they are, what they can do, and what they can't. I'm Helen Macdonald, your host. I'm the senior clinical advisor for the British Association for Behavioural and Cognitive Psychotherapies. I'm really delighted today to be joined by Paul Edwards, who is going to talk to us about his experience of CBT. And Paul, I would like to start by asking you to introduce yourself and tell us a bit about you. Paul: Helen, thank you. I guess the first thing it probably is important to tell the listeners is how we met and why I'm talking to you now. So, we originally met about four years ago when you were at the other side of a desk at a university doing an assessment on accreditation of a CBT course, and I was sitting there as somebody who uses his own lived experience, to talk to the students, about what it's like from this side of the fence or this side of the desk or this side of the couch, I suppose, And then from that I was asked if I'd like to apply for a role that was being advertised by the BABCP, as advising as a lived experience person. And I guess my background is, is a little bit that I actually was diagnosed with PTSD back in 2009 now, as a result of work that I undertook as a police officer and unfortunately, still suffered until 2016 when I had to retire and had to reach out. to another, another psychologist because I'd already had dealings with psychologists, but, they were no longer available to me. And I actually found what was called at the time, the IAPT service, which was the Improving Access to Psychological Therapies. And after about 18 months treatment, I said, can I give something back and can I volunteer? And my life just changed. So, we met. Yeah, four years ago, probably now. Helen: thank you so much, Paul. And we're really grateful to you for sharing those experiences. And you said about having PTSD, Post Traumatic Stress Disorder, and how it ultimately led to you having to retire. And then you found someone who could help. Would you like to just tell us a bit about what someone might not know about being on the receiving end of CBT? Paul: I feel that actual CBT is like a physiotherapy for the brain. And it's about if you go to the doctors and they diagnose you with a calf strain, they'll send you to the physio and they'll give you a series of exercises to do in between your sessions with your physio to hopefully make your calf better. And CBT is very much, for me, like that, in as much that you have your sessions with your therapist, but it's your hard work in between those sessions to utilize the tools and exercises that you've been given, to make you better. And then when you go back to your next session, you discuss that and you see, over time that you're honing those tools to actually sometimes realising that you're not using those tools at all, but you are, you're using them on a daily basis, but they become so ingrained in changing the way you think positively and also taking out the negativity about how you can improve. And, and yeah, it works sometimes, and it doesn't work sometimes and it's bloody hard work and it is shattering, but it works for me. Helen: Thank you, Paul. And I think it's really important when you say it's hard work, the way you described it there sounds like the therapist was like the coach telling you how to or working with you to. look at how you were thinking and what you were doing and agreeing things that you could change and practice that were going to lead to a better quality of life. At the same time though, you're thinking about things that are really difficult. Paul: Yeah. Helen: And when you say it was shattering and it was really difficult, was it worth it? Paul: Oh God. Yeah, absolutely. I remember way back in about 2018, it would be, that there was, there was a fantastic person who helped me when I was coming up for retirement. And we talked about what I was going to do when I, when I left the police and I was, you know, I said, you know, well, I don't know, but maybe I've always fancied being a TV extra and, That was it. And I saw her about 18 months later, and she said, God, Paul, you look so much better. You're not grey anymore. You know, what have you done about this? And it was like, she said I was a different person. Do I still struggle? Yes. Have I got a different outlook on life? Yes. Do I still have to take care of myself? Yes. But, I've got a great life now. I'm living the dream is my, is my phrase. It is such a better place to be where I am now. Helen: I'm really pleased to hear that, Paul. So, the hard work that you put into changing things for the better has really paid off and that doesn't mean that everything's perfect or that you're just doing positive thinking in the face of difficulty, you've got a different approach to handling those difficulties and you've got a better quality of life. Paul: Yeah, absolutely. And don't get me wrong, I had some great psychologists before 2016, but I concentrated on other things and we dealt with other traumas and dealt with it in other ways and using other, other ways of working. I became subjected to probably re traumatising myself because of the horrendous things I'd seen and heard. So, it was about just changing my thought processes and, and my psychologist said, Well, you know, we don't want to re traumatise you, let's look at something different. Let's look at a different part and see if we can change that. And, and that was, very difficult, but it meant that I had to look into myself again and be honest with myself and start thinking about my honesty and what I was going to tell my psychologist because I wanted to protect that psychologist because I didn't want them to hear and talk about the things that I'd had to witness because I didn't think it was fair, but I then understood that I needed to and that my psychologist would be taken care of. Which was, which was lovely. So, I became able to be honest with myself, which therefore I can be honest with my therapist. Helen: Thank you, Paul. And what I'm hearing there is that one of your instincts, if you like, in that situation was to protect the therapist from hearing difficult stuff. And actually the therapist themselves have their own opportunity to talk about what's difficult for them. So, the person who's coming for therapy can speak freely, although I'm saying that it's quite difficult to do. And certainly Post Traumatic Stress Disorder isn't the only thing that people go for CBT about, there are a number of different anxiety difficulties, depression, and also a wider range of things, including how to live well with a long term health condition and your experience could perhaps really help in terms of somebody going for their first session, not knowing what to expect. As a CBT therapist, I have never had somebody lie down on a couch. So, tell us a little bit about what you think people should know if they are thinking of going for CBT or if they think that somebody they care about might benefit from CBT. What's it like going for that first appointment? Paul: Bloody difficult. It's very difficult because by the very nature of the illnesses that we have that we want to go and speak to a psychologist, often we're either losing confidence or we're, we're anxious about going. So I have a phrase now and it's called smiley eyes and it, and it was developed because the very first time that I walked up to the, the place that I had my CBT in 2016, the receptionist opened the door and had these most amazing engaging smiley eyes and it, it drew me in. And I thought, wow. And then when I walked through the door and saw the psychologist again, it was like having a chat. It was, I feel that for me, I know now, I know now. And I've spoken to a number of psychologists who say it's not just having a chat. It is to me. And that is the gift of a very good psychologist, that they are giving you all these wonderful things. But it's got to be a collaboration. It's got to be like having a chat. We don't want to be lectured, often. I didn't want to have homework because I hated homework at school. So, it was a matter of going in and, and talking with my psychologist about how it worked for me as an individual, and that was the one thing that with the three psychologists that I saw, they all treated me as an individual, which I think is very, very important, because what works for one person doesn't work for another. Helen: So it's really important that you trust the person and you make a connection. A good therapist will make you feel at ease, make you feel as safe as you can to talk about difficult stuff. And it's important that you do get on with each other because you're working closely together. You use the word collaboration and it's definitely got to be about working together. Although you said earlier, you're not sure about the word expert, you're the expert on what's happening to you, even though the therapist will have some expertise in what might help, the kind of things to do and so there was something very important about that initial warmth and greeting from the service as well as the therapist. Paul: Oh, absolutely. And you know, as I said earlier, I'm honoured to speak at some universities to students who are learning how to be therapists. And the one thing I always say to them is think about if somebody tells you their innermost thoughts, they might never have told anybody and they might have only just realised it and accepted it themselves. So think about if you were sitting, thinking about, should I put in this thesis to my lecturer? I'm not sure about it. And how nervous you feel. Think about that person on the other side of the, you know, your therapy room or your zoom call or your telephone call, thinking about that. What they're going to be feeling. So to get through the door, we've probably been through where we've got to admit it to ourselves. We then got to admit it to somebody else. Sometimes we've then got to book the appointment. We then got to get in the car to get the appointment or turn on the computer. And then we've got to actually physically get there and walk through. And then when we're asked the question, we're going to tell you. We've been through a lot of steps every single time that we go for therapy. It's not just the first time, it's every time because things develop. So, you know, it's, it's fantastic to have the ability to want to tell someone that. So when I say it's fantastic to have the ability, I mean, in the therapist, having the ability to, to make it that you want to tell them that because you trust them. Helen: So that first appointment, it might take quite a bit of determination to turn up in spite of probably feeling nervous and not completely knowing what to expect, but a good therapist will really make the effort to connect with you and then gently try to find out what the main things are that you have come for help with and give you space to work out how you want to say what you want to say so that you both got , a shared understanding of what's going on.So your therapist really does know, or has a good sense of what might help. So, when you think about that very first session and what your expectations were and what you know now about having CBT, what would you say are the main things that are different? Paul: Oh, well, I don't actually remember my first session because I was so poorly. I found out afterwards there was three of us in the room because the psychologist had a student in there, but I was, I, I didn't know, but I still remember those smiley eyes and I remember the smiley eyes of the receptionist. And I remember the smiley eyes of my therapist. And I knew I was in the right place. I felt that this person cared for me and was interested and, you know, please don't think that the, the psychologist before I didn't feel that, you know, they were fantastic, but I was in a different place. I didn't accept it myself. I had different boundaries. I wanted to stay in the police. I, you know, I thought, well, if I, you know, if I admit this, I'm not going to have my, my job and I can't do my job. So a hundred percent of me was giving to my job. And unfortunately, that meant that the rest of my life couldn't cope, but my job and my professionalism never waned because I made sure of that, but it meant that I hadn't got the room in my head and the space in my head for family and friends. And it was at the point that I realized that. It wasn't going to be helpful for the rest of my life that I had to say, you know what, I'm going to have to, something's going to have to give now. And unfortunately, that was, you know, my career, but up until that point, I'm proud to say that I worked at the highest level and I gave a hundred percent. Now I realised that I have to have a life work balance rather than a work life balance, because I put life first. And I say that to everybody have a life work balance. It doesn't mean you can't have a good work ethic. It doesn't mean you can't work hard. It's just what's important in that. So what's the difference between the first session then and the first session now? Well, I didn't remember the first session. Now, I know that that psychologist was there to help me and there to test me and to look at my weaknesses. Look at my issues, but also look at my strengths and make me realize I'd got some because I didn't realise I had. Helen: That's really important, Paul, and thank you for sharing what that was like. I really appreciate that you've been so open and up front with me about those experiences. Paul: So let's turn this round to you then Helen as a therapist And you talked about lots of conditions, and things that people could have help with seeing a CBT therapist because obviously I have PTSD and I have the associated anxiety and depression and I still deal with that. What are the other things that people can have help with that they, some that they do have heard, have heard of, but other things that they might not know can be helped by CBT? Helen: Well, that's a really good question. And I would say that CBT is particularly good at helping people with anxiety and depression. So different kinds of anxiety, many people will have heard, for example, of Obsessive-Compulsive Disorder, OCD, or Generalized Anxiety Disorder where people worry a lot, and it's very ordinary to worry, but when it gets out of hand, other things like phobias, for example, where the anxiety is much more than you'd expect for the amount of danger people sometimes worry too much about getting ill or being ill, so they might have an illness anxiety. Those are very common anxiety difficulties that people have. CBT, I mean, you've already mentioned this, but CBT is also very good for depression. Whether that's a relatively short term episode of really low mood, or whether it's more severe and ongoing, then perhaps the less well known things that CBT is good for. For example, helping people live well if they have a psychotic disorder, maybe hearing voices, for example, or having beliefs that are quite extreme and unusual, and want to have help with that. It's also very good for living with a long term health condition where there isn't anything medical that can cure the condition, but for example, living well with something like diabetes or long term pain. Paul: interestingly, you spoke about phobias then, Is the work that a good therapist doing just in the, the consulting room or just over, the, this telephone or, or do you do other things? I'm thinking of somebody I knew who had a phobia of, particular escalators and heights, and they were told to go out and do that. You know, try and go on an escalator and, they managed to get up to the top floor of Selfridges in Birmingham because that's where the shoes were and that helped. But would you just, you know, would you just talk about these things, or do you go out and about or do you encourage people to, to do these with you and without? Helen: Again, that's, that's a really good point, Paul, and the psychotherapy answer is it depends. So let's think about some examples. So sometimes you will be mostly in the therapist's office or, and as you've mentioned, sometimes on the phone or it can be on a video call. but sometimes it's really, really useful to go out and do something together. And when you said about somebody who's afraid of being on an escalator, sometimes it really helps to find a way of doing that step by step and doing it together. So, whether that's together with someone else that you trust or with the therapist, you might start off by finding what's the easiest escalator that we've got locally that we can use and let's do that together. And let me walk up the stairs and wait for you and you do it on your own, but I'll be there waiting. Then you do it on your own and come back down and meet me. Then go and do it with a friend and then do it on your own. So, there's a process of doing this step by step. So you are facing the fear, you are challenging how difficult it is to do this when you're anxious. But you find a place where you can take the anxiety with you successfully, so we don't drop you in the deep end. We don't suddenly say, right, you're going all the way to the fifth floor now. We start one step at a time, but we do know that you want to get to the shoes or whatever your own personal goal and motivation is there's got to be a good reason to do it gives you something to aim towards, but also when you've done it, there's a real sense of achievement. And if I'm honest as a therapist, it's delightful for me as well as for the person I'm working with when we do achieve that. Sometimes it isn't necessarily that we're facing a phobia, but it might be that we're testing out something. Maybe, I believe that it's really harmful for me to leave something untidy or only check something once. We might do an experiment and test out what it's like to change what we're doing at the moment and see what happens. And again, it's about agreeing it together. It's not my job to tell somebody what to go and do. It's my job to work with somebody to make sure that they've got the tools they need to take their anxiety with them. And sometimes that anxiety will get less, it'll get more manageable. Sometimes it goes away altogether, but that's not something I would promise. What I would do is work my very hardest to make the anxiety so that the person can manage it successfully and live their life to the full, even if they do still have some. Paul: And, and for me, I think one of the things that I remember is that my, you know, my mental health manifested itself in physical symptoms as well. So it was like when I was thinking about things, I was feeling sick, I was feeling tearful. and that's, that's to be expected at times, isn't it? And, and even when you're facing your fears or you're talking through what you're experiencing. It's, it's, it's a normal thing. And, and even when I had pure CBT, it can be exhausting. And I said to my therapist, please. Tell people that, you know, your therapy doesn't end in the session. And it's okay to say to people, well, go and have a little walk around, make sure you can get somebody to pick you up or make sure you can get home or make sure you've got a bit of a safe space for half an hour afterwards and you haven't got to, you know, maybe pick the kids up or whatever, because that that's important time for you as well. Helen: That's a really important message. Yes, I agree with you there, Paul, is making sure that you're okay, give yourself a bit of space and processing time and trying to make it so that you don't have to dash straight off to pick up the kids or go back to work immediately, trying to arrange it so that you've got a little bit of breathing space to just make sure you're okay, maybe make a note of important things that you want to think about later, but not immediately dashing off to do something that requires all your concentration. And I agree with you, it is tiring. You said at the beginning it's just having a chat and now you've talked about all the things that you actually do in a session. It's a tiring chat and tiring to talk about how it feels, tiring to think about different ways of doing things, tiring to challenge some of the assumptions that we make about things. Yes it is having a chat, but really can be quite tiring. Paul: And I think that the one thing that you said in there as well, you know, you talk about what would you recommend. Take a pen and paper. Because often you cannot remember. everything you put it in there. So, make notes if you need to. Your therapist will be making notes, so why can't you? And also, you know, I think about some of the tasks I was given in between my sessions, rather than calling it my homework, my tasks I was given in between sessions to, I suffered particularly with, staying awake at night thinking about conversations I was going to have with the person I was going to see the next day and it manifested itself I would actually make up the conversations with every single possible answer that I could have- and guess what- 99 times out of 100 I never even saw the person let alone had the conversation. So it was about even if I'm thinking in the middle of the night, you know, what I'm going to do, just write it down, get rid of it, you know, and I guess that's, you know, coming back again, Helen to put in the, the ball in your court and saying, well, what, what techniques are there for people? Helen: Well, one of the things that you're saying there about keeping a note and writing things down can be very useful, partly to make sure that we don't forget things, but also so that it isn't going round and round in your head. The, and because it's very individual, there may be a combination of things like step by step facing something that makes you anxious, step by step changing what you're doing to improve your mood. So perhaps testing out what it's like to do something that you perhaps think you're not going to enjoy, but to see whether it actually gives you some sense of satisfaction or gives you some positive feedback, testing out whether a different way of doing something works better. So there's a combination of understanding what's going on, testing out different ways of doing things, making plans to balance what things you're doing. Sometimes there may be things about resting better. So you said about getting a better night's sleep and a lot of people will feel that they could manage everything a bit better if they slept better. So that can be important. Testing out different ways of approaching things, asking is that reasonable to say that to myself? Sometimes people are thinking quite harsh things about themselves or thinking that they can't change things. But with that approach of, well, let's see, if we test something out different and see if that works. So there's a combination of different things that the therapist might do but it should always be very much the, you're a team, you're working together, your therapist is right there alongside you. Even when you've agreed you're going to do something between sessions, it's that the therapist has agreed this with you. You've thought about what might happen if you do this and how you're going to handle it. And as you've said, sometimes it's a surprise that it goes much better than we thought it was going to. So, so we're testing our predictions and sometimes it's a surprise. It's almost like being a scientist. You're doing experiments, you're testing things out, you're seeing what happens if you do this. And the therapist will have some ideas about the kind of things that will work. but you're the one doing, doing the actual doing of it. Paul: And little things like, you know, I, I remember, I was taught a lovely technique and it's called the 5, 4, 3, 2, 1, technique about when you're anxious. And it's about, I guess it's about grounding yourself in the here and now and not, trying to worry about what you're anxious about so you try and get back into what is there now. Can you just explain that? I mean, I know I know I'm really fortunate. I practice it so much. I probably call it the 2-1 So could you just explain how what that is in a more eloquent way than myself? Helen: I think you explained that really well, Paul, but what we're talking about is doing things that help you manage anxiety when it's starting to get in the way and bringing yourself back to in the here and now. And for example, it might be, can I describe things that I can see around me? Can I see five things that are green? Can I feel my feet on the floor? Tell whether it's windy and all of those things will help to make me aware of being in the here and now and that the anxiety is a feeling, but I don't have to be carried away by it. Paul: And there's another lovely one that, I, you know, when people are worrying about things and, it's basically about putting something in a box and only giving yourself a certain time during the day to worry about those things when you open the box and often when you've got that time to yourself. So give yourself a specific time where you, you know, are not worrying about the kids or in going to sport or doing whatever. So you've got yourself half an hour and that's your worry time in essence. And, you know, I use it on my phone and it's like, well, what am I worrying about? I'll put that in my worry box and then I'll only allow myself to look at that between seven and half past tonight. And by the time I've got there, I'll be done. I'm not worrying about the five things. I might be worrying slightly about one of them, but that's more manageable. And then I can deal with that. So what's the thought behind? I guess I've explained it, but what, what's the psychological thought behind that? And, and who would have devised that? I mean, who are these people who have devised CBT in the past? Because we haven't even explored that yet. Helen: Well, so firstly, the, the worry box idea, Paul, is it's a really clever psychological technique is that we can tell ourselves that we're going to worry about this properly later. Right now, we're busy doing something else, but we've made an appointment with ourselves where we can worry properly about it. And like you've said, if we reassure ourselves that actually, we are, we're going to deal with what's going on through our mind. It reassures our mind and allows it not to run away with us. And then when we do come to it, we can check, well, how much of a problem is this really? And if it's not really much of a problem, it's easier to let it go. And if it really is a problem, we've made space to actually think about, well, what can I do about it then? so that technique and so many of the other techniques that are part of Cognitive and Behavioural psychotherapies have been developed in two directions, I suppose. In one direction, it's about working with real people and seeing what happens to them, and checking what works, and then looking at lots of other people and seeing whether those sorts of things work. So, we would call that practice based evidence. So, it's from doing the actual work of working with people. From the other direction, then, there is more laboratory kind of science about understanding as much as we can about how people behave and why we do what we do, and then if that is the case, then this particular technique ought to work. Let's ask people if they're willing to test it out and see whether it works, and if it works, we can include that in our toolkit. Either way, CBT is developed from trying to work out what it is that works and doing that. So, so that's why we think that evidence is important, why it's important to be scientific about it as far as we can, even though it's also really, really important that we're working with human beings here. We're working with people and never losing sight of. That connection and collaboration and working together. So although we don't often use the word art and science, it is very much that combination Paul: And I guess that's where the measures and outcomes, you know, come into the science part and the evidence base. So, so for me, it's about just a question of if I wanted to read up on the history of CBT, which actually I have done a little. Who are the people who have probably started it and made the most influence in the last 50 years, because BABCP is 50 years old now, so I guess we're going back before that to the start of CBT maybe, but who's been influential in that last 50 years as well? Helen: Well, there are so many really incredible researchers and therapists, it's very hard to name just a few. One of the most influential though would be Professor Aaron T. Beck, who was one of the first people to really look into the way that people think has a big impact on how they feel. And so challenging, testing out whether those thoughts make sense and experimenting with doing things differently, very much influenced by his work and, and he's very, very well known in our field, from, The Behavioural side, there've been some laboratory experiments with animals a hundred years ago. And I must admit nowadays, I'm not sure that we would regard it as very ethical. Understanding from people-there was somebody called BF Skinner, who very much helped us to understand that we do things because we get a reward from them and we stop doing things because we don't or because they feel, they make us feel worse. But that's a long time ago now. And more recently in the field, we have many researchers all over the world, a combination of people in the States, in the UK, but also in the wider global network. There's some incredible work being done in Japan, in India, you name it. There's some incredible work going on in CBT and it all adds to how can we help people better with their mental health? Paul: and I think that for me as the patient and, and being part of the BABCP family, as I like to, to think I'm part of now, I've been very honoured to meet some very learned people who are members of the BABCP. And it, it astounds me that, you know, when I talk to them, although it shouldn't, they're just the most amazing people and I'm very lucky that I've got a couple of signed books as well from people that I take around, when I do my TV extra work. And one of them is a fascinating book by Helen Macdonald, believe it or not on long term conditions that, that I thoroughly recommend people, read, and another one and another area that I don't think we've touched on that. I was honoured to speak with is, a guy called, Professor Glenn Waller, who writes about eating disorders. So eating disorders. It's one of those things that people maybe don't think about when they think of CBT, but certainly Glenn Waller has been very informative in that. And how, how do you feel about the work in that area? And, and how important that may be. I know we'll probably go on in a bit about how people can access, CBT and, you know, and NHS and private, but I think for me is the certain things that maybe we need to bring into the CBT family in NHS services and eating disorders for me would be one is, you know, what are your thoughts about those areas and other areas that you'd like to see brought into more primary care? Helen: Again, thank you for bringing that up, Paul. And very much so eating disorders are important. and CBT has a really good evidence base there and eating disorders is a really good example of where somebody working in CBT in combination with a team of other professionals, can be particularly helpful. So perhaps working with occupational therapists, social workers, doctors, for example. And you mentioned our book about persistent pain, which is another example of working together with a team. So we wrote that book together with a doctor and with a physiotherapist. Paul: Yeah, yeah. Helen: And so sometimes depending on what the difficulties are, working together as a team of professionals is the best way forward. There are other areas which I haven't mentioned for example people with personality issues which again can be seen as quite severe but there is help available and at the moment there is more training available for people to be able to become therapists to help with those issues. And whether it's in primary care in the NHS or in secondary care or in hospital services, there are CBT therapists more available than they used to be and this is developing all the time. And I did notice just then, Paul, that you said about, whether you access CBT on the NHS and, and you received CBT through the NHS, but there are other ways of accessing CBT. Paul: That was going to be my very next question is how do we as patients feel, happy that the therapist we are seeing is professionally trained, has got a, a good background and for want of a phrase that I'm going to pinch off, do what it says on the tin. But do what it says on the tin because I, I am aware that CBT therapists aren't protected by title. So unfortunately, there are people who, could advertise as CBT therapist when they haven't had specific training or they don't have continual development. So, The NHS, if you're accessing through the NHS, through NHS Talking Therapies or anything, they will be accredited. So, you know, you can do that online, you can do it via your GP. More so for the protection of the public and the making sure that the public are happy. What have the BABCP done to ensure that the psychotherapists that they have within them do what they say it does on the tin. Helen: yes, that's a number of very important points you're making there, Paul. And first point, do check that your therapist is qualified. You mentioned accredited. So a CBT psychotherapist will, or should be, Accredited which means that they can be on the CBT Register UK and Ireland. That's a register which is recognised by the Professional Standards Authority, which is the nearest you can get to being on a register like doctors and nurses. But at the moment, anyone can actually call themselves a psychotherapist. So it's important to check our register at BABCP. We have CBT therapists, but we have other people who use Cognitive and Behavioural therapies. Some of those people are called Wellbeing Practitioners that are probably most well known in England. We also have people who are called Evidence Based Parent Trainers who work with the parents of children and on that register, everybody has met the qualifications, the professional development, they're having supervision, and they have to show that they work in a professional and ethical way and that covers the whole of Ireland, Scotland, Wales and England. So do check that your therapist is on that Register and feel free to ask your therapist any other questions about specialist areas. For example, if they have qualifications to work particularly with children, particularly with eating disorders, or particularly from, with people from different backgrounds. Do feel free to ask and a good therapist will always be happy to answer those questions and provide you with any evidence that you need to feel comfortable you're working with the right person. Paul: that's the key, isn't it? Because if it's your hard-earned money, you want to make sure that you've got the right person. And for me, I would say if they're not prepared to answer the question, look on that register and find somebody who will, because there's many fantastic therapists out there. Helen: And what we'll do is make sure that all of those links, any information about us that we've spoken in this episode will be linked to on our show page. Paul, we're just about out of time. So, what would you say are the absolute key messages that you want our listeners to take away from this episode? What the most important messages, Paul: If you're struggling, don't wait. If you're struggling, please don't wait. Don't wait until you think that you're at the end of your tether for want of a better phrase, you know, nip it in the bud if you can at the start, but even if you are further down the line, please just reach out. And like you say, Helen, there's, there's various ways you can reach out. You can reach out via the NHS. You can reach out privately. I think we could probably talk for another hour or two about a CBT from my perspective and, and how much it's, it has meant to me. But also what I will say is I wish I'd have known now what, or should I say I wish I knew then what I knew now about being able to, to, to open myself up, more than, you know, telling someone and protecting them as well, because there was stuff that I had to re-enter therapy in 2021. And it took me till then to tell my therapist something because I was like disgusted with myself for having seen and heard it so much. But actually, it was really important in my continual development, but yeah, don't wait, just, just, you know, reach out and understand that you will have to work hard yourself, but it is worth it at the end. If you want to run a marathon. You're not going to run a marathon by just doing the training sessions when you see your PT once a week. And you are going to get cramp, and you are going to get muscle sores, and you are going to get hard work in between. But when you complete that marathon, or even a half marathon, or even 5k, or even 100 meters, it's really worth it. Helen: Paul, thank you so much for joining us today. We're really grateful for you speaking with me and it's wonderful to hear all your experiences and for you to share that, to encourage people to seek help if they need it and what might work. Thank you. Paul: Pleasure. Thanks Helen.

Mastering Portrait Photography Podcast
EP152 Interview With Stuart Clark - Still Shooting At 97!

Mastering Portrait Photography Podcast

Play Episode Listen Later May 7, 2024 90:46


Sometimes it's just a pleasure to sit back and listen.  This is one of those moments - for me, certainly, but hopefully for you too.  I had the pleasure of sitting and chatting with two icons of the industry - Sean Conboy and the inimatable nonagenarian, Stuart Clark who is not only still shooting at the age of 97 but is a considerable racontour (you can hear me and Sean laughing in the background throughout!) Stuart started his career in 1941, so his stories are not only entertaining but are fascinating as they cover every photography development from glass plate through to the state of the art digital wizardry we're facing today. This interview is worth listening to every one of its 90 or so minutes! Enjoy!   Cheers P. If you enjoy this podcast, please head over to Mastering Portrait Photography, for more articles and videos about this beautiful industry. You can also read a full transcript of this episode. PLEASE also subscribe and leave us a review - we'd love to hear what you think! If there are any topics, you would like to hear, have questions we could answer or would like to come and be interviewed on the podcast, please contact me at paul@paulwilkinsonphotography.co.uk.    Transcript [00:00:00] Paul: So there are so, so many things I love about being in this industry, the things we get to do, and in particular, this podcast, and one of the many things is having these moments that you're about to hear, where I get to sit and chat with someone I've known for a very long time, Sean Conboy, fantastic photographer, and just a wonderful human being. [00:00:20] And someone he introduced me to, a guy called Stuart Clark.  [00:00:23] Now Stuart is 98 years old in July this year. Self proclaimed as one of the oldest working photographers in the country, and I'm not sure that anyone's going to argue with that. He started training as a photographer in 1940. That makes this, he's been working as a photographer for 84 years. [00:00:46] And the whole of this interview is taking place in what was, his photography studio in a little town just outside Leeds. It's his front living room, but it's huge. It's got a high ceiling and you can imagine how the lighting would have been hot, continuous lights and families just having the best time with someone who I learned very quickly, is a storyteller and a raconteur, uh, just a wonderful, a wonderful human being. There are lots of things to listen out for in the following interview, and let me draw your attention to just a few. Uh, listen out for the flash powder story. It's very funny. Uh, the story of, uh, People retouching, lots of retouching stories from the 1940s and billiard ball complexions. [00:01:31] . Doing multiple jobs in a day. He used to do three or four jobs in a day, and have the timing so accurate that could include photographing a wedding. He learned his craft. He's great. [00:01:42] He's spent time creating images for press, looking for alternative, alternative images and looking for PR images that no matter how much a sub editor crops them, the brand or at least the story is still very much intact. He talks about the utter love of the job and appreciating what a privileged position photographers like ourselves are in every day of the week. [00:02:07] He talks a little about the role of agencies and how they now manage messages from companies in a way that probably they never did. He talks about relationships and he talks about being positive and persistence. He also talks about the role of the Institute. [00:02:24] Finally, he talks a little bit about photographers always being the fag end of everything, but in the end, what he talks about really, It's the love of his job and the love of his clients.  [00:02:35] Why am I telling you all of this upfront? Well, this is a long interview, but the sound of Stuart's voice and the history that it represents, as well as the fact that he's more current than an awful lot of photographers who I know right now who are much younger, uh, but just, there's something in his, his entire manner that is captivating and enthralling, informative and useful. And so, although it's a long interview, I thought I'd just explain a little bit about why I found it so appealing and why I've left the edit almost entirely intact. I've removed a few lumps and bumps where we all managed to hit a microphone as we're gesticulating. [00:03:16] So picture the scene, there's myself, Sean and Stuart sitting, in armchairs and on couches. [00:03:27] And if you're wondering why it took me quite so long, this interview is actually, it goes back to February of this year, and why it took me quite so long to get it out, it was partly because there was a lot of of lumps to remove and partly because it was this trip, this interview, this podcast that I was returning home from when the Land Rover blew up. [00:03:46] And frankly, I think there's a little bit of trauma there with a six and a half thousand pound bill to re, to replace and repair piston number two. I think my heart just, I needed a minute just to not recall it every single time I try to edit this particular podcast down. It's a wonderful interview. Please enjoy. [00:04:06] I know it's quite long, um, but what an absolute legend. I'm Paul and this is the Mastering Portrait Photography Podcast.  [00:04:32] So, firstly, Stuart, thank you for welcoming us into your home. We've driven quite a long way, uh, to come and see you. Sean, uh, recommended we speak to you, because the number of stories you have make even his collection of stories look Insignificant. [00:04:48] And as we all know, Sean, The Footnote Conboy has more stories than any man I've ever met up until probably this, this moment in time. So to kick the conversation off, how did you become a photographer? [00:05:05] Stuart: It was an unfortunate or fortunate chain of events because, um, I was at the Leeds College of Art in 1940, 41, and I had the desire and intention of being a commercial artist, which is now referred as graphic designer and at that time, being wartime, there was little advertising being done, and so, uh, perhaps I was not sufficiently talented, but I finished up working for a firm who were essentially photoengravers, but they had a commercial photography studio as well, and they were short of somebody to join them, and I went in there and became virtually an apprentice photographer. This was very interesting because at that time, again, there was very little commercial photography advertising being done, and so all our efforts, or most of our efforts, were centred on war work, which involved going round the factories and, uh, Photographing for record purposes, the input of the particular company. And in those days, I can tell you that that was not a very comfortable proposition because we were on total blackout, and therefore, all the fumes in the factory, whatever they were, had very little chance of escaping, so you've got the fumes and the heat, and then of course we were only Illuminating scenes with flash powder, which was an added hazard, and, and so Photography outside in the factories was not very pleasant, but inside the factory, or in the studio, we were also doing war work, and that was to photograph silhouettes, scale models of all aircraft of both the enemy and, uh, and, uh, Home, uh, Aircraft for identification purposes, so that the air gunners were not shooting our own planes down in action. And another very interesting thing which I have always remembered was that the four, or the eight cannons In the Spitfire, that was four in each wing, were harmonized to converge at a point away from the Spitfire so that the Fire, the maximum fire point was when those two lots of cannons converged. [00:08:34] The only reference that the pilots had was a silhouette which we had photographed, so that he could visualize that silhouette in the, aiming sight of his  [00:08:50] guns.  [00:08:51] Paul: a very early heads up display.  [00:08:53] Stuart: Indeed.  [00:08:54] Paul: Yeah. [00:08:55] Stuart: And, so, that was quite an important element, I think, of our war work for the Air Ministry. [00:09:03] The main factory was engraving the, conical, rangefinder cones for 25 pound howitzers. [00:09:14] Paul: Right. [00:09:15] Stuart: And at the time of leaving school, everybody had to be doing war work.  [00:09:21] And so I went to the company on the pretext of doing war work of that nature, rather than going round snapping. [00:09:31] Paul: Right. [00:09:32] Sean: Stuart, could you also, um, I mean you've told me many great tales about your time actually in the, uh, armed services film unit, i think that might be quite interesting,  [00:09:42] Stuart: Well, I was called up and because of my interest in mechanical things and gadgetry and so forth, I finished up in the Royal Army Service Corps. But a friend of my mother's husband suggested that I applied for a trade test in photography. And one day I was called up to the orderly room and they said, We've got the movement order here for you. Um, to go to Pinewood Studios, of all places. I don't know what this is about, but anyway, here's your movement order. So, I went down to Pinewood, and we had a trade test, and I think I finished up, uh, top of the, the, uh, examination. But then I was returned to unit at Catterick, and I was up there for another few months, and then I was posted. And eventually, after about six weeks of the posting, I got another movement order to go back to Pinewood Studios, where I started my course in cinephotography, [00:11:06] and still photography. Now, this was the last course. before Pinewood closed down and the unit closed down. I'm talking about Pinewood closing down, Pinewood was the headquarters of the Army Film and Photographic Unit from when it was formed in October 41. [00:11:35] The course included preparation for action photography, essentially. when the course started, the war was still on in Central Europe. but before the course finished, it, uh, the war finished. [00:11:58] And The Japanese War was still going on until September of the same year, which was 45. But we were still being trained, and when the course finished, we had very little to do but just wait to see what happened. And so from September to, um, December of that year, we were just hanging about in the studios. [00:12:30] We were then posted to the Far East, in fact to Malaya, where the No. 9 unit was formed. Having been moved by Batten's headquarters, Mountbatten's headquarters, from Ceylon to Singapore, thought that it would be probably much more congenial there than in Ceylon, India. [00:12:57] So number nine was there and it's interesting to note that right at this moment an exhibition is being produced for the photographer's gallery on Bert Hardy's life and Bert Hardy at the time that I there was, in fact, the stills captain in charge of all the still photography in Malay Command. Or the, not Malay Command, the Far East Command, because we had outstations in Java and Hong Kong, and even, uh, one guy, uh, was in, um, in Hiroshima. So that was the formation of the, the, uh, Far East, Southeast Asia Command photographic, uh, outfit. until it closed down, uh, in September, August September of 46, and we are then dispersed Some went to the Imperial War Museum, the Imperial, uh, war, graves Commission, et cetera, and six of us went back to Vienna, where we joined number 9, Public Relations, because unit had been disbanded completely. So, there in, uh, in Austria, we were doing what they call Local Boy Stories, and we made a couple of films on the Irish regiments and also the East Yorkshire, not the East Yorkshire, the Yorkshire regiments who were guarding and on guard duties at the palace, Shurnbran Palace, which everybody has heard of, and um, and so that carried on until, uh, the Until I was demobbed in 1947, December. came home and went back to the company I originally started with because they were compelled to take people for 12 months. And at the end of that time, I decided to leave I had a bit of a a difference of opinion with the studio manager, who was RAF, and I was Army, and I was a sergeant as well, and I don't think he was quite that when he was in the RAF photographic section, but there was a resentment anyway. [00:16:02] of my presence.  [00:16:03] So, I went to the firm called C. R. H. Pickards, who were one of the finest industrial, uh, and leading industrial photographic units, companies, in the north of England. [00:16:24] It was there, then, that I began to learn industrial photography. And we photographed all sorts of various things, from factory engineering, factories, products and so forth, lathes, milling machines, railway engines, all manner of things. And that's where I cut my teeth on industrial photography. [00:16:56] Sean: And, and Stuart, what sort of, um, equipment would you be using in those days? not  [00:17:01] Stuart: so ha!  [00:17:02] Sean: but how  [00:17:03] would you be lighting these spaces in those days  [00:17:05] Stuart: um The equipment that we were using was always, almost always, whole plate, six a half, eight by, eight and a half, six a half, uh, folding field cameras. when I started, we [00:17:29] were on glass plates. But then the advent of film came in. And this was obviously much lighter stuff to carry around. And every, exposure had to count. Now in today's terms, where you press the button and pick the best out of however many, all we used to do was a duplicate at the most. So we used to There was a variation in the exposure or the aperture setting, and that was the only difference the two exposures. [00:18:19] So what we used to do was develop one side of the, uh, the double dark slides, see what they were like, if they wanted a little bit more or a bit less development, that was applied to second side. And, don't know whether you've ever heard of the expression of, um, developing by, uh, vision. But we used to have a very dim green light, and the sensitive film. [00:18:59] was not, uh, sensitive to the green light.  [00:19:03] Paul: All right.  [00:19:04] Stuart: But you had to be in the darkroom for ten minutes for your eyes to become adjusted, and you could then see absolutely every detail of the, the development process. And when the highlights started to you, to, To show a dark mark through the back of the antihalation backing, then the development was just about right, if but if you wanted a little bit more contrast, then you just pushed it on. If it had been a dull day, a dull, miserable day, then you pushed the development on a little bit further. [00:19:49] Sean: And  [00:19:49] Stuart: you've asked  [00:19:50] Sean: be, how would you be lighting some of these scenes? I'm very intrigued at that  [00:19:53] Stuart: I  [00:19:53] Sean: that  [00:19:53] Stuart: about to say that. [00:19:54] Um, for big areas, we used to use flash powder. And a little bit of flash powder goes a long way, believe me. But it was pretty dangerous stuff. And um, I remember we photographed a wedding on one occasion at the Majestic Hotel Harrogate. And there were 450 people. at the reception and they wanted a photograph to show as many of the people as possible. So we put the whole plate camera on a table stood up there with tray into which I poured flash powder. [00:20:38] Now then, this was actuated. with a percussion cap, like we used to have in little [00:20:46] hand pistols for toys. and when you pulled the release catch, that ignited the cap, [00:20:56] that ignited the flash powder. [00:21:00] So, the exposure was only going to be once. One exposure. [00:21:07] And so, the photographer I was with, he said, right everybody. Look this way, and I want to be making sure that everybody keeps still. [00:21:21] I'm going to count five for you, but don't move until I've finished counting. [00:21:29] So the idea was to take the sheath out of the slide. With having put a cap over the lens, shutter, just an open lens with a cap or a lid on the front. [00:21:46] And the technique was to take the cap off hold it in front of the lens, so that that allowed the vibration or any vibration in the camera to settle down and then take the exposure. the idea was count 1, 2, 3, 4, then take the cup off. And on four I ignited the flash gun and then the cup went on and the guy that I was worth put the sheath back and said, right, let's get out of here quick. The reason for that was that you got the brightness, got the, the buildup of the available lights. then it's just topped off, illuminated with the flash, not a very big one, I hasten to add. But the significance of flash powder was that there was a flame which simply went upwards.  [00:23:00] And that was it, that was all there was to be seen. But, it produced smoke, which used to go into, onto the ceiling, and it would roll across the ceiling, carrying with it the grains of the flash powder, which had obviously changed colour from [00:23:24] silver [00:23:25] To yellow, that was okay. But when the waiters came to move the, uh, soup plates, what they found was a white circle on a yellow  [00:23:47] cloth. [00:23:51] And you can also visualize the fact that a lot of people had a lot of. Little flash powder grains in their hair  [00:24:01] as well. well. By the time that [00:24:04] By the time that this happened, we were halfway back to Leeds.  [00:24:08] Sean: Very good.  [00:24:09] Stuart: But this this was the scourge of flash powder because you could only take one shot. Because the place used to, the whole of the place, the factory, if you using a large amount of powder, made a lot of smoke, and it just collected on the ceiling and it obscured it, the vision. So, we used to use photo floods, these were overrun pearl lamps, we used to have six on a button. And if the subject was still, we could go around on a long lead and paint scene with light. And that was, and that became established, So flash balder started to go, [00:25:08] Paul: Right. [00:25:10] Stuart: but you see, at this time, flash bulbs hadn't really got going. [00:25:17] The GEC flash bulbs, which were foil filled, were about the only thing that was available. Um, in this, in this country. And they were sympathetic. [00:25:31] And the GEC Warehouse in Leeds on one occasion, uh, a consignment of, um, bulbs came, [00:25:43] Uh, [00:25:44] in a, in a case, and, uh, one of the attendants decided that he would test them to see whether they were all alright. [00:25:54] So [00:25:54] he fired one. [00:25:57] and 50 flashbulbs, because [00:26:01] they had to be in contact with each other. If they were separate, it didn't work, but when you put them side by side, they were sympathetic. [00:26:11] Paul: What [00:26:11] happens?  [00:26:13] Stuart: Well, the whole lot  [00:26:14] went  [00:26:14] off. A whole box full of, um, flashbulbs, and they weren't cheap at that time.  [00:26:22] So  [00:26:23] really,  [00:26:23] that was, that was the basic equipment which we used to [00:26:29] use. [00:26:31] And [00:26:32] it was all, [00:26:33] it [00:26:34] was all, uh, 8x6. [00:26:37] Sometimes it was 10x8. [00:26:41] The, uh, the railway engines, which we used to photograph for the Hunsley's Engine Company [00:26:47] and hudderswell Clark's in Leeds, we always used to use 10x8 for those. Now it was interesting there because we used to have a particular date for going to photograph them. And [00:27:04] they were all finished up in black, white and grey paint. Because that served the cost of retouching the finished print. [00:27:15] There was very little photography done at that time. Apart from views and so forth. But anything that meant a machine, a lathe the, or whatever, it always had to go to the process retoucher who airbrushed the reflections or put one or two, put a shadow in or whatever it is. It was a highly skilled, uh, process. Uh, process, retoucher with white lines and so forth. But the interesting thing about these two railway engine companies was. that they only painted them on one side, the side that was being photographed. [00:27:59] Paul: And [00:28:01] Stuart: we used to go back to the studio, develop them straight away, yes, the negatives are alright, as soon as that happened, then they would strip all the black, white, and grey paint off and finish up in the customer's required, required colours. [00:28:23] Paul: Wow. [00:28:25] So, so the bit that strikes me is retouching has been part of this art  [00:28:30] Sean: a long time. Well,  [00:28:33] Paul: I mean, think about [00:28:33] it, right? Because we, there's a lot of debate about retouching and post production. That rages. Even now, but when you think about a manufacturer only painting one side of a train, they're painting it colours that repro well, and then it's being handed on to a retoucher, retouching's been going on for a very long time.  [00:28:51] Stuart: Well of course, everything at that time was, was, um, retouched, and most portraits finish up with complexions like billiard balls. There were no shadows, etc.  [00:29:03] Paul: haha, It's like nothing's changed!  [00:29:07] Stuart: Indeed. Indeed, and, and when people speak now in condemnation of, oh well you can see the retouching and so forth, well the only thing that you have to do now is to make sure that it doesn't show. But, it was, really when Photoshop and the like came in on the scene, this was manna from heaven. [00:29:32] Paul: Yeah. [00:29:33] Stuart: Because it cut out the need to do the work on the actual print. To retouch transparencies was a rather different process altogether. [00:29:48] And it was  [00:29:49] Sean: difficult process to be [00:29:50] Stuart: Oh yes, and very highly skilled. And the firm that I worked for, Giltrous Brothers, who were the photo engravers, they used to retouch twenty, twenty [00:30:02] four, twenty glass plates. Whereby, when you talk about printing today, and I think the, uh, top of the range, uh, Epson, Uh, printer works in, uh, we're printing 11 colors, but the, limited edition photolitho, uh, illustrations were, uh, certainly on, on 13 colors [00:30:36] And from 13 separate plates. All of which were retouched. [00:30:42] Paul: So [00:30:42] the plates were retouched separately?  [00:30:45] Stuart: correct?  [00:30:45] Oh yes.  [00:30:46] Paul: Wow. [00:30:48] Stuart: So [00:30:48] Paul: each of these plates is a black and [00:30:49] white plate that's going to take one color ink? [00:30:52] Sean: Correct. I understood the [00:30:52] Paul: the process right? [00:30:53] Sean: Yeah.  [00:30:54] Stuart: process, right? Retouches were earning more than photographers at any time.  [00:31:01] Sean: It's most interesting to hear this, Stuart, because you come into my era when I was learning photography and the discipline of the transparency, the 4x5 and 8 inch transparency, and of course there, retouching was an anathema because if we retouched the transparency, we started to lose some quality. [00:31:17] Stuart: Yes. we to, it was a period of photography, I think, more than ever, when we had to get everything right in the camera because the client demanded the transparency. Whereas the processes you were using enabled this retouching method, which is very, very interesting. [00:31:29] There are certain elements, as you well know, with your, even with your skills, whereby there are elements which cannot be lit out or exposed out or  [00:31:43] whatever. And there has to be some artwork, or whatever you call it, retouching done. And at the end of the day, most of the photography which, which I was taking and involved with, was going to be reproduced. And so if it was retouched at source, before it got to the retouchers on the reproduction, uh, side. [00:32:11] of the plate making, then that was, it was as we wanted it rather than what they thought it should be.  [00:32:20] Paul: As ever photographers being control freaks.  [00:32:24] Stuart: Well, after something like two to three years at Picards, by which time I got a fair amount of idea of what's going on.  [00:32:37] Um, I decided that, um, I ought to seek pastures new and became a staff photographer for the 600 Group Of Companies just on the west side of Leeds. And there I photographed secondhand machinery, which they used to recondition and I photographed the, lathes and milling machines, drilling machines and that sort of thing, and they were then printed on and they, all these were taken on the half plate camera, which is half the size of a whole plate camera, obviously, um, and, um. they were made on 6x4 glossy prints, and these were distributed by the appropriate department to potential buyers. And I was there for three and a half years. But I'd got to the stage where I'd photographed everything that didn't move, and I was becoming rather dissatisfied with life. So I  [00:33:49] Paul: Do you mind if I ask how old are you at this point? [00:33:53] Stuart: this point? Well, let me see, I would be about, twenty, twenty four, twenty, what, twenty five. Right. Twenty five, six.  [00:34:03] Paul: Right. [00:34:04] Stuart: I was dissatisfied because I didn't think I was getting anywhere. [00:34:09] Sean: So you were, you were ambitious, really, to take your photography on to another level and, and have more control, would you say, over what you were doing [00:34:16] Stuart: you could say that, yes. just say to work for yourself, Stuart?  [00:34:20] Sean: The Thing is that the, the company that I worked for. was part of the A. H. Leach corporate, uh, company at Brighouse, which was, uh, a very big organization with studios in Cambridge, Manchester, Glasgow. Um, and the prospects of moving to any one of those places was stalemate because they were well staffed was no flexibility for moving, and so I thought, well the only way to see whether I am a capable photographer was to make it on my own, see if I could make it on my own. And in fact started the business in some premises now occupied by the local library. down at the bottom end of the village. [00:35:19] Stuart: But this was going on for some time, two or three years, and then the question of getting married. [00:35:27] came into the reckoning, and this house in which we're sitting now became available, and very suitable because the front room lounge in which we now sit became my portrait studio. [00:35:46] And across the top of the window, which is facing opposite you, was a bank of Kodak, um, lighting with five, four 500 watt lamps in each for general illumination. [00:36:04] And So then I had a spotlight which is, was behind you for lighting the hair and then a fill in light on this side. And by this time, we'd moved on to two and a quarter square, real film cameras, 12 on 120. [00:36:22] I hadn't really at that stage got into, back into the industrial scene because I was doing social photography, weddings and portraits, to build up a reserve of capital to move on to buying more advanced equipment. [00:36:44] And the changes at that time were considerable. 5x4 were on the, on the fringe. At the time that I'm speaking of, German 9x12 plate cameras were still being used for press photography. And there they were, on the touchline at Heddingley, these, the local press photographers, with box of 9x12 single shot plates freezing to death, and um, and that's it, one off shots. [00:37:26] But I missed the point earlier on, I think, of saying that uh, every shot had to count. And, over the years, that has influenced me considerably, because I've always made sure that everything was right before I took the exposure. [00:37:48] And whatever the, whatever the occasion was, whether it was an industrial scene or a social scene, you look at the subject before you, to begin with, and then start looking round and see what's happening in the background. Because, if you do that, it saves retouching, and that's an absolute classical instance of today, where people, when Photoshop came, what about so and so? [00:38:22] Oh, don't bother about that, I'll take it out. I can take it out in Photoshop, and I've heard speakers come to the Institute and talk about, Oh, I do this and do that, and I've said, well, how long does it take you to do that? Oh, well, a couple of hours or so, like that. It could have all been addressed in the taking, and that would have been eliminated. [00:38:51] And when you talk about 2 or 3 hours retouching, well how much do you charge for, oh well I'll throw it all in. [00:39:00] And the number of people who I've heard say that, oh well I'll just include it. I think they've got a bit wise to it now because Uh, any extramural activities are chargeable by the hour, and, uh, and it's certainly in need of that, but what I would say to any in, up and coming photographer, they need to sure of what it is that they're taking to avoid having to retouch it afterwards, albeit that in today's terms, [00:39:40] With the relaxation of dress and disciplines and so forth, Um, I don't think it quite matters. And so, I think as far as today is concerned, I would find it difficult to go back to being a photographer in today's terms. Because, I can sit in a restaurant or in a room, somebody's room or whatever, and I'm looking at the, the vertical lines of the structure to, to see whether that line lines up with that, and it's surprising how often I can see lines that are out, even buildings. [00:40:27] I could see buildings that, that were not, um, vertical. completely vertical and line up with the I sit there looking at the streets and doors and windows and it's very, it's very difficult to get out of that discipline into the much more free and relaxed attitude towards photography today. [00:40:56] I don't know whether I, whether you would agree with that or not. [00:41:00] Sean: Stuart, I would agree with what you're saying and it's like the photographer's eye, your whole life has been trained by your eye viewing scenes and viewing situations and it's quite impossible to turn that off really. [00:41:10] That's part of you and how you see things, so no, I couldn't agree with you more. So Stuart, tell me, you obviously, the room we're in now was your studio, and you're in here, you're now married, you're doing more social photography, as you said, and obviously starting to make money. Where did the business go from there? [00:41:29] What was your sort of next stage really? Because I believe you had another studio then in the village, is that correct?  [00:41:35] Stuart: The children grew up and we were running out of room space, [00:41:40] So an opportunity came in the main street down the road to take over a building, um, which I was able to use the ground floor and turn it into a studio, a reception studio and darkroom. And, uh, during that time, I was doing, um, mainly social photography, but also, I had got associated with the local newspaper which circulated in this area, and I virtually, without being on the strength, I virtually became the staff photographer for the whole of the circulation area. [00:42:32] So on a Saturday in the summer, it was not unknown for me to do perhaps 11 cover 11 eventualities such as garden parties, a flower show, etc. and also fit in a complete wedding. So, [00:43:00] Paul: So,  [00:43:00] Stuart: so [00:43:01] my time, my, my mind used to work like a, like [00:43:07] a clock, uh, a precision clock, because it was, it was timed to the nth degree. Um, what time is the, uh, what time is the wedding? How long will the service be? Where's the reception? And I had a mental, uh, mental, uh, memo of the distance from here to there, and the length of time it takes to get from, from there to there. [00:43:36] And, as far as the, as the newspaper is concerned, I tried to take a different picture. at each occasion, so that we don't want the same picture of women serving tea, uh, for the WI, the church of this and that and the other. Um, I tried to make a different picture. So that training and experience fitted me in good stead for when the industrial scene tailed off. [00:44:15] Sean: I've just, uh, I've just, um, picked a photograph up here. [00:44:18] Stuart's got quite a number of his photographs in the room with us here. It's a very nice PR, press type shot here of Harry Ramsden's Fish and Chips shop, and it's got a very 1980s mobile phone and the world famous in this part of the world, Nora Batty which some of you may know from a famous last of the summer wine tv show and i think this is to do with the flotation of Harry Ramsden because it became quite a successful company didn't it so talk a little bit about this photograph Stuart it's very captivating and i think very very well executed [00:44:50] Stuart: Well, the story as you've already identified, I'm surprised that you have, because that was when they went public. And, uh, the, story was the Harry Ramsden fish restaurant, which, it was the center of all activities, just on the outskirts of Leeds, and they, as you said, they got Nora Batty there, who was a very leading personality at the time, and, of course, telephones, you can see the size of that, that mobile telephone, which is about the size of a half of a brick. Um, this was the, um, the story. And the essential thing was to locate the seed of the picture with the name of the, the company. across the top of the, the print or the format. [00:45:46] Sean: And if I could just butt in there Stuart just to say sorry to do this but I think it's important to get this across that I've just picked this image up and the story has come straight across to me. We've got the mobile phone. You've got the Financial Times, which is holding the fish and chips. You've got the sort of banker type chap behind her. [00:46:02] It just shows the skill that's gone into that picture, that an image is telling that story to me all these years later. Because I presume this photograph is 30 or 40 years old, Stuart. Am I correct there?  [00:46:12] Stuart: It's quite a long time. And the essential thing about that picture, uh, Sean, is that however much a sub editor chops it down. There was always be something of the story there, because the nearest or the furthest down that they could chop it would be across the top of the bloke's head, but it would still say Harry on the left hand side. [00:46:42] And, and, that was the, the art of, at that time, of getting the story across for public relations. Include the company's name or the brand in the background somewhere so that it had to be seen and it couldn't be taken out.  [00:47:03] Paul: I ask you a question? Have you always loved being a [00:47:06] Stuart: being a photographer? Oh, absolutely.  [00:47:09] I wouldn't do anything else. Um, had a very enjoyable life in every aspect of it. And I'll tell you one thing about it, and Sean will agree with me on this. Photography, photographers are in a very privileged position, and they don't realize how much so. Because so often, they are in, at the ground floor of activity. A conference, a confidential conference projecting the aims of the company. [00:47:46] I was in a company when I was in the conference actually, when the whole of the regional bank managers were in a conference at Harrogate, and they were told then, that we were going to dispose of the buildings, our assets, and I photographed several banks which were up for sale and they were simply being sold off. The managers didn't know. What's the photograph for? Oh, it's just for the estate. I knew what they were, why they were selling it. It was going on the market. [00:48:25] You know all these little convenience grocery shops and so on, on filling stations, I was in the conference there for all the ESSO managers in the region, when the the project was put to them that we're going to put these little kiosks, or whatever it is, and, and, and there I was. Um, and we were privy to information that was light years ahead of the actual official announcement. [00:48:59] Paul: Yeah. [00:48:59] Stuart: Metahall, for instance, um, I was in the conference when they were talking about what their footprint was needed to be to make that viable. And there are several instances such as that. And you do get it to a more personal level, where we've got, uh, injuries, personal injuries to photograph. [00:49:26] Oh well, what about Snow? [00:49:29] Well, [00:49:29] And you just can't get involved with passing that or repeating that information. [00:49:35] Paul: Yeah. [00:49:36] Stuart: It's confidential. And as I said, photographers are so often right in the heart of things. And I'm sure, Sean, that in today's terms, you'll be more exposed to it than I was with them. [00:49:51] Sean: Well, very much so Stuart. [00:49:52] Very much so. Yeah. I mean, it's, I can't tell you how many NDAs I've signed in my career, so, yeah, absolutely. Absolutely.  [00:50:00] So Stuart, so you've now got the studio, the, the biggest studio now on in the, in the, in the village here. And you're obviously doing your social, your weddings, you're obviously doing a lot of PR. [00:50:11] Did you start to do, did the industrial photography come back a little bit more as well? [00:50:15] Stuart: Yes But I was, I was extremely fortunate and the odd thing about it was that the connection came through the, uh, the work of the local paper because three miles from here was the control room for the Central Electricity Generating Board and they were having an open night and the local paper was invited to to cover the, the event. So I went along and took a few photographs of whatever was going on and had a bit of a look around the place and subsequently then I was approached by their, their public relations department for the northeast region. Would I take a photograph of something else?  [00:51:13] From that stemmed the work, which really became the mainstay of my activities with the Central Electricity Generating Board. [00:51:26] Again, I wasn't on the staff, but I was vir, virtually became the staff photographer for the Northeast Region. And the amazing thing is that here I was, photographing power stations, the grand openings of power stations, starting with Thorpe Marsh, which was the, down in Doncaster, which had two 400 megawatt sets, which were the f The Forerunner, they Thorpe Marsh was really the testbed for the, um, the 400 megawatt stations which followed. [00:52:13] And there again, this was being in on the ground floor whenever there was a fault down there or whatever. or a problem, um, I was called in to, to, to take the photographs.  [00:52:27] Sean: So [00:52:28] Stuart, would you say that, um, he's very interesting listening to this about how your business built. Would you say that networking was a great part of building your business? [00:52:37] Stuart: Networking, well they call it networking now, and it's, it's contacts really. And I think, I'm sure that you'll agree that being in the right place at the right time, and that really applies to anything, the theatrical world, et cetera, and, not necessarily knowing the people, the right people, but getting on with them, and being able to mix with people, and behave in a way that people expect you to. So  [00:53:10] Sean: Would you have any sort of advice or tips for a young photographer or somebodnew breaking into photography and how to. build a business? Have you anything to add there at all?  [00:53:22] Stuart: I think that in today's terms, it is extremely difficult for photographers. And I'll tell you why, because I think that the opportunities which I just mentioned are remote, probably remote in the extreme. Social photography is something else, and the, the website, and all the various media opportunities, with which I am unfamiliar and have no knowledge of because I've not had the need to do it. But I am aware because I look at what people are doing. And that's another instance of success. Of keeping an eye on what other people are doing. If you admire anybody's particular work, then that sets the example and the criteria to work to. But as far as going back to contact is concerned, I have the distinct impression now that not only photography, but everything now stems from public Relations and I don't know whether you've noticed it or not, but if there's, if there are any problems, on the one hand, of people's behavior or their activities, or whatever it may be, adversely or favorably, and the promotion of brands and industries and business, it all seems to stem now very much from the agencies.  [00:55:12] If you read question of the so and so company are going to introduce this product or [00:55:22] service or whatever it is, or they've taken over a business. the [00:55:27] statements attributed to the managing director or chief executive or accountant or whatever it is, right across the board, a great many of the people that are being quoted, I would suggest, are not capable of speaking and thinking the way that the statement appears in print. And it raises sometimes, a lot of suspicion as to just what is behind this thing. This business with the post office. It's full of it. And so the point that I'm making is that advertising agencies, that's another one, the advertising agencies are in direct contact with the, um, with the brand or the company. [00:56:24] And so the opportunities of the photographers, in my judgment, are minimized because of the hold. that the advertising agencies have on the job.  [00:56:43] And  [00:56:43] they,  [00:56:45] they will say who they want and who should be employed. They may think them best or otherwise. And it also then comes down to, rights, and I bet you are right in the thick of this, that, uh, you are the, the favorite bloke on the, on the block, and whilst ever that person is engaged in that company, your situation is secure. But suddenly, if he goes to pastures new, and they've already got their established photographers, as far as you're concerned, you've lost that company. [00:57:28] Sean: Very  [00:57:28] Stuart: company.  [00:57:29] Sean: very true. Yeah, yeah.  [00:57:30] Stuart: Is it true? [00:57:31] Paul: But there's always opportunities with these things, I mean, in the end, there are more photographs being created today than ever historically, I think you're right about the structures of advertising agencies, though this isn't my world, when someone moves on, there's an opportunity, and there's always the opportunity to stay as well, there is risk, of course there's risk, but equally, you could be the guy he takes with you. [00:57:54] So how do you make that happen? [00:57:56] Sean: Well, I think it's very apt because I've had two or three key clients in my career that have moved numerous times, you know, seriously big companies and they've taken me with them, yeah. And not only that, in some cases, they've taken me to their new company. And it's gone well. They've then moved on to another company and taken me with them, but the company they've left still retains me. [00:58:19] So there's a benefit that way. But I think it's really, I greatly believe in the, in the networking, keeping in touch with people, making an effort at all times. And I think, I know we've got today's digital world and there's lots of advantages to that, but also personal contact I think is still really, really important. [00:58:38] Relationships and personal contact. [00:58:40] Stuart: What you are saying is, is correct. And I remember an uncle of mine who was a milkman and, had a, a big dairy, and he once said to my mum, oh, well, it's so and so, he's come again, a rep has come. It's been three times, so really it deserves an order. [00:59:03] There's a  [00:59:04] lot  [00:59:05] Paul: in [00:59:05] Stuart: a lot in [00:59:06] truth in that, backs and it backs up what you were just saying, of keeping in contact, and, of course as far as advertising is concerned, or mail shots. the first one they take no notice of and throw away. The second one, oh well, there's another one from this so and so. The third one, it is usually reckoned that the person will be activated by that And so, as you said, keeping in contact is very important. [00:59:42] But I'm bound to say that breaking in a lot of it is by accident, but certainly the persistence of contact is very important. [00:59:56] And when you consider, you see, over the years we have thought of Only the Institute, or I have, and I've done, I've put a lot of time and work into it, as other people have, without which we might have been a lot more better off or a lot wealthier than we in fact are. [01:00:20] Sean: Stuart, did, did, when we say the institute, it's the British Institute Professional Photography we're talking about here. And I, I'm a member too, and that's how I met Stuart through the institute. Through your long career as a photographer, how important did you find the, The Institute and the ability to mix and talk and, and, and work, you know, get information from other photographers, I suppose. [01:00:41] How important did you find that  [01:00:44] Stuart: Photographers, um, are, as you know, very, very much individualists. they work a lot on their own, and when you consider that there are probably 7 or 10, 000 practicing photographers in this country, and so few of them belong to anything.  [01:01:10] It makes you wonder how all those people survive. but, it really comes back to, to, uh, what we were saying earlier, of contact, those people must be in contact with other people. [01:01:29] Their reputation goes before them, obviously, and when you consider the situation with the Royals, for instance, who, from time to time, have official photographs taken, um, by names that I've never heard of, where you would perhaps expect that they are members of the, this organization, the Royal Photographic Society, as a case in point. Um, these people are not members of them and so how they I'm not talking about the Litchfields, I'm talking about the other people who officially, officially photograph, uh, in recent times, the, um, William and Kate's family, the, their birthday or whatever anniversary it was. So, those people, um, are plowing their own furrow. [01:02:33] But going back to the the meaning of the institute, whereby people are individual, the opportunity over the past years was for all these individuals to rub shoulders with each other and the networking that went on then. For instance, you go to a meeting and you're chatting away, and a couple of blokes have a common, common interest, uh, uh, or they're equal practitioners, but suddenly, one of them comes up with a problem that he can't answer, and so he's able to phone this guy in Nottingham, or wherever, because he is not in competition down the street. He can't ask the guy down the street how to tackle the question, but the man in Nottingham will willingly bare his soul for you, and keeping in contact with, um, with other people to solve problems where they have them is incredibly useful, in my judgment.    NOTE: to see the rest of the transcript, head over to https://masteringportraitphotography.com (it exceed the normal limit for podcast texts!)

WHO C2C
Death of Clara 1 | Face the Raven

WHO C2C

Play Episode Listen Later Feb 25, 2024 68:43


Finally! Multiple episodes for Geoff to discuss Jenna Coleman and Clara - his favourite companion!And Paul gets to listen, as do you!We made a list of some topics we wanted to discuss and one of these was The Death of Clara (the other was "The Trilogy at the End of Series 9, its Narrative Themes, Use of Symbolism, Character Development and Literary Origins" - Paul), and this would cover:Face the RavenHeaven SentHell BentAnd CLARA, in general, alongside numerous other things too no doubt! (Whatever - Geoff)So, in this first episode, we:discuss our feelings toward Claratalk about Jenna Coleman's acting worklook back at Face the Ravenlament over Clara's endlook at what we liked and didn't like about Face the Ravenbriefly address  'The Trilogy at the End of Series 9, its Narrative Themes, Use of Symbolism, Character Development and Literary Origins' before moving back onto CLARAWITH...guest commentary from Joe Ford (Hamster With A Blunt Penknife podcast) and massive Jenna fan, Heather!PLUSsome thoughts on Face the Raven from ourTwitter followersAND AS A BONUSwe talk about Clara - with more to follow soon (please help me! - Paul)So join us as we look back at the end of a fantastic companion and start to relive The Death of Clara!Support the show Subscribe to Who Corner to Corner on your podcast app to make sure you don't miss an episode! Now available to watch on YouTube! Join the Doctor Who chat with us and other fans on Twitter and Facebook! Visit the Who Corner to Corner website and see our back catalogue of episodes! Enjoying what we do? Consider joining our Explorers Subscription plan for more content! Who Corner to Corner: Great guests and 100% positive Doctor Who chat!

WHO C2C

Subscriber-only episodeFinally! Multiple episodes for Geoff to discuss Jenna Coleman and Clara - his favourite companion!And Paul gets to listen, as do you!We made a list of some topics we wanted to discuss and one of these was The Death of Clara (the other was "The Trilogy at the End of Series 9, its Narrative Themes, Use of Symbolism, Character Development and Literary Origins" - Paul), and this would cover:Face the RavenHeaven SentHell BentAnd CLARA, in general, alongside numerous other things too no doubt! (Whatever - Geoff)So, in this first episode, we:discuss our feelings toward Claratalk about Jenna Coleman's acting worklook back at Face the Ravenlament over Clara's endlook at what we liked and didn't like about Face the Ravenbriefly address  'The Trilogy at the End of Series 9, its Narrative Themes, Use of Symbolism, Character Development and Literary Origins' before moving back onto CLARAWITH...guest commentary from Joe Ford (Hamster With A Blunt Penknife podcast) and massive Jenna fan, Heather!PLUSsome thoughts on Face the Raven from ourTwitter followersAND AS A BONUSwe talk about Clara - with more to follow soon (please help me! - Paul)So join us as we look back at the end of a fantastic companion and start to relive The Death of Clara! Subscribe to Who Corner to Corner on your podcast app to make sure you don't miss an episode! Now available to watch on YouTube! Join the Doctor Who chat with us and other fans on Twitter and Facebook! Visit the Who Corner to Corner website and see our back catalogue of episodes! Enjoying what we do? Consider joining our Explorers Subscription plan for more content! Who Corner to Corner: Great guests and 100% positive Doctor Who chat!

The Sprinkler Nerd Show
#128 - Turning Water into Dollars $$$$$$$$$$$$$$$

The Sprinkler Nerd Show

Play Episode Listen Later Jul 21, 2023 13:29


In this episode, Andy calls Paul Bassett, and together they have a short conversation about the opportunity to turn water into dollars. === Paul: Hey Drew.  Andy: Paul. Good morning.  Paul: Good morning to you buddy. Andy: How's your day going?  Paul: It's going great today. Thanks. It's Friday.  Andy: Heck yeah. I was thinking about you this morning because of the concept of turning water into dollars that I was thinking about and thought we could just brain share about that concept. Paul: I like that. Andy: So yesterday I moderated a webinar with Ben Coffey at WeatherTrack and Max Moreno, who's the VP of sales for Harvest Landscape, and Max uses water budgets as a part of his daily business practice. And the more I started thinking about water budgets, it's really a concept of a budget and a budget entails finances and money. Andy: And what I think is so fascinating is that we all, you know, in this industry, when I say we, I'm generalizing here. Most people talk about run time, number one, you know, how long should I run my sprinklers in the form of time? And then. Kind of at the next level, people talk about how much water am I going to use? Andy: What's the gallons? What's the volume? Either gallons per minute, gallons per day, per cycle, per year, per month. But then what we really don't talk much about is what does the dollars mean? How can we convert that to dollars and cents and why do we not use that as a discussion point more often?  Paul: You're right. Paul: I mean, it's something that I think should be discussed with the end user client because in In almost any other utility consumption, it is discussed in dollars and cost. I don't know why the water is slower to transition to that. So I think it's a good place to be for us, Andy, because it will allow us to kind of be a differentiator, or what we teach others to allow them to be a differentiator. Andy: I think that if we're only now starting to talk about the dollars, I feel like what we need to do is put the dollars out there. So with the, let's say the irrigation design, the proposal, you know, the estimate when contractor X goes out to a client site, whether it's residential or commercial, and they put together their estimate for construction and installation. Andy: I don't know that I've ever seen a proposal that includes estimated. Cost per year on the system, and I think if we led with that, then that would spark the kind of curiosity and question and we could go backwards into the different parts of the system, the design, the distribution uniformity that actually affects the cost of the system, but lead with the dollars and then explain it through the use of technology, proper installation, proper design, et cetera. Andy: I mean, it's, it's so good because if you think about it in, in other appliances that you buy, for instance, you know, if you see nowadays, if you buy a hot water heater, or if you buy a refrigerator, what do they have stamped on it, they have stamped on what the anticipated energy cost is to operate that piece of equipment for a given year based upon a unit of measurement of that particular particular. Andy: Energy or, uh, utility. So they say, okay, if you're gonna buy this refrigerator, average energy costs in the United States is 12 cents a kilowatt hour. On average, this particular refrigerator is going to cost you a hundred bucks a year to run an energy. Why can't we do the same in irrigation? It should be that way. Andy: Right. Instead we say this sprinkler uses, uh, 2. 5 gallons per minute, let's just say. But what does that really mean? The user, the end user, doesn't, doesn't really know what that means, and they don't necessarily... But what if we said something different? Yeah, change the metric. I don't know if we could necessarily turn it into dollars, because it depends on, you know, how long it needs to run, but maybe it could be like, here's how many, you know, dollars per hour of operation or something like that. Andy: Yeah, or, you know, just like you, when you create a gallons per minute, we know what that... Flow rate is and you determine what that zone should run for and then calculate what it should cost to run that many gallons through the system. I mean, it's really not as challenging as one would think it's just we don't use that metric at this point,  Andy: right? Andy: And and all of these, uh, let's say modern control systems Let's just say modern because I I personally don't think most systems are really all that awesome So we'll just call them modern if we're already tracking gpm And we, you know, we can find breaks in the pipe and we can, we can have all those kinds of alarms and we have a GPM. Andy: All we have to do is add another box to the controller interface that says, what's your water cost? And now we can run basically like a cash register of, of water, of a dollar totals. You know, how awesome would that be? That's a  great  Paul: idea. Yeah, that's a great idea.  Andy: The screen of the controller should say. Andy: You know, you spent 264 yesterday to  Paul: operate this piece of equipment. Yeah. That's a good idea. And it's  Andy: not anything that requires any kind of like sophisticated engineering. It's just another variable calculated. Like it's easy.  Paul: Pretty much. You're right. I mean, I don't see that. And well, then there's, there's another idea to put to the idealist. Andy: We got it. Yeah. And you know, we're looking at from the sort of, that's the technology side of it, but even as a contractor putting together a proposal, I think it would be an amazing differentiator to separate someone's business if they included that in their proposal, because it would be a great. Andy: conversation piece to have with the client that would allow the contractor to showcase their knowledge, expertise, and build trust. And the client may say, you know what, you're the only one who, who gave me a proposal with the estimated water costs. And then the contractor might say something like, you know what, you should go ask the other contractors how much their system is going to cost you. Andy: And if they did that, the other contractors may say, I don't, I don't know, I don't, I don't think about that and basically talk themselves out of the sale. Yeah,  Paul: that is a very good point to make if you're a sophisticated contractor and you want to differentiate yourself from the rest of the pack, that is a good ploy to put in your proposal. Paul: Yeah, and that  Andy: would be one way to win the project by and be the highest price is because you're adding value And I don't know anyone who's really doing that. So there you go guys. That's one little nugget Maybe you can experiment with and then reply back and let us know how it went Did it help you close the sale when you included water costs  Paul: and if folks need assistance with it Andy Certainly they can reach out to both you and I we can we can help them prepare that document because you know We've been doing this for more than 20 years. Paul: Ideally, I know I've or that 30. So that that's really what has helped me and my business succeed is being able to tell the end user what they're using and spending in water and what a 10% or 15% reduction of water is going to show in savings and then where they can use. Savings by increasing the efficiency in the system or by investing in technology,  Andy: it would help explain. Andy: So if, if instead of selling a quote unquote, more expensive sprinkler, because it has pressure regulation built in, let's say for those areas where it's not necessarily required, that helps tell the story of why, well, because you're going to save that amount of money right away in the first year. Because of the reduced water usage. Paul: Yeah, and or even as we do, Andy, add some additional data points, i. e. some soil moisture sensors to be able to stop watering in a given period because we now know what the moisture level is in the soil. Whereas other irrigation systems will just water their regular Monday, Wednesday, Friday schedule and we can delay or even stop those schedules and we can, or you can prove to the homeowner, here's what it costs every time your schedule runs. Paul: And then here's how many times we feel we can delay the schedule and what that savings are going to be. Yeah,  Andy: because the, the volume of water doesn't really mean much to people because they don't know what a thousand gallons looks like or 50, 000 gallons looks like. 50, 000 seems like maybe it's a lot of water, but if, if we had the, if we changed the narrative. Andy: and switched it to dollars, then the amount of water doesn't really even matter as much. It's more like, how do I go from spending 750 a month to spending 500 a month? It's much more tangible, I think.  Paul: Definitely. Definitely. And then people hope, you know, some of the more sophisticated homeowners and business owners have a budget that they prepare, and then they go from their budget. Paul: So you can, you can assist them with establishing their. Their annual budget costs of what they're going to spend in water.  Andy: So I think when we're thinking about water budgets, and then again, this is where my thought came from because this is what our conversation was with WeatherTrack and using the tools of that controller for water budgeting and you can enter the gallons so that you can put, you know, you can track and trend how many gallons you're using. Andy: I think we really need to switch the conversation to just be about Dollars and cents because everybody understands dollars and cents, but I don't think a lot of people Understand what their water costs or what a certain volume of water, you know, it's it's not tangible to them Yeah, and  Paul: it's really strange that that's been the case with water and again dealing with it for this past 30 years I'd like to see the narrative shifting I like the fact that people are really caring more about the insights and digitization of water And, and now that there's more and more tools to be able to deploy for people to see the insights in their water usage and their patterns. Paul: Mm hmm.  Andy: Mm hmm. Yeah. And again, we kind of talked here about using homeowners, but really, you know, the bigger, the bigger opportunity is for these light commercial, commercial municipal sites that did use a lot of water, you know, say 20, 000 or more a year. I think that's the real hot opportunity.  Paul: And Andy, as you know, there's other sites that use hundreds of thousands of dollars. Paul: You know, or more a year, um, and just a slight decrease of 10% can can really be dramatic when you're spending 100 grand. I mean, think about it. If they're spending 100 grand in water a year, and you, you say 10%. 10, 000. I mean, that is a big number to be able to use to invest into the newer technology.  Andy: And then depending on perhaps what type of, uh, uh, ROI, you know, there could be, uh, a client could say, you know what, anything that can give us a five year ROI, we're going to invest in. Andy: So 10, 000 over five years is 50 grand. There's the budget for the controls retrofit or whatever the retrofit might be.  Paul: And then two, it's not even just about the technology to achieve the savings that they, they could use that money to invest in personnel that can monitor and manage this equipment. And so that's really where I think this particular strategy really takes places where you can sell the end user, the upgraded management. Paul: of the system by showing them the savings by just having someone have eyes and ears looking at the data.  Andy: Yeah, good stuff, man. Well, appreciate the little brain share this morning. Always good to vision future vision with you. And I think that turning water into dollars, we might be on the on the edge of that next revolution. Andy: There's  Paul: no doubt and it's always good to talk with you to the thoughts and brain shares are  Andy: Always great. So there you have it guys. Paul and I are making a prediction that one of the next revolutions, or let's not say revolution evolution is going to be totalizing water in the control systems by dollars, not just gallons and displaying it and talking about it. Andy: Cool. Thanks.  Paul: Good to hear from you. Thank you. Have a good day. Bye bye.

Woodland Walks - The Woodland Trust Podcast
16. Designing Yonder Oak Wood, Devon

Woodland Walks - The Woodland Trust Podcast

Play Episode Listen Later May 26, 2023 27:35


I met the Yonder Oak Wood team back in March to discover how this landscape will be transformed for people and wildlife, and what designing a new wood involves. The vision is to attract plentiful wildlife with healthy habitat that offers refuge from weather extremes and fights climate change. The local community has been involved from the off - volunteer Sally Burton joins us to explain what she gets up to, how excited everyone is about the future and what volunteering means to her. We also hear of efforts to make the site more sustainable, from re-usable fences to tree guard trials, and I get my hands dirty planting a tree. Don't forget to rate us and subscribe! Learn more about the Woodland Trust at woodlandtrust.org.uk Transcript You are listening to Woodland Walks, a podcast for the Woodland Trust presented by Adam Shaw. We protect and plant trees for people, for wildlife. Adam: Well, today I'm off to, well, the wonderfully named Yonder Oak Wood. And although it's called a wood, it's not really a wood yet. This is a very exciting project, but it's in the very early stages of creation. It's near Exmouth in Devon. The Woodland Trust plans on planting, I think something like 13,000 trees there, creating a new environment for nature and wildlife to bounce back. Sounds a great place to go, I'm going to meet a few people there. First off, though, is my contact at the Woodland Trust today, Rachel Harries. Rachel: So this site is Yonder Oak Wood, it's not quite a wood yet, as you can see, but the Woodland Trust bought it in March last year with the aim of creating, creating a new wooded landscape here. So it's 54 hectares, we think it is the biggest woodland creation site that the Trust has done in the South West in in 20 years, so 54 hectares, that's equivalent to about 100 football pitches, and it sits on the sort of two sides of a hidden valley, just a couple of miles inland from the South Coast of Devon. So where we're stood, we can actually see out to the mouth of the Exe estuary, to Dawlish and and possibly to Torquay there as well. Adam: I I think you can just see the estuary over there can't you, just beyond that last bunch of trees is that right? Rachel: You absolutely can, yeah, you absolutely can. And actually the other day when I was here, I saw a white bird fly over that was an egret that was obviously based in the estuary, so really exciting. Adam: And why, now this site, I happen to know is, it it's quite important because of the anniversary and just explain to me, explain to me a little bit about that. Rachel: That's right. Last year was the 50th anniversary of the Woodland Trust and the first site that our founder Ken Watkins ever bought was in Devon. So it's really emblematic that we are now creating a new woodland, probably I think it's about 30 miles away as the crow flies from the Avon Valley Woods where we were started. But we're now creating a new woodland in the county of our birthplace, which is incredibly exciting, and we wanted to create something that would have meaning for local people and it would like, it would be tied into the local environment, so we did things like we looked at the name of the stream, we looked at old field names and we came up with a shortlist of names that we could then offer out to the local community and ask them which one, which one they wanted and what they wanted to call this new site. And one of the field names was Yonder Oak Park. And that's really quite special because as you look across the site, you can see all these incredible old oak trees over yonder, off in the distance. So I have to admit that was my favourite but we let the community choose and they voted for Yonder Oak Wood. Adam: Right well you're gonna take me on a little walk around here, so just explain to me a little bit about what we're gonna see. Rachel: OK. Well, we're starting here on a sloping field that has old oak trees dotted about the landscape. Some of these are a couple of hundred years old and there's one in particular which we can see just off in the distance, which is one of my, one of my favourites that is standing almost on on stilts. And the stilts are actually its roots that would have once been embedded in a Devon bank, which is a sort of a solid hedgerow that we find in Devon that has trees planted on the top and the hedgerow and the bank has been taken away. So the tree now kind of stands about a metre above the height that it would have once been. Adam: Which one, I can't tell which one that is? Rachel: So can you see there's two in that field over there, we'll walk past it so we can have another look at it. Adam: Yes, I see that, I see that. OK, maybe my eyesight's not very good. So and this goes, these are currently separate fields and there's what a field and then a hedgerow, another field, then another hedgerow, then the tree supposedly on stilts and beyond that what looks like a solar panel farm. So is this the, what will be the new woodland all the way up to the solar panels? Rachel: We've worked to design a mixture of of habitats here, so we have about 5 different fields where we're doing much more intensive planting and that's what people would kind of imagine that would grow into what people would imagine a woodland would look like, but then in some of these other fields, so the field that we're stood in and a couple of other fields that you can kind of see off in the distance there, we're going to do a mix of open space, glades and groves. We'll plant some more of these kind of trees that will be allowed to to thrive and to spread on their own, but we'll also plant a mixture of of scrub and shrubs, so that's more lower growing trees, things like blackthorn, hawthorn dogrose, spindle, just to create a really good mix of habitats for all the birds and insects and bats that we, you know, we know are going to thrive here. Adam: And you, you've arranged for us to meet a a couple of people, haven't you? Rachel: Yeah. So we're going to be walking around with Paul Allen, he's our site manager and we're going to meet Sally Burton, who is one of our volunteers here. Adam: The weather's been kind to us so far, but it is a little nippy so we shouldn't keep them waiting. So do you wanna lead on and we'll go meet them. Rachel: Yes, let's go. Adam: And I'm told there there was some sea shantying going on here, which strikes me as odd because we're not, we're not in the middle of the sea or anything. So what's the story behind that? Rachel: Well, we're not far from the sea. We can see, we can see the, we can see the sea here. But we were contacted by a a group of local acapella singers who were inspired by what we're doing here and had decided to take some modern folk songs and to rewrite them to to reference the wood. So they came out one weekend and they sang to our to all of our planters, but we also talked a little bit about sea shanties, which I like the idea of becoming tree shanties. So they took a traditional sea shanty and they changed the lyrics. So we now have a song all about Yonder Oak Wood that we could sing along to. Adam: Great. And that we're going to hear that now from from you. So here's Rachel with her tree shanty. Is that right? No? Rachel *laughs* I don't think so. Adam: Do you have a recording of it? Rachel: I we do have a recording of it actually, yes. Adam: You never know. I don't know. Maybe a couple of teas or beers later, I might persuade you to sing. Alright. Brilliant, Rachel. Thank you very much. Rachel: Thank you. That's great. So here's Paul. He's the site manager and he's going to take us on a little walk down through Yonder Oak Wood. Adam: Paul, thank you very much. Nice to see you. So you are the site manager. Paul: Hello there. I am. Yes, I'm responsible for turning these fields into a wild, wildlife rich area. Adam: OK. Well, go on. Let's lead on. We can have a chat about that. Brilliant. So yeah. So these are early days, Paul. I understand you you are responsible for designing the woodland. What does that actually involve? Paul: So really, I mean the the the first place you you start is is kind of kind of getting a sense of where the place is and what the place is and the the key bit here as we walk through it is you can see these big old oak trees and so we've based a lot of the design on that. So you can picture in the future lots more of these big old trees that will have lots of deadwood, lots of rot holes where birds can nest, and invertebrates burrow in. And the way we're kind of going to maintain it is we're we're going to put animals in and have low intensity grazing and then you kind of build in where the views are. Adam: I mean it must be really exciting because it can't be that often that you you get actually a green field or literally a greenfield site. But it's more or less bare. It's a plain piece of paper for you to design. That's quite, I mean, it's exciting, quite an honour, perhaps a little daunting? Paul: I've I've done probably 30 years of nature conservation and most of what you do is you take bits of habitat and you try and restore them, you try and protect them. You very rarely get a chance to actually create something brand spanking new. It is really phenomenally exciting for all of us, because if you think about it in the future, 100 years time, this place will be on maps. It will be on aerial photographs, you know so not only are we doing stuff that's great for wildlife and great for climate, we're effectively creating history as well, which is an awesome thing to be a part of. Adam: Yeah, so on the map it should say Yonder Oak Wood, brackets Paul Allen. *both laugh* Rachel's in the background going it's my wood, it's my wood. There might be a battle for the name. Paul: I'm I'm doing the design that says it from the sky it'll say Paul was here. *both laugh* Adam: Yes, yes very good, on Google Maps you can, you know, in 100 years time they'll go well how did those trees get planted in the shape of Paul? *laughs* So, OK, look, we're, we're, I've paused because we're at the we're at the top of the hill, almost. So what will happen around us? At the moment there are three or four trees in a line and not much else. So what will be here? Paul: So if you if you picture it in the future, what we'll have is we'll have a a, a a scattering of big old oak trees like we can see across the site and if you look over to our left, you can see an area that actually was the former quarry on the site. But if you look at it, you can see gorse that's currently in flower, even though we're in a freezing day at the beginning of March. And all of that is really good for wildlife. It's got lots of pollen and and nectar and lots of edge that birds and insects really like. And essentially what we're gonna get in the future is a combination of these big old oak trees and that lovely scrubby stuff that's great for wildlife. Adam: So here not too dense? Paul: Not too dense here no, not at all. Adam: So you get the view, you get a nice view and it's a mixed habitat. Paul: You, you, you, you get a view, it's it's very, we've we've constantly said we're creating a kind of a wooded landscape not a wood. Adam: Right. Well, we should carry on walking out, I have a tendency, just not to walk. I can see right over there some white poles which look like tree guards. Which does raise this issue I mean of how you're going to protect the trees because plastic tree guards have become quite controversial. Do you have a plan around that? Paul: Yeah, so we've got we've got, last year the the Woodland Trust decided that it would stop using the virgin plastic tree guards on its sites, which is actually a bit problematic because there aren't really any other types of tree guard that are commercially available at scale, so we're doing a combination of things here. The the main way is we're going to deer fence the site to stop the deer coming in and then we're also in some places we're trialling different types of tree tubes, so we're looking at one at the moment that bizarrely, has been made of sugar beet so it smells like golden syrup when you walk up to it, which is quite weird, and the ones you can see over there are actually recycled from another site. So we're, we're still, we're still using the tree guards that are effectively usable. Adam: Right. You talk about trying to protect the trees from deer. Which does raise the issue of other wildlife. I mean, clearly, we're gonna be hoping that wildlife get attracted into the area once this starts growing. At the moment though, have you have you seen much evidence of sort of new wildlife or any wildlife? Paul: It's still very early days yet. But we've seen lots of buzzards there's there's actually quite a lot of hornets nests in, in the existing oak trees. Adam: Is that a good thing? That sounds terrifying. Paul: *laughs* I I I personally I quite like it. Adam: You're pleased about that, OK. I think a lot of people always feel it takes generations and generations to plant trees. I know I have been at planting events where some young people have planted and said, oh, I think my children and my grandchildren might come to see this tree and then are surprised, actually, they come back to see their own tree and it grows quicker than they might expect. How quickly is this going to develop into anything recognisable as woodland? Paul: So I mean, with within 10 years, it will absolutely look like a woodland, although obviously still a young woodland and different tree species grow at different rates. So the silver birches and the rowans will actually be 6 foot high within two or three years potentially, whereas the the oak trees clearly will grow a lot slower. Adam: Wow, silver birch and rowan, 6 foot high in how long? Paul: Two or three years, if they if they take well. I mean it it it it varies depending on the soil type and all that sort of stuff, but they do grow very, very quickly. Adam: Blimey. And tell me a bit about how you got into all of this. I mean, I know you say you've been doing this a while. Paul: I started well I started off volunteering actually with the British Trust for Conservation Volunteers a long time ago, and I got known by the Norfolk Wildlife Trust and rather randomly, I was having a beer in a pub and they went, do you fancy a job, and I went, alright then. Adam: Very good. So you've learnt on the job about trees? Paul: I I reeducated a few, some time ago but yeah a lot of it was learned as I went along. Adam: I've been very insulting, you've you've probably got a PhD in trees or something. But I do like the idea of, I got my job from a pub, I think I think that's always, I remember a story, so I don't know if you remember a film critic called Barry Norman, he always used to say, I I remember him telling a story, there's a pub around the BBC called, I think it's the White, White Horse or something like that. And he went when he was unemployed, he used to sit there pretending he was writing scripts so that BBC producers would come in for a lunchtime beer, which they don't do anymore, but they used to and they would go, oh, Barry, yeah there's a job we have and he wasn't working at all, he was just trying to be in the pub around and that's how he got his work, so that's clearly not just media, it's it's the tree world as well. Paul: It's it's it's very much very very clearly, a lot harder now than it was, because at that point in time, I guess nature conservation really wasn't a career. Adam: Yeah. We've come across a locked fence, but Paul has a key, there we are. There we are. Into the next next field. Ah, right away. Here's a very different type of fence, and I presume this is to keep the deer out. So first of all, massive fence, is this to keep the deer out? Paul: This is to keep the deer out. Yes, absolutely. And what will happen where we're standing, the hedgerow will creep out into the fence and obviously the wood that we're planting inside will also start to hide the fence. So the fence over time will disappear apart from the gateways. Adam: So I mean, there's a good 7 odd foot here between the hedgerow and the fence. You're saying that that hedgerow will naturally grow another 7 foot? Paul: Yep. So what what what we've got in this hedgerow, actually it's it's it's quite specific to this area is we've got a lot of a lot of small leaved elm and we've also got a lot of blackthorn in it and both of those sucker. So as as we've taken the the the intensive farming off the land the the shrubs will just sucker out and gradually spread into the field. Adam: And look, and we're standing by the main gate and there's a huge tree trunk here, which is holding the post. And I can see the bark coming off. Now is that is that deer trying to get in there do you think? Paul: No, that that's actually that's just part of the process of actually creating the post. Adam: Ohh, that's just that's just me being an idiot. OK, I thought I was being a clever nature detective *laughs* Paul: I mean what one of the one of the key bits about this fence though, is that that the Woodland Trust is now focusing very heavily on sustainability with everything it does. The, the, the reduction in use of plastic is one of those key bits. But these are sweet chestnut posts, so they there's no chemical preservatives in them or anything like that, and they're kind of the the the main posts at the corners, if you like, of the fence. And then we're using a metal fence with metal posts and and the idea is that when the trees have grown up after 20 years and they're no longer a threat from the deer, we can take this and reuse it elsewhere, so we're constantly thinking about that sustainability stuff all the time. Adam: Right. So we're in this more protected field. Which I can see has been laid out actually. Is this for the planting scheme, little posts and sort of lines of rope? Paul: Yeah. So one of the issues with going plastic free is it becomes very difficult to actually see what you've planted. Because if you look at here it just still looks like a field but actually there's somewhere in the region of well around 2 to 3000 trees already in there. Adam: Oh gosh, I didn't realise that. So yes, with the plastic safe, plastic guards on a tree you see these white telescopes sticking up all over the field, so there's thousands of trees here, we just can't see them. Right and a a lot of that has been planted by volunteers? Paul: We've had somewhere in the region of 400-500 members of the public come over four days, so we've got a a set of volunteers who have who've have have they've been brilliant actually, they've come and they've helped kind of manage all the public and they've helped work with the schools, they've helped us set out where the trees are going, we couldn't have done it without them at all. And here is one of our volunteers now, here's Sally. Adam: Brilliant. Alright, well, let's go over and chat to Sally. So Sally. Sally Burton. Hello. So I've heard lots of lovely things about you. So just tell me you're a volunteer, which in this context means what? Sally: Hello. That's nice. All sorts of things. I've helped this in during February with the public planting days and with the school planting days, helped children dig holes, some of the children are too small to get the spade in the ground very easily. I've planted quite a lot of trees myself. Adam: And why why did you get involved? Sally: I'd been looking for a while to volunteer for an organisation that does things outdoors and something a bit physical and so when the Woodland Trust appeared in the village hall I just went up and said do you need volunteers and they said yes please so I signed up straight away. Adam: And I mean, what does it offer you? Why is it a fun thing to do? Sally: I enjoy working with the other people. The staff are great and the other volunteers have been great fun. In fact, I've reconnected with someone I knew a few years ago and she's been helping up here as well, so that's been great. I like being outside, I love being outdoors. I don't mind about the weather. I like doing physical things and it's it's great to see, to make a difference. Adam: So yeah, so what what sort of difference do you feel you're making then? Sally: Well contributing to turning this basically what looks like an empty field into a forest. That's really amazing. People have been very excited about it. Lots of local people came up and planted on the public open days. Everyone's looking forward to being able to come up here and experience it themselves and enjoy the trees and the views obviously the views across the estuary and out to sea are beautiful. And there are lots of birds already. It's a very beautiful place. Adam: And so how much of your time does it actually take up? Sally: Well, during February and the beginning of March, quite a lot, I've been coming up for days, getting here about 8:15 and going home about 4 o'clock. Adam: Right. So why is that, why is that the the busy period? Sally: Because that's when the tree planting has been going on. Adam: First time you've ever planted a tree? Sally: I've planted a couple on my allotment, but certainly the first time I've planted on such a scale. Adam: Right. Have you kept count, how many trees are you in? Sally: No. Well, on one of the public planting days, I'd finished registering people and I planted 25 I kept count of those and on Wednesday this week, a school was in and when they cleared off, I finished planting the trees in their little area. And I think there was about 30 there. I'm not sure I lost count after about 12. Adam: There should be scouts or sort of brownie badges, shouldn't there, I'm I'm 100 tree-er, you know. Very good. Fantastic. Well, look, thank you very much. I can't believe this is the the the the field in which you've planted. Sally: It is, you can't see many of the trees. Adam: I I can't see any of the trees, what do you mean many of them. Ohh a couple yes. Sally: Across there you can see some with leaves on those are sessile oaks which were planted a little while ago, and they show up. Adam: Any of those yours? Sally: Possibly *laughs* They show up because of the leaves. But over there, most of the area there is planted. Adam: OK, brilliant. You're talking about planting, Rachel has appeared over the hill. She's brandishing a erm Sally: A spade. Adam: A spade *laughs* I forgot the name. You can see how ill equipped I am to do this. I forgot the name of what she's, so I think she's tempting us to go plant so let's go off. Adam: *coughs* Sorry, I'm already having a heart attack from the idea of physical exercise, I haven't done anything yet. OK, so we we have a spade and this is a virgin bit of land, no, no trees planted yet? Sally: No trees in this section yet. Adam: So I get the honour of planting the first tree. Sally: The first one. Adam: So you're gonna talk me through this and I'm gonna. Sally: So the first job... Adam: Oh yes alright, I'm already jumping ahead of myself. Sally: The first job is to screef? To screef the area... Adam: What what is what is screefing? Sally: ...which is where you do this to kick away the grass with your shoe to make a square or an area to get rid of the grass, doesn't have to be too big, not much wider than the blade of the spade, put the spade in there, and then don't lift it yet come round that side and make a square on that side. Yeah, cut it down. Then on that side... Adam: I feel I've hit the... Sally: One of the pebbles. And then the final side and then you could probably lever out a lump of turf. Adam: Then I can lift it out. Sally: OK, here's a tree. And we need to make sure when it's in the hole, the soil covers up to just above the top of the the highest root. So if we test that, that's not deep enough, so need to go deeper. Adam: It's not deep enough. Overall, I'm not doing particularly well I have to say. Sally: Let's have a look. That's looking good there. Adam: You think that's all right? Sally: Yeah, that's OK. So the next job is to crumble the soil. Adam: With our hands? Sally: With our hands, back into the hole, loose bits first. Adam: They didn't say I was actually gonna get my hands dirty. Sally: *laughs* And then if you've got any clods that have got grass on them make sure they go in with the grass facing down. Adam: Ok do you know why? Sally: So that the grass will die and then it won't be in competition with the tree as the grass uses a lot of the water. Adam: It's a bit leaning a bit, isn't it? Sally: It is a bit, let's push some more soil in. Adam: You see, it's fine now, in 20 years time, someone will come and go, who the hell planted that tree, it's at 45 degrees! Sally: Then the last job is you stand up. Adam: Yeah, stand up. Sally: And use your heel to press the soil down to push out all the gaps so that it doesn't dry out if it's sunny. Adam: And how compact, we don't want to make it too compact. Sally: Quite firm, quite firm. Adam: Yeah? Do you know what I don't, I feel that's leaning, that's no good. Sally: Don't worry, it'll straighten itself up. And the final thing is you do the tug test. Where you just get hold of it and just pull it gently. And if it stays where it is, then it's planted properly. Adam: I name this tree, well and truly planted. Sally: Congratulations. Adam: Thank you very much. Very good. That's brilliant. Well, I have to say although me and Sally were planting, Rachel and Paul were looking were looking on. So Paul's still here, how did I do? Paul: Well, let me just check, shall I? Adam: *laughs* You're doing the tug test. Paul: It's it's been really fun actually with with, with the the the public when you come and kind of just check it, you can see them all hold their breath to make sure they're doing it right. Adam: And it comes out *laughs* Is it alright? Paul: No, it's grand. Absolutely brilliant. Dog rose it, it's a little bit crooked, but you know dog rose will naturally straighten itself up. Adam: Will it correct itself? Paul: Yeah and it's kind of you can already see it's a bit of a straggly thing and it'll do its thing and it'll be fine. Adam: Fantastic. What is your sense, really, of of what this might be in the future and how exciting is that for you? Paul: I think in the future, you know, we're we're we're we've got something here that at the very beginning that is gonna be hopefully really important for wildlife and that most of the design is about trying to get as much wildlife here as possible because we're close to the pebblebed heaths it will it will act as a little bit of a refuge in the heat as potentially the climate heats up in the future and that's all really brilliant. And then the other exciting bit is the fact that we've started from the beginning with people involved. That, that, that scenario, but when you look in the future, the you know the the trees that we're planting today are going to be like these big old oak trees in 3-4 hundred years time that when you get your head around it is really quite amazing. And these trees and this wood will be on maps in in the future, and you know, we're creating history, we're changing landscapes and it's all such a a positive thing to be involved in. Adam: That is amazing that in 3-4 hundred years there'll be a woodland here, the history of who planted it, the history of us being here today will be lost. They won't know who planted these trees perhaps, they won't know the story, but the trees will be here. They'll be there, they'll tell their own story in the future. It's an amazing thing to be part of isn't it. Paul: Yeah and you know if if you think about how many times do you get to do something that will still be here in three, four, 500 years time? That's just incredible. Adam: Well, if you want to find a wood near you and don't have any idea of where to look, do go to the Woodland Trust website and its woodlandtrust.org.uk/findawood, so that's woodlandtrust.org.uk/findawood. Until next time, happy wandering. Thank you for listening to the Woodland Trust Woodland Walks with Adam Shaw. Join us next month, when Adam will be taking another walk in the company of Woodland Trust staff, partners and volunteers. Don't forget to subscribe to the series on iTunes or wherever you're listening to us and do give us a review and a rating. And why not send us a recording of your favourite woodland walk to be included in a future podcast? Keep it to a maximum of five minutes and please tell us what makes your woodland walk special or send us an e-mail with details of your favourite walk and what makes it special to you. Send any audio files to podcast@woodlandtrust.org.uk. We look forward to hearing from you.

Shame Piñata
S4 E3 There Must Be Something Wrong (Sheryl Paul) [Remastered]

Shame Piñata

Play Episode Listen Later Apr 7, 2023 21:57


Today we revisit one of our most popular episodes, an early interview with Sheryl Paul, author of "The Conscious Bride". Sheryl's work allows us to reflect on how the pain, grief, discomfort, and vulnerability that can arise throughout the wedding process can actually be doorways into joy if we are willing to let them in.    Music by Terry Hughes   Links: Sheryl Paul's work The Conscious Bride Shelter in Place Podcast   Also Check Out: Inviting Grief to the Wedding My Self-Marriage Story   Rate This Podcast Full Transcript   Paul: I'm always interested in what's not being talked about what people are experiencing, but are trying to stuff away, trying to sequester, trying to sweep into the corner under the rug... when all that does is create shame and all that does is create anxiety.   Sheryl Paul has a unique ability to see the invisible, to see what has been silenced. Her book "The Conscious Bride" has been helping couples prepare for marriage for 20 years - and prepare in a very specific way. Her work helps couples create room for all of the emotions that come with transition, not just the picture perfect ones. Funny thing is, that allows for even more joy. Join me for a conversation with Sheryl Paul.   This is Shame Piñata. I'm Colleen Thomas. Welcome to Shame Piñata, where we talk about creating rites of passage for real-life transitions. When I got engaged six years ago, a good friend of mine gave me a book called "The Conscious Bride". Now, I'm not a reader, as my husband will tell you, but I devoured this book. I loved it because it touched on the shadow, the stuff we don't talk about, the stuff that gets in our way when we want to feel one way but actually feel a myriad of other ways all at the same time. It named the shadow that hovers over the wedding: the attachment, the fear, the uncertainty, the hidden power-struggles and the grief that lies beneath them, and that a big part of stepping into a new life is letting go of the old one - and not just for the couple. The Conscious Bride gave me permission to feel all the ways, and it helped me create room for everyone else to feel all the ways too, so ultimately, we could all process the transition without getting into weird fights about random things. I was so happy to have a chance to speak with Sheryl Paul.    Thomas: So what led you to write this book?   Paul: So, I was in a master's program around that time. I was at Pacifica Graduate Institute in Santa Barbara, which I don't know if you're familiar with, but it has a very strong Jungian focus. And I had always been interested in rites of passages and I had a deep sense that there was a lot that was not being talked about around the wedding. And I started to interview women and I did a lot of interviews, especially when it came time to write the book, which came from my master's thesis. So it started out as as a thesis and then evolve into a book. And I started to see that there was a big gap in the cultural conversation around around transitions in general. All transitions are bypassed and overlooked, but particularly the wedding and then in particular, how much focus there is on the joy and the perfection and everything has to be blissful and ecstatic from the moment of the proposal into the first year of the wedding, and there was just no conversation happening about the shadow, about the death experience, about what women (and men) are actually experiencing quite a bit of a time. And, you know, the more I researched and the more I looked and the more I spoke, the more it became quite clear to me that just that again, that there was a real gap in the conversation around this pivotal rite of passage, one of our few ceremonies that we still invoke in the culture. And yet it's done in such a way where we really gloss over the element of a transition, of the reality that when you are in transition, you are in a death experience, you are in a liminal zone, you are between identities, you are letting go, you are grieving. And we only expect people to feel joyful. It creates a lot of anxiety and it creates even more chaos than there naturally would be around an event like this. Because I'm feeling sad, because I have a sense of loss, because I feel like a part of me is dying, because I'm not over-the-moon ecstatic... something must be wrong with me, or with my partner, or with the decision to get married - something's wrong. And it's an incredibly deep sigh of relief to the soul to know that nothing is wrong. In fact, the more you let those difficult feelings in, the more you will open to the joy; that the pain and the grief and the discomfort and vulnerability are the doorways into the joy, into what we are expected to see all and into what we hope to feel. And what I started to say earlier was that that the wedding more than any other transition, I think, has (probably being pregnant becoming a mother comes close) carries a very strong cultural expectation of unilateral joy and it is supported in a big way by the wedding industry that sells perfection and sells joy. So it's a it's very big money behind selling us the bill of goods by selling us this message that you are supposed to be joyful and the way to do that is to create a perfect event.   Thomas: How do you work with someone if they're just starting to realize that they don't have to only feel joyful?   Paul: So, I tell them to read my book. And, you know, it's really the first part it's about re educating people to understand all of the normal and necessary feelings that accompany this transition. And once they understand that everything they're feeling is normal and necessary, they can start to let it in and and feel it, feel the grief, feel the loss, feel the vulnerability, feel the loneliness. These are all normal feelings that accompany transitions. So once we give ourselves permission to feel without that overlay of "because I'm feeling this it means there's something wrong" everything changes from there. We don't then have to misassign meaning to the feelings and to think, "Because I'm feeling sad, it means I'm making mistake." No, it has nothing to do with that. You're feeling sad because you are in a rite of passage. You're feeling sad because you are in the death experience, letting go of this identity, this primary identity as single person, as daughter, and shifting into an entirely new stage of life, a new identity. And there is no way to go through that without feeling grief.   Thomas: You spend a good portion of the book talking about how the bride is separating from the father/father figure and the mother/mother figure and the friends. Can you say more about that process?   Paul: Yes, so it can go a few different ways. If the bride is very close to her father, that's one set of emotions and experiences where there is tends to be a lot of grief, a lot of crying, really good, medicinal, necessary crying to make that separation process... and to make it more effective to make it more complete to make it more conscious. Again, in the naming, to say, I am separating from my dad, I am no longer going to be... Yes, I'm his daughter, but not in the same way, not as my primary identity. That my new partner is going to be number one and I'm transferring allegiance. So, that's one example of one way that it can go if if someone's very close to their father. If somebody doesn't have a close relationship with their father or there is no father figure in their life, that's a different kind of grief of the loss of not having had that or never having had that. The same as somebody has passed away. If somebody who's getting married and their mother's no longer alive. You know, that's, that's one way that grief can come through, as opposed to a mother who is very much alive and very much involved. And then there's a separation. There's… there's a loosening of cords that is required.    Thomas: I'm curious as you're speaking how this applies, I'm sure it's very different, but how it applies to folks who were older when they get married, or maybe a second marriage.   Paul: It can be different, it can be similar. It depends. It depends on a lot of factors. But regardless of the age, especially if it's a first marriage and you're getting married at 40, you're still letting go of a massive identity. And in some ways, it's even more of a letting go because of all of those years that you spent as a non-married person. And so there's a lot of grieving, a lot of shedding of the independence, the separateness, all of the control that you have when you are a non-married person, that every inch of your life is your own: your home, your space, how you spend your time, how you organize your weekend, it's all yours. And so that is its own massive death experience for somebody who marries later, you know, and who has had that many more years than someone who's 22 if you're 42, that's a lot of years of being the sole architect of your life.   Thomas: So you work with people around transitions, all kinds of transitions now, and I'm curious if ceremony plays a part in that with them.   Paul: I'm a big fan of ceremony. Because my work is largely over the internet. I'm not the one doing the ceremony with them. I would love to be that person, but I'm not. But I always encourage people to create ceremony and create rituals. And so, you know, if it's somebody getting married... and I've had a lot more men come my way, by the way, since I wrote The Conscious Bride. And I'm thinking of some right now who are in one of my small coaching groups. And he's getting married on Saturday, and I won't, I won't share the specifics, but it's... because it's his story. But it's really beautiful to witness men in their transitional process and the rituals that they come up with because I encourage people to find their own rituals that are meaningful to them. Ways to acknowledge the end of you know, in his sake, his bachelorhood that that time in his life is over. And so he has been sharing these incredibly potent rituals that have come to him for ways of recognizing that that time in his life is over. And what ritual does is, as you know, is it, it concretizes, it makes it and embodies what's happening, so that it brings it out of just that realm of talking about it and it sends it into a realm that we can't see with our five senses, but very much exists and yet calls on the five senses to help transmute the experience into another form. And so rituals help us cross over that sometimes very scary divide that just looks like a big, cavernous, empty space, crossing from one identity to a new identity, from one stage of life to the next. And without the rituals we are... we're pretty lost and so, you know, again, as I, as I said earlier, the wedding is one of the few ceremonies that we have, which comes with ritual. A lot of people tend to minimize or diminish the ceremonial aspect because they're so focused on the party and the reception, you know, that's where all of the energy goes. When really, it's the ceremony that has so much power to carry us over the divide between one stage and the next.   Thomas: And that's something I'm trying to encourage and put seeds out in the world for as well, that people take that the ritual, the ceremony of the marriage, the wedding and they, they feel free to do it their way so that it's powerful and is as powerful and meaningful for the couple as possible.   Paul: Yes, yes! And I think we are at this extraordinary time in our world where we have freedom to do that, where we are breaking out of the traditions that have gone stale and revitalizing them with personal meaning of what is meaningful for you. And there may be long-standing time-honored traditions that are still meaningful. And I'm by no means one to throw everything out that we've come from, because many of those rituals are gorgeous and meaningful - but only if they're meaningful for the individual, right? Only if they land in a place where something inside of you says yes, right? That helps me, that bolsters me, that comforts me. Right? So, you know, whether it's at a Jewish wedding standing under the Chuppah, you know, it's just this beautiful symbol of, of our new home and and this, you know, long standing tradition... if that's meaningful to somebody great. If it's not, then it really.. it's not going to do anything for you on a spiritual level.   I shared with Sheryl that before my wedding, I created a self-commitment ceremony for myself. And in that ceremony I presenced all of my Ancestral grandmothers with the acknowledgement of how important marriage might have been for them, how much of a survival tool. I did this because women's  standing in society has evolved so much even since my mother's generation, but yet we are still connected to our Ancestral legacy and felt like a really important thing to me.    Paul: That's incredibly beautiful that you did that and so powerful and it's probably the number one fear that comes up for women that I'm working with in their pre-wedding time in their engagement, is the fear of what does marriage mean? And does it mean that I am beholden to this person now and I lose all sense of self and I become boring and frumpy and... This is the legacy. This is what we've been handed, right? This is what it has meant for thousands and thousands of years is that for women, marriage has meant really the death of self: I exist, to take care of the man and to take care of the children and that's it. And so there's this very deep ancestral legacy that we have to consciously break with and recognize that we are so lucky and we are so blessed to be on this new threshold, that we get to redefine what marriage means for us. And we only can really know that after we've taken the leap, because on the other side, on the first side, on the engagement side, it just all looks and sounds so scary to most women. And you know, that's why I have so many exercises in The Conscious Bride, more-so I think in The Conscious Bride's Wedding Planner, on what does it mean to be a wife? What does that mean to you? What does the word wife connote? When you think of wife, what is the connotation for you? And it's very rare that someone's going to say, "Oh, I see this rad, sexy woman, you know, like, doing like, the dance on the rooftops." Like, no, that's not usually what we think of when we hear the word wife. But it could be. More and more we are redefining that. And we are seeing that. And so I tell people, but look out into the world today and find those those models of marriage where you see a woman who is doing her life fully, you know, and yes, maybe she's also a mother and she's, you know, loves being married and she's fully committed to her path and and making her offerings, and doing her work in the world. Right? Separate from wife and mother. So, yeah, I love, I love that I love what you share. I love what you did. I think that is not only powerful, but essential on that ceremonial ritual level to recognize what we've come from.   Thomas: I'm just so happy and honored to have the chance to talk to you after, after all this time of really, really, really appreciating your book and your wisdom.   Paul: Yeah, thank you, Colleen.   It means a great deal to me to have the opportunity to share Sheryl's wisdom with you. I hope that you are able to use it or pass it along to a friend. Here's one final bit of wisdom, a quote from The Conscious Bride. "A marriage is a rite of passage no matter when it occurs, and the woman must still pass through the phases of her transformation. She must die, she must sit in the unknown, and then she will be reborn."   Sheryl Paul is the author of The Conscious Bride and The Conscious Bride's Wedding Planner. Her website contains a plethora of resources for addressing life transitions. Learn more about Sheryl and her work at https://conscious-transitions.com. Our music is by Terry Hughes. If you like the show, please take a minute to review it on Apple Podcasts. Learn more at shamepinata.com. I'm Colleen Thomas. Thanks for listening.

Building your house on the word from God
Spiritual gifts and offices for the church given by God

Building your house on the word from God

Play Episode Listen Later Jan 17, 2023 15:19


Jesus Ministries, Joan Boney  ...  Spiritual gifts are given to individuals in the church for the purpose of helping the church and they are given for the church by the Spirit of God and administered to the church such as this:   Acts 19:11-12  And God wrought special miracles by the hands of Paul:  So that from his body were brought unto the sick handkerchiefs or aprons, and the diseases departed from them, and the evil spirits went out of them.  

Microsoft Azure for Industry : Podcast
Rebooting the podcast with Paul Maher and David Starr

Microsoft Azure for Industry : Podcast

Play Episode Listen Later Jan 10, 2023 13:51


This is a unique episode. Short and sweet. Since David and Paul really don't have a chance to introduce themselves in regular episodes, they thought it might be good to take an opportunity to do so in this episode.After introductions, they share announcements regarding the future of this podcast.Episode Links:Mastering The MarketplaceHosts:Paul Maher is General Manager of the Commercial Marketplace Service Team at Microsoft. Follow him on LinkedIn and Twitter.David Starr is a Principal Software Development Engineer in the Commercial Marketplace Services Team at Microsoft. Follow him on LinkedIn and Mastodon.Transcript:DAVID: Rebooting the podcast with your hosts, Paul Maher, and David Starr.Welcome to the Azure for Executives Podcast, the show for technology leaders. This podcast covers trends and technologies in industries and how Microsoft Azure is enabling them. Here, you'll hear from thought leaders in various industries and technologies on topics important to you. So I'm sure you've noticed that the Azure for Executives Podcast has been on a bit of a hiatus for a few months. Well, we're back. And we're back with some really great news, which I'll leave for a few minutes as we kind of settle into this episode. Now, this is a unique episode, as it'll be pretty short and sweet. We don't have any guests today. But instead, you get my co-host, Paul Maher, and me talking a little bit about the show and our futures. Since we don't really have a chance to introduce ourselves in regular episodes, we thought it might be good to take an opportunity to do so in this episode. So after introductions, we'll have some announcements regarding the future of the podcast. Paul, why don't you talk a little bit about what you do at Microsoft and maybe some of your passions?PAUL: Thanks, David. And it's great to be back. And it's nice to have the opportunity, as you said, to actually introduce ourselves. We spend a lot of time talking to our guests, so it's a fun opportunity to say hi to our listeners. And so, just a little bit about myself, I mean, I've worked in various business and technology-related leadership roles throughout my career with some of the largest companies worldwide across multiple industries. But for the past few years, I've really been focused on cloud across many different roles and initiatives. So you could call me kind of really the cloud evangelist if you will. But currently, at Microsoft, I lead the commercial marketplace services organization. And my focus is really on helping businesses transform by moving to the Microsoft Azure Cloud and growing sales through the Microsoft commercial marketplace. So great to be here, great to have the opportunity to introduce myself to the listeners. And, David, maybe you want to take the opportunity to do the same.DAVID: Sure. Thanks, Paul. I'm a Principal Software Development Engineer here at Microsoft, and I live in the same organization as Paul, and that is the commercial marketplace services team. And, Paul, if you think back, you hired me directly. And I was about number seven in the org at that time, if you'll recall. And --PAUL: That's right. Lucky number 7, David. Lucky number 7.DAVID: [laughs] Indeed. And we have a pretty good-sized organization now, so we've grown quite a bit over the last four years, which is how long I've been with the team, four years and counting. So I'll tell you that this is my second stint at Microsoft. And my first go-round was working on Visual Studio. For those who might use Visual Studio on the show, may not be you but people who work for you; I put a feature, or I was part of a team, I should say, a good-sized team that put a feature called CodeLens into Visual Studio. So that was a good piece of work. And today, instead, I focus on working with partners for the commercial marketplace, as you've heard, a pretty good focus on the commercial marketplace in our past episodes. Well, what that means is that I take consults. These are sort of one-time answer questions for partners who might be struggling a little bit with their onboarding or work with partners in a longer-term engagement to get them from start to finish and get their products onboarded to the commercial marketplace. So that's the essence of what I do. I work with partners in that context. And my little side project baby I have to mention, is Mastering the Marketplace. That is a resource where you or your technologists on your team can go to learn more about how to do that implementation. And we have videos and code and hands-on labs to grow skills, so all that good stuff to help you get going. And the URL for that will be posted in the show notes. I'll say here it's aka.ms/masteringthemarketplace. With that, Paul, what's the big news that we were talking about?PAUL: So the big news, even though we are part of the Microsoft commercial marketplace organization and that's our day job and our priority, we've taken a step back. And we feel like broadening the focus of the podcast here to include all topics Azure will be really relevant and interesting to our listeners, and executives, and leaders who are looking to move to Azure. So with a goal of making sure that folks who tune in and listen can get the best experience and the best knowledge exchange from tuning into the podcast, we'll be broadening the reach of the podcast to cover all things Azure which I'm super excited about. Historically, we made the decision to have a singular focus on the show. But I think the new format will really benefit everyone and really be applicable to a diverse audience. So I'm excited that we're expanding our remit, expanding our scope, and excited about the topics that will be upcoming in future shows. So with that, I mean, David, do you want to talk a little bit about the new format for our listeners?DAVID: Sure, Paul. And just to reiterate, I'm really excited too about where the show is going. I think we're going to have a really good dearth of topics and be a show that is more of a resource for technology decision-makers, so as we said, with regard to format, but as we said, our focus will be broadening. And while our audience demographic of leadership positions within technology organizations remains the same, our show topics will include specific technologies, patterns and practices, recommendations, and guidance on how to get the most from Azure, particularly as it relates to your business processes, your business goals, and how to achieve your technology goals. Our intent is to bring experts to the show and share real-world experiences to help you be successful in your technological adventures.PAUL: That's great, David. So with that, carrying on then, now we understand a little bit about that new format where we're broadening the scope. We have lots of good stuff in terms of thinking about all things Azure patterns and practices, recommendations. What I'm excited about is that it's really hopefully going to be a consumable digest for all listeners to learn about all things Azure. Specifically, David, is there anything you are excited about the future of the show?DAVID: You bet there is. I'm excited to talk with some of the great guests we've got lined up and learn from them about many aspects of using Azure, how they've implemented their solutions, how they've perhaps even changed their business to work with cloud technologies, and how they drive new business and enable technologists in their organizations. And I won't give away any spoilers here, Paul, but I will say that I'm glad to be back producing the show. So to the listeners, whether you're a long-time listener or someone who's just joining us for the first time, I'm positive that you'll enjoy the diversity of conversation. I have to tell you, Paul, I listen to a bunch of other podcasts. I don't listen to us really after [laughs] we've produced the show. But I love podcasts myself, technology ones in particular. And I especially like them for my morning walks to and from my gym. And for me, that means I like about a 25 to 35-minute episode, which is what we'll target for the show going forward. We'll try and keep it within those bounds. Now, speaking of excited about the show, how about you, Paul?PAUL: Yeah, I'm super excited, David. I mean, I'm looking forward to rebooting the show. It's been a little while. I've enjoyed the summer time off, but now it's time to get back to business. Just to reiterate what you've said, David, I think a 25 to 35-minute sweet spot is great. I think it's long enough for the content to be meaningful but not too long, where it becomes a little bit of a challenge to get through the contents. So we're excited about that.  We've carried forward the learnings from our podcasts, and we've listened to the listeners. And so excited about the format, excited about the timings. And I hear you about...I hate hearing my own voice also [chuckles], but I encourage the listeners to tune in and listen. But what am I looking forward to as we reboot the show? Well, number one, of course, it's all about the listeners, so I'm super excited to reconnect with our listeners. Thank you for following us so far, and excited about what we'll bring in the future. Of course, in the fast-paced technology world that we all live in, I'm excited to learn about the latest advancements from our guests, of which it's a changing world, of course, but most importantly, really sharing practical hands-on guidance with our listeners. So hopefully, we're helping our listeners achieve their goals and accelerate their path to success. My hope with the podcast ultimately is that we're providing in that 25 to 35 minutes bite-sized consumable content that is really clear in terms of the delivery but also actionable. My goal is that the conversation doesn't stop with the podcast. That's the beginning of the conversation. So that's what I'm excited about, David. And then so with that, I mean, David, as we look to close things out, is there anything you'd like to share on logistics?DAVID: You bet. Let's talk about how we're going to move forward producing the show. We'll be working to hit a cadence of an episode about every two weeks or so, and to be honest, that's about all either of our schedules can tolerate for getting episodes on air. And beyond that, you can find us on Apple Podcasts, Spotify, Audible, Google Podcasts, Podcast Addict, and all those other podcast aggregators and hosts. Also, you can get to us on our homepage easily by going to this URL: aka.ms/azureforexecs. And we post every show there, and you can listen to it through a web page if you choose. And that's our landing page for the show. So I encourage you to head over there, where you'll be able to see show notes and be able to subscribe to the show in various ways. Just click the Listen & Subscribe button. So speaking of show notes, I want to add for this episode, we're going to obviously include links to some of the things we've talked about and also to Paul's social accounts and to my socials as well. And I'll tell you, you know, even though I'll probably post a Twitter account, I stepped away from that lately [laughs]. I don't know why. I really like it when people hit me up though on LinkedIn and talk about the show, give me some feedback, tell us what you'd like to hear in future episodes. So hit me up on LinkedIn, and my LinkedIn profile will be in the show notes. So really looking forward to moving forward and to hearing from you as we reboot the show and have a different path forward.PAUL: That's awesome. So not only are we rebooting the show, David, I hear we need to get more social. So be on the lookout for us dialing back up and being more social on LinkedIn and our Twitter accounts. So with that, let's stop the introductions and get on with the first show in the new format. Thank you so much to our listeners who have stuck with us over the years, and welcome hopefully to new listeners. It's great to have you here. We're delighted you're all joining us, too, for the Azure for Executives Podcast. And with that, on with the show.DAVID: Thank you for joining us for this episode of the Azure for Executives Podcast. We love hearing from you. And if you have suggestions for topics, questions about issues discussed on the show, or other feedback, contact the show host, David Starr or Paul Maher, through the social media links included in the show notes for each episode. We look forward to hearing from you.

The Nonlinear Library
LW - A philosopher's critique of RLHF by ThomasW

The Nonlinear Library

Play Episode Listen Later Nov 7, 2022 3:39


Welcome to The Nonlinear Library, where we use Text-to-Speech software to convert the best writing from the Rationalist and EA communities into audio. This is: A philosopher's critique of RLHF, published by ThomasW on November 7, 2022 on LessWrong. In the spring, I went to a talk with Brian Christian at Yale. He talked about his book, The Alignment Problem, and then there was an audience Q&A. There was a really remarkable question in that Q&A, which I have transcribed here. It came from the Yale philosophy professor L.A. Paul. I have since spoken to Professor Paul, and she has done some work on AI (and coauthored the paper “Effective Altruism and Transformative Experience”) but my general impression was that she hasn't yet spent a huge amount of time thinking about AI safety. Partly because of this question, I invited her to speak at the CAIS Philosophy Fellowship, which she will be doing in the spring. The transcript below really doesn't do her question justice, so I'd recommend watching the recording, starting at 55 minutes. During the talk, Brian Christian described reinforcement learning from human feedback (RLHF), specifically the original paper, where a model was trained with a reward signal generated by having humans rate which of two videos of a simulated robot was closer to a backflip. Paul's question is about this (punctuation added, obviously): L.A. Paul: So, I found it very interesting, but I'm just not fully understanding the optimistic note you ended on...so, in that example, what was key was that the humans that did the "better" thing, knew what a backflip was. It was something they recognized. It was something they recognized so they could make a judgment. But the real issue for us is recognizing, or for machines is recognizing, entirely new kinds of events, like a pandemic, or a president that doesn't follow the rule of law, or something interesting called the internet, you know there's radically new technological advances. And when something like that happens, those rough judgments of "this is better than that"... In other words, those new things: first, we're terrible at describing them before they come and predicting them. (Although, humans are very good at a kind of one shot learning, so they can make judgments quite quickly. Machines are not like that). L.A. Paul: Moreover, these better-than judgments that the machine might be relying on could I think quite straightforwardly be invalidated, because everything changes, or deep things change, in all kinds of unexpected ways. That just seems to be...that's the real problem. It's not... using machines for things that we already have control over. No, it's about trust with entirely new categories of events. So, I was just sort of deeply unclear on... I mean that seems like a nice thing...but that's not, for me, the real alignment problem. Brian Christian: [Agrees, and then talks about calibrated uncertainty in models.] L.A. Paul: Sorry, there's a difference between uncertainty, where you're not sure if it's A, B, or C, and unknown, OK, which is a different kind of uncertainty in probabilistic literature. And then you haven't got, oh is it A, is it B, is it C? It's some other kind of thing that you can't classify and that's the problem I'm trying to target. I'm not claiming that these are original ideas or that they represent all possible critiques of RLHF. Rather: I think that the phrasing is especially crisp (for speaking, I'm sure she could write it even more crisply). I think it's interesting that somebody who is very intelligent and accomplished in philosophy but is not (I think) steeped in the alignment literature could seemingly easily carve this problem at its joints. Also, the rest of the talk is pretty good too! Especially the Q&A, there were some other pretty good questions (including one from myself). But this one stood out for me. Thanks for listening. To help us out with The Nonlinear Library or to learn more, please visit nonlinear.org.

The Nonlinear Library: LessWrong
LW - A philosopher's critique of RLHF by ThomasW

The Nonlinear Library: LessWrong

Play Episode Listen Later Nov 7, 2022 3:39


Link to original articleWelcome to The Nonlinear Library, where we use Text-to-Speech software to convert the best writing from the Rationalist and EA communities into audio. This is: A philosopher's critique of RLHF, published by ThomasW on November 7, 2022 on LessWrong. In the spring, I went to a talk with Brian Christian at Yale. He talked about his book, The Alignment Problem, and then there was an audience Q&A. There was a really remarkable question in that Q&A, which I have transcribed here. It came from the Yale philosophy professor L.A. Paul. I have since spoken to Professor Paul, and she has done some work on AI (and coauthored the paper “Effective Altruism and Transformative Experience”) but my general impression was that she hasn't yet spent a huge amount of time thinking about AI safety. Partly because of this question, I invited her to speak at the CAIS Philosophy Fellowship, which she will be doing in the spring. The transcript below really doesn't do her question justice, so I'd recommend watching the recording, starting at 55 minutes. During the talk, Brian Christian described reinforcement learning from human feedback (RLHF), specifically the original paper, where a model was trained with a reward signal generated by having humans rate which of two videos of a simulated robot was closer to a backflip. Paul's question is about this (punctuation added, obviously): L.A. Paul: So, I found it very interesting, but I'm just not fully understanding the optimistic note you ended on...so, in that example, what was key was that the humans that did the "better" thing, knew what a backflip was. It was something they recognized. It was something they recognized so they could make a judgment. But the real issue for us is recognizing, or for machines is recognizing, entirely new kinds of events, like a pandemic, or a president that doesn't follow the rule of law, or something interesting called the internet, you know there's radically new technological advances. And when something like that happens, those rough judgments of "this is better than that"... In other words, those new things: first, we're terrible at describing them before they come and predicting them. (Although, humans are very good at a kind of one shot learning, so they can make judgments quite quickly. Machines are not like that). L.A. Paul: Moreover, these better-than judgments that the machine might be relying on could I think quite straightforwardly be invalidated, because everything changes, or deep things change, in all kinds of unexpected ways. That just seems to be...that's the real problem. It's not... using machines for things that we already have control over. No, it's about trust with entirely new categories of events. So, I was just sort of deeply unclear on... I mean that seems like a nice thing...but that's not, for me, the real alignment problem. Brian Christian: [Agrees, and then talks about calibrated uncertainty in models.] L.A. Paul: Sorry, there's a difference between uncertainty, where you're not sure if it's A, B, or C, and unknown, OK, which is a different kind of uncertainty in probabilistic literature. And then you haven't got, oh is it A, is it B, is it C? It's some other kind of thing that you can't classify and that's the problem I'm trying to target. I'm not claiming that these are original ideas or that they represent all possible critiques of RLHF. Rather: I think that the phrasing is especially crisp (for speaking, I'm sure she could write it even more crisply). I think it's interesting that somebody who is very intelligent and accomplished in philosophy but is not (I think) steeped in the alignment literature could seemingly easily carve this problem at its joints. Also, the rest of the talk is pretty good too! Especially the Q&A, there were some other pretty good questions (including one from myself). But this one stood out for me. Thanks for listening. To help us out with The Nonlinear Library or to learn more, please visit nonlinear.org.

Faith Community Bible Church
Purpose in Trial

Faith Community Bible Church

Play Episode Listen Later Oct 2, 2022 39:41


Slideshow for this message is available Welcome and Thanks Introduction James 1 Well we have finished the book of Colossians and what a great book? The church is built up by reading, studying and singing about God as revealed to us in his Word. We are a Bible church which means we believe that the primary way in which growth happens is by reading and studying the Bible. Why? Because the Bible contains the mind of God. That's powerful. You want to know how God thinks. It's right here. So Colossians, what a wonderful book! Well today begins a new series. Now if you paid attention closely, you may have heard the elders mention that we were going to do a church distinctives series following our Colossians study. We still want to do that but are pushing that out to the Spring so we can further define what that series is going to contain. Since I've been on sabbatical it was hard to sync up with the elders on that series. So that's all still coming. So from now until March 24th we will be studying the book of James. And I am very, very excited about this book. James is a book that hits you hard. You read it and its like stepping on a rake; it just wacks you between the eyes when you least expect it. It has 108 verses. And in those 108 verses there are 54 commands. That's way more dense in terms of command language than other NT books. In fact, I can show this to you visually. In Greek there's a command verb form called the imperative. And if you just count those commands per book here's what it looks like. James has the most commands by a pretty wide margin even though it's a relatively short book. So we could say that James wins the award for bossiest book of the Bible. James wants you to do something. Is there snobbery and prejudice among you? You have evil motives. Knock it off. Are you in love with the world? Your self-serving spirit is killing your soul. Repent. Are you angry? That is filthy and wicked. Put off that sin that prevents righteousness. Are you proud? God opposes you. Submit to him. James has something to say and he says it without padding. He's not afraid to draw LOGICAL conclusions: “Listen,” he says, "If faith is what produces works and your works are no good then the only logical conclusion is that your faith is no good. Conversely if you have faith in the most beautiful risen Savior, Jesus Christ that faith will make a radical difference. He looks at our behavior to evaluate the quality of our faith. And the behavior he looks at is not how much Bible reading you have or how much prayer time you have - as important as those things are. He looks at things way more practical. Do you love money? Do you treat others with contempt? What about your words? Do they build up or tear down? Are you an angry person? Talk about practical. Talk about convicting. This book better change us. We all better walk away changed people. It would be a severe tragedy if, at the end of our study there was not some radical, quantifiable differences in the way you live your life. I hope that at the end of this book people who think they are saved but are actually not saved get saved and we have 20-30-40 more baptisms in 4 months. I hope that the Holy Spirit convicts of prejudice, unkind words and drops us to our knees. I hope that in four months our faith is exercised and that the fruits of the Spirit come pouring out of this newly energized faith toward one to another. Don't walk in the door, listen to the message agree that your lifestyle in inconsistent with what you claim to be true, and then leave and do NOTHING. There could be nothing more dangerous than that. James the Preacher Now listen, James the pastor can issue this warning to be not just hearers of the word but doers in a more unique way than perhaps any other person who has ever lived. I think we can substantiate that. Who is this James who is writing? In Jesus' day they didn't have last names. And James was a pretty common name. James is the Greek equivalent of Jacob which would have been a common name in Jewish circles. So when two people get named James, you have to distiguish by some sort of tag line. And we see this in the Bible. James, the son of Alpheaus, or James the son of Zebudee. There's even a - get this - James the lesser (bummer for him). But here we just have James. James who? It doesn't say. Why? Well, because this is THE James, Jesus' brother. This is James the Brother of Jesus who, we are told by church history, also happened to pastor the church in Jerusalem. That's whose writing the book. Now we have several references to James in the NT. We have of course this entire book, but we have a few mentions of his name in the book of Acts where he plays a prominent role functioning as the chairperson in the Jerusalem council. He's also mentioned in a few of the other epistles. But I think the most interesting mention of him is actually a few indirect references in the gospels. The first is in Mark 3. Do you remember this? Jesus was performing miracles, healing the man with the withered hand, casting out demons. And his family hears of this. And in Mark 3:21 we read. Mark 3 James is in on this. James is here. James wants to seize Jesus and lock him up in an institution because he fully is convinced that his brother has completely lost his mind. Jesus you are living in a fiction of your own imagination. Jesus, it's one thing to claim God spoke to you. It's another thing entirely to claim you are God. Asylums are filled with people like that. Now we can add to Mark 3 an explicit statement from John 7. Jesus was increasingly hated by the religious leaders and was deliberating about heading up to the feast of booths and his brothers kind of chide him to go up and the text gives us the reason for their remarks. John 7 What didn't they believe? His claims! You remember our study of John. Over and over and over again, Jesus clearly claimed to be God and James said, “No way. Not believing that for a second. Stop the games right now. You are embarrassing our family. Your out of your mind.” That's our portrait of James in the gospels. And now look at verse 1. That same James writes this. Whoa. That's a change of tune. What happened? That word LORD is significant. Listen, A Jew would be the last person to call a mere mortal, LORD. Christians wouldn't call Caesar Lord. Why? Because the Word LORD is shot through with connotations of deity. Here you have James, a JEWISH, CHRISTIAN calling his brother LORD. And to show how deep that conviction was seated in his soul, church tradition tells us that James was seized by an angry mob who drug him up to the top of the temple mount and demanded that he take back the claim. And he said no, and they pushed him off. And he landed on the pavement below but he didn't die and so they finished him off by stones and a club. So here's the question. How do you go from wanting to lock up Jesus in a mental institution to leading a church in his name and being martryed because you are unwilling to deny his deity? What happened? Here's the answer: the resurrection. James watched the whole thing. He saw the bloodied, beaten body of his brother on the cross. He saw the lacerations, the crown of thorns, the spear. No doubt, he saw it all. If ever a man was not just mostly dead, but fully dead, it was Jesus. And then 3 days later, he rises from a sealed, guarded tomb. And the Bible specifically says that James had special treatment in the post resurrection appearances of Jesus. 1 Corinthians 15 That will shake a man. It's actually one of the apologetic arguments for the deity of Christ. Even his BROTHERS believed. Because, let's be real. It's hard to convince your younger brother you are God. If anybody's going to see who you really are in all your ugly splendor, it's your little brother. You treat your little brother like dirt. Your little brother is the object of your indifference and heartlessness. Your little brother sees all of your ego and your pride. I'm the oldest and I've got two younger brothers and let's just put it this way, they aren't wondering. But James saw Jesus and was changed. And now he's writing a book of the Bible where he begins by calling his brother LORD. Now think about how that experience of going from unbelieving to believing shapes the content of the book he's writing. Think about it. James, according to most NT scholars is one of if not the earliest book written. This is written like 10 years after Jesus ascended into heaven. Somewhere in the 40s. So you are James. You are writing 10 years after the fact. You've gone from wanting to institutionalize Jesus to worship him and ready to die for him. And you are writing to Christians that are being persecuted and are fleeing for their life. What messages is he furiously scribbling after the light bulb turns on for him? What fire is now lit inside his soul that is engulfing his spirit in a spiritual thermal runaway? Here's the answer. James says, “I want to tell you what true saving faith looks like.” Because here's what James experienced. I thought I was saved. I thought I knew what saving faith was. I thought I knew what it meant to serve God. I thought I was a devout person. I would have called myself a follower of God. I had a list of reasons why I thought I was child of YHWH. But, and here's the scary part, I wasn't. I looked at God come in the flesh, for crying out loud I lived with him, and found a way to explain him away - all the while going to synagogue and doing my temple worship. If that sort of false assurance is possible, that ought to make you pause and second guess yourself. And James is saying, I want you to see what I see. I want you to change from what I once was to what I now am. I want to give you some tests to see if you have the real thing, or if you only think you have the real thing. And folks that is what we need as well. Maybe you are here today and you think you know Jesus but you don't really know him. Maybe you think your a Christian because your parents are Christians. Or maybe you think your saved because you have a high moral standard and you've served a lot of people in your life. Maybe you know a lot about God but you haven't been living for God. Maybe you like the intellectual pursuit of God but you don't give, you don't treat others generously, your selfish, your mouth is hurting people, your anxious, your angry, your impatient. James would say, “Well maybe, you don't have true faith.” The book is a call to look inward. It's a call to see if you have true saving faith. Because, and here's the KEY CONCETPT ALL THROUGH THE BOOK, FAITH WORKS. It's the name of the series. You don't work to get faith. Your true faith will naturally, automatically work. Church, this is what we need. We need to have our faith fanned into flame so that our genuine faith will produce what it cannot help but produce. Trials Now you want to know what his first test of true saving faith? What happens to you after a trial. And for James and his readers this is not theoretical. After Stephen was Martyred, a great persecution arose and the church was scattered all throughout Europe and the Mediterranean Basin. He says, “Listen, I know you are being persecuted. But you want to know what happens to true saving faith in trials? It matures. It always does. Trials are God's pathway to maturity.” So he says, with that in mind, knowing that that will be the result: James is pointing out a cause and effect. The cause is trials the effect is maturity. And this cause and effect relationship is at minimum two things: It gives you both: Let's think about both of those. Test of True Faith Here's how it's a test: Take lump of wax and a lump of clay. Apply a little bit of heat. Apply a ton of heat. You pick the temperature. One melts and the other hardens. Why such different reactions? Answer: Because they are different materials. If you increase or decrease the heat, the same things happens to each material, only to a different degree. The direction of the reaction is determined by the fundamental composition of the material. Take a person with true saving faith and a person who only thinks they have faith. Apply the heat of a trial. One matures, the other falls away. Sometimes we think, “Oh man, that person fell away because the trial was just too intense and they broke. That's wrong thinking. That's not what the Bible says” The problems was not the intensity of the heat. The problem was their lack of saving faith. They didn't have true faith. In terms of fundamental composition they were made of the wrong stuff. Do you remember Jesus' parable of the various soils? The Word of God is pictured in that parable as a seed that is sown and it's the same Word but there are different responses based on the fundamental compositions of the soil. On the surface the soil looks the same. But you can test the quality and type of soil by adding heat. Get out the scorching sun. When the intense heat of the sun hits you, is your soil rocky and you wilt or is that intense heat the catalyst for intense growth because those roots have sunk themselves deep into Christ. Have trials grown you closer to God or distanced you from God? Trials are a test of what's inside. It's a test of what kind of faith you have. So ask yourself, “What kind of soil ?”am I Have trials matured me or soured me? True Faith in the Test That's how trials are a test of true faith they also give us true faith in the test. Let me illustrate this by contrasting KNOWING and FEELING. This passage wants you to KNOW something. Trials mature you. And you probably KNOW this from your experience. If you can look back over the course of your life and say, "I can totally see how tests have grown my faith in God. I KNOW that. Therefore, I KNOW that this current trial will grow my faith as well. I can KNOW the outcome and purpose in advance. That's what God wants you to KNOW. And the reason this is so important is because trials always FEEL so terrible. We have to be careful about letting how we FEEL change what we KNOW. Because if you are in the middle of a trial right now you might FEEL pretty discouraged. You might FEEL like a soldier of Christ made of chocolate and I'm just melting into a puddle. I FEEL so weak. That's to be expected. Trials always shake you. You always FEEL like your faith is coming unglued. If you felt, confident, assured, stable, well then it wouldn't be a trial. To be stripped of those is the very definition of a trial. Because notice from the text WHEN the maturity comes. It comes AFTER the trial. You have to let the trial have its full effect BEFORE you experience the maturity. So you can never test yourself by looking at your current trial and especially how you FEEL in that trial. You have to look to what you KNOW is true based on God's revealed truth. *James is saying, “Listen, if you are a child of God and you have saving faith and you are in one of the soul-asphyxiating trials, it might FEEL like garbage and you might be questioning everything, and you might be on the harry edge of failure at any minute, but you can sit back and relax.* Of course it's not fun. Of course it's horribly difficult. Who likes getting burned by fire? Everyone FEELS like they are on the harry edge of apostasy in the midst of a trial. But guess what? You can KNOW that on the other side of that trial is maturity. KNOW it. It's a 100% guaranteed outcome. Because that's what the heat of trials do to saving faith. Always. It's what saving faith does. It's a factor of the composition of faith.” It's like wind on the wing of an airplane. The faster it blows the more lift is created. Why? Because that's what wings do. It's how they are shaped. And the shape of true saving is faith is that faster the hurricane of trouble comes at you, the higher the believer is lifted into the heavens. It's just how faith is shaped. It's nothing to do with you. It has everything to do with God has put in you. It's the nature of it. Where there is faith there will ALWAYS be progress. Always. It's a promise of God. And I want you to just revel in that for a while. If you are a child of God, the outcome is certain. That's why you can count it all joy. You don't need to know how it will all work for it to benefit you. We always want to know why? We always want to know how? Just relax. If you go into open heart surgery, you don't have to know all the whys and hows for it to benefit you. All that is required in order for it to benefit you is that you trust, that you submit to it. At some point the doctor is just going to interrupt all your questions and saying, “Listen, this is above your paygrade. Stop trying to figure it all out. Let me simplify this whole thing for you.” You need the surgery. It's going to hurt like the dickens. It's for your good. Let's just listen to the great physician and get through this. Can you do that? That's how we need to look at the trials that OUR great physician allows into our life. His scalpel is perfect, never cuts more than is necessary and his success rate is 100%. Trust him. Remember our study of John. John 15 At trial is nothing more than the severe blade of the pruning knife cutting off that which is preventing you from bearing MUCH fruit. Trials are Certain And this can be an encouragement to every one of us in the room. Because guess what, trials are certain, because unproductive branches are certain. Trials are inevitable because sin is inevitable. Notice the text does not say, IF you experience trials which would imply for a select group of lucky people, trials will not be a part of your experience. It says WHEN - which means that trials are inevitable for every single one of us. And notice that the trials are various which means that they will come at you in every shape and size. Are you suffering financially? That's a trial to mature you. Are you suffering in your marriage? That's a trial to mature your faith. Are you physically sick? That's a trial to mature you faith. Have you lost someone in your life that you love? Are your kids difficult? Are your relationships difficult? Is your church difficult? Is your work situation difficult? Is your garbage disposal difficult? These are all trials to mature your faith. Do you see how relevant the Bible is? Folks, the junk that is happening in your life right now is NOT random. Some of you are in it right now and it's awful. If we were to pass a sheet of paper around the room and ask you to list the various trials you are experiences, and if we all had courage to answer honestly, the pain would be palpable. Your in it. For others it's coming. It's a wave that's on the horizon. And that wave when it hits won't be for a day or for a week, but a long season of months and years and maybe your entire life. But here's the encouragement? It's allowed by the hand of a loving God to mature you. And the way to get through it is to keep your eye on the goal and purpose of trials - TO KEEP YOUR EYE ON WHAT YOU KNOW. Or as James says it, CONSIDER. That word means you're supposed to look at what the troubles can get you, what the troubles can bring you. There's a benefit on the other side you have never experienced. You have to realize what great things can happen in your life through suffering. You have to get a bigger picture. You have to CONSIDER that suffering can bring into your life other things that are not currently there. You're incomplete now. Think of it this way: what if you went to your family doctor and you said, “Man, I'm really not feeling well.” And he did some bloodwork and an MRI and said, “Well the reason you are not feeling well is obvious. I've never seen anyone so bad. I can't believe you are even functioning right now. You said you've felt like this your entire life? Wow. This is totally cureable with a surgery but you'll be out for about a week. But I promise you, you'll probably feel 50x better than you do now.” You'd probably jump on that surgery. Really? I've only known life with this sickness. 50x better than I feel now. Let's do this! Do you not realize Christian, that every trial God allows in your life is not random acts of bad luck. It's God's precise stroke to cut out the immaturity in your soul - NO MATTER THE CAUSE. Natural cause, others caused, self caused. ALL THINGS work together for Good. Every trial is designed by God to make you stronger and healthier. Do you not realize that God is trying to make you 50x more happy, 50x more thankful, 50x more content, 50x more satisfied in the only thing that can satisfy and that is him! Do you not see it! Welcome it. Embrace it. Or in the words of James, count it all joy! Trials are part of Growth in every area of life. You see trials are the means by which this maturing happens. And, it really shouldn't surprise us that this is one of the methods God uses to mature us. Take it out of the spiritual realm just for a minute. Let's say you are training for a race. Physically. Or let's say we are studying for a test. How do we learn? We learn by failing. We learn by thinking we are right and then discovering we are wrong. We learn by thinking we can do it and then realizing we can't. That's the process of growth in almost every area of life. So why would we think that the path to spiritual maturity is something entirely different than the path to maturity in every other area of life? In the end it's not an intellectual objection. It's an emotional objection. We agree that for other people, those trials have really helped them. And we even hear the testimony of the person who has endured trials and he says something like, “As hard as it has been, I wouldn't trade it for the world.” And yet when the trial comes upon us, we cry out, “God why are you allowing this horrible thing to come upon me?” You know the answer. Because he loves you. He doesn't want you to stay in baby faith mode. God says, “I am maturing your faith.” We need to have the goal in mind. God loves you. God is the author of life, not the taker of life. He only takes so that he can give. God leads us into life. So let's all, right now, just stop believing the lie that we can get maturity without trials. Let's just accept them. I want to read you an extended quote from A.W. Tozer. The fallow field is smug, contented, protected from the shock of the plow and the agitation of the harrow… Had it intelligence, it might take a lot of satisfaction in its reputation: it has stability; nature has adopted it; it can be counted upon to remain always the same…Safe and undisturbed, it sprawls lazily in the sunshine, the picture of sleepy contentment. But it is paying a terrible price for its tranquility; never does it feel the motions of mounting life, nor see the wonders of bursting seed, nor the beauty of ripening grain. Fruit it can never know, because it is afraid of the plow and the harrow. In direct opposite to this, the cultivated field has yielded itself to the adventure of living. The protecting fence has opened to admit the plow, and the plow has come as plows always come, practical, cruel, business-like and in a hurry. Peace has been shattered by the shouting farmer and the rattle of machinery. The field has felt the travail of change; it has been upset, turned over, bruised and broken. But its rewards come hard upon its labors. The seed shoots up into the daylight its miracle of life, curious, exploring the new world above it. All over the field, the hand of God is at work in the age-old and ever renewed service of creation. New things are born, to grow, mature, and consumate the grand prophecy latent in the seed when it entered the ground. Nature's wonders follow the plow. Don't you want that? Embrace the plow of trials. It's not fun. But look forward to the growth that always follows close behind. Look Long You know the only way this is going to work is if you look long. You have to have your expectations in line with God's timeline which might be a lot longer than yours. The plow of trials is brutal. It's unfair. It's unpredictable and often completely life-altaring and often never to return to normal - whatever that means. We are such a bunch of cry babies. When something doesn't go our way, we complain about how unfair it is, we whine, we our so devastated. Why is that? One of the main reasons is that we're swimming in a secular society. No matter how Christian you are, you are swimming in it and you are part of it and you are infected by it. And what this passage wants us to do is start thinking like Christians. Do you know what secular means. The word secular comes from the Latin word saeculum, which means now. If you don't have eternity to look forward to, then what's the only thing left? The NOW. That's it. So if happiness is ever going to be experienced, you better experience it now. So… If you get a terminal disease here on earth If anything goes wrong with your close relationships if anything goes wrong with your 401k You're out! You lost. Go to jail. Do not pass go. Do not collect $200. There is no other. There's nothing else. You're ruined! You're destroyed! The Christian faith is so opposite of this. If you experience love here, that's great, but it's nothing compared to what's coming and if you have to suffer a little bit along the way and people snub you and people treat you unfairly, no big deal because perfect love is on the way. If you suffer financially, if you loose that job opportunity and someone else got the job instead of you, you just shrug it off. I'm not living for these temporal riches. I'm living for the riches that last forever. Listen to Paul: So we do not lose heart. Though our outer self is wasting away, our inner self is being renewed day by day. 17 For this light momentary affliction is preparing for us an eternal weight of glory beyond all comparison, 18 as we look not to the things that are seen but to the things that are unseen. For the things that are seen are transient, but the things that are unseen are eternal. Okay, a trial has touched down in our life. Big deal. It amounts to the heat breaking in your hotel room. We are here today, gone tomorrow and we will soon be home. For a Christian this life is a small part of what we have. For a secular thinker, it's all they have. That's a pretty crazy difference. And if through this sermon you realize, I don't think like that. I don't have this sort of saving faith. Listen, it's available to you right now. All you have to do is believe on the name of the Lord Jesus Christ, and you will be saved. And if you want to know more about what that means, there will be a team of people up here after the service who would love to help explain that to you and pray with you. Truths in Trials Now I want to leave us all with something I read from Andrew Murray. Andrew Murray was a great man of prayer and he had four things that he would remind himself of in trials and really this is just a summary of everything James is saying:

The WorldView in 5 Minutes
NY Attorney General sues Trump over fraud allegation, Fauci admitted that COVID protocols were “draconian,” Southwest employee watches customer's fish for four months

The WorldView in 5 Minutes

Play Episode Listen Later Sep 23, 2022


It's Friday, September 23rd, A.D. 2022. This is The Worldview in 5 Minutes heard at www.TheWorldview.com. I'm Adam McManus. (Adam@TheWorldview.com) By Adam McManus How one man came to Christ in the Middle East Hayel lives in the Middle East among the Druze, a religious sect with 1.5 million adherents, found primarily in Lebanon, Syria, Israel, and Jordan. The Druze make up 5.5% of the population of Lebanon, 3% of Syria and 1.6% of Israel. In an interview with Voice of the Martyrs Radio, Hayel was on a search for the truth. HAYEL: “I read a lot of religious books, obviously. But I read the Quran. I read a bit of the Druze religion as well. I read the Torah. And then I say, ‘I must read the Bible as well.' And when I read it, I, straight away, I find myself there. This is the real God. This is the Lord. I couldn't leave the Bible until I, every day, I read it in my life. I practice it as well as much as I can.” Inspired by the example of the Christians he knew, Hayel started reading the Bible. He learned the truth first-hand. In its pages, he knew he'd found the One True God. HAYEL: “Everybody know that Christian people is a very good people. They're very nice people. They're very helpful people. They have sympathy. They do all good things. It didn't come from nothing. Obviously, this must come from their religion. “So, I was curious to know what they reading there. Why this people is like that? When I start reading and then I knew what happened. Myself, I changed a lot as well because the Bible really can change anybody. Everybody listen now. If he read the Bible, he can change, even if you have a lot of problem or whatever. God will be with him.” Having found the truth in Jesus Christ, Hayel couldn't keep himself from sharing the good news with his fellow Druze—even knowing he would be persecuted for doing so. Despite the fact that Hayel was forbidden to share his Christian faith, he refused to stop. Ultimately, he was kicked out from his home and ostracized, but he regards that sacrifice as nothing compared to knowing Jesus. 1 Peter 4:14 says, “If you are insulted because of the name of Christ, you are blessed, for the Spirit of glory and of God rests on you.” NY Attorney General sues Trump over fraud allegation On Wednesday, former President Donald Trump and three of his adult children were accused of lying to tax collectors, lenders, and insurers in a “staggering” fraud scheme that routinely misstated the value of his properties to enrich themselves, reports The Guardian. New York Democrat Attorney General Letitia James alleged on September 21st that Trump provided fraudulent statements of his net worth and false asset valuations to obtain and satisfy loans, get insurance benefits, and pay lower taxes. JAMES: “Following a comprehensive, three-year investigation by my office, including interviews with more than 65 witnesses and a review of millions of documents that were submitted by Mr. Trump and others, I am announcing that today, we are filing a lawsuit against Donald Trump for violating the law as part of his efforts to generate profits for himself, his family, and his company. “The complaint demonstrates that Donald Trump falsely inflated his net worth by billions of dollars to unjustly enrich himself and to cheat the system, thereby cheating all of us.” Last night, during an hour-long appearance on Sean Hannity's Fox show, Trump said that New York Attorney General Leticia James had campaigned on “getting Trump” and that it was another “witch hunt.” TRUMP: “Well, she campaigned on it four years ago. It was a vicious campaign. She just talked about Trump and ‘We're going to indict him. We're gonna get him.' She knew nothing about me. I never heard of her. She said, ‘We're gonna get him.' Her whole campaign was based on that. I actually thought that they would never bring a case. And she brought it. The reason I thought that because she didn't have a case. “This was just a continuation of a witch hunt that began when I came down the escalator at Trump Tower, and it started.” Fauci admitted that COVID lockdowns & protocols were “draconian” On Wednesday, Dr. Anthony Fauci admitted at The Atlantic Festival that he knew the “draconian” COVID-19 policies he pushed for would lead to “collateral negative consequences” for the “economy” and “schoolchildren,” reports the New York Post. Listen. FAUCI: “You have to do something that's rather draconian and sometimes when you do draconian things it has collateral negative consequences.” Republican Senator Rand Paul of Kentucky reacted on NewsMax TV. PAUL: “Look at the disdain that Dr. Fauci has for our children: collateral damage. Those are our school kids. Those are the children of America are the collateral damage to a man so obsessed with his own self-importance, that he didn't follow the science.” When Senator Paul was asked what the Republicans would do if they gain control of Congress during the mid-term election, he said this. PAUL: “So if we, [the Republicans], win the election, we are going to investigate [Fauci]. But we're going to get rid of his bad ideas and we're going to pay attention to the science. “The science is this:  99% of America has immunity, either from having had the disease or from the vaccine, or from a combination of both. “That means we are beyond the pandemic Joe Biden finally got something right. It might have been an accident, but Joe Biden is right. The pandemic is over.” Southwest employee watches customer's fish for four months And finally, a Southwest Airline employee volunteered to take care of a passenger's fish after the passenger was told she could not take it on the plane, reports GoodNewsNetwork.org. Kira was returning home from her freshman year at college with her beta fish, named Theo, when she was told it was not allowed on her flight. That's when Ismael, the Southwest agent, offered to take care of her fish so that she wouldn't miss her flight. Then, amazingly, Ismael took care of the fish for four months, until they met up again in Tampa. Now entering her sophomore year, Kira brought a gift card as a way of thanking him. 1 Corinthians 13:4 says, “Love is patient. Love is kind.” Close And that's The Worldview in 5 Minutes on this Friday, September 23rd, in the year of our Lord 2022. Subscribe by iTunes or email to our unique Christian newscast at www.TheWorldview.com. Or get the Generations app through Google Play or The App Store. I'm Adam McManus (Adam@TheWorldview.com). Seize the day for Jesus Christ.

The Option Genius Podcast: Options Trading For Income and Growth
How to Be an RIA With Paul Ashcraft - 133

The Option Genius Podcast: Options Trading For Income and Growth

Play Episode Listen Later Jul 30, 2022 57:16


Allen: All right, passive traders, we have a treat in store for you today. Many of you know about the option continuum, which is basically, you know, our levels of breakdown of where you are as an options trader, you start with level one, you don't know anything. And then you get to level 10, maybe if you want to, which is option professional. And basically a professional means that you are so good at trading options, that you are now trading and managing other people's money and you're getting paid for it. Many of you have reached out to us in the past and said, Hey, I want more information on that. And we haven't really put it out there because I am not doing it myself. Right now, as a professional, I don't I'm not measuring anybody else's money. And so, you know, I'm not the best person to talk to about that. But we keep getting people and be like, hey, you know, I want to learn, I want to learn. So one of our members, Paul Ashcraft, has volunteered to join us today. And I want to thank you, Paul, for coming and helping out. A few a couple of months ago, I think in one of our groups, I think it was a passive group, where I had put in there like, Hey, I'm thinking about starting a hedge fund. So I'm thinking about going professional, right? And he reached out and said, hey, you know, I'm already doing it if you want to, if you want to talk and I can answer your question. So we had an amazing conversation, I learned a lot. And I was like, You know what, this would be really helpful for everybody else. So I asked Paul, hey, could you do it again? And we can record it this time? It was like, Yeah, sure, no foul. And so he's here, Paul, thank you. Thank you for being on thank you for taking the time to do this. Paul: Thank you very much. Pleasure. Allen: And you're Paul is a member of our of a lot of our programs. So passive trading formula, the blank check, and now the credit spread mastery as well. So you know, it's good to see that, hey, if you're a money manager, then you're continuously getting learning and learning new things to help out your students, or your clients, I guess. So. Well, tell me, why did you get into management? What was it that drawed you through that? Paul: Well, I sort of got tricked into it. I had a, I'm a CPA by trade, and I had a client who was becoming an NFL player agent. And he trusted me and wanted me to help him manage his people's NFL players money. So I started the licensing process at that time. And so that sort of tricked me into it. So that sort of fell apart. And then he wasn't getting more leads for what he was doing. So I basically continued since then, so Allen: Okay, so were you already trading on your own? Or before that? Or did you learn as you want to? Paul: Yeah, I've been trading, you know, for quite a while. Off and on. So yeah, I've had some experience of trading. Allen: Okay. So you are comfortable, you could do it? Paul: I knew I needed to learn, I do need to learn some more. But yeah, I feel like I could I knew enough about the world to do that. Allen: Okay. And so you are known as what is a RIA, a registered independent advisor? Paul: Right. That's correct. Allen: So that's one of the ways of managing money. What exactly is an RIA? Paul: It's basically a firm that is licensed by the FINRA basically, and you are licensed to where you can manage other people's money. Allen: And all RIAs, are fiduciaries, right? Paul: That's correct. Yeah.  Allen: Right. Because a lot of people don't know the difference between a fiduciary and a non fiduciary. And so a fiduciary, if you don't know you are legally bound to do what's in the best interest of the client. A lot of these other companies that people think about when they're talking about money management, or Wealth Advisors, retirement advisors, all these words that they use, they have no license, or maybe they do have a license, but they're not a fiduciary. So they're not required to do what's best for the client. And so they can sell you a product that they get the highest commission on, even if it's not really a good thing, a good fit for you. So that's why..  Paul: Yeah one of the ways I deal with that fiduciary criteria is basically whatever I do for other people, I do for myself. Allen: Okay. Okay, interesting. So, what does it take to open an RIA? Paul: Well, if you want to legal structure and need, like, I have an LLC got a creative for that. And I have had to pass a serious 65 test, which you'd like an SEC test, and get to come up some kind of agreement you have with your clients that's approved by FINRA to sign them on as clients. Those are the basics you have to do. Allen: Okay, and like how long did it take you to go through all that? Remember? Paul: I'm gonna say, basically of six to nine months. Allen: Okay, and how long have you been? How long have you been an RIA? Paul: Since 2014, so roughly eight years. Allen: Awesome. Yep. Cool. And for those of you, you know, I'm going to repeat it later on, but Paul's business website is Businessadvisors.Pro. So if you ever or if you need a good adviser, you know, please reach out to Paul. And I'll repeat at the end, and we'll put it in the show notes. I just wanted to get that out there. Paul: And that's mainly my CPA website, just so you know. Allen: Very cool. BusinessAdvisors.Pro, there you go.  Paul: And then sort has been done about creating my Wealth Advisors website, because you're so under scrutiny when you were you advertise things, so I just sort of steered away from that a little bit. Allen: Interesting. Okay. So I guess there's certain things you can say and certain things you cannot say. Paul: Basically, anything you put out there to the public, you have to like, monitor it for five years, and they can question you about it anytime. So I just figured one way to get around that is just not to do it. Allen: Okay. So then that leads me to my next question, like, how do you find clients if you're not advertising? Paul: Well, you know, I have CPA clients, probably like half the clients, I have my Wealth Advisors from CPA side. Other thing is like, from friends, and referrals from other people who use me. Allen: Okay. So it takes time to build all that up?  Paul: Yes, yes. And I'm currently working on more. More advertising. Allen: Okay. All right. So the advertising is possible. It's not it's not like it's restricted. But you have to be careful of what you do and how you do it. Paul: Yes, yes, yeah. Allen: Now, what are your clients looking for? Because, you know, if somebody comes to you and says, Hey, you know, I'm looking to make more money, obviously, but they have so many, so many choices. They can do it themselves, it could go to like, like Fidelity and have them do it. They could go to they're really rich, they can have their own private like, you know, Bank of America, has their own private wealth, people. So when they come to you, what do they tell you? Like? What are they looking for in terms of an advisor? Paul: Well, I mean, I had someone recently come to me, and, you know, we're signing them up, or things that I'd say we, if we look, if we're here a year later, what do you want to what your criteria are saying, I did a good job. And he wanted a 10% return, which has been difficult in this market. But that's, that's one thing. Another thing? I you know, most advisors out there, these basically are, they're buying hold people, I mean, and they bid six things in a bucket, and don't look at it too often. So I, I basically say that I'm actively working in their account, and I'm not sure I'm going to just put it there and not be looking at it. Allen: So obviously, you probably tell them about your options experience and the different types of strategies you use. Paul: Yeah, a lot of times just the casual person warnings on the manager money that, that if I tried to tell them all that it would go way over their head. Because, you know, it took me like two years talking about options to actually start doing it myself, you know, so I'm trying to be a little bit of conscientious about what they can and cannot handle information wise. I'll be glad to talk about it, they want to, but I'm not gonna write too much about it. Allen: And I bet that would that would set you apart, right? You know, it's like, hey, you know, we can do plain vanilla stuff. Or we can do if you're a little bit more aggressive than we can do this, and this and this. And then if it goes over there, that's fine. But as long as they're like, whoa, this guy knows. Paul: Yeah, definitely. That's certainly part because like, my CPA, well, I deal with investment advisors. And like, no one, no one that I know of is actually managing costs. I mean, like, you know, every week or things like that, Allen: yeah, yeah, they just don't I mean, part of it is they have, depending on where they are some of these guys that I know, they have broker dealers, and the broker basically tells them what they can do and what they can't do. And trading is like, No, you're not doing it. They just they can't, they're not allowed. And so, you know, we get we get clients that are financial advisors, they come in, they're like, oh, yeah, I'm a financial advisor, like, oh, they shouldn't, you know, all this stuff. And they're like, oh, I don't do any of this for my son. I don't know, they don't even teach us this stuff. In financial advisors. Cool. So it's like, once I call again, I'm like, Oh, my God. Paul: Yeah, most of them are just like, call themselves people. And it is this, they don't necessarily know that much about investing. It's more about they have relationships with people, and they train their people to be accustomed to five to 7% returns. So so don't want you to do that as that's, you know, not a hallmark. Allen: Yeah, yeah. Like, you know, when I go to if I go to a dinner party, or whatever, and, you know, always comes up. So what do you do? It's like, well, I teach people how to do this. And the first they're like, really, is that, you know, what do you what do you mean? And then we tell them a little bit about it, and they go, Yeah, you know, we try to aim, you know, for 5% a month, and they're like, what a month. Really? Oh, wow, I gotta learn about that. And then, you know, you explain a little bit and then they're, like, bored and then they go talk to somebody else. Because, you know, it's cool. They want, they want it. They just want to do the work. So that's cool. Now as an advisor, how do you How do you charge? Like, what do you charge? How do you do it? Paul: So I have what's called a serious 65 license. So I'm able to charge a percentage of what assets are under management. Okay, so the basic generic, charged with as generally 1% of assets under management. Okay, that if I'm doing more as a some different strategies, things like that, I'm probably going to up the field more because it's, it is active trading. Allen: It takes more time. Yeah, yeah. Because I remember way back when I had a guy at America ice, and he was my advisor. And yeah, he would charge a minimum of 1% on assets every year. Every time you put money, you gave him money, they would take 5% off the top. And then every every mutual fund and every index fund or whatever that they put you in. And most of them were, you know, Ameriprise products. Each of those things would have a separate fee every year. So I mean, I got dealing left and right. I didn't know what I was doing. At the time, I was thinking I am going to you know, I'm smart. I got an advisor. But yeah, he was the one getting rich. And so.. Paul: They made that money, whether they go down or go up it. Allen: Yeah, I mean, they take the money right up front, 5% off the top. As soon as you make a deposit, it's like, man, you haven't done anything. Even if I turn around and ask for the money back, I just love fibers. Do you have like a lot of Is There a lot of overhead for being a advisor? You need a large staff? Paul: Right now, it's just me. And so I'm already have all my setup for my CPA business. So there's not really that much more to do.  Allen: And you can run it from the same location. Yes, yes. Okay. So then who does the like the backend stuff, you know, statements, and compliance audits, all that stuff. Paul: So we use Interactive Brokers as the broker dealer. So they basically, so all my clients have their own account set up with them, and it sort of goes underneath my master account. So so they take care about the then get a statement from there anytime they want to find out what their balances. And if they need to take up money, they can contact them and get the money taken out. So they saw him. So we're doing a lot of the back office stuff. Allen: Awesome. So you really don't have to do anything. And they they opened the account themselves, the client opens the account themselves, they deposit the money themselves, they can take it out whenever they want, they can go and log in, see all the trades, see whatever is there. So you really don't have a lot of customer service issues. And so you don't have to send send out statements, because Interactive Brokers will do that. Right. Paul: And one of my strategies is if someone is, I call it high maintenance, then I probably can't handle that, you know, they probably need to find someone else because, you know, I got enough things to do is it is. Allen: Awesome, cool. And then. So you don't handle any of the money either. Because they just go straight to interactive. So you're like a hands off, okay, I'll do the trades, but I'm not touching your money. So you don't have to worry about me taking your money and running away and flying to Bermuda or something.  Paul: Yeah, just like the Bernie Madoff deal where he was. He they call it having custody of the funds, and he had custody. And so they, they talked about that when you're going through your testing and things like that, about having custody and not having custody and things like that. So yeah, it's a big red flag. Allen: Yeah. Because I mean, like, I've been looking into starting my own hedge fund, you know, using the the passive trading strategies and such. And I looked at RIA first and then I looked at, you know, hedge fund as another way, and I think from what I've been able to find so far is that if you start a hedge fund, and you don't charge any management fees, you don't need the license, you can set it up in a way where you know, you get you only take a percentage of the profit. So if there's a gain, you can get a percent, but you don't get that yearly management fee. If you want the yearly management fee, then you do have to separate a separate Ria, to do the management of the fund. Okay, I didn't know that. Yeah, so I thought that was pretty cool. So we've been looking at that as well, different things. So now, what percentage of your management is active? versus, you know, index funds, mutual funds, etc? Paul: I'd say about half. Allen: Okay, and all of the clients are okay with that, or do you do client by client? Paul: I pretty much put everybody under the same model. Yeah. So Allen: And so with interactive, how does that work, you have to go into each account to put a trade on or you just put one trade on and it just trickles.. Paul: There's a master account and I can set up different  classification. So I could I could buy 1000 shares of IBM and have it spread it putting all the accounts did that.  So they have to watch out for is some of the accounts can trade certain things, some can't, like RIAs cannot do you know, futures and naked options and things like that as far as, at least on the credit side. Allen: Okay. All right. So can does that get confusing? If you want if you want like, Okay, I want like a say IBM, I want my IBM stock to be 5% of all of my everybody's portfolio. Paul: Yeah, that would be a different the different equation. So basically, like I did a trade today where I figured, you know, want to take a $10,000 risk. So divided by what that option was going for. And I bought that many contracts to take on that kind of risk. So not necessarily rebalancing everyone is usually trade by trade. So putting on a certain set of circumstances, set a step stop loss and things like that. Allen: Okay, cool. So you can do it as easy or as simple as you want. Or you can make it as complicated as you want. Yeah, up to you. Yeah. Nice. So what types of what types of trades do you do? Paul: Well, some of what you teach. So I do some swing trading. And of course, you know, credit spreads and things like that. And some, you know, some some of the dividend paying stocks and covered calls and things like that. Allen: And do you do any any oil futures options? Paul: Well, I'm not. I'm just at the point to get licensed for that. Allen: It's a separate license? Paul: That's as a separate license. Yes. So you have to you have to get licensed through the, Chicago Board of Trade, the NFA and National Futures Association. Allen: Okay. Okay. And then will you be able to do it the same as everything else through Interactive Brokers? Paul: Yes, I think so. Sometimes you don't know to actually do it. So I think it's pretty similar. Allen: Sweet. Okay. Now, as a as an RIA, do you also advise your clients on other alternative investments, you know, real estate, crypto anything else? Or is it just stocks, bonds, options? Paul: I'm always getting to ask questions, you know, because I'm in, you know, really, I'm gonna CPA world or the IRA world, I'm getting asked questions. So I will advise on that if I think I have a good opinion. You know, I'm not roll up on that rolled up on crypto Allen: Right, right. Are you still bound by the same fiduciary type rules on that or?  Paul: You could come under some scrutiny. You know, you'd like an offsetting handed comment, and then someone does something crazy. And so you got to be a little careful. Allen: Yeah. All right. And okay, so him now with the interactive account, or the broker dealer, is the software any different? Like, versus if you open a regular account by yourself? Is there anything you have to learn a new platform? Or is it basically the same thing?  Paul: It's pretty much the same platform, you just have to understand how to do the trading, like I was telling you about, like, allocating between all the accounts, but the platform itself is basically the same. Okay. Cool. Yeah. Allen: What do you see as the future of money management, because like, you know, they got these robo advisors now, and they got like Robin Hood, trying to get everybody to trade on their own. And so what do you see down the pike? You know, do you see like, your clients are like, yeah, rather just have you do it? Or are robots or whatever? Paul: Yeah, I can see, you know, some of the robot picking up. But on average, most people out there don't know, hardly anything about the investing world. My average client, so I think it's going to be still a good field you know, way up currently doing it. Allen: Okay, and who is like your average client? Paul: They're probably like 50 years old, that did 60. And probably, you know, got assets anywhere from, you know, 50 to 50,000 to over a million dollars, you know? Allen: And do you have any limits on who can invest with you? And how much? Paul: No, I mean, like, I'm not, I'm just gonna take on any account right now. It would need to be over a certain dollar amount for me to I just always have to keep that in mind about, you know, do I want to take on a five or $10,000 account? Because it's gonna be extra work. Taking that versus the capital issue at-- You don't have to be you don't have to comply with the day trading rules. You know, because because if you if you accidentally in and out three, three trades in a week, then your account gets shut down. You know, so you have to deal with that. So yeah, so I'm trying to gradually move up from like a minimum of 25,000 to 50,000, 200,000. Allen: Okay. And then you also have a certain criteria like a certain person that you want right? Certain somebody they can handle the options and that Intertek can handle that because I mean, it does swing a little bit. So if they have a 5,000 to $10,000 account, they freak out if they lose $1,000, obviously, that's not the right person for you anyway. Paul: Right. But on that same note, I had a client the other day that, you know, they have, you know, an excess a half million dollars with me. And they want to know how they could put in more money since this market was down so they could capture, capture that now mark? I love that kind of client. expecting them to call you and tell you, why is my account down? Actually, that question is dead. They're saying, How can we put more money in?  Allen: Yeah, that's a smart, that's a Smart Client. So that's, that's got to be your email, you know, going out, like, Hey, he's trying to give me more now. double down on your investments. Okay. Now, How has being a money manager improved your own trading? Or hasn't? Paul: Well, I mean, it's made me to seek out new avenues of investing. You know, because I'm looking out for my clients. By the same token, when I do that, I find things that I can use to, you know, like, I don't know, if I would have found the old future options without that, you know, seeking out new new investment strategies, you know, so I could do a better job for my clients. Allen: Okay. Now, we've had a lot of volatility lately. And you've, you've alluded to it already. When stocks down about 20% or so right now, how do you deal with the investor concerns or expectations? Paul: I'm continually learning that. The more, the more proactive you can be with that, I find that it's better. Like, if you have a bad day or a bad trade that, you know, that affects it so much, and then maybe call and talk to them about it versus waiting for them to call you later, and they get their quarterly statements. And they call you know? Allen: Right. So do you find that a large portion of your job is just talking to people and just calming them down? Or explaining certain things to them? Or educating them? Paul: In the beginning? Yes. If someone's with you for a while, and they haven't gotten, understood your ways, and why you do what you do. And it would be generally in the first year of a client relationship, you indeed do that more, but there is sort of they get to know you, you you get to know them and sort of like a training curve there. Allen: And now, most of your clients, are they either they know you or they were referred to you. Right. So there's always there's already that trust built in from the beginning. Most of them yes, yeah. So if you, you know, advertising, somebody comes in cold, they're like, oh, yeah, I like what you're doing here. You know, here's $100,000, there's gonna be a lot more back. Paul: Yeah. Allen: Okay. So how are you handling? How are you handling the volatility? Like when somebody calls up and says, Oh, my count is down. How do you? What do you do there? Paul: Well, number one, what I did when I saw when I saw the market starting to tank, I basically, was going more into cash. So like, I the client won't know why we aren't investing. I said, Well, I'm waiting for the market to give me indication has, it's found the bottom or, you know, it is headed back up. So I don't want to, I'm not a bottom picker. But I don't want to like, write it further down. You know. So that's one way of dealing with it. And they seem to appreciate that quite a bit and understand that. So I don't think that's something you get out of a typical advisor. Allen: So yeah, but what if somebody calls you and says, Oh, my God, you know, I'm down 10%? What am I going to do? I can't handle this. How do you handle that? Have you ever had that happen? Paul: Yeah. I tried to change up their strategies a little bit to get them a little more solid, or maybe not trade as much in their account. Just being a little more cautious. Allen: Okay, so Okay, so you can actually choose, like, let's say, we talked about that IBM thing. So if you're like, Hey, I'm buying IBM, you could choose and say, okay, don't put it in this account in this account, just because in all these other ones,. Yeah. All right. So you can actually tailor it because like, if somebody goes, Yeah, I just want to be long stocks, or I just want tech stocks. And I just want you know, credit spreads. So they you can, you can do that. Yeah, okay. Yep. So, do you have any shortcuts that you can share? You know, for somebody that's thinking, hey, you know, this sounds like cool, I'm gonna I'm gonna get into this. RIA business, anything that you probably didn't know, ahead of time that you would have liked to have known? Paul: This is sort of like a unknown territory. Because, I mean, when I was doing it, I couldn't get anybody to actually figure it out what like a serious 65 license would do. And I was sort of going into blindly a little bit. So I mean, I think the number one thing is maybe you know, then contact me. Shortcuts is, you know, I don't know like I had to find a place to take the take the course for that. And then I hired a guy to tutor me some. And, you know, there's, there's these firms out there wanting you to sign up with them for them to do oh, you know, like your paperwork and so forth. And I just sort of like fumbled my way through it and plagiarized another agreement online affected us. And so another thing is to know if you're in this world, you will get audited. Personally. Well, the your investment firm, right, yeah. Yeah. Like I'm in the CPA world, and I probably will never get out a different CPA world. But the investment side, I will get audited probably time and time again. So far, it's only been once one step Florida, but yeah, Allen: okay. Yeah. I mean, that's a good thing. I guess, you know, that, that the advisors and like you said, you know, the Bernie Madoff, he keeps him at bay as much as he can a little bit. So some of that, I guess, from a consumer standpoint, and that's a good thing to hear. Paul: Yeah, but a lot of a lot of us, they don't necessarily understand the world as much as you do. And it's more like them checking a box somewhere in a city. They ask this question, or I did that, but they don't really find that don't really necessarily know exactly what they're doing, you know, Allen: Yeah. So but do you mean tax audited or audited by like the audit by Paul: the state by the financial regulatory people for the state you're in Allen: The state regulatory? Okay, so every state has their own regulatory stuff that you have so far. Paul: Yeah. So just just sort of background here. Usually, as you're managing under $100 million, you're managed by the state. But then once you hit $100 million in the SEC is basically is going to your watchdog, it's gonna look over your shoulder. Allen: Okay. All right. Cool. And you're in Florida, right? Correct. But you can take clients from anywhere? Paul: I can. But different states have different rules, most of them allow you to take five to 15 clients, and not really be registered with them. But then once you hit over that threshold, they want you to fully registered with them. But there are a few states that require you if you get one client, they want you to be registered. And Louisiana was one of those states. Allen: So I guess, depending on how much capital the guy is gonna give you whether it's worth it to register there.. Paul: Exactly, exactly, yeah. Okay. All right. Allen: So would you knowing what you know, now, are you happy that you went this route? Paul: Ask me again, in a few years. Allen: Well, you've been doing already for like, eight years. So kind of got some kind of track record here. Paul: Yeah, it's been, you know, it's been definitely a learning curve, you know, from the regulatory side. And then from the investment side, too, so? Yes, I'm glad I did it. But it' had its rough moments. Allen: Well, give me an example. Paul: Well if you if you lose on a trade, you know, it can affect your account and other people's account. So that's probably the biggest things that has happened to me, you know? And then you got to figure out how am I gonna tell this person this?  Allen: Yeah. So how did you how did you deal with that? Paul: I prayed a lot. Basically, if I knew the fact that someone so much, I would, I call them and talk to him about it. But in a certain situation, like, because it was spread over so many accounts, it didn't really affect anyone that much. It wasn't that big of a deal. Like, you know, if I'm managing $5 million of money, and I lose 20,000, you know, the most Someone's probably gonna lose is maybe 2 or 3000. So the overall number is a big number. But you know, we spread between all the counts, it's not that big of a number. Allen: Interesting. Okay. Yeah, I mean, that's that thing, right? There is like, the biggest thing that's kept me out of it for all these years, you know, people have been asking me from the beginning, okay, can you take my money? I'm like, nope, nope, because I don't know how I'm gonna handle the stress. I don't know if, um, we will sleep, I can lose my own money, you know, market down 20% Okay, whatever, it'll go back up, I got time, you know, but somebody else if I lose your money, and I don't know, I don't know how I'm gonna handle it. And so that's the one thing that that's really caused me to be hesitant up till now. And I agree what you said about not having that much information out there. You know, I mean, there are companies out there that will like if you want to be in RIA you type in how to be an RIA and there's a company that hey, you if you give us like 30 grand, you know, we'll do all the paperwork and we'll file everything for you. So you Okay, but what do I actually get? You know, they're like well you do the paperwork. Well what about after that? How do I get clients how do I do this how to do that they will help you at all and these two guys they had approached, they had talked that a because I'm you know Option Genius is in what's called the financial publishing space that world, so we have our own little conventions and all the Guru's come and hang out and talk marketing and stuff. And so there was there was these two guys who were speakers, and they were telling all of the financial publishers that hey, you guys need to get into the into the management business, because you guys already have all these clients? They already trust you? You know, and they probably have a lot of money because people coming to me, you know, they say, Hey, I want to learn how to trade options. Okay, cool, you know, and how large is your account? They're like, Oh, 50,000. Okay, cool. And they trading options with 50,000. But they also have like, maybe a million dollar IRA, that they're not touching, or their wife has $500,000 that is with some other financial advisor that she doesn't want her husband to touch with options. So it's like, yeah, everybody that comes in has a lot more money. So if you started an IRA or an advisor, then you know, they'll give you that money as well. And you can make all this money. And I was like, Okay, that's interesting. But, you know, what are the legalities and all that and they wanted, I don't know, obtain $1,000 plus a percentage of the company to actually teach me all this stuff. And I'm finding a there's a lot of secrecy, as you can say, you know, and Wall Street, I think puts it like that on purpose. Because they don't want everybody to know what they're doing and what they that they don't know what they're doing. Pretty much. So cool. Paul: I don't know, that's intentional, but it just got I think there's so few people who are looking to do it. And like, it's not a widespread throughout the population thing. So you don't find as much about it, you know. Allen: Maybe okay, yeah, I'll take that. Yeah. Because like, you know, even like, what is the difference between an RIA and a hedge fund? You know, I've been beating my head, like, which one? Which way? Do we go? Which way? Do we go? If we go this way? Or this? Or what are the pros? What are the cons, and there's like, no one person that can that can tell me, if you want to go to a hedge fund, they got a little hedge fund world, and, you know, you got to you got to pay the dues to get in. If you want the RA world, then it's more common, but it's, it's for the guys, you know, for people who are like, Yeah, you know, I just want to put everybody's money in an index fund, you know, so it's like, what you're doing is totally different, like, I have not met any advisors that are actually, you know, trading that actively for people. So I mean, compared to the other guy, Joe Schmo that charges 1% a year, or 2% a year, just to put their money in an index fund compared to what you're doing, you know, your value is just so much more. But it does seem like it's very similar to a hedge fund where, you know, a hedge fund is a little bit different, where all the money is pooled into one spot. And then, you know, the, the trader controls it, you're doing kind of similar, where you can look at it and be like, Okay, I got, you know, $10 million under management, how am I going to split that up into different trades? And it just happens to be in different people's accounts? So have you ever thought about increasing your rates because like a hedge fund, they can charge a percentage of the gains? An RIA can't? Can they do that? Paul: They can do that on their certains particulars criteria? I think like you have to have an investor who's has at least $2 million in investable assets. They have at least $1 million invested with you. And then you can have certain arrangements where you say, Well, if I make whatever percentage I'll make about what the s&p does, you'll split it with me, or something like that, you know? Okay, so again, it's very, it's has a lot of criteria to it can't be done, though. Okay. Yeah. Because I wouldn't say the hedge fund world is based on what you're telling me is, cuz you're basically commingling all the funds. Right? So you got to do like a statement for each person or something. Yeah. And so I think the advantage is, you can just commingle it all and then do whatever you need to do. And then at the end of the day, you somehow allocated? Allen: Right, so the thing with the hedge fund is that all the investors have to be accredited. Okay, so accredited, as you know, probably, you know, you basically you have a million dollar net worth not putting your house, or you're making upwards of 300,000 a year. So, you know, basically, so at least Paul: They have to tell you, they're accredited. Right? Allen: I think we would actually want them to be proof, you know, give me proof otherwise, we're not letting you in. Paul: That was actually in so my testing I just did is like, yeah, you want this criteria? But are you actually gonna go go check it? No. So Allen: Interesting. Okay. Because I mean, you know, the government says that the hedge funds, you know, if you're an accredited investor, you should be smarter than the average bear. And so, if you lose money, it's not that big a deal. Like you are smart enough to get into it. You know, somebody with $5,000 or $10,000. That's my life savings. No, sorry, you can't invest in this. Even though the hedge fund might be like doing 1,000,000% a year, you can't invest because you're not accredited. Ras can take basically everybody, so that was one of the things okay, somebody comes in with 50,000 as an RIA, you might just take it because it's not that much paperwork. It's not extra for you. But for a hedge fund. Yeah, no, I can't do it. Because I gotta, I gotta pay the auditing company. I gotta pay the statement company. I got to pay the customer. You know, whoever's doing customer service and answering the phone and doing all that, and salespeople and all that. So 50,000 is not going to cut it, you know, the limit is a lot higher. For sure. Okay. Yeah. So yeah, that, in that sense, totally different world. But very similar from what I'm seeing is that, you know, you're doing probably what we're gonna be doing, you know, similar. Paul: So you probably can't take qualified money like IRAs and things like that. Allen: I think they can. Yeah, yeah, I think they can, as long as a person is accredited. And so there's different regulations, 5063 C, or six, C, five, or six D, they'll those tell you, you know, if you can take accredited and non accredited, and then can you advertise or not, I'm still learning all this, it's all different, because like, if you start a Real Estate Fund, different from if you're doing a hedge fund, versus a private equity fund, so some of the rules apply to everything. Some of the rules are just separate. So I'm still learning all that. But I know that the Interactive Brokers, people, they've done webinars in the past with attorneys. So if anybody wants to start a hedge fund, you can still use the Interactive Brokers platform. And they have they actually have a separate portal, I think, for hedge funds. Yeah, I've seen that. You've seen that too? Where you can actually see what other people are doing. And what are the trades that they're making? Paul: I didn't know about that. I just knew that they had some kind of hedge fund portion of what they're doing. I didn't know exactly what it meant. Allen: Yeah. So So what they said was that, you know, the attorney was like, you know, it'll take several, you know, maybe $30,000, to set up your hedge fund, you can probably do it with a smaller amount, if you want to start an incubator fund, which is like, you know, if you have your own money, and you put in and say $300,000, and you trade it as if it's a fund, and you don't maybe that that paperwork might be like 7000, and you set that up, you treat it as a fun, you build up your track record, and be like, Oh, hey, look, you know, I was trading for six months, I got this, that or not, and then you can start advertising it, and you convert it to a full fund. And then you can say, well, look at my track record, this is what I did. And then people can come in for the full fund. So that was one of the things that they were they were talking about. But so yeah, we were we were looking at an interactive, but the one thing that interacted with their software is a little bit more clunky or less user friendly than some of the most user friendly software. Yeah, it was my personal accounts. Now. So when, do you still trade on on your own on the side? Or is all of your money in the big? Paul: I have some money still in the in the huge fund? And then, you know, I have some I have an account on the side, right? Allen: So that separate account, did that change it all after you got licensed? Because they always, you know, when you open an account, they always ask you, are you licensed? And then they're I don't know why they do that. Is there to change anything on? You're not gonna recall? Paul: Yeah. So, there's, there's occasions where you can link up an account with the master fund, and you can D link the account. So I think at one time I had, it's actually my 401k account for my accounting firm attached to the IRA account, but then I detached it. One of the main reasons was for futures. Okay, because I knew I wasn't qualified to do futures for the whole fun. But I could on a mountain account. Allen: Ah, okay. So you have to keep it separate to do the futures options. Yeah. Until you get licensed by them. And is that like a lengthy process as well? The futures options? License? Yeah. Paul: I took a series three exam back a month or so ago. So I'd studied for two or three months, and again, got a tutor. Yeah. Okay. Allen: All right. How many clients do you have right now? Paul: I'd say about 20-25. Allen: Okay. All right. Cool. And so, from a financial standpoint, has it been worth it? Paul: Yeah, it's been really good. I might, my intention when I know that, you know, once I got into it, my intention was over the years, you know, retirement age, is at my incomes shift for my CPA business or to my investment business. So I could do that, say two hours a day and retirement versus, you know, doing tax seasons and all that. CPA visits. Allen: Okay. Is that still the plan? Yes. Still plan. Awesome. Cool. So yeah, I mean, handling managing millions of dollars of assets in two hours a day. That sounds pretty good to me. Paul: That might be a pipe dream. But that's what I had in mind.  Allen: I think you could do it your own way. You're on your way. Cool. Awesome. So is there anything that I haven't asked you that you think like, oh, yeah, people need to know this. Paul: I could probably sit here and think about a few things. Not on every call. No, no, no, no. I mean, one thing you have to like for instance, a you have to have a like an email account that you Gotta add to retain all your emails for at least like five years. That's one thing to keep in mind. And like I have to send a like a balance sheet and income statement to the state of Florida every year and get someone to notarize it. You have to upload information to the FINRA site at least once a year. And that's where you pay your like on license Louisiana along Florida and things like that. So I pay my fees for those licensing booth vendors website. Allen: And that you had told me that the fee that you charge for management that comes out Interactive Brokers basically pays you every quarter, your fixed asset if I had to build it, right, yeah. Paul: Okay. So, so they do it automatically. But when I got audited, the state wanted me to actually create invoices. So the answer your question is, I'm not sure what the real requirement is. So far, I guess I met that criteria then. So I'm not actually grading him. What's the reporter right now? Okay. Allen: Yeah, I mean, because like, I mentioned, those two consultants that I had talked to, they had told me that I would have to bill everybody invoice, everybody, every quarter. And those people would have to pay me directly. So it wouldn't be taken out of their account, it would be sent directly to me that they would have to write a check every quarter. And I'm like, that's a pain in the butt. You know, that's pretty cumbersome. Yeah, if a customer has to pay, you know, a big check every quarter for management fees. And then especially if you have a down year, he's like, What am I paying for it? I don't pay for this anymore. And you don't get paid. So I was like, Okay, that's a big red flag. But I'm glad that that's not true. Cool. Okay. Paul: One thing I have figured out there is, like, there's an account I was going to take from someone from one advisors to me, and they had all their fees, like totally hidden with all these mutual funds and things like that. And so like, you know, that account, I was gonna charge 3.3%. But we weren't able to ever get to the bottom of what the other advisor was charging. So, even though they have a lot of disclosures and things like that, I think we could have pressed the issue if we really wanted to. But, um, but you know, I ended up losing that account. Allen: So did that customer realize that, that he's being charged all these things? Paul: No, no, no clue. No, I mean, whenever I sort of parted ways, and I said, you guys at least need to figure out what they're charging you. You'd be surprised at the amount of inept that's out there and people who are actually hiring advisors, like, yeah, most people do not keep like their annual statements. They couldn't tell me how much they made last year. You know, because really, when I'm taking on an account, I want to know, what their track record has been sort of what I would need to beat to make them happy. You know, a lot of them are not that attuned to that. Allen: That's crazy. Yeah. I mean, people, they work their entire lives to save up money and invest it so they can retire. But then they don't pay any attention to the money. Oh, boy.. Paul: I think it's because they don't know that much about it. So they wouldn't know what to do if it was not what they wanted, you know? Allen: Yeah. I mean, you gotta you gotta take a little bit of time to at least read the statements and figure out where's the money going? And it could be better disclosed, you know, the statements could be easier to read that that's definitely sure. That's, yeah. But it is what it is for now. Paul: Like, I have this account right now, I'm probably going pick up another six to nine or 1000. And I asked them to get their annual statements ready. Because I wanted to see what they have been. have been doing, you know, so, you know, so they didn't know if there'll be they'll find those. So let me guess. It's like, it's weird. Allen: Okay, they just like asked her her advisor. Paul: Oh, that might be red flag fight flight to them. And they are looking so yeah. Wow. Okay. All right. seem bizarre. Allen: So if somebody was thinking about starting their own advisory firm, what would you say? They would need in terms of like, what are the minimums, okay, you should have been in the market for, you know, five years, you know, or you got to know XYZ, is there anything that you would say that, you know, if you don't, if you can't even do this, and this is not for you? Paul: Well, they're planning on doing what I'm doing, they probably need at least three to five years, you know, their own market experience. But, you know, that being said, like, I just met with someone the other day, and I could put all my funds through their strategies, and just sit and coast. You know, really, they charge an extra 1% or whatever, so I'll back off of my fee a little bit. You know, so you can you can play the game different ways. Wow. So you could do like I can see a new person and starting that and just have these other you know, because they have what's called sub managers or something like that. I don't know the exact term. Basically, you're hiring other money managers to manage the money you have for your clients. Right, like sub advisors, maybe is what it's called. Okay. So I'm not saying it will totally preclude them that they didn't have three to five years. But, you know, hopefully they're drawing on someone's experience to help hold their handle that Allen: Right. And do you know how much it costs to get it up and running? Paul: I would say three to five grand. Wow, that's not much. I mean, the hardware, these firms are brought in to charge you five times that? Allen: Yeah. Okay. So well, the sub accounts. Yeah, actually, I do remember those consultants talking to me about that. Paul: They they call it sub advisors? Allen: Yeah, I think that's what it is. And it's like, yeah, you know, if you don't want to do it yourself, you can put your money, you can put your your clients money into different buckets, and then they just do it for you, and they charge and then you split the fees or whatever, or something like that. So, and then each broker, each broker dealer has different ones. So like Fidelity or Schwab will have different sub accounts versus what you could put your stuff in. But interesting, I just Just curious the ones that you had talked to what what strategies were they were using, Paul: They're using free cash flow to is their criteria for who they're investing in. So they have like international, they call a cash cow c-o-w. So they've international domestic, and things like that. So they have a different definition of free cash flow. So they're they're fearing that's the best value, their way of determining value out there, like sort of like a value fund, but their own definition of what value is. Allen: Okay, so they're investing in stocks. Paul: Yes, international and domestic.   Allen: And they handle the ins and outs. And so you could put a portion of your client's money in there, you put it all in there. So it's like, it's like an ETF. So basically, you can say I want 20% of my money to go on this domestic one 20% International. And I might, I'm in talks with them. So I might end up doing some more money that way. But so they're coming up with different sample portfolios that I can use their funds for. Allen: Okay, interesting. And so that must be a much larger company. Paul: Yeah, I'm not sure how big they are. But they're, you know, big enough to where they had like a representative here in central Florida and some of their back office helping them out. Awesome. I'm not sure their size yet. Allen: Yeah. So I mean, this rabbit hole is pretty big. You can dive in there and spend a lot of time figuring all this stuff out. Paul: Yeah, yeah. So I can see a way I could sit and close more. But you're only doing it two hours a day anyway. Allen: Cool. All right. Paul: Well, maybe we're gonna get into my retirement years, a certain amount of years. I'll just put it there and just coast. The zero hours a day. Yep. Allen: Yeah, my, my neighbor in the office next door, he's a financial adviser. He's been doing it for, I think, 25 years now. So he's built up, you know, a sizable clientele. And so now he's at the point where he wants to retire. But he doesn't know what to do with the firm. He's like, you know, he makes probably a good 500,000 a year income from it. And he's like, I want one of my kids to take over. But the kids are not really willing, and not interested. He's like, I don't know what to do. So he's still there.  So there's been periods of times or, you know, like, I sit on the CPA world deal with other investment advisors, where it's been a quite a lucrative market to get bought your practice bought out by bigger, let's say Merrill Lynch or something like that, you know, they pay some pretty big bucks to buy those books of business. Yeah, yeah. Because I mean, one of the things that the consultants told me is that once you get you get a client, that turnover, meaning the fact that they're going to leave you is not very high, they're gonna stay with you for years and years. So you can count on that money coming in, you know, that fee money coming in for a long period of time, unless you unless you totally screw it up, and then they're gonna leave. Paul: If you play the play smart. You know, if you're dealing with someone 50 years old, right now, you know, another 10 or 20 years, you're gonna pick up their kids and things like that when they need investment advice and stuff. It's, it'd be a self perpetuating thing. Allen: Yeah, yeah. And I do like the fact that there's always going to be somebody there willing to buy you, your company. You know, because a lot of times in smaller companies if you're the only person or if you got one or two employees, nobody really wants to buy the company even if it's successful. Nobody wants to buy it because they would without you there they're basically buying a job for themselves, right? It's not running on its own you're the one doing all the work in this case. Yeah, you're the one doing all the work but they don't need you. They can just, you know, have their own advisors take over. So you still get a pretty decent multiple when you sell so that's really cool too. Right? Paul: Also, I met a.. in my travels on this world. I've met the company and actually finance you if you want to buy on someone else's practice in the financial visor word world. Allen: Hmm.. So have you looked into that? Paul: I had a conversation or two with them, but I haven't really pursued it further. Yeah. Because I didn't know if I wanted to buy a larger practice. Right? Yeah. Because generally, that is a seven year payout to do that. So, you know, seven years, you'd be free and clear. Allen: That'll be interesting. Yeah. So a lot of ways to skin this cat. So you would I mean, I'm assuming that if anybody asked you, Hey, should I do this? Probably the answer is yes. Paul: Yeah, I mean, just mean, talk to people who have done it, and sort of figure out if it's a good fit for you, you know? Yeah. It's definitely can be pretty lucrative. Allen: Right? And I like the fact that it's like, for you at least it's more localized, you know, so you're not competing with somebody in California or Canada, or whatever. It's like, yeah, you guys get your clients over there. I'll have my clients over here. You know, they love me, they trust me. We hang out maybe. And sometimes. So it's not like a competitive situation. So, right. Awesome. Are you in any? Are there any, like, associations or memberships for advisors?  Paul: No, I'm not. Allen: No, but obviously, they probably have them? Paul: Yeah, I'm just not familiar. Very familiar with that. I have another advisor to hang out with suddenly sort of share some ideas. That's, that's all I have right now. Allen: And they're also private. Like on their own? Paul: Now, one of the reasons I didn't cover this in the beginning, like when I started looking into this whole thing, I didn't want to get clients and then share my fees with other people. That's why I didn't latch on to a bigger firm and start building my clients from there. So that's why I started my own Ra. So they will be my clients. And I get all the fees for them. And no one else had had rights to him. So that's, that's one of the reasons I did the way I did it. Allen: Okay. Okay. So what would be the benefits of going with a larger firm just to name recognition? Paul: Well, they have, one of the biggest things is called compliance. So like, right now, I'm my own compliance officer for my firm, okay, and larger firm like that they have whole departments that take care of compliance, for you to make sure you don't get in trouble, the regulators and so forth. So, like this other advisor, I had, he joined another firm, just so you could have that compliance piece to it. But in his firm, he can't trade options. Right? Allen: Because they're very limited. Yeah, exactly.  Paul: It's taught me to join his is up, like can't trade options. Allen: Because compliance says no. Paul: It was on the client's officer. Allen: Right. So that's why when you said you were thinking about advertising, it's the risk is on you because you're the compliance officer. So you got to know exactly what can be done and what can't be done. Right. Right. Interesting, cool. Is there anything else because  I'm out of questions. Paul: One of the things, one of the things I tell you, I looked into going with other companies, other inactive brokers when I started, okay, and like Charles Schwab wanted you to have $7 million you're managing before you could go with them. Allen: Whoa, okay. And they're the biggest right right now, I think. Paul: I think so. Yeah. Yeah. So that's one reasons with Interactive Brokers, because they didn't have the minimums like that. I didn't really check too much rather than other people. Allen: So and how's your customer service at Interactive Brokers, because they for personal accounts, they don't have a good reputation. Paul: Yeah, they have a separate line, you can call as a professional advisor. So it's, I get pretty quick attention. Usually, you know, it's not it's not perfect, but you know, it's decent. Yeah, but you're happy. Yeah, I'm not saying that. I'm sure other companies have better customer service but you know, for right now, they, you know, I might need to call him a few times, but I get what I needed if I need need to.. Allen: And how are their margins and Commissions? Paul: Commission's are pretty low. I don't have the exact numbers I just know less than like $1 per 100 shares. Allen: And who comes out of the customers account? Obviously. Paul: Each person like when you do a trade display something all the counselee they pick up their own fees. Allen: Cool. All right. Well, thank you Paul. You know, Paul's website is again BusinessAdvisors.Pro. Paul said that he could reach out you know, you guys can reach out to him if you have any questions. And Paul is also in our other memberships are other programs as well past trading formula blank check and credit spread. So if you guys are members of those, you can reach out to him there. You'll find him in the group. And he's been very gracious with his time. So I do want to thank you and And he's very active in the group and you know you've been helping a lot of newer people as well they're so appreciate you there. Interesting place, interesting world and as I dive in I'm probably going to reach out to you more. Paul: Sounds great, I appreciate it.  Allen: Thank you thank you so much and we'll talk to you soon JOIN OUR FREE PRIVATE FACEBOOK GROUP: https://optiongenius.com/alliance  Like our show? Please leave us a review here - even one sentence helps. Thank you!

19 Nocturne Boulevard
19 Nocturne Boulevard - B&B Investigations, Case 3: THE CLOSE SHAVE (Reissue of the Week)

19 Nocturne Boulevard

Play Episode Listen Later May 13, 2022 38:23


The Close Shave - (B&B Investigations, #3) The latest case involves one of Donna's old classmates - wed to a mysterious stranger, left destitute... now her life is in danger! Written and produced by Julie Hoverson  Cast List Paul Bette  - Joel Harvey Donna Bella  - Julie Hoverson Goldy Tailor  - Crystal Thomson Captain OftheGuard - Reynaud LeBoeuf Rumplestiltskin  - Philomen Vanderbeck Mrs. Edwina Beard - Rhys TM Mr. Beard - Benjamin Lind Mr. Rexmusson - H. Keith Lyons Mulva - Katharine D. Clark Frederick - Cary Ayers Thug - Danar Hoverson Music by  Somewhere off Jazz Street Editing and Sound:   Julie Hoverson Cover Design:  Brett Coulstock "What kind of a place is it? Why it's 1940s detective agency... with a twist, can't you tell?" *********************************************** The Close Shave Cast: [Opening credits - Olivia] Paul Bette Donna Bella Goldy Tailor Captain OftheGuard Mrs. Edwina Beard Mr. Beard Mr. Rexmusson, Edwina's father Rumplestiltskin thug Frederick, the butler Mulva, the new wife OLIVIA     Did you have any trouble finding it?  What do you mean, what kind of a place is it?  Why, it's the office of a private eye, can't you tell?  MUSIC SOUND     DOOR OPENS GOLDY    B&B Investigations, how may I --[cuts off in disgust]  Sorry.  We don't need no cleaning staff. EDWINA    [very posh sounding, correcting her]  Any cleaning staff. GOLDY    [puzzled] Any cleaning staff, what? EDWINA    [dismissive mutter] I'm surprised you don't rhyme.  [up] I am here to hire a private investigator.  I have heard that this firm is very.... discreet. SOUND    DOOR OPENS GOLDY    Discreet yes.  Cheap no.  You better have-- DONNA    Edwina?  Edwina Rexmusson? EDWINA    [cussing]  Oh, goblins.  [up, false gushy]  Donna!  It's been simply ages! DONNA    What are you doing here?  And what's with the getup? EDWINA    [trying to keep composure] Oh... Donna!  Are you ...here to hire an investigator as well?  DONNA    Um, no.  I... am the investigator. EDWINA    [snooty] Oh? DONNA    [sharp] Dressed like THAT, I wouldn't sneer, sweetheart.  [nicer]  Besides, whatever's wrong, I'm probably the only investigator in town who could truly understand.  Come along.  [to Goldy] Do we have any cocoa? EDWINA    [breaking into tears] Oh!  You remembered! DONNA    [stage whisper]  And a box of tissues.  [to Edwina]  My office is right over here. MUSIC    VOICEOVER DONNA    Edwina was one of those snooty girls I'd gone to school with, back before my family's fortunes fell.  [losing track] Funny.  Failed to figure on fff-- [thinks, sighs] alliteration.  [back]  From what I could recall, though I hadn't really paid attention, she'd dropped out of sight about a year back.  Her current state, dressed in - well let's face it - rags, haggard and undernourished, was shocking.  GOLDY    Flabbergasting, even. DONNA    Shh! PAUL    Do you need me? DONNA    Not yet.  You're still on that breach of contract, aren't you? PAUL    I've just about got it wrapped up.  Found three crickets and a snail that will swear to witnessing the ball retrieval.  [confident] He'll get what's coming to him.  I'll just listen in?  If you don't mind?  Nothing more boring than a stakeout. DONNA    Gotcha.  [clears throat] I waited for Edwina to calm down enough to talk. MUSIC    FADES OUT EDWINA    [blows nose excessively into handkerchief]  DONNA    Try some cocoa.  You'll feel better.  Now take your time and tell me what's wrong. EDWINA    [sips, sighs]  Oh... It's my husband. DONNA    Oh?  I guess I didn't know you were married.  Not that I've been much in society recently. EDWINA    Oh! yes.  Maybe you are the one person who can understand.  My father was absolutely set on my marrying, but I wanted... well... DONNA    A career? EDWINA    No. DONNA    Romance? EDWINA    No. DONNA    A Pony?  What? EDWINA    [painful admission] I just wanted... my own way.  More than anything else, I didn't want to give in and do what father wanted. DONNA    I take it he was not amused? EDWINA    [mirthless laugh]  He kept parading eligible bachelors around, and I... I kept shooting them down.  This one was too fat, that one too thin, that one too hairy-- DONNA    There's something cuddly about "hairy". EDWINA    Oh, don't even go there!!!  Why my husband-- DONNA    Sorry!  EDWINA    So father, exasperated, said I would be married before my birthday, like it or not.  And if I wouldn't take any of the suitable men, I would end up [sniffles] wed to the first man to come to the door.  [sobs, then wails]  Even if he was a pattycake!!! DONNA    What's wrong with--? EDWINA    [wails]  Waaahhhh! DONNA    Yowtch.  And this was last year? EDWINA    [sniffs, then tries to calm] Almost exactly a year ago.  How can I forget?  The day before my 21st birthday, my father tossed me at this.... "person", ran the paperwork through, and threw me out of the house.  Since then... Well, you see how I am. MUSIC FOR VOICEOVER DONNA    For all her suffering, Edwina was holding up pretty well.  She had gone from pampered princess to long-suffering housewife in one fell swoop.  Had to learn to cook, clean, and even run her husband's little china shop.  She'd been tempered in the fire.  And she used to be nothing BUT temper. GOLDY    There's plenty like that. DONNA    I am ignoring you.  MUSIC     CUTS OUT SUDDENLY EDWINA    Me? DONNA    Sorry.  Nothing.  So what exactly do you need help with?  EDWINA    Oh, that!  Someone is trying to kill me. DONNA    Really? MUSIC FOR VOICEOVER DONNA    Suddenly a simple domestic case had turned very interesting indeed.  DONNA    Edwina said that on two different occasions, there had been "accidents" that might have killed her, if not for this "strange man".  MUSIC FADES SOUND    IN CAR PAUL    Did she say what he looked like? DONNA    She said he looked vaguely familiar, but had a scarf covering the lower half his face.  PAUL    And these "accidents?" DONNA    Nothing she could take to the cops.  She felt a hand push her on a street corner, and would have gone right out into traffic.  Except... PAUL    Except for this stranger? DONNA    Yes.  He grabbed her and pulled her back.  That was the first time.  She wrote it off, figuring someone just lost their balance. PAUL    But... then? DONNA    Yeah.  She'd just shut up shop for the night, was heading home, and a piano fell on her. PAUL    You're kidding?!? DONNA    Nope.  It was being lifted to an upstairs apartment, and the ropes just... gave way.  PAUL    And the guy? DONNA    Swooped in on a motorcycle and pushed her out of the way. PAUL    At best, he's been following her everywhere.  DONNA    At worst, he's part of it. PAUL    So she wants us to-- DONNA    First, find out who might be trying to kill her.  Second find this guy.  And [sigh] If we find out anything about her husband along the way.... PAUL    [grr]  I hate matrimony cases.  [backpedaling] not that I hate matrimony, though!  [a moment, musing/hinting]  Cuddly? DONNA    What? PAUL    [too quick] Nothing. MUSIC FOR VOICEOVER PAUL    I figured I'd start with a trip to the delivery company, see who might have ordered that piano-- DONNA    Or who inquired about it.  PAUL    Yes.  Was this accident a spur of the moment crime, or something much more sinister? DONNA    I decided to look into who might want Edwina dead, and why.  I had a few contacts at the hall of records who liked nothing better than rooting out such juicy tidbits of gossip. PAUL    What are you thinking? DONNA    There's only a couple of possible motives for murder - money and passion being the best possibilities in this case.  DONNA    And since Edwina's father cut her off without a simolean to her name, there either had to be money she didn't know about-- PAUL    Long lost heirs?  That's a stretch. DONNA    [a bit annoyed] OR it had to do with her husband, the aptly named Mr. Beard. PAUL    First name? DONNA    Apparently they're not that familiar. PAUL    [flabbergasted!] What? MUSIC CUTS OUT SUDDENLY PAUL    Seriously?  She doesn't know his first name? DONNA    He doesn't talk to her much, except to give orders. PAUL    Even... um... when...? DONNA    [hinting] They sleep in separate rooms. PAUL    [stunned] Oh.  Who IS this guy? DONNA    That's what I plan to find out.  Ah!  Hall of records.  My stop. PAUL    Right.  Meet for dinner? DONNA    Of course. MUSIC    VOICEOVER PAUL    I watched her walk away, a red-haired slither of pure lusciousness.  [grr] At least until the car behind me started to honk. SOUND    HONK ENDS VOICEOVER MUSIC SOUND    CAR STARTS SOUND    PHONE RINGS, PICKS UP GOLDY    B&B Investigations, how may I direct-- EDWINA    [on filter] It happened again! GOLDY    What happened? EDWINA    Just tell Donna!  Get her to come to my place.  She has the address.  Quickly! Before my husband gets home! GOLDY    I'll see what I can do. EDWINA    It's a matter of life and death! SOUND    PHONE HANGS UP, IS SET DOWN GOLDY    Hmm.  Now let's see - How do they DO that? MUSIC    FOR VOICEOVER GOLDY    Well, that was easy.  [speaking loudly, as if trying to be noticed]  I was trying desperately to figure out how to get a message to my boss, Donna Bella. DONNA    You don't have to yell! GOLDY    [normal tone] The client called. DONNA    Edwina. GOLDY    We ain't been formally introduced.  Besides, I'm trying to be all professional here. DONNA    OK, just tell me what you got. GOLDY    She needs you over there lickety split. DONNA    Did she actually say--? GOLDY    I'm paraphrasing.  DONNA    Fine.  Now leave the voiceover to me.  [beat]  Ok.  I caught a cab and raced to Edwina's fifth floor walkup.  It was as old and careworn as her dress.  I really started to sympathize.  MUSIC    OUT SOUND    KNOCKING ON THE DOOR EDWINA    [shriek] Who is it? DONNA    It's me! SOUND    HEAVY FOOTSTEP, DOWN THE HALL DONNA    [gasp]  Hello? SOUND    LOTS OF LOCKS UNLOCKING DONNA    [whispered to the door] I'll be right back! EDWINA    No! DONNA    Shh! SOUND    QUIET STEPS MUSIC FOR VOICEOVER DONNA    I was pretty sure I'd seen movement down around the dimly lit corner.  I'm not usually the physical type - I leave all that to Paul-- PAUL    [distant] [laughing hysterically] DONNA    [grim and determined] --BUT I wanted to at least get a glimpse of whoever it was that was spying on Edwina's door.  MUSIC OUT SOUND    QUICK STEPS DONNA    Hah! SOUND    DOOR SHUTS QUICKLY MUSIC IN DONNA    I rushed up, but the series of locks - a strangely familiar series of locks - was already being thrown.  I waited a moment, then peered through the keyhole, straining for any glimpse of the perpetrator. GOLDY    What did you see? DONNA    Out! MUSIC OUT DONNA    Not you, her! MUSIC IN GOLDY    Fine.  PAUL    What did you see? DONNA    Let me talk to Edwina first. MUSIC OUT SOUND    TAP ON DOOR, DOOR WRENCHED OPEN EDWINA    What happened? DONNA    Nothing.  Thought I heard something. EDWINA    It was probably a mouse.  They're in half the apartments here. DONNA    Can't they get rid of them? EDWINA    [shrug] Not unless they get behind on the rent. MUSIC IN PAUL    Let me take this and give you ladies some privacy. DONNA    Sounds good.  I might be a little late. PAUL    No problem.  [voiceover]  I had had a frustrating day.  The moving company was paid in cash, and the apartment they were delivering to had been rented under a false name.  GOLDY    Back at the office, a pile of official looking papers that Donna had messengered, arrived.  If you're bored or anything. PAUL    I still have leads to follow up. GOLDY    I'm shutting up for the day.  You have fun. PAUL    [sigh]  Some days you wonder why you even need a secretary-- GOLDY    [distant] I heard that! PAUL    [thinking quick] And then you recall how much time you haveta spend away from the office, and it all becomes clear.  [waits a second]  Phew!  She does come in handy.  [narrating]  I walked into the bar where the lowest denizens of the city hung out, and lowest among them-- MUSIC OUT PAUL    Hey, Rump.  RUMPY    Not tonight, Bette.  I got lady trouble. PAUL    Really?  You? RUMPY    You don't have to sound so.... so... PAUL    Sorry. RUMPY    Take it from me, don't ever let one of them find out your real name.  [drinks deep]  So you here for a social call?  PAUL    You know better. SOUND    CLINK OF COINS ON COUNTER PAUL    But I can make it worth your while. RUMPY    I'll drink that in the next 10 minutes. PAUL    Give me something good, and you'll get another half hour's worth. RUMPY    What's the question? PAUL    Mr. Rexmussen and his daughter Edwina.  Anything you know. RUMPY    Off the top of my head?  And drunk?  Nothing.  SOUND    COINS BEING DRAGGED AWAY PAUL    Oh. RUMPY    Except-- SOUND    COINS STOP MOVING PAUL    Go on. RUMPY    I do know that just about a year ago, daddy dearest said he was gonna hitch her to the first dude to come to the door, and there was a virtual stampede to get there - but this mug Beard was already at the head of the line. PAUL    Like he... knew in advance? RUMPY    Could be...  or... [trails off suggestively, drinks] SOUND    TWO MORE COINS SET DOWN RUMPY    More like he kind of appeared out of nowhere.  No one knew him before.  No one knows when he came to town.  Nothing. PAUL    Hmm... SOUND    COUPLE MORE COINS RUMPY    That's all I got.  SOUND    SHOVES COINS RUMPY    Now leave me to my misery. PAUL    Nah.  Keep it.  MUSIC in PAUL    So a Beard with no roots.  But who could have known that Edwina's dad was going to go ballistic? GOLDY    Daddy probably set it all up with the mug.  To teach her a lesson.  Sounds like she was a holy terror. PAUL    I thought you went home. GOLDY     They ain't nothing good on the radio. PAUL    While I could consult an oracle or two about the mysterious Mr. Beard, the price would be a bit too high for a charity case-- GOLDY    What about who might want to kill her? PAUL    I had no leads as yet-- GOLDY    Oh, yes you do. PAUL    I do? GOLDY    These papers - I took em home, just in case someone might come looking. PAUL    Are you really worried about that? GOLDY    Nah.  But they ain't nothing good on the radio.  Anyway, you wanted to know about money motives, and there's some interesting stuff in here. PAUL    This should really be on the phone.  Voiceovers aren't made for conversations. GOLDY    You two do it all the time! PAUL    [abashed] We try not to. GOLDY    Fine.  [ahem] After going through the stack of papers - a thankless task, by the way - I realized that Edwina happened to have a birthday coming up. PAUL    [dismissive] She already mentioned that. GOLDY    AND that this would be her 22nd birthday.  When she would just happen to come into a huge trust fund.  UNLESS she weren't married yet, then she don't get her mitts on the cash til she's 30. PAUL    [interested] Really? GOLDY    UNLESS again - she was to happen to kick off before she made it to 22.  PAUL    Hmm...  Who-- GOLDY    IN WHICH CASE the money would revert to... ta-da!  her father. PAUL    Rexmussen?  But he's rich. GOLDY    Interesting, innit? DONNA    Whew.  I had just spent the longest evening of my life, and-- GOLDY    We're already on this line. DONNA    What? PAUL    But we're pretty much done. DONNA    What? GOLDY    Besides, I'm already clocked out for the evening. DONNA    [growl] what? PAUL    Goldy took the time to sort through all the paperwork we hadn't yet got around to... DONNA    [back to normal] Oh.  Anything? PAUL    Tell you at dinner. DONNA    About time! MUSIC OUT SOUND    RESTAURANT PAUL    --which doesn't make any sense, because he's rolling in dough. DONNA    Nothing in this case makes sense, and we've only got one more day before Edwina's birthday.  PAUL    We better stay with her.  DONNA    I had this little idea... PAUL    Yeah? DONNA    This mystery man appears every time she looks to be in danger, so... PAUL    ["getting it"] Mmm. DONNA    Let skip ahead. PAUL    Get some rest. DONNA    Mwa! PAUL    [appreciative growl] MUSIC IN DONNA    Morning came, and I was back with Edwina.  Her husband hadn't even come home, but had phoned to insist she still open the store as usual.  She was frantic. MUSIC OUT SOUND    STREET, FOOTSTEPS EDWINA    [controlled] Thank you so much for coming with me.  I'm simply frantic. DONNA    Don't worry about it.  We'll get to the bottom of all this. SOUND    RUSHING FEET PAUL    [roar] EDWINA    [scream!] SOUND    SCUFFLE BEARD    [oof!] DONNA    You got him?  Calm down, Eddie! EDWINA    [gasp] What?  Who is it?  Oh!  That's him!  That's the guy! PAUL    Let's get inside.  Come on.  EDWINA    [whisper] Who's that? DONNA    My partner.  He's good people. EDWINA    He's hardly "people", wouldn't you say? DONNA    Don't knock it, sister! SOUND    DOOR SHUTS PAUL    Okay, pal, you better start talking. EDWINA    Don't hurt him!  He's the one who's been saving me! PAUL    [tough sounding]  No one needs to get hurt - but someone DOES need to talk. BEARD    [mutters something] PAUL    What's that? BEARD    [low whisper] Just you.  I'll talk to you.  Not the ladies. PAUL    You all right with that?  We'll catch up. SOUND    SNAP FINGERS MUSIC In SUDDENLY DONNA    Edwina and I went on to the shop, careful to avoid any potentially life threatening situations. MUSIC OUT SOUND    SHOP DOOR, WITH BELL EDWINA    He's not going to hurt him, is he? DONNA    I don't think it will come to that. EDWINA    Good.  I-- I think I'm in love. DONNA    [stunned] What?  With that-- EDWINA    Handsome stranger who keeps saving my life? DONNA    You've got a point.  But what about your husband? EDWINA    I hardly ever see him.  He doesn't care. DONNA    And how do you know this guy is handsome?  His face was all covered in that scarf. EDWINA    [deep excited breath]  Oh!  His piercing eyes!  So mysterious.  T think--  [almost something]  I think he's shy. DONNA    While it's nice to see some color in your cheeks again, I think we need to shelve this until we solve the death-related part of the mystery. EDWINA    [sigh] All right. DONNA    Last night, I asked about the suitors you turned down.  Did you have a chance to make a list? EDWINA    Oh!  I forgot.  So sorry. DONNA    We've got some time now. EDWINA    Oh, all right. Um... There was Bob Porthos-- DONNA    The entrepreneur?  [whistles] EDWINA    He was really fat.  And Fred Crotchety, are you taking these down? DONNA    Mind like a steel trap.  Crotchety? EWINA    Old.  And don't even get me started on King Cole. DONNA    The Merry old - ah! "Old"? EDWINA    [duh!] Pattycake. DONNA    Hmm.  Let me guess, there was something wrong with every single one of them. EDWINA    Pretty much.  And if it wasn't something obvious, like being really short, or having terrible halitosis, I'd just pick on whatever was handy. DONNA    Bet you regret that now. EDWINA    You said it.  I might have spent the last year in the lap of luxury with my old, fat or smelly husband.  [thinks]  Hmm.  I guess I'm actually rather lucky. DONNA    Really? EDWINA    My husband is standoffish and emotionally unavailable, but at least he's not fat, old or smelly. DONNA    [slightly sarcastic] And doesn't talk in rhyme. EDWINA    [the horror!] Heaven forbid!!  SOUND    DOOR SLAMS OPEN DONNA    Paul? THUG    Both of you, hands up! EDWINA    [scream!] THUG    Shut up! EDWINA    [cuts out suddenly with a hiccup] DONNA    Let me guess - you're the next "accident"? THUG    Shut up! DONNA    Why should I listen to you? EDWINA    [hissed] Because he's got a gun! THUG    I see she's the smart one. DONNA    What? THUG    Though you got the looks, babe. DONNA    What? EDWINA    Don't anger the thug! DONNA    Just watch.  WHAT? THUG    Now, lets see...  [muses] an accident... SOUND    HEAVY TIPPING NOISE, CROCKERY GOES EVERYWHERE EDWINA    [quick shriek, muffled] THUG    [telling himself a story] So someone broke in, and-- [sudden surprised gasp of pain] MUSIC IN PAUL    The mystery man had only half satisfied my curiosity when we heard screams from the vicinity of Edwina's pottery shop. THUG    [screams like a girl] MUSIC OUT BEARD    Something's happening! PAUL    [chuckles] They'll be fine.  Finish what you were saying. BEARD    [melodramatic] I'll tell you whatever you want - AFTER we save her! PAUL    [sigh] All right. MUSIC IN PAUL    He had it so bad it was almost cute.  How could I refuse, being a fellow sufferer of that aeons-old disease called love? MUSIC OUT SOUND    DOOR CREAKS OPEN, CRASH OF PLATE DONNA    Hah! PAUL    See? BEARD    [surprised] Oh.  You're all right! EDWINA    Yes! DONNA    This guy-- SOUND    RUSTLE AS SHE KICKS HIM THUG    [groan] DONNA    Broke in.  He won't talk.  [sweetly] I told him my partner is the really scary one. PAUL    Don't worry about it.  I think I know where this is all leading. DONNA    Really? PAUL    Yes.  Shh. EDWINA    [melodramatic, to Beard] It can never be. BEARD    What? EDWINA    I'm... I'm married.  No matter that it wasn't my choice.  It-- BEARD    It's all right. EDWINA    No, it's not!  You keep saving me, and making me love - uh - like - uh - appreciate you.  It's not fair.  To you. BEARD    You wouldn't consider... running off with me? EDWINA    A year ago, I might have said yes.  In a heartbeat.  But I'm not that same shallow girl any more.  I simply can't break a solemn vow.  You should go. DONNA    [sad] Ohhh! PAUL    [reassuring] Shh. EDWINA    Just know this.  I love you! BEARD    I've waited so long to hear you say that. EDWINA    [confused] You ...have? PAUL    [whispered] Now for the big reveal. SOUND    RUSTLE OF FABRIC EDWINA    You! DONNA    Who? PAUL    Guess. DONNA    I don't know anyone with a beard that thick. BEARD    I'm so sorry I had to do it this way, but-- SOUND    THUMP, HISS PAUL    Really?  A grenade?  [grunt of effort] SOUND    HISSING FLIES OFF SOUND    DISTANT EXPLOSION, SHRIEK OF PAIN & SURPRISE PAUL    Now that that's sorted out, I think it's time. DONNA    Time? PAUL    For the big denouement.  And... I think a police presence is in order. DONNA    Where's a phone? EDWINA    What's going on?  BEARD    Don't worry, my darling.  I'll still always protect you. MUSIC IN PAUL    We did a quick gathering of the suspects and arrived at Mr. Rexmussen's sumptuous estates with only half an hour to spare. DONNA    Before what? PAUL    The birthday. GOLDY    I'm the one that caught that! DONNA AND PAUL    Shut up! GOLDY    Hmph.  Keep me posted. PAUL    Rexmussen's estate was a sprawling mass of putting green and ornamental garden, all surrounding a palatial sort of ... palace. DONNA    Evocative. PAUL    I've been studying Old Possum's word a day column in the Times. DONNA    [chuckles] GOLDY    uh-uh-uh!  Conversation! DONNA    Fine!  SOUND    MUSIC OUT SOUND    KNOCKING ON DOOR SOUND    TEENSY WINDOW OPENS BUTLER    Please good folks!  This is not right!  Banging on the door all night! PAUL    [grr] Pattycakes. EDWINA    [Imperious]  Rouse my father, Frederick. BUTLER    The master sleeps, he will not wake.  I beg you now, your leave to take. SOUND    WINDOW SHUTS DONNA    Blast.  If only-- SOUND    POLICE SIRENS BURP, THEN CUT OUT PAUL    [concerned] Ohhh boy. DONNA    Captain Oftheguard!  So glad you came!  Wait - I didn't - did you? PAUL    [grrrr]  No. OFTHEGUARD    Your secretary called, said you're having some kind of ...denouement... at this here address? PAUL    [muttered] She'll never let us live this one down. DONNA    [wheedling] We need to get inside, Bruce, and talk to Edwina's father!  Right now, before there's a murder! OFTHEGUARD    We'll see about that. SOUND    OFFICIAL POUNDING BEARD    No one's going to murder you! EDWINA    Oh, [falters] OH!  [whispers]  You never told me your first name. BEARD    Oh...  uh...  [horrible admission] Van dyke. EDWINA    Really?  I would have pegged you as a garibaldi, or maybe a franz-josef with a side order of Z-Z. BEARD    [surprised] So you know my brothers? SOUND    DOOR OPENS OFTHEGUARD    Hey!  Mother goose.  Get your boss out here.  This is the police. FREDERICK    You needn't speak in such a tone.  My job is to see he's left alone. OFTHEGUARD    hmph.  My job trumps your boss's orders - now let us through your fancy borders. DONNA    Oh, Bruce!  I never knew you were bilingual! PAUL    [growl] Enough!  I'll get us in. SOUND    MUSIC IN PAUL    It wasn't long before we were all sitting in Rexmussen's main sitting room. MUSIC OUT PAUL    So there. EDWINA    Not to be confused with the informal withdrawing room, or the salon. REXMUSSEN    [cold] So nice to have you home again dear. EDWINA    [cold] Papa.  [kiss kiss] OFTHEGUARD    I believe there was a denouement in the offing?  Or are we here for pinochle? REXMUSSUN    A Denouement?  Surely you don't mean--? SOUND    LIGHT FEET ENTER MULVA    [sexy little number] Rex, Honey?  I miss my bunny? EDWINA    [horrified] Papa! REXMUSSUN     [covering, stiff] Go back to bed, Mulva.  We'll talk in the morning. EDWINA    Papa!?  What is ... that?  [disgust] Her? DONNA    That's a whole nother denouement!  Quick, music! SOUND    MUSIC IN, SOUND OF EDWINA AND REXMUSSUN ARGUING UNDER REXMUSSUN    I knew you would never be able to accept-- EDWINA    A pattycake?  Father!  How could you! MULVA    Love is blind to age or youth.  We knew you wouldn't like the truth. REXMUSSUN    You don't need to be here, dearest, to take this abuse. EDWINA    I'm glad mother's dead!  This sort of ...perversion - it would have killed her to know. [now the voiceover] PAUL    Could this have been another motive?  Or part of the answer we already had? DONNA    We knew we had to sort it out quickly, or lose what might be our only chance to resolve this issue. PAUL    The money in the trust goes back to dear old dad if she dies in the next 15 minutes, right? DONNA    I think-- GOLDY    [snide] That's what the papers said.  DONNA    Fine.  Thanx.  What else did they say. GOLDY    Oh, so now you need me-- PAUL    Get on with it!  We're in the denouement! GOLDY    Dad's loaded.  The entire trust wouldn't make pocket change for him. DONNA    And his new wife? GOLDY    Oh, that took a couple of very tricky phone calls.  Seems they went out of state for a nice quiet little ceremony - the day AFTER dear daughter was whisked away to be wed. PAUL    So maybe this had nothing to do with the money at all? DONNA    What are we left with? EVERYONE     GASPS PAUL    That sounds like something.  Quick! SOUND    MUSIC OUT EDWINA    The lights! OFTHEGUARD    Everyone stay where you are.  BEARD    I'm here. SOUND    RUSTLE, THEN FOOTSTEPS PAUL    Was anyone near the lights when they went out? EDWINA    We were a bit...um... involved in a family ... discussion. DONNA    Where are the -- SOUND    GUNSHOT EDWINA    [QUICK scream] BEARD    Oh no! DONNA    Quick!  Paul! SOUND    HEAVY FOOTSTEPS PAUL    [growl] FREDERICK    Off, you beast!  Get off of me!  I'm no prey for such as thee! PAUL    Just for that! [unh!] SOUND    SMACK SOUND    CLICK OF LIGHTS BACK ON OFTHEGUARD    Him!? EDWINA    A servant? REXMUSSUN    Frederick? DONNA    [whispered] Paul?  But why?  Do you think he was paid? PAUL    [muttered] Hmm.  No.  [up]  Oftheguard, I'll hand him over.  OFTHEGUARD    What's the charge?  Or at least the motive? EDWINA    Yes!  What could he possibly get out of killing me?  He's not in any position to inherit. DONNA    No one is - now.  PAUL    Except your husband.  BEARD    I've got plenty of my own, thanks. DONNA    Your birthday came and went 8 minutes ago.  So this attempt ... [quizzical] must be unrelated? PAUL    But something else is.  DONNA    Is what? PAUL    Related.  [sharp] Rexmusson!  This young lady may be your second wife, but I wager she's not the first pattycake that you've... um... DONNA    Played pattycake with? PAUL    I was trying for something a bit more pithy, but yes. REXMUSSON    [warning] I'm a very wealthy and powerful man!  [shrug] And everyone needs a hobby. EDWINA    Papa! MULVA    But now I am your one and only?  You'll never have to be so lonely. REXMUSSON    [not quite convincing] Of course, dear. EDWINA    This is just disgusting.  I don't need to hear any more of this-- PAUL    Just a bit more.  Frederick?  How long have you worked here? EDWINA    He's been here his entire life.  Since we both [getting it] were children... DONNA    Ahhh.  And his mother?  She worked here, too? EDWINA    [revolted] Oh, now I am definitely leaving. BEARD    Hold on a bit longer.  EDWINA    Hold me! DONNA    So you think that he did it out of revenge?  For her being the pampered one and him getting.... a menial job? PAUL    Perhaps he felt that if there were no longer a legitimate heir to the Rexmusson estate, that his father would have to acknowledge him at last. DONNA    That's a huge bucket full of wishful thinking, you do realize that? REXMUSSON    Even if Edwina was killed, and that would never be my wish, dear, even if we don't see eye to eye on some things-- EDWINA    [conciliatory]  Oh, I should hope not. REXMUSSON    There's still going to be more legit heirs.  Right my little pumpkiny-wumpkiny? MULVA    You'll have a little sister soon.  We've counted down to the end of June. EDWINA    [no longer amused] We're leaving.  Now. BEARD    There's no more danger? OFTHEGUARD    Not from this guy, there ain't. BEARD    Good.  [leaving]  Edwina?  Darling? FREDERICK    Ouch!  Ouch!  Stop that, you!  You hurt my-- OFTHEGUARD    [cutting in] Everloving shoe.  I know, I know.  I've heard it all before.  Now - "Come along quiet, you epic fail.  You're taking a little trip to jail." MUSIC IN PAUL    [snort, then annoyed]  Progressive AND bilingual.  How do you compete with that? DONNA    Hmm? PAUL    Nothing.  [clears throat]  So the case was closed, and for once we could say-- DONNA    With a completely straight face-- PAUL    uh...  [whispered] You want to say it? DONNA    [sultry whisper] Let's do it together? PAUL    [grrrrow!]  Count of three, then.  One Two-- PAUL AND DONNA    The butler did it.  [both laugh] PAUL    You would never leave me, um, I mean the agency, I mean, detective work, for a ... a pattycake, wouldja? DONNA    Never fear, oh hairy one / the job, and you, are much more fun. PAUL    [growl!!]  I do love it when she talks foreign!    

Marketing The Invisible
How to Make an Extra 6 or 7 Figures Using Conversational Commerce – In Just 7 Minutes with Paul Ace

Marketing The Invisible

Play Episode Listen Later Mar 2, 2022 6:30


 Find out how to break through that glass ceiling through the power of conversational commerce Learn more on why managing and tracking can help you get better results and help your business grow Understand how lifetime customer value is crucial to getting you that extra 6 or 7 figures Resources/Links: Wanting to Find Out How to Break Through that Glass Ceiling and Make an Extra 6 or 7 Figures? Learn more on how you can improve your lifetime customer value and give only the best to your clients: lp.amplifyccom.com Summary Have you been wanting to scale up your business but end up struggling with how to break that glass ceiling? Do you want to know how to track your most profitable path and make an extra 6 or 7 figures in your business? Are you ready to learn more about conversational commerce and how to level up your lifetime customer value? Paul Ace is the CEO of Amplify C-Com. They help 7-figure high ticket course creators break through their glass ceiling to generate an extra six or seven figures+ in new revenue using conversational commerce. In this episode, Paul talks about the importance of measuring and tracking every stage of your business and how it can help you better understand your customers and give them the best of what they want. He also shares his tips and insights on why you need to better understand lifetime customer value and its purpose. Check out these episode highlights: 01:15 - Paul's ideal client: “So our ideal client is 7-figure+ course creators who have a high ticket offer, who, right now, really want to scale up, but they don't want to go and train a massive team internally.” 01:48 - Problem Paul helps solve: “The big problem we solve a lot of the time is helping clients break through that glass ceiling, right? So the glass ceiling usually is like, "Hey, I got to a point. And then either my ads are starting to slow down in terms of the rowers, or in terms of actual scaling." 03:02 - Typical symptoms that clients do before reaching out to Paul: “So you know, we are very- we're quite niche-specific, right? And so we build on our "Small Giants" philosophy. So it means we have a small number of clients, but we go really, really deep with those clients.” 05:14 - Common mistakes that people make before they find Paul's solution: “So the first one is what you don't measure doesn't get managed. And so knowing every single stage of the journey-- what's going on, and what is the most profitable path? Secondly, when people split tests.” 05:57 - Paul's Valuable Free Action (VFA): “So one valuable free action is to go and map out your whole customer journey. I'm going to check another one quick and go and put a customer survey out and find out what your customers want and give it to them.” 06:15 - Paul's Valuable Free Resource (VFR): Check out Paul's Website: lp.amplifyccom.com 06:50 - Q: How do you get more people to buy? A: So using conversational commerce. So taking the customer's language patterns, and using them back in the market. Tweetable Takeaways from this Episode: “Lifetime customer value dictates everything in the business!” -Paul AceClick To Tweet Transcript (Note, this was transcribed using a transcription software and may not reflect the exact words used in the podcast) Tom Poland 00:10 Greetings, everyone, and a very warm welcome to another edition of Marketing the Invisible. My name is Tom Poland beaming out to you from little Castaways Beach in Queensland, Australia, joined today by Paul Ace. Paul, good day, sir. Where are you hanging out? Paul Ace 00:22 Good day, Tom. I am across the pond as far as you can go in the sunny UK, yet to be like what seems to be the sunny UK. Tom Poland 00:31 Right. So you're actually pretty early in the morning by the sound of it. So- Paul Ace 00:34

Marketing The Invisible
How to Make an Extra 6 or 7 Figures Using Conversational Commerce – In Just 7 Minutes with Paul Ace

Marketing The Invisible

Play Episode Listen Later Mar 2, 2022 6:30


 Find out how to break through that glass ceiling through the power of conversational commerce Learn more on why managing and tracking can help you get better results and help your business grow Understand how lifetime customer value is crucial to getting you that extra 6 or 7 figures Resources/Links: Wanting to Find Out How to Break Through that Glass Ceiling and Make an Extra 6 or 7 Figures? Learn more on how you can improve your lifetime customer value and give only the best to your clients: lp.amplifyccom.com Summary Have you been wanting to scale up your business but end up struggling with how to break that glass ceiling? Do you want to know how to track your most profitable path and make an extra 6 or 7 figures in your business? Are you ready to learn more about conversational commerce and how to level up your lifetime customer value? Paul Ace is the CEO of Amplify C-Com. They help 7-figure high ticket course creators break through their glass ceiling to generate an extra six or seven figures+ in new revenue using conversational commerce. In this episode, Paul talks about the importance of measuring and tracking every stage of your business and how it can help you better understand your customers and give them the best of what they want. He also shares his tips and insights on why you need to better understand lifetime customer value and its purpose. Check out these episode highlights: 01:15 – Paul's ideal client: “So our ideal client is 7-figure+ course creators who have a high ticket offer, who, right now, really want to scale up, but they don't want to go and train a massive team internally.” 01:48 – Problem Paul helps solve: “The big problem we solve a lot of the time is helping clients break through that glass ceiling, right? So the glass ceiling usually is like, “Hey, I got to a point. And then either my ads are starting to slow down in terms of the rowers, or in terms of actual scaling.” 03:02 – Typical symptoms that clients do before reaching out to Paul: “So you know, we are very- we're quite niche-specific, right? And so we build on our “Small Giants” philosophy. So it means we have a small number of clients, but we go really, really deep with those clients.” 05:14 – Common mistakes that people make before they find Paul's solution: “So the first one is what you don't measure doesn't get managed. And so knowing every single stage of the journey– what's going on, and what is the most profitable path? Secondly, when people split tests.” 05:57 – Paul's Valuable Free Action (VFA): “So one valuable free action is to go and map out your whole customer journey. I'm going to check another one quick and go and put a customer survey out and find out what your customers want and give it to them.” 06:15 – Paul's Valuable Free Resource (VFR): Check out Paul's Website: lp.amplifyccom.com 06:50 – Q: How do you get more people to buy? A: So using conversational commerce. So taking the customer's language patterns, and using them back in the market. Tweetable Takeaways from this Episode: “Lifetime customer value dictates everything in the business!” -Paul AceClick To TweetTranscript (Note, this was transcribed using a transcription software and may not reflect the exact words used in the podcast) Tom Poland 00:10 Greetings, everyone, and a very warm welcome to another edition of Marketing the Invisible. My name is Tom Poland beaming out to you from little Castaways Beach in Queensland, Australia, joined today by Paul Ace. Paul, good day, sir. Where are you hanging out? Paul Ace 00:22 Good day, Tom. I am across the pond as far as you can go in the sunny UK, yet to be like what seems to be the sunny UK. Tom Poland 00:31 Right. So you're actually pretty early in the morning by the sound of it. So- Paul Ace 00:34 I love it! Tom Poland 00:35 But you're probably an early bird, anyway. So for those of you who don't know Paul, he is the CEO of Amplify C-Com. He helps seven-figure high ticket course creators break through the glass ceiling to generate an extra six or seven figures+ in new revenue using conversational commerce. Very interesting concept! And that introduces us quite nicely to the title today, Paul, which is, “How to Make an Extra Six or Seven Figures Using Conversational Commerce ”. Paul's gonna share how to do that in the next seven minutes. Paul, our time starts now. Sir, question number one, who is your ideal client? Paul Ace 01:15 So our ideal client is 7-figure+ course creators who have a high ticket offer, who, right now, really want to scale up, but they don't want to go and train a massive team internally. Or they've gotten to a point of bandwidth where they're just like, “We've got nothing left.” And they want to go and take it to the next level. So we come in and help them, support them with that whole process to make an extra six or seven figures. Tom Poland 01:38 So they're doing pretty well already. but they want to get to the next level, but they run out of bandwidth. So is that- question number two is what's the problem you solve? Do you want to add anything more to that? Paul Ace 01:48 Yes, the big problem we solve a lot of the time is helping clients break through that glass ceiling, right? So the glass ceiling usually is like, “Hey, I get to a point. And then either my ads are starting to slow down in terms of the rowers, or in terms of actual scaling.” If they can't scale anymore because they've just run out of their own ideas to an extent because they don't have their report in place to accurately scale on a 30-, 60-, 90-day process. So one of the big things that we help them solve is lifetime customer value. And actually understanding what a lifetime customer value is, and how to track that and understand the most profitable path in their business, so they can go in and scale confidently and know the numbers inside out. Tom Poland 02:30 There's a heck of a lot of what you just said there. So folks, if you want to unpack that, you might want to sort of rewind and have a listen. Because knowing the most profitable part of your business– which part of your marketing is working? Which part of the client work is actually more profitable? And unpack all that. Question number three is some of the typical symptoms that people experienced with this problem. We've got five minutes left. It sounds like a part of it is there are people not too sure, actually, where the results are coming from. Anything you want to add to that? Or any other symptoms people are going to be noticing if the people- are they going to be needing what you've got? Paul Ace 03:02 Yes. So you know, we are very- we're quite niche-specific, right? And so we build on our “Small Giants” philosophy. So it means we have a small number of clients, but we go really, really deep with those clients. And one of the first things I asked someone on a client interview to see if we're going to be a good fit together is, “So, what is your LTV right now?” And then most of them can't even- bear in mind these are seven-figure, maybe mid-seven figure level for doing $4, 5, 6 million a year. And they don't know what the customer lifetime value is. Tom Poland 03:31 They probably don't even know what LTV stands for? Paul Ace 03:33 Well, that's the thing, lifetime customer value, right, dictates everything in the business! So one of the other things that they find, as well, is we ask them questions, for example, like, “Your customer journey right now, do you have that all mapped out?” Like, “So where is the map of your whole customer journey?”, “How do you know every touchpoint that a customer has on the way to becoming a customer?” And then another one of the key problems, right? A lot of the time as you're growing and scaling from that $1 million to $10 million range, you're in scaling mode, and you just kind of like firefighting. And then, at some point, you hit a block because you don't know, you're just kind of like, “Okay, well, everything was working, And now it's not. But we don't know why because we didn't have the report in or we didn't have the systems and processes in place to understand what was working and what wasn't.” So one of the other things that we asked was, “Hey, when was the last time you did a customer survey?” You know, “What do customers love about what you do? What do they hate? And what can they improve on? And what language patterns are they using that we can then use in the marketing?” Tom Poland 04:33 You're really giving people a heck of a lot of clarity on what's actually going on in their business by the sound of it. Paul Ace 04:37 Exactly! Imagine it like a doctor coming in, right? So we have like three stages, like we diagnose, find out what the problem is, not the symptom, the cause of the problem. And we go and add conversation into that of where we go and add conversational commerce and like everything from the language patterns that we use to build in systems and automation. And then we look at their growth stage where it's like, “Okay, how do we go and scale that and repeat that over and over again?” Tom Poland 05:04 Okay, thank you. So we got two and a half minutes left, four questions to go. What are some of the common mistakes? Just a couple that people are often making in trying to break through that glass ceiling you referred to? Paul Ace 05:14 Yeah. So the first one is what you don't measure doesn't get managed. And so knowing every single stage of the journey– what's going on, and what is the most profitable path? Secondly, when people split tests. They split tests based on that individual page. So for example, if you split testing one opt-in page versus the other opt-in page, great one might convert better than the other, but does it turn into Lifetime Customer Value back in sales? So we track it through the whole journey to actually see which is most profitable. Tom Poland 05:43 Critical. Yeah, a common mistake I've seen as well. Absolutely critical! So let's flip it and go to question five. Moving people forward, one valuable free action. Real quick, what's the top tip you got for folks? Paul Ace 05:57 So one valuable free action is to go and map out your whole customer journey. I'm going to check another one quick and go and put a customer survey out and find out what your customers want and give it to them. Tom Poland 06:06 And what they really want. Thank you. So 80 seconds left. Question six, one valuable free resource. Where can people go to find out more about what you do to get more help? Paul Ace 06:15 Yeah, so you can go get “The Seven Figure Audit” which basically runs through our whole process of what we look at, and you can mark yourself off and check it off. So you can go to go.amplifyccom, no hyphen or anything in that. Amplifyccom.com. So it's go.amplifyccom.com/mti. Tom Poland 06:36 And we'll have that underneath the video, but if you're listening to this on iTunes, it's go.amplifyccom.com/mti, which stands for Marketing the Invisible. 40 seconds left, sir. Plenty of time! What's the one question I should have asked you but didn't? Paul Ace 06:50 How do you get more people to buy? Tom Poland 06:52 How do you get more people to buy, Paul? Paul Ace 06:54 So using conversational commerce. So taking the customer's language patterns, and using them back in the market and say, for example, we just did a test with a customer where we took the survey results and then use those for new benefit statements on their page and it resulted in LTV, after the first day, going up 284%, I think, it was. Tom Poland 07:17 Perfect. Amazing. Paul Ace, thank you so much for your time. Paul Ace 07:21 Thank you very much. Tom Poland 07:22 Thanks for checking out our Marketing The Invisible podcast. If you like what we're doing here please head over to iTunes to subscribe, rate us, and leave us a review. It's very much appreciated. And if you want to generate five fresh leads in just five hours then check out www.fivehourchallenge.com.

Greater Than Code
271: EventStorming with Paul Rayner

Greater Than Code

Play Episode Listen Later Feb 16, 2022 58:24


00:58 - Paul's Superpower: Participating in Scary Things 02:19 - EventStorming (https://www.eventstorming.com/) * Optimized For Collaboration * Visualizing Processes * Working Together * Sticky (Post-it) Notes (https://www.post-it.com/3M/en_US/post-it/products/~/Post-it-Products/Notes/?N=4327+5927575+3294529207+3294857497&rt=r3) 08:35 - Regulation: Avoiding Overspecifics * “The Happy Path” * Timeboxing * Parking Lot (https://project-management.fandom.com/wiki/Parking_lot) * Inside Pixar (https://www.imdb.com/title/tt13302848/#:~:text=This%20documentary%20series%20of%20personal,culture%20of%20Pixar%20Animation%20Studios.) * Democratization * Known Unknowns 15:32 - Facilitation and Knowledge Sharing * Iteration and Refinement * Knowledge Distillation / Knowledge Crunching * Clarifying Terminology: Semantics is Meaning * Embracing & Exposing Fuzziness (Complexities) 24:20 - Key Events * Narrative Shift * Domain-Driven Design (https://en.wikipedia.org/wiki/Domain-driven_design) * Shift in Metaphor 34:22 - Collaboration & Teamwork * Perspective * Mitigating Ambiguity 39:29 - Remote EventStorming and Facilitation * Miro (https://miro.com/) * MURAL (https://www.mural.co/) 47:38 - EventStorming vs Event Sourcing (https://martinfowler.com/eaaDev/EventSourcing.html) * Sacrificing Rigor For Collaboration 51:14 - Resources * The EventStorming Handbook (https://leanpub.com/eventstorming_handbook) * Paul's Upcoming Workshops (https://www.virtualgenius.com/events) * @thepaulrayner (https://twitter.com/thepaulrayner) Reflections: Mandy: Eventstorming and its adjacence to Technical Writing. Damien: You can do this on a small and iterative scale. Jess: Shared understanding. Paul: Being aware of the limitations of ideas you can hold in your head. With visualization, you can hold it in more easily and meaningfully. This episode was brought to you by @therubyrep (https://twitter.com/therubyrep) of DevReps, LLC (http://www.devreps.com/). To pledge your support and to join our awesome Slack community, visit patreon.com/greaterthancode (https://www.patreon.com/greaterthancode) To make a one-time donation so that we can continue to bring you more content and transcripts like this, please do so at paypal.me/devreps (https://www.paypal.me/devreps). You will also get an invitation to our Slack community this way as well. Transcript: MANDY: Welcome to Episode 271 of Greater Than Code. My name is Mandy Moore and I'm here today with a guest, but returning panelist. I'm happy to see Jessica Kerr. JESSICA: Thanks, Mandy. It's great to see you. I'm also excited to be here today with Damien Burke! DAMIEN: And I am excited to be here with both of you and our guest today, Paul Rayner. Paul Rayner is one of the leading practitioners of EventStorming and domain-driven design. He's the author of The EventStorming Handbook, co-author of Behavior-Driven Development with Cucumber, and the founder and chair of the Explore DDD conference. Welcome to the show, Paul. PAUL: Thanks, Damien. Great to be here. DAMIEN: Great to have you. And so you know, you are prepared, you are ready for our first and most famous question here on Greater Than Code? PAUL: I don't know if I'm ready, or prepared, but I can answer it, I think. [laughter] DAMIEN: I know you have prepared, so I don't know if you are prepared. PAUL: Right. DAMIEN: Either way, here it comes. [chuckles] What is your superpower and how did you acquire it? PAUL: Okay. So a couple of weeks ago, there's a lake near my house, and the neighbors organized a polar plunge. They cut a big hole in the ice and everyone lines up and you basically take turns jumping into the water and then swimming to the other side and climbing out the ladder. So my superpower is participating in a polar plunge and I acquired that by participating with my neighbors. There was barbecue, there was a hot tub, and stuff like that there, too. So it was very, very cool. It's maybe not a superpower, though because there were little kids doing this also. So it's not like it was only me doing it. JESSICA: I'll argue that your superpower is participating in scary things because you're also on this podcast today! PAUL: [chuckles] Yeah, there we go. DAMIEN: Yeah, that is very scary. Nobody had to be fished out of the water? No hospital, hypothermia, any of that? PAUL: No, there was none of that. It was actually a really good time. I mean, being in Denver, blue skies, it was actually quite a nice day to jump into frozen. MANDY: So Paul, you're here today to talk about EventStorming. I want to know what your definition of that is, what it is, and why it's a cool topic to be talking about on Greater Than Code. PAUL: Okay. Well, there's a few things there. So firstly, what is EventStorming? I've been consulting, working with teams for a long time, coaching them and a big part of what I try and do is to try and bridge the gap between what the engineers, the developers, the technical people are trying to build in terms of the software, and what the actual problem is they're trying to solve. EventStorming is a technique for just mapping out a process using sticky notes where you're trying to describe the story of what it is that you're building, how that fits into the business process, and use the sticky notes to layer in variety of information and do it in a collaborative kind of way. So it's really about trying to bridge that communication gap and uncover assumptions that people might have, expose complexity and risk through the process, and with the goal of the software that you write actually being something that solves the real problem that you're trying to solve. I think it's a good topic for Greater Than Code based on what I understand about the podcast, because it certainly impacts the code that you write, touches on that, and connects with the design. But it's really optimized for collaboration, it's optimized for people with different perspectives being able to work together and approach it as visualizing processes that people create, and then working together to be able to do that. So there's a lot of techniques out there that are very much optimized from a developer perspective—UML diagrams, flow charts, and things like that. But EventStorming really, it sacrifices some of that rigor to try and draw people in and provide a structured conversation. I think with the podcast where you're trying to move beyond just the code and dig into the people aspects of this a lot more, I think it really touches on that in a meaningful way. JESSICA: You mentioned that with a bunch of stickies, a bunch of different people, and their perspectives, EventStorming layers in different kinds of information. PAUL: Mm hm. JESSICA: Like what? PAUL: Yeah. So the way that usually approach it is, let's say, we're modeling, visualizing some kind of process like somebody registering for a certain thing, or even somebody, maybe a more common example, purchasing something online and let's say, that we have the development team that's responsible for implementing how somebody might return a product to a merchant, something like that. The way it would work is you describe that process as events where each sticky note represents something that happened in the story of returning a product and then you can layer on questions. So if people have questions, use a different colored sticky note for highlighting things that people might be unsure of, what assumptions they might be making, differences in terminology, exposing those types of unknowns and then once you've sort of laid out that timeline, you can then layer in things like key events, what you might call emergent structures. So as you look at that timeline, what might be some events that are more important than others? JESSICA: Can you make that concrete for me? Give me an example of some events in the return process and then…? PAUL: Yeah. So let's say, the customer receives a product that they want to return. You could have an event like customer receive product and then an event that is customer reported need for return. And then you would have a shift in actor, like a shift in the person doing the work where maybe the merchant has to then merchant sent return package to customer. So we're mapping out each one of these as an event in the process and then the customer receives, or maybe it's a shipping label. The customer receives the shipping label and then they put the items in the package with the shipping label and they return it. And then there would be a bunch of events that the merchant would have to take care of. So the merchant would have to receive that package and then probably have to update the system to record that it's been returned. And then, I imagine there would be processing another order, or something like that. A key event in there might be something like sending out the shipping label and the customer receiving the shipping label because that's a point where the responsibility transfers from the merchant, who is preparing the shipping label and dispatching that, to the customer that's actually receiving it and then having to do something. That's just one, I guess, small example of you can use that to divide that story up into what you might think of as chapters where there's different responsibilities and changes in the narrative. Part of that maybe layering in sticky notes that represent who's doing the work. Like who's the actor, whether it's the merchant, or the customer, and then layering in other information, like the systems that are involved in that such as maybe there's email as a system, maybe there's the actual e-commerce platform, a payment gateway, these kinds of things could be reflected and so on, like there's – [overtalk] JESSICA: Probably integration with the shipper. PAUL: Integration with the shipper, right. So potentially, if you're designing this, you would have some kind of event to go out to the shipper to then know to actually pick up the package and that type of thing. And then once the package is actually delivered back to the merchant, then there would be some kind of event letting the merchant know. It's very hard to describe because I'm trying to picture this in my mind, which is an inherently visual thing. It's probably not that interesting to hear me describing something that's usually done on some kind of either mirror board, like some kind of electronic space, or on a piece of butcher's paper, or – [overtalk] DAMIEN: Something with a lot of sticky notes. PAUL: Something with a lot of sticky notes, right. DAMIEN: Which, I believe for our American listeners, sticky notes are the little square pieces of brightly colored paper with self-adhesive strip on the back. PAUL: Yeah. The stickies. DAMIEN: Stickies. [chuckles] I have a question about this process. I've been involved in very similar processes and it sounds incredibly useful. But as you describe it, one of the concerns I have is how do you avoid getting over specific, or over described? Like you can describe systems until you're talking about the particles in the sun, how do you know when to stop? PAUL: So I think there's a couple of things. Number one is at the start of whatever kind of this activity, this EventStorming is laying out what's the goal? What are we trying to accomplish in terms of the process? With returns, for example, it would be maybe from this event to this event, we're trying to map out what that process looks like and you start with what you might call the happy path. What does it look like when everything goes well? And then you can use pink stickies to represent alternate paths, or things going wrong and capture those. If they're not tied back to this goal, then you can say, “Okay, I think we've got enough level of detail here.” The other thing is time boxing is saying, “Okay, well, we've only got half an hour, or we've only got an hour so let's see how much we can do in that time period,” and then at the end of that, if you still have a lot of questions, then you can – or you feel like, “Oh, we need to dig into some of these areas more.” Then you could schedule a follow up session to dig into that a little bit more. So it's a combination of the people that are participating in this deciding how much level of detail they want to go down to. What I find is it typically is something that as you're going through the activity, you start to see. “Oh, maybe this is too far down in the weeds versus this is the right level.” As a facilitator, I don't typically prescribe that ahead of time, because it's much easier to add sticky notes and then talk about them than it is to have a conversation when there's nothing visualized. I like to visualize it first and lay it out and then it's very easy to say, “Oh, well, this looks like too much detail. So we'll just put a placeholder for that and not worry about out it right now.” It's a little bit of the facilitation technique of having a parking lot where you can say, “Okay, this is a good topic, but maybe we don't need to get down in that right now. Maybe let's refocus back on what it is that we're trying to accomplish.” JESSICA: So there's some regulation that happens naturally during the meeting, during interactions and you can have that regulation in the context of the visual representation, which is the EventStorming, the long row of stickies from one event to the other. PAUL: Right, the timeline that you're building up. So it's a little bit in my mind, I watched last year, I think it was on Netflix. There was a documentary about Pixar and how they do their storyboarding process for their movies and it is exactly that. They storyboard out the movie and iterate over that again and again and again telling that story. What's powerful about that is it's a visual medium so you have someone that is sketching out the main beats of the story and then they're talking it through. Not to say that EventStorming is at that level of rigor, but it has that kind of feel to it of we're laying out these events to tell the story and then we're talking through the story and seeing what we've missed and where we need to add more detail, maybe where we've added too much detail. And then like you said, Jess, there's a certain amount of self-regulation in there in terms of, do we have enough time to go down into this? Is this important right now? JESSICA: And I imagine that when I have questions that go further into detail than we were able to go in the meeting, if I've been in that EventStorming session, I know who to ask. PAUL: That's the idea, yeah. So the pink stickies that we said represent questions, what I like about those is, well, several things. Number one, it democratizes the idea that it's okay to ask questions, which I think is a really powerful technique. I think there's a tendency in meetings for some people to hold back and other people to do all the talking. We've all experienced that. What this tries to do is to democratize that and actually make it not only okay and not only accepted, but encourage that you're expected to ask questions and you're expected to put these sticky notes on here when there's things that you don't understand. JESSICA: Putting the questions on a sticky note, along with the events, the actors, and the things that we do know go on sticky notes, the questions also go on sticky notes. All of these are contributions. PAUL: Exactly. They value contributions and what I love about that is that even people that are new to this process, it's a way for them to ask questions in a way that is kind of friendly to them. I've seen this work really well, for example, with onboarding new team members and also, it encourages the idea that we have different areas of expertise. So in any given process, or any business story, whatever you want to characterize it as, some people are going to know more about some parts of it than others. What typically happens is nobody knows the whole story, but when we work together, we can actually build up an approximation of that whole story and help each other fill in the gaps. So you may have the person that's more on the business, or the product side explaining some terminology. You can capture those explanations on sticky notes as a glossary that you're building up as you go. You can have engineers asking questions about the sequence of events in terms of well, does this one come before that one? And then the other thing that's nice about the questions is it actually as you're going, it's mapping out your ignorance and I see that as a positive thing. JESSICA: The known unknowns. PAUL: Known unknowns. It takes unknown unknowns, which the kind of elephant in the room, and at least gets them up as known unknowns that you can then have a conversation around. Because there's often this situation of a question that somebody's afraid to ask and maybe they're new to the team, or maybe they're just not comfortable asking that type of question. But it gives you actually a map of that ignorance so you can kind of see oh, there's this whole area here that just has a bunch of pink stickies. So that's probably not an area we're ready to work on and we should prioritize. Actually, if this is an area that we need to be working on soon, we should prioritize getting answers to these questions by maybe we need to do a proof of concept, or some UX work, or maybe some kind of prototyping around this area, or like you said, Jess, maybe the person that knows the answers to these questions is just not in this session right now and so, we need to follow up with them, get whatever answers we need, and then come back and revisit things. JESSICA: So you identify areas of risk. PAUL: Yes. Areas of risk, both from a product perspective and also from a technical perspective as well. DAMIEN: So what does it take to have one of these events, or to facilitate one of these events? How do you know when you're ready and you can do it? PAUL: So I've done EventStorming [chuckles] as a conference activity in a hallway with sticky notes and we say, “Okay, let's as a little bit of an icebreaker here –” I usually you do the story of Cinderella. “Let's pick the Disney story of Cinderella and we'll just EventStorm this out. Just everyone, here are some orange sticky notes and a Sharpie, just write down some things that you remember happening in that story,” and then everyone writes a few. We post it up on the hallway wall and then we sequence them as a timeline and then we can basically build up that story in about 5, or 10 minutes from scratch. With a business process, it's not that different. It's like, okay, we're going to do returns, or something like that and if people are already familiar with the technique, then just give them a minute, or so to think of some things that they know that would happen in that process. And then they do that individually and then we just post them up on the timeline and then sequence them as a group and it can happen really quickly. And then everything from there is refinement. Iteration and refinement over what you've put up as that initial skeleton. DAMIEN: Do you ever find that a team comes back a week, or a day, or a month later and goes, “Oh, there is this big gap in our narrative because nobody in this room understood the warehouse needed to be reordered in order to send this thing down”? PAUL: Oh, for sure. Sometimes it's big gaps. Sometimes it's a huge cluster of pink sticky notes that represents an area where there's just a lot of risk and unknowns that the team maybe hasn't thought about all that much. Like you said, it could be there's this third-party thing that it wasn't until everyone got in a room and kind of started to map it out, that they realized that there was this gap in their knowledge. JESSICA: Yeah. Although, you could completely miss it if there's nobody from the warehouse in the room and nobody has any idea that you need to tell the warehouse to expect this return. PAUL: Right and so, part of that is putting a little bit of thought into who would need to be part of this and in a certain way, playing devil's advocate in terms of what don't we know, what haven't we thought of. So it encourages that sense of curiosity with this and it's a little bit different from – Some of the listeners maybe have experienced user story mapping and other techniques like that. Those tend to be focused on understanding a process, but they're very much geared towards okay, how do we then figure out how we're going to code up this feature and how do we slice it up into stories and prioritize that. So it's similar in terms of sticky notes, but the emphasis in EventStorming is more on understanding together, the problem that we're trying to address from a business perspective. JESSICA: Knowledge pulling. PAUL: Yeah. Knowledge pulling, knowledge distillation, those types of idea years, and that kind of mindset. So not just jumping straight to code, but trying to get a little bit of a shared understanding of what all is the thing that we're trying to actually work on here. JESSICA: Eric Evans calls it knowledge crunching. PAUL: Yes, Eric called it knowledge crunching. DAMIEN: I love that phrase, that shared understanding. That's what we, as product teams, are generating is a shared understanding both, captured in our documentation, in our code, and before that, I guess on large sheets of butcher paper. [laughs] PAUL: Well, and it could be a quick exercise of okay, we're going to be working on some new feature and let's just spend 15 minutes just mapping it out to get a sense of, are we on the same page with this? JESSICA: Right, because sometimes it's not even about we think we need to know something, it's do we know enough? Let's find out. PAUL: Right. JESSICA: And is that knowledge shared among us? PAUL: Right, and maybe exposing, like it could be as simple as slightly different terminology, or slightly different understanding of terminology between people that can have a big impact in terms of that. I was teaching a workshop last night where we were talking about this, where somebody had written the event. So there was a repair process that a third-party repair company would handle and then the event that closed that process off, they called case closed. So then the question becomes well, what does case closed mean? Because the word case – [overtalk] JESSICA: [laughs] It's like what's the definition of done? PAUL: Right, exactly. [laughter] Because that word case didn't show up anywhere earlier in the process. So is this like a new concept? Because the thing that kicks off the process is repair purchase order created and at the end of the process, it's said case closed. So then the question becomes well, is case closed really, is that a new concept that we actually need to implement here? Or is this another way of saying that we are getting a copy of that repair purchase order back that and it's been updated with details about what the repair involved? Or maybe it's something like repair purchase order closed. So it's kind of forcing us to clarify terminology, which may seem a little bit pedantic, but that's what's going to end up in the code. If you can get some of those things exposed a little earlier before you actually jump to code and get people on the same page and surface any sort of differences in terminology and misunderstandings, I think that can be super helpful for everyone. JESSICA: Yeah. Some people say it's just semantics. Semantics' meaning, its only meaning, this is only about out what this step actually means because when you put it in the code, the code is crystal clear. It is going to do exactly what it does and whether that clarity matches the shared understanding that we think we have oh, that's the difference between a bug and a working system. DAMIEN: [laughs] That's beautiful. It's only meaning. [laughs] JESSICA: Right? Yeah. But this is what makes programming hard is that pedanticness. The computer is the ultimate pedant. DAMIEN: Pedant. You're going to be pedantic about it. [laughter] PAUL: I see what you did there. [laughter] DAMIEN: And that is the occupation, right? That is what we do is look at and create systems and then make them precise. JESSICA: Yeah. DAMIEN: In a way that actually well, is precise. [laughs] JESSICA: Right, and the power of our human language is that it's not precise, that it allows for ambiguity, and therefore, a much broader range of meaning. But as developers, it's our job to be precise. We have to be precise to the computers. It helps tremendously to be precise with each other. DAMIEN: Yeah, and I think that's actually the power of human cognition is that it's not precise. We are very, very fuzzy machines and anyone who tries to pretend otherwise will be greatly disappointed. Ask me how I know. [laughter] PAUL: Well, and I think what I'm trying to do with something like EventStorming is to embrace the fuzziness, is to say that that's actually an asset and we want to embrace that and expose that fuzziness, that messiness. Because the processes we have and work with are often inherently complex. We are trying to provide some visual representation of that so we can actually get our head around, or our minds around the language complexities, the meanings, and drive in a little bit to that meaning. JESSICA: So when the sticky notes pile on top of each other, that's a feature. PAUL: It is. Going back to that example I was just talking about, let's say, there's a bunch of, like we do the initial part of this for a minute, or so where people are creating sticky notes and let's say, we end up with four, or five sticky notes written by different people on top of each other that end up on the timeline that all say pretty much the same thing with slight variations. JESSICA: Let's say, case closed, request closed. PAUL: Case closed, repair purchase order closed, repair purchase order updated, repair purchase order sent. So from a meaning perspective, I look at that and I say, “That's gold in terms of information,” because that's showing us that there's a richness here. Firstly, that's a very memorable thing that's happening in the timeline – [overtalk] JESSICA: Oh and it has multiple things. PAUL: That maybe means it's a key event. Right, and then what is the meaning? Are these the same things? Are they different things? Maybe we don't have enough time in that session to dig into that, but if we're going to implement something around that, or work with something around that, then we're going to at some point need some clarity around the language, the terminology, and what these concepts mean. Also, the sequence as well, because it might be that there's actually multiple events being expressed there that need to be teased apart. DAMIEN: You used this phrase a couple times, “key event,” and since you've used it a couple times, I think it might be key. [laughter] Can you tell us a little bit about what a key event is? What makes something a key event? PAUL: Yeah, the example I like to use is from the Cinderella story. So if you think about the story of Cinderella, one of the things, when people are doing that as an icebreaker, they always end up being multiple copies of the event that usually is something like shoe lost, or slipper lost, or glass slipper lost. There's something about that event that makes it memorable, firstly and then there's something about that event that makes it pivotal in the story. For those that are not familiar with the story [chuckles]—I am because I've EventStormed this thing maybe a hundred times—but there's this part. Another key event is the fairy godmother showing up and doing the magic at the start and she actually describes a business policy. She says, “The magic is going to run out at midnight,” and like all business policies, it's vague [laughter] and it's unclear as to what it means because – [overtalk] JESSICA: The carriage disappears, the dress disappears, but not the slipper that fell off. PAUL: Exactly. There's this exception that for some bizarre reason, to move the plot forward, the slipper stays. But then the definition of midnight is very hazy because what she's actually describing, in software terms, is a long running process of the clock banging 12 times, which is what midnight means is the time between the first and the twelfth and during that time, the magic is slowly unraveling. JESSICA: So midnight is a duration, not an instant. PAUL: Exactly. Yes, it's a process, not an event. So coming back to the question that Damien asked about key events. That slipper being lost is a key event in that story, I think because it actually is a shift in narrative. Up until that point in the story, it's the story of Cinderella and then after that, once the slipper is lost, it becomes the story of the prince looking for Cinderella. And then at the end, you get the day tomorrow, the stuff that happens with that slipper at the end of the story. Another key event would be like the fairy godmother showing up and doing the magic. DAMIEN: [chuckles] It seems like these are necessary events, right? If the slipper is not lost, if the fairy godmother doesn't do magic, you don't have the story of Cinderella. PAUL: Right. These are narrative turns, right? DAMIEN: Yeah. PAUL: These are points of the story shifts and so, key events can sometimes be a narrative shift where it's driving the story forward in a business process. Something like, let's say, you're working on an e-commerce system, like order submitted is a key event because you are adding items to a shopping cart and then at some point, you make a decision to submit the order and then at that point, it transitions from order being a draft thing that is in a state of flux to it actually becomes essentially immutable and gets passed over to fulfilment. So there's a shift in responsibility and actor between these two as well just like between Cinderella and the prince. JESSICA: A shift in who is driving the story forward. PAUL: Right. Yeah. So it's who is driving the story forward. So these key events often function as a shift in actor, a shift in who's driving the story forward, or who has responsibility. They also often indicate a handoff because of that from one group to another in an organization. Something like a sales process that terminates in contract signed. That key event is also the goal of the sales process. The goal is to get to contract signed and then once that happens, there's usually a transition to say, an onboarding group that actually onboards the new customer in the case of a sales process for a new customer, or in e-commerce, it would be the fulfillment part, the warehousing part that Jess was talking about earlier. That's actually responsible for the fulfillment piece, which is they take that order, they create a package, they put all the items in the package, create the shipping label, and ship it out to the customer. JESSICA: And in domain-driven design, you talked about the shift from order being a fluid thing that's changing as people add stuff to their cart to order being immutable. The word order has different meanings for the web site where you're buying stuff and the fulfillment system, there's a shift in that term. PAUL: Right, and that often happens around a key event, or a pivotal event is that there's a shift from one, you might think of it as context, or language over to another. So preorder submission, it's functioning as a draft order, but what it's actually typically called is a shopping cart and a shopping cart is not the same as an order. It's a great metaphor because there is no physical cart, but we all know what that means as a metaphor. A shopping cart is a completely different metaphor from an order, but we're able to understand that thread of continuity between I have this interactive process of taking items, or products, putting them in the shopping cart, or out again. And then at some point that shopping cart, which is functioning as a draft order, actually it becomes an order that has been submitted and then it gets – [overtalk] DAMIEN: Yeah, the metaphor doesn't really work until that transition. You have a shopping cart and then you click purchase and now what? [laughs] You're not going to the register and ringing it up, that doesn't make any sense. [chuckles] The metaphor kind of has to end there. JESSICA: You're not leaving the cart in the corral in the parking lot. [laughter] PAUL: Well, I think what they're trying to do is when you think about going through the purchase process at a store, you take your items up in the shopping cart and then at that point, you transition into a financial transaction that has to occur that then if you were at a big box electronic store, or something, eventually, you would make the payment. You would submit payment. That would be the key events and that payment is accepted and then you receive a receipt, which is kind of the in-person version of a record of your order that you've made because you have to bring the receipt back. DAMIEN: It sort of works if the thing you're putting in the shopping cart are those little cards. When they don't want to put things on the shelf, they have a card, you pick it up, and you take it to register. They ring it up, they give you a receipt, and hopefully, the thing shows up in the mail someday, or someone goes to the warehouse and goes gets it. PAUL: We've all done that. [chuckles] Sometimes it shows up. Sometimes it doesn't. JESSICA: That's an interesting point that at key events, there can be a shift in metaphor. PAUL: Yes. Often, there is. So for example, I mentioned earlier, a sales process ending in a contract and then once the contract is signed, the team – let's say, you're signing on a new customer, for a SaaS service, or something like that. Once they've signed the contract, the conversation isn't really about the contract anymore. It's about what do we need to do to onboard this customer. Up until that point, the emphasis is maybe on payment, legal disclosures, and things like that. But then the focus shifts after the contract is signed to more of an operational focus of how do we get the data in, how do we set up their accounts correctly, that type of thing. JESSICA: The contract is an input to that process. PAUL: Yes. JESSICA: Whereas, it was the output, the big goal of the sales process. PAUL: Yes, exactly. So these key events also function from a systems perspective, when you think about moving this to code that event then becomes almost like a message potentially. Could be implemented as say, a message that's being passed from the sales system through to the onboarding system, or something like that. So it functions as the integration point between those two, where the language has to be translated from one context to another. JESSICA: And it's an integration point we can define carefully so that makes it a strong boundary and a good place to divide the system. DAMIEN: Nice. PAUL: Right. So that's where it starts to connect to some of the things that people really care about these days in terms of system decomposition and things like that. Because you can start thinking about based on a process view of this, based on a behavior view of this, if we treat these key events as potential emergent boundaries in a process, like we've been describing, that we discover through mapping out the process, then that can give us some clues as to hmm maybe these boundaries don't exist in the system right now, but they could. These could be places where we start to tease things apart. JESSICA: Right. Where you start breaking out separate services and then when you get down to the user story level, the user stories expect a consistent language within themselves. You're not going to go from cart to return purchase in a case. PAUL: [laughs] Right. JESSICA: In a single user story. User stories are smaller scope and work within a single language. PAUL: Right and so, I think the connection there in my mind is user stories have to be written in some kind of language, within some language context and mapping out the process can help you understand where you are in that context and then also understand, like if you think about a process that maybe has a sales part of the process and then an onboarding part, it'll often be the case that there's different development teams that are focusing on different parts of that process. So it provides a way of them seeing what their integration point is and what might need to happen across that integration point. If they were to either integrate to different systems, or if they're trying to tease apart an existing system. To use Michael Feathers' term, what might be a “scene” that we could put in here that would allow us to start teasing these things apart. And doing it with the knowledge of the product people that are part of the visualization, too is that this isn't something typically that engineers do exclusively from a technical perspective. The idea with EventStorming is you are also bringing in other perspectives like product, business, stakeholders, and anyone that might have more of that business perspective in terms of what the goals of the process are and what the steps are in the process. MID-ROLL: And now a quick word from our sponsor. I hear people say the VPNs have a reputation for slowing down your internet speed, but not with NordVPN, because it's the fastest VPN in the world. I don't have to sacrifice internet speed for better security. With NordVPN, my internet traffic is routed through a secure encrypted tunnel, which protects my data and privacy. I can also have it on up to six devices like my laptop, phone, TV, iPad—all my devices are protected. Grab your exclusive NordVPN deal by going to nordvpn.com/gtc, or use the code GTC to get a huge discount on your NordVPN plan plus one additional month for free. Plus, a bonus gift! It's completely risk-free with Nord's 30-day money back guarantee. JESSICA: As a developer, it's so important to understand what those goals are, because that lets us make good decisions when we're down in the weeds and getting super precise. PAUL: Right, I think so. I think often, I see teams that are implementing stories, but not really understanding the why behind that in terms of maybe they get here's the functionality on delivering and how that fits into the system. But like I talked about before, when you're driving a process towards a key event, that becomes the goal of that subprocess. So the question then becomes how does the functionality that I'm going to implement that's described in this user story actually move people towards that goal and maybe there's a better way of implementing it to actually get them there. DAMIEN: Yeah, it's always important to keep that in mind, because there's always going to be ambiguity until you have a running system, or ran system, honestly. JESSICA: Yeah! DAMIEN: There's always going to be ambiguity, which it is our job as people writing code to manage and we need to know. Nobody's going to tell us exactly what's going to happen because that's our job. PAUL: Right. JESSICA: It's like if the developer had a user story that Cinderella's slipper fell off, but they do didn't realize that the goal of that was that the prince picked it up, then they might be like, “Oh, slipper broke. That's fine.” PAUL: Yeah. JESSICA: It's off the foot. Check the box. PAUL: Let's create a glass slipper factory implementer object [laughter] so that we can just create more of those. JESSICA: Oh, yeah. What, you wanted a method slip off in one piece? You didn't say that. I've created crush! PAUL: Right. [laughter] Yeah. So I think sometimes there's this potential to get lost in the weeds of the everyday development work that is happening and I like to tie it back to what is the actual story that we're supporting. And then sometimes what people think of as exception cases, like an example might be going back to that merchant return example is what if they issue the shipper label, but the buyer never receives it. We may say, “Well, that's never going to happen,” or “That's unlikely.” But visualizing that case, you may say, “That's actually a strong possibility. How do we handle that case and bake that into the design so that it actually reflects what we're trying to do?” JESSICA: And then you make an event that just triggers two weeks later that says, “Check whether customer received label.” PAUL: Yes, exactly. One thing you can do as well is like – so that's one possibility of solving it. The idea what EventStorming can let you do is say, “Well, that's one way of doing it. Are there any other options in terms of how we could handle this, let's visualize.” With any exception case, or something, you could say, “Well, let's try solving this a few different ways. Just quickly come up with some different ideas and then we can pull the best of those ideas into that.” So the idea when you're modeling is to say, “Okay, well, there's probably more than one way to address this. So maybe let's get a few ideas on the table and then pick the best out of these.” JESSICA: Or address it at multiple levels. PAUL: Yes. JESSICA: A fallback for the entire process is customer contact support again. PAUL: Right, and that may be the simple answer in that kind of case. What we're trying to do, though is to visualize that case as an option and then talk about it, have a structured conversation around it, say, “Well, how would we handle that?” Which I think from a product management perspective is a key thing to do is to engage the engineers in saying, “Well, what are some different ways that we could handle this and solve this?” If you have people that are doing responsibility primarily for testing in that, then having them weigh in on, well, how would we test this? What kind of test cases might we need to handle for this? So it's getting – [overtalk] JESSICA: How will we know it worked? PAUL: Different perspectives and opinions on the table earlier rather than later. JESSICA: And it's cheap. It's cheap, people. It's a couple hours and a lot of post-its. You can even buy the generic post-its. We went to Office Depot yesterday, it's $10 for 5 little Post-it pads, [laughter] or 25 Office Depot brand post-it pads. They don't have to stay on the wall very long; the cheap ones will work. PAUL: [laughs] So those all work and then it depends if you have shares in 3M, I guess, with you. [laughter] Or Office Depot, depending which road you want to go down. [laughter] JESSICA: Or if you really care about that shade of pale purple, which I do. PAUL: Right. I mean, what's been fascinating to me is in the last 2 years with switching to remote work and that is so much of, 95% of the EventStorming I do these days is on a collaborative whiteboard tool like Miro, or MURAL, which I don't know why those two product names are almost exactly the same. But then it's even cheaper because you can sign up for a free account, invite a few people, and then just start adding sticky notes to some virtual whiteboard and do it from home. There's a bunch of things that you can do on tool like that with copy pasting, moving groups of sticky notes around, rearranging things, and ordering things much – [overtalk] JESSICA: And you never run out of wall. PAUL: Yeah. The idea with the butcher's paper in a physical workshop, in-person workshop is you're trying to create a sense of unending modeling space that you can use. That you get for free when you use online collaborative whiteboarding tool. It's just there out of – [overtalk] JESSICA: And you can zoom in. PAUL: And you zoom in and out. Yeah. There's a – [overtalk] JESSICA: Stickies on your stickies on your stickies. [laughter] I'm not necessarily recommending that, but you can do it. PAUL: Right. The group I was working with last night, they'd actually gone to town using Miro emojis. They had something bad happen in the project and they've got the horror emoji [laughter] and then they've got all kinds of and then copy pasting images off the internet for things. JESSICA: Nice. PAUL: So yeah, can make it even more fun. JESSICA: Okay. So it's less physical, but in a lot of ways it can be more expressive, PAUL: I think so. More expressive and just as engaging and it can break down the geographical barriers. I've done sessions where we've had people simultaneously spread in multiple occasions across the US and Europe in the same session, all participating in real-time. If you're doing it remote, I like to keep it short. So maybe we do like a 2-hour session with a 10- or 15-minute break in the middle, because you're trying to manage people's energy and keep them focused and it's hard to do that when you just keep going. MANDY: I kind of want to talk a little bit about facilitation and how you facilitate these kind of workshops and what you do, engage people and keep them interested. PAUL: Yeah. So I think that it depends a little bit on the level of detail we're working at. If it's at the level of a few team members trying to figure out a feature, then it can be very informal. Not a lot of facilitation required. Let's just write down what the goal is and then go through the process of brainstorming a few stickies, laying it out, and then sequencing it as a timeline, adding questions. It doesn't require a lot of facilitation hand. I think the key thing is just making sure that people are writing down their questions and that it's time boxed. So quitting while people are still interested and then [laughter] at the end, before you finish, having a little bit of a conversation around what might the next steps be. Like what did we learn? You could do a couple of minutes retrospective, add a sticky note for something you learned in this session, and then what do you see as our next steps and then move on from there with whatever action items come out of that. So that one doesn't require, I think a lot of facilitation and people can get up and running with that pretty quickly. I also facilitate workshops that are a lot more involved where it's at the other end of the spectrum, where it's a big picture workshop where we're mapping out maybe an entire value stream for an organization. We may have a dozen, 20 people involved in a session like that representing different departments, different organizational silos and in that case, it requires a lot more planning, a lot more thinking through what the goal of the workshop is, who would you need to invite? Because there's a lot more detail involved and a lot more people involved, that could be four, or five multi-hour sessions spread over multiple days to be able to map out an entire value stream from soup to nuts. And then usually the goal of something like that is some kind of system modernization effort, or maybe spinning up a new project, or decomposing a legacy system, or even understanding what a legacy system does, or process improvement that will result inevitably in some software development in certain places. I did a workshop like that, I think last August and out of that, we identified a major bottleneck in the process that everyone in the workshop, I think it was just a bunch of pink stickies in one area that it got called the hot mess. [laughter] It was one area and what was happening was there were several major business concerns that were all coupled together in this system. They actually ended up spinning up a development team to focus on teasing apart the hot mess to figure out how do we decompose that down? JESSICA: Yes. PAUL: As far as I know, that effort was still ongoing as of December. I'm assuming that's still running because it was prioritized as we need to be able to decompose this part of this system to be able to grow and scale to where we want to get to. JESSICA: Yeah. That's a major business risk that they've got. They at least got clarity about where it is. PAUL: Right. Yeah, and what we did from there is I coached the developers through that process over several months. So we actually EventStormed it out at a much lower level. Once we figured out what the hot mess was, let's map it out and then they combined that with some flow charting and a bunch of other more engineering, kind of oriented visualization techniques, state machines, things like that to try and get a handle on what was going on. DAMIEN: We'll get UML in there eventually, right? PAUL: Eventually. [laughter] You can't do software development without some kind of state machine, sequence diagram. JESSICA: And it's approximating UML. You can't do it. You can't do it. [laughter] You will either use it, or you will derive a pigeon form of it. PAUL: Right. Well, I still use it for state diagrams and sequence diagrams when I'm down at that technical level. What I find is that there's a certain level of rigor that UML requires for a sequence diagram, or something like that that seems to get in the way of collaboration. So EventStorming sacrifices some of that rigor to be able to draw in everyone and have a low bar of entry to having people participate. DAMIEN: That's a huge insight. Why do you think that is? Is it the inability to hold that much information at a high level of rigor, or just people not used to working at that sort of precision and rigor? PAUL: I think that when I'm working with people that are not hands-on coders, they are in the everyday, like say, product managers, or stakeholders, to use those terms. They're in the everyday details of how the business process works and they tend to think of that process more as a series of steps that they're going through in a very specific kind of way. Like, I'm shipping a certain product, or supporting the shipping. or returning of certain types of products, those kinds of things. Whereas, as developers, we tend to think of it more in terms of the abstractions of the system and what we're trying to implement in the code. So the idea of being able to tell the story of a process in terms of the events that happen is a very natural thing, I find for people from a business perspective to do because that's how they tend to think about it. Whereas, I think as programmers, we're often taught not so much to think about behavior as a sequence of things happening, but more as the structure we've been taught to design in terms of structures and relationships rather than flow. JESSICA: Yet that's changing with event sourcing. PAUL: I think so. EventStorming and event sourcing become a very natural complement for each other and even event-driven architecture, or any event-driven messaging, whatever it happens to be. The gap between modeling using EventStorming and then designing some kind of event-driven distributed system, or even not distributed, but still event-driven is much more natural than trying to do something like an entity relationship diagram and they'd get from that to some kind of meaningful understanding of what's the story of how these functions and features are going to work. JESSICA: On the topic of sacrificing rigor for collaboration, I think you have to sacrifice rigor to work across content texts because you will find contradictions between them. The language does have different meaning before and after the order is submitted and you have to allow for that in the collaboration. It's not that you're not going to have the rigor. It's more that you're postponing it, you're scoping it as separately. This meeting is about the higher level and you need completeness over consistency. DAMIEN: Yeah. I feel like almost you have to sacrifice rigor to be effective in most roles and in that way, sacrifice is even the wrong word. Most of the things that we do as human beings do not allow for the sort of rigor of the things that we do as software engineers and things that computers do. JESSICA: Yeah. DAMIEN: And it's just, the world doesn't work that way. PAUL: Right. Well, and it's the focus in EventStorming on exploration, discovery, and urgent ideas versus rigor is more about not so much exploring and discovery, but about converging on certain things. So when someone says pedant and the other person says pedant, or vice versa, that tends to shut down the conversation because now you are trying to converge on some agreed upon term versus saying, “Well, let's explore a bunch of different ways this could be expressed and temporarily defer trying converge on.” JESSICA: Later in Slack, we'll vote. PAUL: Yes. JESSICA: Okay. So standardize later. PAUL: Yes. Standardize, converge later, and for now, let's kind of hold that at arm's length so that we can uncover and discover different perspectives on this in terms of how the story works and then add regulator when we go to code and then you may discover things in code where there are implicit concepts that you then need to take back to the modeling to try and figure out well, how do we express this? Coming up with some kind of term in the code and being able to go from there. JESSICA: Right. Some sort of potential return because it hasn't happened yet. PAUL: Exactly. So maybe it's a potential, maybe it's some other kind of potential return, like pending return, maybe we don't call it a return at all. JESSICA: Or disliked item because we could – or unsatisfactory item because we could intercept that and try to like, “Hey, how about we send you the screws that we're missing?” PAUL: Right. Yeah, maybe the answer is not a return at all. JESSICA: Yeah. PAUL: But maybe the case is that the customer says they want to return it, but you actually find a way to get them to buy more stuff by sending them something else that they would be happy with. So the idea is we're trying to promote discovery thinking when we are talking about how to understand certain problems and how to solve them rather than closing off options too soon. MANDY: So, Paul, I know you do give these workshops. Is there anything? Where can people find you? How can people learn more? How can people hire you to facilitate a workshop and get in touch with you? PAUL: Okay. Well, in terms of resources, Damien had mentioned at the beginning, I have an eBook up on Leanpub, The EventStorming Handbook, so if people are interested in learning more, they can get that. And then I do workshop facilitation and training through my company, Virtual Genius. They can go to virtualgenius.com and look at what training is available. It's all online these days, so they can participate from anywhere. We have some public workshops coming up in the coming months. And then they can find me, I'm @ThePaulRayner on Twitter, just to differentiate me from all the indefinite articles that are out there. [laughter] MANDY: Sounds good. Well, let's head into reflections. I can start. I just was thinking while we were talking about this episode, about how closely this ties into my background in professional writing, technical writing to be exact, and just how you have this process to lay out exactly what steps need to be taken and to differentiate when people say the same things and thinking about, “Well, they're saying the same things, but the words matter,” and to get pedantic, that can be a good thing, especially when you are writing technical documents and how-tos. I remember still, my first job being a technical writer and looking at people in a machine shop who it was like, first, you do this, then you do this, then you do this and to me, I was like, “This is so boring.” But it makes sense and it matters. So this has been a really good way for me to think about it as a newbie just likening it to technical writing. JESSICA: Yeah. Technical writing has to tell that story. DAMIEN: I'm going to be reflecting on this has been such a great conversation and I feel like I have a lot of familiarity with at least a very similar process. I brought up all my fears that come from them, which is like, what if we don't have the right person in the room? What if there's something we didn't discover? And you said something about how you can do this in 5 minutes and how you can do this in 15 minutes and I realized, “Oh, this process doesn't have to be the 6-hour things that I've participated in and facilitated in. It can also be done more smaller and more iteratively and I can bring this sort of same process and thought process into more of the daily work.” So that's super helpful for me. JESSICA: I want to reflect on a phrase that Paul said and then Damien emphasized, which is shared understanding. It's what we're trying to get to in EventStorming across teams and across functions. I think it's also like what we're constantly trying to get to as humans. We value shared understanding so much because we're trapped in our heads and my experience in my head is never going to be the same as your experience in your head. But at some point, we share the same physical world. So if we can get that visual representation, if we can be talking together about something in that visual world, we can pass ideas back and forth more meaningfully. We can achieve this shared understanding. We can build something together. And that feels so good. I think that that constant building of shared understanding is a lot of what it means to be human and I get really excited when I get to do that at work. PAUL: I think I would just add to that as well is being human, I'm very much aware of limitations in terms of how many ideas I can hold in my head at any one time. I know the times where I've been in the experience that many describe where someone's giving me a list of steps to follow and things like that, inevitably I'm like, “Well, I remember like the first two, maybe three,” and then everything after that is kind of Charlie Brown. What, what, why? [laughter] I don't remember anything they said from that point on. But when I can visualize something, then I can take it in one go. I can see it and we're building it together. So for me, it's a little bit of a mind hack in terms of getting over the limitations of how many things I can keep in my mind at one time. Also, like you said, Jess, getting those things out of my mind and out of other people's minds into a shared space where we can actually collaborate on them together, I think that's really important to be able to do that in a meaningful way. MANDY: Well, thank you so much for coming on the show today, Paul. We really enjoyed this discussion. And if you, as listeners, would like to continue this conversation, please head over to Patreon.com/greaterthancode. We have a Slack channel. You can pledge and donate to sponsor us as little as a dollar and you can come in, hang out, talk with us about these episodes. If not, give me a DM on Twitter and let me know, and I'll let you in anyway because [laughter] that's what we do here at Greater Than Code. PAUL: Because Mandy's awesome. MANDY: [laughs] Thank you, Paul. With that, thank you everyone for listening and we'll see you again next week. Special Guest: Paul Rayner.

West Vancouver Magazine
Vancouver’s Arts Umbrella – Tour of New Facility with CEO Paul Larocque

West Vancouver Magazine

Play Episode Listen Later May 28, 2021 27:16


Vancouver's Arts Umbrella has been providing access to the arts for hundreds of kids and teens for years - but now, with a new building and a new year underway, there has never been a better time to dream big. Such was the case for the organization's CEO, Paul Larocque, who recently gave us a private tour of the new facility and all its magic. Cat: Welcome Paul. Tell us a little about yourself and how you got involved with Arts Umbrella in the beginning: 1:32 Paul: Well, that's that's certainly something I take great pride in talking about. I moved out from Ontario to work at Arts Umbrella back in the mid 1990s. And I had the great fortune of working with the co-founder and then longtime executive director Carol Henriquez. Arts Umbrella provided me as a newcomer to Vancouver, such an amazing entry point, the people, the artists, the incredible educators that I've had the chance to work with. The sponsors and volunteers, and so many amazing people that comprise the Arts Umbrella community. And, you know, I've been with Arts Umbrella, off and on now for more than 15 of those 25 years with a bit of a hiatus in between where I had the very good fortune of working with the Vancouver Art Gallery. But I started in Vancouver working with this amazing organization that's making such a huge difference in the lives of young people. And today I'm I'm really privileged to be in the role of leading this this group. Cat: Tell us how it was founded and tell us what its purpose is and how it plays into this development for children. Who is it for? What do you do? 6:59 Paul: Arts Umbrella was founded here 42 years ago. And the organization has grown so much since it began which was with a group of 45 students. Really this idea, which was brought about by a group of women artists who had this vision for providing arts education to young people in the community, across all disciplines, and to ensure that the arts could be accessible. It began with a pilot project, which was delivered here on Granville Island in the False Creek community centre. And it was so successful. Cat: How does somebody apply to Arts Umbrella? Is it open to everyone? Because you mentioned the word 'accessible'. Was it initially designed for those who don't have access or don't have funds to buy their own dance classes or music classes? How have you grown to these levels? 10:41 Paul: So for tuition based programs, here on Granville Island or in South Surrey, for example, anyone who has financial need, can come in and very easily applies for bursaries. And we have a huge bursary program. Close to 600 students receive bursaries and scholarships every year. But the great majority of our programs we deliver in communities across Metro Vancouver, where there is demonstrated need and vulnerability for young people. So we set ourselves up in community centres, neighbourhood houses, and hundreds of schools throughout the year through a wide variety of programs that really engage students in visual arts and theatre and dance and in the media arts. It's a pretty extraordinary thing. We're so proud to do it, but we could not do it if it wasn't for the generosity of our community who step up year after year. Cat: For the last year or so you've been running between buildings, because Arts Umbrella moved into a brand new home, which was the former Emily Carr University of Art and Design. So you're still on Granville Island, but you didn't just take a couple cardboard boxes and doodle down the street. You brought in cranes and bulldozers - this was a major event! Tell us about this massive project? 14:28 Paul: I returned to Arts Umbrella to take on this leadership role in the spring of 2016. So a little over five years ago. And one of the big tasks that was given to me by the Board was to really ensure that Arts Umbrella had the expansion that it has long needed. So we specifically were looking at what is referred to as the South building of Emily Carr University...

Small Business Snippets
Paul Lindley: 'I don't think business is really about economics. It's about psychology'

Small Business Snippets

Play Episode Listen Later Apr 12, 2021 22:34


In this episode, Anna Jordan meets Paul Lindley – author, campaigner and founder of Ella's Kitchen.  We talk about relearning the valuable business skills you had as a toddler and why you should consider becoming B Corporation certified.  You can also visit smallbusiness.co.uk for more on exit strategies and making your business greener. Remember to like us on Facebook @SmallBusinessExperts and follow us on Twitter @smallbusinessuk, all lower case. Don't forget to check out the video version of this episode and subscribe over on our YouTube channel! Would you prefer to read Paul Lindley's podcast interview instead? Hello and welcome to Small Business Snippets, the podcast from SmallBusiness.co.uk. I’m your host, Anna Jordan. Today we have Paul Lindley, author, campaigner and founder of Ella’s Kitchen. He launched the company in 2006 after being dissatisfied with a lack of healthy, tasty and convenient food for children. He sold Ella’s Kitchen to Hain Celestial in 2013, stepping away from the business completely in 2018 to focus on his social campaigning. In the same year, he was appointed chair of the London Child Obesity Taskforce by Mayor of London, Sadiq Khan These days, Paul is the chair of Robert F Kennedy Human Rights UK and a trustee of Sesame Workshop, the creators of Sesame Street. He also sits on the board of social enterprise, Toast Ale.   We’ll be discussing what it takes to run an ethical business and how you can relearn the unexpected business skills you had as a toddler. Anna: Hi, Paul. Paul: Hi Anna, how are you? Anna: I’m alright, thank you. How are you? Paul: Good. I'm feeling I'm feeling quite positive. Actually. I had my Covid jab this morning. My arm’s sore, but it's an excuse to think positively about the future. Anna: Yeah, yeah. Paul: It is incredible what they've done. Over the last six months as a business or like the last year, but as a business, to take all that innovation through to get 25 million people within, what, 12 weeks? Anna: I know, I l know. Paul: It’s been an awful year, in so many ways. But you know, we've got a lot to look forward, we've got to pick on the things we've learned, we've got to celebrate some of the pivoting that businesses have done the innovation that's come around the resilience, the community that we've built over this time and sort of build back better, but what suffering we've had this last year. Okay, so let's just jump straight in. In your book, Little Wins, you talk about the business skills that we have as a toddler that we unlearn. So, what kind of business skills are you referring to? What kind of practical exercises can business owners do to relearn these skills? Paul: Thank you for coming in straight away with Little Wins – it's such a passion of mine. The book came out of my experience of building Ella’s Kitchen. Inside of me – in this grey haired 50- something-year-old – there's a little boy. I think that was the key within Ella’s Kitchen, that we had this childlike mindset of that we could do stuff, we could have an imagination and a free-thinking that would make me make the business work when everyone was saying that the odds are really stacked against you. So, I took that and I took the heart of our hero, our core consumer, and thought through the skills that toddlers have, and how we use them in our company. Then I took a step back and thought, ‘Well, everyone was a toddler.’ Everyone can unlock their personal potential as an adult or a business owner – not by learning new skills, but by relearning and rediscovering those old ones of imagination and free-thinking and self-confidence. And a whole nine of them that I put in my book. This is to simplify this complicated life that we've got to allow us to make decisions in business or in our personal lives, like toddlers do with much less information, and move forward with positivity and a ‘can do’ mindset. So really, it's about that idea that you can become the best person of the person you once were, the best version of a person that you want to work by having this type of mindset. You can bring that to your personal life, you can bring that to business. The sorts of things that I talk about are the fact that toddlers have such confidence, such creativity – they dive right into things and never give up, they get noticed. They're honest with each other, they show their feelings, they have fun, they involve others, all sorts of things that, to be honest, by the time we're all around four or five years old, we must think, ‘Life's great, I'm only four or five, and I've learned all these skills, I'm going to live to 85. What more is there to come?’ The truth is that whether asked how our society works, whether it's parenting or education, or the corporate system, narrows our vision, and it sort of asks us to conform. If you're a small business owner, if you're an entrepreneur, you want you and your team not to conform, you want you and your team to imagine things that could be possible, and to go and do them to have the wherewithal to do it to go and do them. It's really all about the mindset of the corporation, the culture, the mindset of the culture of the business. You as the business owner, you as the senior person in that accountancy firm, you've got the opportunity to set that. I think it's by setting up systems and processes and recruiting the right people that have the mindset so that you can be brave and curious – both of those things unnecessarily because what is true for any business, or any of us in this world right now: if we do nothing, we keep the status quo, we'll move backwards. The world is changing at such a rapid pace, we have to innovate, we have to try things that may or may not work. We've got to build the confidence and the bravery and the curiosity to experiment and find that way through because that gives us the edge. That's really cultural, I think. You can set your corporate reward system to set bonuses wholly on financial performance, wholly on growing five per cent from last year. We all know we've yet, well, maybe we should have set a five-year bonus that doesn't expect us to grow in any given year, because we're trying things that are going to really deliver in three-or-four-years’ time. We're happy to make mistakes and get it wrong. As long as we can iterate and we can learn, we can adapt, and we can build something from those trials and errors, then we have a better business over a five-year period. So how and I would advocate that we certainly didn't tell Ella’s Kitchen businesses I'm involved with now, though, is build a bonus scheme based on one year wholly on financial performance. Obviously, you need a successful sustainable business that makes profits and that interest should be tied to bonuses. But living the values of the reason why your company exists, I think, should be embedded within the way people are remunerated and motivated and rewarded for contributing to their company. Setting your values, for example, at Ella’s Kitchen, we had five. One of them was to be childlike. So that might be okay for a consumer brand that's got a kind of fun personality for the marketing people to deliver. But if you're the payroll person or the accounts receivable person, how do you interpret being childlike into your work? One of them one year brought ring and renamed the remittance advices to be ‘from my piggy bank to yours’. That was the habit, they reworded it, that was the small thing that they did. But it brought a smile to the person who's in the business that they were dealing with the parent and had to come from, and that person may have been a parent or may not may have talked to somebody that was a parent or may not. It was the way that, just a tiny little language change, we could get people talking about our business. And that was a real ‘thinking like a child’ aspect. That person got that part of their bonus based on that. So that's one thing that’s really around the culture and the systems that you set out.  Ultimately, you want to employ people with an open mindset who do believe in the reason you set up a business and believe that you can get there. Because if you're a small business, it's probably against the odds that you will get there, and unless you stack yourself with people who believe it and will go out of their way to do it because they motivate, you inspire them. They know what the mission of the business is, you know what the business plan is, what it takes to get there – and everyone works on that together to deliver and that's where this idea of thinking like a toddler can really be impactful. Right. So, I'm going to go from starting a business, right through to exit. One of the key decisions, if you're looking to exit, is who you're going to pass your business on to, and are they going to carry on as you would see fit. I guess with Ella's Kitchen, because your vision and your values are so deeply ingrained in the brand, how did you go about making the decision of finding the right successor for the business? Paul: Well, when you sell your business, it's hugely emotional. And it's very personal. So, my experience may be very different to others. Some people want to sell a business, walk away, don't really care what happens. They want the money in the bank, and they created something from nothing and that was their job. I named my business after my daughter. I have, as you said, very personally set the vision and the values of how that the first number of years went for Ella’s – it does matter to me still, what becomes of Ella’s and that it maintains those values. There are two things:  Who do you sell to? Who succeeds you as the chief executive? So, who do you sell to? I sort of thought of this as a horse race in a way and there were three jumps to get over and each of them was associated with the word ‘value’. The first jump to get over, and if a potential acquirer couldn't get over that we wouldn't talk to them, was values. Do they see the world in the same way as we see it? Will they support and protect the way we've seen the world and the way our business has been successful, because we've seen the world that way? Will they tinker with it? If they tinker with it, we’ll tell them now it’ll fail. And don't – let's stop the conversation. But if they do see the world in the same way, if they believe the why of why we set ours up and why it's successful, and they give us the confidence that they won't tinker with that, then we're over that first hump. The second is value – we've all worked really hard to create something of value, you need to pay as the price that that value should deliver – there's obviously an overlap between the two. If there's overlap, great, we can continue the race. If there isn't an overlap, we need to walk away because that's just not recognised. Then we get over that second hurdle. The final fence is really around added value. In my view, it's sort of what added value are they going to do to this business to make it better than we could do without them? Maybe they'll open up more markets, maybe they'll have their own factory, but we can be more efficient and better supply chains, lots of reasons why. We can start to get into the deal and the labels. We were very careful to go through that when we sold. Then it was okay – I stayed on board for another year, I ran that business, and Ella’s Kitchen for $300m business for a year, delivered what we promised and then wanted to stand back. And then it was, well, who is going to deliver and keep the heartbeat of this company going? I'm a big believer in promoting and rewarding from within a company with sort of developing talent and making people feel as though they can get to the top. We have some excellent leaders within the business. Third, the guy that took over had been in the business three or four years, was the sales director, seven years later is still the CEO, a guy called Mark Cuddigan. He is just awesome. He has the, you know, sometimes I joke that perhaps Mark is the best leader that Ella’s has had. But he has taken that business, keeping its heart, keeping its soul, keeping that mission and that vision as a feeling rather than something in the head and he delivered it with his own handprint with a team that has gone on and expanded. The value, the sort of impacts that the business has, both in terms of shareholder return and stakeholder return and delivering a mission to help children live better lives. I think you've got to do your homework for who that person is, if you care what happens next. I think it's absolutely based on values and how people see the world. And we looked for five leadership skills, really. I always do this with any sort of recruitment, no matter what the level. If they aspire to be a leader, if we want them to be able to inspire their team going forward. And those are about emotional maturity, because it is going to be a roller coaster ride. You've got to take the rough with the smooth and you've got to be mature about that. It's about a drive for improvement all the time, never been satisfied that where you are is where you're going to get to, driving your processes, your systems, your products, culture, everything forward all the time constantly. It's about effective communication. So many mistakes in business happen because we don't hear each other properly –and we don't take the time to talk to each other or listen to each other. That effective constant communication is absolutely vital. The final thing is that rather ability to see in the wider context of where our business sits in the industry, where the industry sits in society and what we can control and what we can't. That kind of leads to the fact that you don't have to actually win every battle, you want to win the war in the end if you achieve your vision. You can collaborate with your competitors in certain areas, you can do things together that will improve not only both of your businesses, but also the consumer or the client's life at the end of it by working together sometimes, or working with your suppliers or your customers. So, those are the five things and Mark excels at all of those. I would say the learning that I've seen from others, and which I was determined not to do, was my time was over. If I was going to stand back, I'm standing back. I'm there at his ear if he wants advice and he's counselled to device in the past in attendance tenders. But don't be a backseat driver – let them make the mistakes or the failures that they need to make to understand how they can get to success. Be a counsel. I think that the two most proud things I have about the Ella’s Kitchen experience happened after I ceased to be CEO. The first one is that it became a B Corporation. Mark and I worked with the shareholder and with the team to make sure that we’d qualify for that. I’m incredibly proud that Ella’s Kitchen was one of the first B Corporations in this country. I think the B Corp movement is an incredible movement to nudge forward the way we do business to a much better place. The second thing is, I think for the last five years, Ella’s Kitchen has been voted one of the UK’s Best Companies to Work For. And that's Mark, inspiring his team to really enjoy working there, really feel as though they're achieving something, being rewarded however which way that is for that contribution. We've talked a lot about inside the organisation and what's effective. And of course, you're an advocate of B Corp. A lot of small businesses today are wanting to show customers their ethics and their ethical credentials. How would you suggest small businesses go about proving how ethical they are? Paul: So what B corporations are, they're businesses that meet the highest standards of verified social and environmental performance. They set themselves up for public transparency and legal accountability to deliver on more than the purpose of making money. And they hold themselves accountable for that. What the process is, you have to do this survey, where it's really hard to pass, but you only need 40 per cent to pass. But it's hard to get to that point, since we've looked at all aspects of your business – governance, the supply chains, the people, finance, loads of things. You have to do things to make sure that you'll have a structurally sustainable business, then once you pass that you've got to go into your constitution of your company and change it effectively to say we're not just about shareholder return and maximising that, we're about stakeholder return and optimising that, we care about the environment and the communities that we draw teams from and we sell to. Each of those things are as important as the profit that we make. Think about it, the business that we operate is in the ecosystem of all sorts of other things that are happening in the world. You want a healthy interdependence between communities, the planet, and business and profit that works together. So I can give you statistics to show that B corporations perform better financially over the long term than non B corporations, I can show you that cost base is more efficient, because people stay longer because they see and believe in your mission and it’s verified, and you know where you're going. What it brings it validates your reason, your why, your mission – it tells your staff and your potential staff that you are committed to it and Ella’s Kitchen and some of the new businesses I'm involved with, we've had staff applying, team people applying to the roles because it's a B Corporation. It protects you versus your shareholders, if you like in that you can create more environmentally friendly packaging, but it costs a penny more, you can't be fired for by that because the environmental impact is as important to the profitability of the company. And you create you join this network of wonderful business leaders that really tried to use business as a force for good. I'm a huge advocate of that – it puts pressure on yourselves to live, to walk the walk of what you're talking. But it's ingrained and it helps you think through the social, the environmental and governance aspects to make your business not only the best in the world, but the best for the world as well. My hope is the future of business. And by looking at the first five years of B Corporation in this country, which we've just passed our fifth birthday, it's growing, growing like nowhere else in the world. And those businesses are performing better with more and more loyal and engaged staff. Anna: That's interesting, because I would have thought it's because consumers are becoming savvier, that it would be more of a draw for them. But I never thought that would attract employees who would be looking for the B Corp certificate. Paul: I would just say that back to – it’s people, again, consumers and employees are people wanting to find things that live what ethics and values they have in their head. If that's buying something because it's got a little knitted bauble on the top of the smoothie that going to get towards grannies versus one that isn't maybe if they employee wants to work for somebody that isn't just about making money for the shareholders, but it's also helping society where we've got a problem with loneliness with older people, that person's happy. They're just people an answer that I really think business. I don't think business is really about economics, although it has to make money. It's about psychology. It's about understanding why somebody is going to change their behaviour because you exist, and that behaviour is going to improve their lives, you're going to be able to make some sustainable returns out of it. And we all want to live in a better world because we feel really good when you create a business that does that every one of your team well, and the consumer will as well, because we're all just people. Anna: Well, I can't follow that, so I'll wrap up there. But thank you ever so much for coming on the podcast, Paul. It's been great. Paul: Absolutely welcome, Anna, and I’m delighted to share some things that I hope can help others. You can find out more about Paul and his book ‘Little Wins: The Huge Power of Thinking Like a Toddler’, at paullindley.uk. You can also visit smallbusiness.co.uk for more articles on exit strategies and making your business greener. Remember to like us on Facebook at SmallBusinessExperts, follow us on Twitter @smallbusinessuk (all lowercase) and subscribe to our YouTube channel, linked in the description. Until next time, thank you for listening.

Pushing The Limits
Episode 190: How to Build Resilience and Get Control of Your Biology with Paul Taylor

Pushing The Limits

Play Episode Listen Later Apr 8, 2021 74:43


We deal with a lot of stress every day. From balancing our responsibilities to merely reading the news, stress is an inevitable part of life. But contrary to popular belief, stress isn’t always the enemy. A healthy amount of stress allows us to grow more resilient to tougher conditions. Too much stress, however, can lead to the downfall of our well-being. Especially during these exceedingly stressful times, we need to manage our stress levels and build resilience.  In this episode, Paul Taylor joins us to share how we can better respond to stress and build resilience. He explains how too much stress can damage the body and the role of genetic predispositions in our health. Paul also gives us tips on training yourself to handle stress better. Finally, we talk about reframing negative self-talk and forming good habits. If you want to learn more about how to build resilience and handle stress better, then tune in to this episode.     Get Customised Guidance for Your Genetic Make-Up For our epigenetics health program all about optimising your fitness, lifestyle, nutrition and mind performance to your particular genes, go to  https://www.lisatamati.com/page/epigenetics-and-health-coaching/. CUSTOMISED RUN COACHING PLANS — How to Run Faster, Be Stronger, Run Longer  Without Burnout & Injuries Have you struggled to fit in training in your busy life? Maybe you don't know where to start, or perhaps you have done a few races but keep having motivation or injury troubles? Do you want to beat last year’s time or finish at the front of the pack? Want to run your first 5-km or run a 100-miler? ​​Do you want a holistic programme that is personalised & customised to your ability, your goals and your lifestyle?  Go to www.runninghotcoaching.com for our online run training coaching.   Health Optimisation and Life Coaching If you are struggling with a health issue and need people who look outside the square and are connected to some of the greatest science and health minds in the world, then reach out to us at support@lisatamati.com, we can jump on a call to see if we are a good fit for you. If you have a big challenge ahead, are dealing with adversity or are wanting to take your performance to the next level and want to learn how to increase your mental toughness, emotional resilience, foundational health and more, then contact us at support@lisatamati.com.   Order My Books My latest book Relentless chronicles the inspiring journey about how my mother and I defied the odds after an aneurysm left my mum Isobel with massive brain damage at age 74. The medical professionals told me there was absolutely no hope of any quality of life again, but I used every mindset tool, years of research and incredible tenacity to prove them wrong and bring my mother back to full health within 3 years. Get your copy here: https://shop.lisatamati.com/collections/books/products/relentless For my other two best-selling books Running Hot and Running to Extremes chronicling my ultrarunning adventures and expeditions all around the world, go to https://shop.lisatamati.com/collections/books.   Lisa’s Anti-ageing and Longevity Supplements  NMN: Nicotinamide Mononucleotide, a NAD+ precursor   Feel Healthier and Younger* Researchers have found that Nicotinamide Adenine Dinucleotide or NAD+, a master regulator of metabolism and a molecule essential for the functionality of all human cells, is being dramatically decreased over time.   What is NMN? NMN Bio offers a cutting edge Vitamin B3 derivative named NMN (beta Nicotinamide Mononucleotide) that is capable of boosting the levels of NAD+ in muscle tissue and liver. Take charge of your energy levels, focus, metabolism and overall health so you can live a happy, fulfilling life. Founded by scientists, NMN Bio offers supplements that are of highest purity and rigorously tested by an independent, third party lab. Start your cellular rejuvenation journey today.   Support Your Healthy Ageing We offer powerful, third party tested, NAD+ boosting supplements so you can start your healthy ageing journey today. Shop now: https://nmnbio.nz/collections/all NMN (beta Nicotinamide Mononucleotide) 250mg | 30 capsules NMN (beta Nicotinamide Mononucleotide) 500mg | 30 capsules 6 Bottles | NMN (beta Nicotinamide Mononucleotide) 250mg | 30 Capsules 6 Bottles | NMN (beta Nicotinamide Mononucleotide) 500mg | 30 Capsules   Quality You Can Trust — NMN Our premium range of anti-ageing nutraceuticals (supplements that combine Mother Nature with cutting edge science) combat the effects of aging, while designed to boost NAD+ levels. Manufactured in an ISO9001 certified facility   Boost Your NAD+ Levels — Healthy Ageing: Redefined Cellular Health Energy & Focus Bone Density Skin Elasticity DNA Repair Cardiovascular Health Brain Health  Metabolic Health   My  ‘Fierce’ Sports Jewellery Collection For my gorgeous and inspiring sports jewellery collection ‘Fierce’, go to https://shop.lisatamati.com/collections/lisa-tamati-bespoke-jewellery-collection.   Here are three reasons why you should listen to the full episode: Train yourself to build resilience and handle stressful situations better.  Discover ways to deal with negative thoughts. Learn Paul’s tips on creating good habits.   Resources Pushing the Limits Episode 183 - Sirtuins and NAD Supplements for Longevity with Dr Elena Seranov‪a‬ You can also watch Episode 183 on YouTube Watch my interview with Dr Seranova on The Interplay Between Autophagy and NAD Biology.  Learn more about NMN supplements on NMN Bio.  Stopping Automatic Negative Thoughts   Man's Search for Meaning by Victor Frankl   Connect with Paul: Website | LinkedIn The MindBodyBrain Project with Paul Taylor The Better You Program by Paul Taylor   Episode Highlights [05:13] About Paul’s PhD in Resilience Paul is studying psychophysiological resilience.  Gratitude, empathy and mindfulness are necessary. But they are not sufficient factors in  studying resilience.  Paul is looking at the interaction between resilience, mental well-being and burnout in military guys.  Paul is developing a new measure of resilience. It uses self-reports, cognitive batteries and biological measures. [07:57] What Stress Does to Your Brain Consistent exposure to stress changes the brain, both structurally and functionally.  These changes make people less able to control their emotional responses.  People suffering from anxiety, depression, PTSD or burnout were found to have significant maladaptive changes in their brains. [17:38] Daily Stressors That Damage Us Aside from life traumas, the smaller daily stressors can also be damaging for us.  Paul believes that modern life is characterised by input overload that puts us in a constant state of stress. Our resilience and responsiveness to stress depend on factors such as genetics, social support and nutrition. Listen to the full episode to learn more about how nature and nurture inform how stress is processed in the brain. [22:40] Training Yourself to Build Resilience The Goldilocks Effect proposes that for optimal performance, stress levels must be just right. Specific training and repetition can help people arrive at an automated response regardless of their genetic predispositions. Learning arousal control strategies can make you act effectively under pressure. These strategies are also used routinely in training military, police or firefighters.  Breathing is one easy arousal control strategy. Specifically, techniques like box breathing and resonant frequency breathing help manage stress.  Listen to the full episode to learn more about breathing techniques and the autonomic nervous system. [29:49] Using Attention in Stress Response Our attention tends to be internally focused if we’re anxious, depressed or stressed.  If you’re not in danger or no external threat, shifting your attention outward can help minimise your stress. You can shift your attention to your breathing or the things you can sense. Paul says that we all have an ‘inner gremlin’. It’s a character that is responsible for negative self-talk, anger, anxiety and depression. Instead of listening to it, you can shift your attention to the “inner sage” or the best version of yourself. This process of “self-distancing” has been found to reduce people’s emotional intensity. Listen to the full episode to find out how to create a character based on these figures. [35:58] Discharge, Recharge and Reframe When you’re feeling overwhelmingly anxious, first find a way to discharge your stress hormones.  Paul finds that even 30 seconds of intense activity helps in discharging.  Then you recharge by focusing on your breathing. Lastly, reframe your perception by thinking about what your best character would do. [40:44] Dealing with Automatic Negative Thoughts You are not your negative thoughts. You can choose not to listen to them. In Japanese psychology, our automatic negative thoughts are stories we tell ourselves. What matters is what story we pay attention to.   The concept of Hebbian learning suggests that every time you’re repeating a thought, you’re strengthening it.  Interrupt your maladaptive and unhelpful thought patterns and create new healthier ones.  Watch your thoughts with curiosity and remember that you have a choice over the ones you can focus on. [48:10] The Importance of Getting Outside Your Comfort Zone The small circle-big-circle analogy is used to describe comfort zones. The small circle is your comfort zone and the big circle is where growth and adaptation happens.  Since the Industrial Revolution, humans have stopped adapting to their environment. Paul thinks that learning how to be comfortable with being uncomfortable is key to growing stronger and building resilience.  However, you can’t go outside your comfort zone and push yourself too hard all the time. You also have to allow yourself to recover physically and mentally. [53:05] On Recovery Seeking comfort is done during recovery. Recovery isn’t the same as relaxation.  Recovery is doing stuff that energizes you. If you don’t take the time to recover, you’ll run the risk of burnout. Balancing recovery, proper nutrition, good sleep hygiene and high-intensity training drives stress adaptation. [1:01:52] How to Make Good Habits and Stick to Them As humans, we are more driven by immediate rewards. Temporal discounting is what happens when our brains ignore rewards that are far off in the future.  Temporal discounting gets in the way of making good habits and achieving our goals.  In making good habits, it is important to understand your values and connect your behaviours to those.  Breaking big goals into smaller and more manageable goals makes it easier to follow through them. Engaging in enabling behaviour also helps in priming your brain to make your habits.    7 Powerful Quotes from This Episode ‘And so this is what happens when people get burnout or anxiety, depression, PTSD, is that there are adaptive changes that turn maladaptive. And it's basically because the brain is being overwhelmed with stress, either way too much stress in the case of trauma, or just complaints, daily bombardment with stress, and not enough recovery’. ‘So that resonant frequency breathing or box breathing can be really really useful and to deal with stuff in and of the moment. Just, it's basically autonomic nervous system control through breathing’. ‘So if we take a step back, people who have anxiety or depression or just have a busy mind, you know, they've got a lot of negative self talk going on, they want to get rid of it, right? But these three approaches, and I say, look, getting rid of it, it's not really the objective. It's really about where you focus your attention’. ‘I like to talk about shifting your attention to the concept of your inner sage, which is what the Stoic philosophers talked about, you know, that's the optimal version of you. And that's either my best self, me at my best or some sort of other character that I'm consulted’. ‘If you're sitting listening to this, think of your biggest achievement in your life, something that you are most proud of. And I guarantee you, for almost every listener, it will involve stress and being out of your comfort zone. But we need to hang with the tension long enough for adaptation to happen’. ‘You only get bigger, faster, stronger, because you hang with the tension long enough for adaptation to happen right’? ‘And I find that there are a lot of high achievers who are at risk of burnout because they're just on, on, on. And not enough serotonin focused stuff, just contentment, relaxation, connection with others time in nature, all of that sort of stuff’.   About Paul Paul Taylor is a former British Royal Navy Aircrew Officer. Paul is also a Neuroscientist, Exercise Physiologist and Nutritionist. He is currently completing a PhD in Applied Psychology. He is developing and testing resilience strategies with the Australian Defence Science Technology Group & The University of Tasmania. In 2010 Paul created and co-hosted the Channel ONE HD TV series Body and Brain Overhaul. And in 2010 and 2015, he was voted Australian Fitness Industry presenter of the year. Paul also has an extensive background in health and fitness. Additionally, he has experience in leadership, management and dealing in high-pressure situations. His former roles include Airborne Anti-submarine Warfare Officer and a Helicopter Search-And-Rescue Crew Member with the Royal Navy Fleet Air Arm. He has also undergone rigorous Combat Survival and Resistance-to-Interrogation Training. In 2012, he practised what he preaches about resilience training and became a professional boxer. Want to know more about Paul’s work? Visit his website or follow him on Linkedin.   Enjoyed This Podcast? If you did, be sure to subscribe and share it with your friends! Post a review and share it! If you enjoyed tuning in, then leave us a review. You can also share this with your family and friends, so they can learn to build resilience. Have any questions? You can contact me through email (support@lisatamati.com) or find me on Facebook, Twitter, Instagram and YouTube. For more episode updates, visit my website. You may also tune in on Apple Podcasts. To pushing the limits, Lisa   Full Transcript of Podcast Welcome to Pushing the Limits, the show that helps you reach your full potential with your host Lisa Tamati, brought to you by lisatamati.com. Lisa Tamati: Well, hi, everyone, and welcome back to Pushing the Limits. I’m your host, Lisa Tamati. Today I have the legend Paul Taylor. Now Paul is a former British Royal Navy air crew officer. He's also a neuroscientist and exercise physiologist and a nutritionist. And he's currently completing a PhD in Applied Psychology, where he's developing and testing resilience strategies with the Australian Defence Science Technology Group and the University of Tasmania. This guy is an overachiever. He's done a whole lot of stuff in his life. In 2010, Paul created and co-hosted the Channel One TV series Body & Brain Overhaul. And in 2015, he was voted Australian Fitness Industry presenter of the year. This guy has been there, done that, and you're going to really enjoy the conversation today—all around resilience. He has so much knowledge, and he is with us all today. So I hope you really enjoy this episode with Paul Taylor.  Now before we head over and talk to Paul, I just want to remind you, if you're wanting to check out our epigenetics, what we do with our gene testing program that we have, where you look at your genes, understand your genes and how to optimise your genes, and how they are being influenced by the environment and how to optimise your environment, then please head over to my website, lisatamati.com. Hit the Work with Us button. Then you'll see peak epigenetics, peak epigenetics and click that button and find out all about it. Every second week, we have a live webinar where we actually take you through what it's all about, what's involved and how it all works. So if you want to find out about that, just reach out to me. You can reach me at any time and the support@lisatamati.com. If you've got questions around in the episodes, if you want to know a little bit more about any other guests, or you want to find out about anything that we do, please reach out to us there.  I also want to let you know about the new anti-ageing and longevity supplement NMN that I'm importing. I had a couple of episodes with Dr. Elena Seranova, who's a molecular biologist who shares all the information about this incredible supplement and how it upregulates the sirtuin genes in the body and helps create more NAD. Lots of big words but very incredible. The information in those episodes is really incredible. And if you want to try out this longevity and anti-ageing supplement, have more energy, it helps with cardiovascular health, there's even some evidence now starting to looking into fertility. It works on a very deep level in the body and helps upregulate the sirtuin genes which are longevity genes, helps with DNA repair mitochondrial biogenesis, lots of really good stuff. You probably didn't catch all those words, but go and listen to those episodes.  The product is called Nicotinamide Mononucleotide. It’s fully natural, there’s no downside to this. Very safe to take and will slow the ageing process. If you want to find out a little bit more head on over to nmnbio.nz, that's nmnbio.nz. Right, enough for today. I'm going to send you right now over to Paul Taylor who's sitting in south of Melbourne. Lisa: Well, hi everybody, Lisa Tamati here at Pushing The Limits. Super excited to have you. I'm just jumping out of my skin for excitement because today I have the legendary, Paul Taylor with me. Paul, how are you doing? Paul Taylor: Hi, I'm bloody awesome. How the devil are you? Lisa: Very excited to meet you. Paul is sitting in south of Melbourne, he tells me, in Wine Country. Is that right? Paul: That's correct. Like any self-respecting Irishman, I moved to where they make the wine. Lisa: An Irishman who lives in Australia, who is ex-British Royal Navy e-crew, neuroscientist, nutritionist, exercise physiologist—a bit of an overachiever, Paul. Crikey, could you do a little bit more, please? You're not doing enough. Paul: Well, I’m currently doing a PhD in Applied Psychology, just to sort of finish it—round it all out. And I need to keep myself out of mischief. Lisa: Crikey. I feel very intimidated right now. But I am very excited to have you on the show. Because I have come across you from our mutual friend Craig Harper, he is awesome. And I've been listening to your lectures and your work and your learnings, and just going, ‘Wow, this guy puts everything into such a lovely way - with stories and good analogies’. And so, I wanted to share you with my world, over here with my audience. So today, I wanted to do a bit of a deep dive. But before we get into it, so you are doing a PhD in resilience. So, can you elaborate a little bit on the PhD you’re doing? Paul: Yeah, so what I'm looking at is psychophysiological resilience, because I'm just bloody sick to the back teeth, hearing that resilience is all about gratitude, empathy, and mindfulness. And that stuff, it's important. But as I say, it's necessary, but it's not sufficient. And there is a large component of resilience that has to be earned. And that's the sort of stuff that I realized from my time in the armed forces.So, the positive side stuck is important. But there is a lot more to it. And I actually wanted to explore it and do the research on it.  And I'm very lucky that one of my supervisors, Eugene, is the principal scientist at Defence Science Technology Group. So, they work a lot with the military. And I'm actually doing—I'm just finishing off my first study with the military. So, it's pretty cool for me, having left the British military 16 years ago. Now, I’m doing resilience interventions with the Australian military. Lisa: Wow, I mean, it just sounds absolutely amazing. What sort of things are you—because I agree, like, the gratitude and all that very, very important—but it is, you can't just decide. Like, positive thinking, ‘I'm going to be positive thinking’. It's like a little bit more complicated than that. We need to look at things at a deeper level. What is it that your PhD is actually researching? So, what is the study that you've just done, for example? Paul: Yeah, so the one that we're doing, we basically—it's a pilot study. So, what we call a proof of concept. So, taking a bunch of military guys, and they've gone through training, so I did a full day's workshop, 34 hours with the guys. And then they went on to my app, to be able to sort of track behaviours and log habits and interact with each other and put the tools to the test. And so they did—they've done a survey on mental well-being, another survey on resilience, and another survey on burnout. So I'm actually looking at the interaction between your resilience levels, your mental well-being and your burnout, or risk of burnout in the workplace.  And what I'm hoping to do in further research is to develop further the model or the measurement criteria of resilience. Because at the minute, in the literature, it's just measured through a questionnaire, and it's pretty poor, really. Lisa: Wow, yeah. Very subjective. Paul: Yes, it just gets very subjective. And it's also influenced by—if you're doing a resilient survey, it's influenced by who is actually going to see that right. So, if you're doing it for your employer, a lot of people will actually think, ‘Oh, I better not answer this in a certain way, because there may be ramifications’. So there are limitations with any self-reported questionnaire.  But more lately, there's been some biological measures of resilience that have come out of University of Newcastle, which I'm actually going to be working with that group. So, they've actually lived in something called an acoustic startle response, which is basically you'd be sitting with your headphones on, doing some sort of task. And every now and then there'd be this light noise going off in your headphones, and you'd be all wired up. And they'd look at your heart rate, your blood pressure, your galvanic skin response. And you see there's a spike from your autonomic nervous system, right?  And what they have actually shown is that people who have higher levels of resilience on these self-reported questionnaires, they actually—they acclimatized or they adapt quite quickly to that noise, whereas those who have got lower resilience or who maybe have PTSD or anxiety or depression, they don't habituate to it. So, they're still getting that response, right. So, and this is about what is actually going on in the brain, and particularly an area called the amygdala, that I'm sure we'll get into.  So, I'm looking at a sit back and develop a triangulated measure of resilience. We're taking that maybe acoustic startle and some of the self-reports stuff, and then performance on a cognitive battery when you're under pressure, right? So, trying to then get a triangulated measure or a new measure of resilience. That’s a very long winded—yeah, so we can measure it a bit more objectively. Lisa: Yeah, yeah, yeah. And like, because you're working with, like, in Special Forces, I think, in the military. So these are guys that are under immense pressure situations. And looking at our military and vets and stuff, and a lot of them come back with PTSD, and all sorts of mental health issues. And these guys that are coming into this are tough characters, these are not—and then they're coming out with problems. And even not in military, but just in things like my husband's a firefighter. The stuff that they get to see every day. Like he's a really strong, resilient, resourceful human being, but I'm seeing the load, the PTSD sort of load that's coming up over years and years and years are starting to have some bigger ramifications.  Do you see that people that are like super hardcore tough, amazing, but when they are going into these repeated situations and being because usually like exposure therapy is one of the things we do to lower our stress response. If you don't like spiders, and you have to hold a spider every five minutes, you're going to get used to holding a spider, and it no longer will cause a response. By the same token, are you seeing this going flip the other way? Where you're actually getting worse from exposure? Paul: Yeah, so there's a lot of academic research in this area, looking at not just PTSD, but also burnout. So, for me, there's that, there's a continuum of workplace burnout is linked in a way to post traumatic stress disorder, right? It's just that the exposure isn't as extreme. There's not that trauma, but it's the insidious, consistent exposure to stress that actually changes the brain. It changes the brain both structurally and functionally. So what I mean by that is what we're seeing in both PTSD and anxiety and depression, by the way, and workplace burnout, with the advent of brain scanners, they're able to take a bunch of people and follow them for a long period of time—six months, a year, two years. Ask them about their stress levels, and then look and see, does the brain change over time? And what they're actually seeing in that people who are suffering from burnout or anxiety or depression or PTSD, there are significant, as I said, structural and functional changes in the brain. So what I mean by that from a structural perspective, the amygdala, the part of the brain, one of its job is to sense and respond to stress, and it actually becomes bigger. And so there's  increased cells, increased connections and hypertrophy, it's just like your muscles with hypertrophy. And I'll come back to that in a second why this is, right. But in concert with that, areas of their prefrontal cortex, that rational planning judgment part of the brain, and also, another area called the anterior cingulate cortex—they're actually shrinking. There’s damage to those neurons and there's less activity in those areas. And what this means functionally, is it means it's a less-connected brain. And it means it's a brain that is less able to control emotional responses. So basically, the amygdala is starting to hijack the brain. The neuroscientist, Antonio Damasio, he's the first to show in his lab that with that repeated— if your amygdala becomes sufficiently activated, it can actually secrete chemicals to block your frontal lobes. Basically, it says, ‘Talk to the hand. I’m in control of this brain’. Right now we all know that as losing our shit, right? Things are hijacked. But when this is happening repeatedly, what's happening is that there are neuroplastic changes in the brain. Right? And we know that this even happens in unborn children, in fetuses, that if they're exposed to chronic stress in the third trimester, the amygdala will grow bigger and more sensitive. And if we think about it, it's an amazing adaptive response. Because it's basically, they're getting inputs through the placenta and stress hormones. If we're adults, we're getting input saying, ‘This is a dangerous word’. Right? Lisa: Got to be vigilant. Paul: Yeah, the brain is all about survival first, right? It's all about survival. So, and sometimes that adaptive response is maladaptive. Right? In that there are changes that no longer serve us, right? And so this is what happens with people get burnout, or anxiety, depression, PTSD, is that there are adaptive changes that turn maladaptive. And it's basically because the brain is being overwhelmed with stress, either way too much stress, in the case of trauma, or just bombardment. Daily bombardment with stress, and not enough recovery. And I know as a lead athlete, you know about the balance between stress and recovery and just dealing with what you’ve got. Lisa: Never got it right. Paul: And then you don’t, right? Lisa: Burnout was my best friend. Yeah, there's a huge—because I studied genetics, there’s a huge genetic component to this as well. Paul: There is, yeah. Lisa: When you're looking at how long your adrenal, your stress hormones, for example, stay in the body, your COMT gene, your—the RD2 gene, the RD2B gene. Once they actually get the adrenaline, is it going to stay here in the body very long? Or is it going to be out? And they call it like the warrior gene and the worrier. Paul: Worrier and warrior. When I say it, people go, ‘What’s the difference’? I go... Lisa: Warrior as in a Maori warrior, and the other one as in worrying, worrying yourself to death. And there’s a genetic predisposition. And then you couple that with environmental, being overwhelmed with either an event or a series of events, or like you say, the constant bombardment. Because there's a question in my head, like, you and I, there’s history, we've both been in some pretty freakin’ scary situations in life. And those are certain traumas that you've been through and you've carried. But then there is a daily shit that goes on.  Like something that I'm dealing with currently is like, I don't know, but the level of anxiety sometimes is like as high just because I feel like a computer with a million windows open. And it's got inputs coming up. And there's so many—you're trying not to drop the ball, and you're wearing so many hats on so many levels. So that's a different type of anxiety. And it's—and that one that like the big, major ones that you've been through, they sort of self-explanatory that you've got problems with those. But these little ones can be quite damaging too, daily on the mind. Paul: Absolutely. And I like your analogy about having a million windows open. And that's really modern life, is it's just input overload for a lot of people. And it's, even we know that reading the news a lot, and the negativity particularly around COVID is just bad juju, right? Particularly if you are predisposed, or you have underlying anxiety. Then we've got kids, we got that juggle, we got kids and parents, right? And we got work stresses, we got money worries, we got relationship issues. These are all things that our ancestors didn't really have to deal with. Right?  And our stress response system has evolved over the last 2 million years in our ancestors in response to certain challenges. Right, so three minutes of screaming terror on the African savanna when you're being chased by a lion—that's your fight or flight mechanism. And then longer term or really traumatic stress, but mostly longer term stress, like famine. And that's the HPA axis and cortisol. And as you rightly said, different people are different. There's genetic predispositions to which one is dominant, how quick the clearing is. But there's also that, as you rightly say, and a lot of people don't understand this, is that the interaction between nature and nurture. That just because you have a certain variant of a gene, it predisposes you—it doesn't mean you're going to develop that, there needs to be that event. And then we know that those events, when they happen early in life, tend to have a bigger impact. Right? Lisa: So children exposed to trauma are in much deeper in the shit than others Paul: Can be. Unless they have the presence of a caring, supportive adult, often, they can get through it and end up being more resilient. Or they've got a certain variant of a gene, that when they're exposed to stress as a kid, they end up more resilient as an adult. So, it's a really complicated thing. And the thing that I also talk about a lot of people don't, is it also depends on other environmental factors going on. Like what's your nutrition like? Like, what's your sleep like? What's your exercise like? All of those things are hugely, hugely important. It’s a really complicated story, as to whether someone and develop some psychopathology because of exposure to either trauma, or just that insidious day to day stress—what we call de-stress versus used stress, which I'm sure we'll get into. Lisa: Yeah, now that's absolutely exciting because I mean, I preach a lot about doing the fundamentals right. Getting a sleep—at the basis of everything is good quality sleep. And that's not easy. It's not always an easy simple thing. Paul: But check if you're under stress, right? Lisa: Yeah, yeah, because your brain won't bloody turn off. And studying the gamma and dopamine and adrenaline and norepinephrine and all these chemicals that are running out and they're actually controlling us to a large degree, or at least when we're unaware of their influence on the body. But there are things that we can actually do to actually help regulate our own physiology. So I mean, guys and girls in the armies, in the military, have to do this. Or even like I watch my husband and my brother—they’re firefighters—when they're under an emergency situation, three o'clock in the morning, called to a bloody accident, someone's trapped in a burning car type of situation. Like, my husband's just so cool and calm and collected in that moment, like he's completely present. And in daily life, he's quite a shy, introverted dude, right. But when the shit hits the fan, I've seen his like, he doesn't put on a cabbage head. When I looked at his genetics, he doesn't have that predisposition to having adrenaline much. He doesn't have much of an adrenal response. So he'll come up for a minute, and then he'll be back down very quickly, and he’ll be able to control it. And he also understands, I've taught him more about breathing and all that sort of jazz to help regulate your cortisol and all of that sort of stuff. But it is a predisposition.  My predisposition, I have a hell of a lot of adrenaline, testosterone up the wazoo, dopamine. I tend to start really responding and taking action. But I have to actually turn on the prefrontal cortex. I have to really focus on that and not just fly around like a blue ass fly going just running into the burning building without thinking about what the hell I'm doing. So, two different responses—and both are very good responses in a way, if you can learn to manage them and control them and bring them on at the right time. Paul: Yeah, and look, that's where the training element comes into, right? And so, irrespective of what your underlying genetics are, through military training or police or firefighters, they are trained in these situations routinely. And the brain sort of habituates to it and you learn strategies to be effective under that pressure, what we call arousal control strategies, right. So, whether that is—an arousal control can be both ways can be—for people who are generally low, can be getting them up to the right level of arousal. And for people who are a bit too overactive, bringing their arousal down, so they're in that peak performance zone. Let's say the neuroscientist Amy Ornstein talked about Goldilocks and the Goldilocks effect of stress in the brain. That it can't be too little, because when you're bored or you're under arousal, your performance is just not going to be optimal. But also it can’t be too much. And everybody's got a level of arousal that is too much. Lisa: Wow. That's a cool analogy. I like that, Goldilocks. Paul: It's a wonderful analogy. And she's shown, looks at the neurotransmitters that are involved in that—and particularly looking at dopamine and noradrenaline, or norepinephrine, as some people call it, how they're really important in that regulation. But as I say, training, specific training and repetition, can really help people just to get into an automated response. And no matter what their genetic predisposition. Lisa: So if someone is prone to a lot of anxiety, and maybe depression, what are some of the practical—like, if we start talking a few practical strategies now for people dealing with different issues — and let's start with anxiety and maybe depression—what are some of the things that they can do when their amygdala hijacks you? How do you get a grip on yourself and actually change the physiology? Because you feel some big noise happens, or an earthquake happens, or something and you've got that adrenaline just poured out and you’ve got all this stress cortisol and all that, how do you bring yourself down quickly, get yourself under control? So you don't end up in a panic attack, for example? Paul: Yeah, so there's both short-term strategies and there's long term adaptive strategies, right? So, and I'll go into both of those things. First of all, it's important to understand what's going on, right? So this is about the autonomic nervous system. And there are—some of your listeners will be aware of this, but there's two branches of the autonomic nervous system. There's the sympathetic nervous system, and the parasympathetic. And the sympathetic is probably badly labelled because it's not very sympathetic, right? It's the one that increases stress, right? So, and if we think about the response that's going on—so in the brain, the amygdala senses a threat, it sets off a general alarm. And then, the hypothalamus is involved in this, the sympathetic branches is fired up. And for some people, it fires up more than others. But for everybody, when that's fired up, and the vagus nerve is really quite important in this, that's the nerve that connects the brain to the heart, the lungs and all the visceral organs, right? So and the blood pressure goes up, heart rate goes up in order to pump blood to the muscles to give you the fight and runaway, right. And additionally, breathing gets faster and shallower. And then, we know your digestive system is affected and all the blood that is in your digestive system, digesting your food... Lisa: Your peristalsis. Paul: It’s shunted away. It’s shunted away to the working muscles, right, we know the immune system is temporarily switched off, the reproductive system’s temporarily switched off because there's no point in ovulating or creating sperm when you're being chased by a lion. It’s a waste of energy, right? If we think for a second about the long-term consequences when people are in a chronic state of overarousal, even if that's just low baseline overarousal. So, I have a suppressed reproductive system. This is why people who are chronically stressed, and they become infertile. Right? Boom. And this is why they develop digestive system issues like irritable bowel syndrome and stuff like that, which we know can change your microbiome. And then there's a two-way interaction, which we'll talk about later. And the immune system becomes suppressed. That's why people develop—they get sick, and they take longer to recover, whether it's from a wound, whether it's from training load, or whether it's from any type of illness or injury. And then heart damage can happen, right, and with that chronic stress. So that's over activation of the sympathetic branch, and particularly the vagus nerve, right? What we now know is it's only taken our scientists about 3,000 years to catch up with the knowledge of Yogi's, right? Yeah, exactly. Certain breathing patterns can affect your heart and your brain. And I used to think, all that breathing, I used to think it was fluffy bullshit. Until I get into the science—and Jesus, how wrong was I? Lisa: Me, too. I must admit, and now I'm doing it 100 times a day. Paul: Yeah, exactly. So, techniques like box breathing. I'm sure your listeners have probably heard you talk about it. Lisa: Repeatedly. Paul: Yeah, breathe in like the sides of a box. Breathe in for four or five seconds, hold for four or five, out for four or five, hold for four or five. And you can also do a modified box breathe, which is in for four, hold for four, out for six, hold for two. And I'll talk about that in a second. There's also something called resonant frequency breathing, which is also really, really beneficial and can actually enhance your what's called heart rate variability, which is a kind of a window into overall stress on the body.  So, reso-frequency being—you need some equipment to measure it effectively. But generally, everybody listening is probably between four and a half, five breaths and seven breaths a minute. And it's been shown that if you get within one of that, then you could. So I teach people, just generally six breaths a minute, right? So that's 10-second breath cycle, but breathe in for four and out for six. Because the longer breath out—when you breathe in, you are up regulating your sympathetic nervous branch, right? When you breathe out, you're activating the parasympathetic nervous branch. So, the long breath out is really, really key, which is why I talk about the modified box breathing as well. So that resonant frequency breathing, or box breathing can be really, really useful to deal with stuff in and of the moment. Just—it's basically autonomic nervous system controlled through breathing, that’s it. Lisa: Control your physiology in seconds. Paul: And the other thing that goes in concert with that, and my wife uses a lot of this, she's qualified in Acceptance and Commitment Therapy in Japanese psychology. And we're both fans of stoic philosophy. And it is about attention, and all three of these great agree that attention is key. So if we take a step back, people who have anxiety or depression, or just have a beasty mind, they've got a lot of negative self-talk going on, they want to get rid of it, right? But these three approaches, and as they say, look, getting rid of it, it's not really the objective. It's really about where you focus your attention.  So, if you think of your attention, like a light, and when you're in that stress response, your attention, and it is very internal focused, if you're anxious or depressed, or you're stressed about something that's on that particular thing. But it's an internal experience that you're having. So just shifting your attention outward. If you're not in danger, this is—you just have an anxiety, depression, whatever, just look for the colour blue. That's one thing. Just shine the light of your attention somewhere else. Lisa: Like a naughty kid who’s having a tantrum. Just distract them. Paul: Yeah, absolutely. And I call that part of the brain your inner gremlin, that’s responsible for anxiety, depression. And but also just negative self-talk and self-criticism, and anger — all of these things. And the key thing to understand is your gremlin’s like a chameleon, right? It can take many guises. But it's like, if you remember the movie Gremlins, when you feed Mogwai after midnight, it becomes energised and turns into the Gremlin. So, when you shine the light of your attention on the gremlin, it becomes energised. So this is where you just shift your attention either to where's the colour blue or what can I smell? Lisa: Or breathing. Paul: Or we like to—or your breathing—yeah, that's another great combination. And I like to talk about shifting your attention to the concept of your inner siege, which is what the Stoic philosophers talked about. That's the optimal version of you. And that's either my best self, me at my best, or some sort of other character that I'm consulting. Lisa: Ah, yes, I heard you talk about this on Craig’s show. And I was like, that analogy that you use, like there was one with your son, Oscar. And him talk, having Derek, I think it was... Paul: Yeah, that’s right. Yeah, Derek. Yeah, yeah, yeah. Lisa: So creating a character around these two polarizing figures. I’m always talking about the lion and the snake in my head. Or Wonder Woman in this chicken shit, who’s me. And we all have this positive, amazing self. And we have the self that's full of self-doubt and imposter syndrome, and I can't do this, and angry, and negative, and cynical. And so it's creating a character. So tell that story a little bit. Paul: Yeah. So the character thing is really, really powerful. And so I get people to—you've got to bring this character to life, right? So there's a little exercise, which I'll share with you. And you can share with your listeners where, so I call them your inner Gremlin and your inner siege, right? Or you can say whatever you want. So, what do they say first thing in the morning, right? You write that down. Generally your inner Gremlin is the one that says, ‘Press snooze’ or ‘Not another bloody day’, right? But then you go, what do they say when they're faced with a challenge? And then you write down their character strengths and particularly, you focus on your inner siege, what are the character strengths that you have when you're at your best? And then I like to do a thing called plus ones. Like what are ones that you'd like to develop or have more of? And you write down. So, if it's calm under pressure or being more empathetic, I'm going to write down that my inner siege is calm under pressure, is more empathetic, right?  And then drawing the characters is a brilliant thing because it brings it to life. And Oscar when he drew the characters, he drew Derek and he drew Flash, who has now actually being replaced with Richie. A little side story. I actually bought a book called The Real McCaw from Richie McCaw because I am a big fan of the All Blacks, and particularly Richie McCaw. And I bought his book, and I was wanting to read it, and it friggin’, it disappeared, and I couldn't find where it was. And one night, I went down to Oscar’s room. He was supposed to be asleep, and he's there reading. And he's reading that book. He'd nicked it from me, and he had a highlighter. He's 10 years old, and he's highlighting stuff what Richie McCaw said, right. So now, his inner siege is called Richie, right? But when he drew these original ones, he actually did a speech bubble for Derek and it said, ‘I will crush the good ones and I will be the king of Oscar’s head’. How cool is that? Lisa: And he’s 5 or something. Paul:  No, he was seven at a time. Lisa: 7. Oh my god. But I mean, the hard cold, maybe 6, actually. But sometimes kids are so insightful. Because that's what happens, right, is that when that negative character takes a hold of the negative self-talk, it does crush the good self-talk, kind of becomes the king of your head. If you choose to let it, right? Paul: So my inner siege is called, Jeff. So when I'm struggling, or I need to get myself up, I just go ‘What would Jeff do right now’? Right? And so this is a process in psychology called self-distancing, where you're taking yourself out of the emotional state, and you consult a character or my best friend or whatever, and it actually shows it reduces the emotional intensity. And research shows that people make better choices. They're more courageous, and they make better choices, right. And so that's one, I think, really useful way to shine the light of your attention. So, the process that I use, depending on who's around, right, if someone's having a bit of an anxiety or just a bit of negative stuff, I like discharge, recharge, reframe. So think about it, it’s stress hormones, right? If somebody’s having an anxiety, get it out. You got to discharge those stress hormones. When you run away... Lisa: Go for a run. Paul: ...you come back to homeostasis, right. And I find, even 30 seconds of intense activity is enough. So, you discharge the stress hormones, then you recharge by your breathing, right. So you're doing that breathing and you're focusing on your breathing. And then, so your amygdala hijack is gone now. Use you're focusing on the breathing, and then you reframe and you go, ‘Okay, what would Jeff do right now’? Or ‘What would my character do right now’? Or, if I've written down all my character strengths, what action do I need to take right now to display those characteristics? Right? So the Japanese psychology, Morita Therapy, there's this beautiful term called, arugamama, right? It is what it is. And then they say, ‘What needs to be done’? And the stoics are very much like that — what do we need to do right now? So it's very action focused. Right? And so that is something that I think works for me well. Lisa: Yeah. Because it sort of removes yourself so that you're looking—it's like looking down on yourself. Because this brain of ours is like a thought factory, it just keeps going and talking and chattering and go, go, go, go. And yeah, emotions take over, amygdala often is in control of our prefrontal cortex. And if we can separate ourselves and sort of hover over ourselves—and I've been looking into stuff like what happens after death because I just recently lost my dad and all those questions. ‘How do I connect to my dad on the other side’? All of that sort of jazz that nobody can bloody answer, really.  Paul: Yeah, if you get the answer, let me know. Lisa: Yeah, I’m working on it. I'm really trying to get it out. But a lot of talking about the connection to the other side and opening up those channels, and to me, it's like, okay. So just from a brain point of view, if I just separate myself out from my brain, like, if you believe that we are a spiritual being and so our brain, our body, we're just walking around in this earthly body, but we have a higher self, if you like. So, it’s this higher self looking at that brain going, ‘Oh she's running that stupid program again that she learned when she was seven. It's no longer relevant here, I need to change the recording, and I need to change up’.  So it's just giving yourself a way of separating yourself from the actual emotions that your body is feeling, your physiology is feeling like now. And for me, a lot of it is, when I get anxious and stuff, I will just go and sprint for 50 metres. Like you say, it doesn't have to be long, it might be 2 minutes. It just comes back, reset myself. Sometimes if it's a really bad situation or whatever, I'll have a little cry that discharges more energy. And then I pick myself up and we'll get on with it, and we'll do a breathing, and we'll get back into gear. And just having those little tools in your toolbox can really help you manage the day-to-day crap that comes at us. And even in the big situations, the really traumatic ones, I've used those situations regularly—just remove myself for a minute from the situation, go and get my shit together. And then come back into the situation. And that can really help if you have the luxury of doing that. So, I think these are really, really important because people often think, well, they look at someone like you and all your achievements and all stuff that you've done—or even in all the races that I've done. ‘No, never. I could never do that’. And that's your automatic negative thoughts coming in, your angst, as Dr. Daniel Amen talks about, they just pop up. And you need to realize that that isn't you, that's just your brain doing its thing. And you can choose not to believe that brain when it tells you you're not good enough, or you're not sexy enough, or you're not pretty enough, you're not strong enough, whatever the case may be. You can go, ‘No, I'm not listening to that’. And I'm diverting, and what you're saying, is divert your attention. Paul: Yeah, absolutely. And those answers are automatic negative thoughts. In Morita Therapy, Japanese psychology, it's basically, it’s a story. It's a story that we tell ourselves, and there are a number of different stories. And it depends what story we pay attention to. And because when you pay attention to a particular story, when we think about what's happening in the brain, that self-concept, or that idea that ‘I'm not good enough’, is basically what we call a neural net in the brain, right? It's a bunch of neurons that are firing together for a concept or a thought or a particular line of thinking.  And the Scottish neuroscientist Donald Hebb showed in the 1950s, it's called Hebbian Learning. And it's a well-accepted way of the brain works, nerve cells that fire together, wire together. Right? So every time you're repeating that thought, or paying attention to it, you're strengthening it. And he showed that eventually, after a certain amount of repetitions—and we don't know the magic number—but that circuit becomes what's called long-term potentiation. This means that this circuit is primed for firing. And it means that then even neutral information is more likely to fire off that circuit, right? And every time you're paying attention to it, you're strengthening it.  So, the other approach is to go, ‘Thanks, Gremlin’, or ‘Thanks, brain. Thanks for that story that you're telling me. But it's not helpful right now’. Right. And that's where you focus on another story, or a particular affirmation that people might have. A different story, I've got this, whatever, it's another neural net. And every time you're focusing on it, and paying attention to it, you're strengthening it, right? So it's about interrupting the old and maladaptive, unhelpful thought patterns... Lisa: That we all have. Paul: ...and actually creating new ones. And every time you catch yourself—this is why the first part of all of this is about being the watcher. It's about being the watcher in your own brain. And for lots of people, this is a frigging revelation, that they can actually watch their thoughts, and do it with curiosity. And go, ‘Wow, there's an interesting negative thought. And that's an interesting negative’...  Lisa: Great example! Paul: Yeah. And then be curious and go, ‘Well, what would a more positive thought actually be’? Right? So you can trick yourself into having these positive thoughts and every time you're doing it, you're laying down and strengthening those networks in the brain, right? So like anything, like you didn't become awesome at what you did by doing it once and then boom, that's it. It's about repetition, repetition, repetition. So, really the first step is being the watcher, and then just repeatedly intervening, and going, ‘Actually, I have a choice’, right? And what's called in Acceptance Commitment Therapy, the choice point. And Viktor Frankl talked about it, the Jewish psychiatrist who was imprisoned in Auschwitz. And I read his book as a 17-year-old, had a pretty profound effect on me. He said, in between stimulus and response, is the space where we have the ability to choose. And he talked about the last of human freedoms, is your ability to choose how you react to your circumstances, whether they be external circumstances or circumstances in your head, we all have that ability to choose how we're reacting, right. And choosing what we actually focus on. And it's this light of attention, that I think is really, really powerful. So when we wrap it all up in those characters, and then we're repeatedly doing it, and then people are waking up in the morning, and actually spending a few minutes saying, ‘Okay, who am I going to be today? What version of me is going to interact with the world’? And every time they observe negativity going, ‘Well, I say I've got a choice right now. What would Jeff do right now’? Right? Before they walk into their office, and just before you walk in the door, just think, ‘What do I need to do to express those characteristics of my best self’? And especially when you come home, particularly if you've had a shitty day, you just spend 10 or 15 seconds going, ‘Okay, there's a choice here and what version of me, do my partner, my little kids want to see walk into the room’? Right?  And it's just that little mental rehearsal, as you'll have done hundreds of thousands of times as an athlete and every world class athlete does this mental rehearsal because that shit works. Get your game face on. Lisa: Get your game face. I have this analogy and I've told this story before on the podcast but when I was doing this race in the Himalayas and absolutely terrified, 222 K's of extreme altitude... Paul: Jesus Christ! Lisa: And I’m an asthmatic with a small set of lungs, who did mostly deserts for a particular reason. And I was absolutely packing myself, and I got my crew together like two days before and I said, ‘You have to protect me, my brain. You have to like tell me how amazing I am. Every time a negative thought comes up, I want you to sort of shout it down for me and protect me from everyone else’.  And on the day of the actual event, they did that and they really helped me get my shit under control because I was really losing it. Like I was just terrified I'd had a concussion in the build-up, I'd had to rip some ligaments, so I hadn't had a good build up. And it was the scariest thing I've done at the time. And I've done some other scary crazier shit but that was pretty up there.  And on race day, you wake up and you have that moment for a second where you go, ‘Oh shit. It’s that day’. That day you've been  preparing for, for a year and a half, but it's that day and you've got to get up and face down 222Ks in the mountains in extreme temperature, extreme altitude, and no air and things. And I'm putting on my gear, and then that person changes. When I put on my running gear... Paul: That’s your thing. Right. Lisa: It’s my thing. That's my ritual. Paul: That’s your siege. Lisa: When I put on a number, there's a different person in front of you. And that person is a freaking warrior. Paul: Machine, yeah. Lisa: Yeah, in my head. I’m not, but I am in my head, in that moment, I am Wonder Woman. I'm Gal Gadot. I can do any freaking thing and I’m telling myself the story, I'm telling myself the story in order to create the chemicals in my body that I need just to get to the freaking start line and not run the other way because I'm terrified.  And then, once you start and you're in the battle, you're in the battle. You're in it. There's no way out but through. And then you have to bring in all the guns. Over the period of the next 53 hours, I had to bring out all of the stock, sort of things, to get through every crisis that came. And these voices in your head are pretty freaking loud after 50 something hours out there. Paul: That they bloody well are, yeah. Lisa: Yeah, but when you go—because one of the other analogies that I wanted to bring up that you talked so well about in one of the interviews was the small circle and the big circle. And the small circle is your comfort zone. That's you, that's the life that you're living when you're in your comfy world and you're not pushing outside the zone. And you’re staying safe because you're too frightened to jump out into the big circle is what you can be, and your potential.  But out there, in that big circle, it's freaking scary, it's hard work, it's terrifying, there’s risk of failure, there's all sorts of things. And everybody wants to be that big person that does these, lives this full life, that reaches their—none of us will reach our full potential, but we're reaching a heck of a lot of potential. And not living in the safe, little comfortable, ‘I'm scared’ world. And pushing yourself every single today to do shit that hurts, that’s hard, scares the crap out of you. And then coming back and recovering. Paul: It’s critical, right? And I called that big circle, our scientists will refer to that as the zone of productive disequilibrium, right? Lisa: Those are scientists’ words? Paul: Yeah, exactly. So you're out of balance, you're out of whack. But it is where adaptation happens. And this is the problem. So we are by our very nature, we are comfort seekers, right. And just because all of our history has been of discomfort, and so it's pretty natural that we're comfort seekers. The problem is that we have an ancient genome in a modern world. Our genome hasn't changed in 45,000 years, right. And for the vast majority of our human history, we had lots of discomfort, life was uncomfortable, and we became the dominant species on Earth, largely because we adapted better to environmental stressors and pressures than other species right. Now, what's happened in the last 100 years since the Industrial Revolution, particularly in the last 30 years, is that we have stopped adapting to our environment, and we've started changing it. And recently, we've changed our environment to such a level that we're no longer optimally matched to it genetically, right. So when we seek comfort, we get soft, we develop a soft underbelly. And this is what a lot of the positive psychology people do not talk about, is that getting comfortable with being uncomfortable.  And you can just do this, quite simply, if you're sitting listening to this, think of your biggest achievement in your life, something that you are most proud of. And I guarantee you, for almost every listener, it will involve stress and being out of your comfort zone. But we need to hang with the tension long enough for adaptation to happen. And lots of people spend most of their life in that little small circle, the comfort zone, and they dip their toe into the uncomfortable zone of productive disequilibrium. They go, ‘This is uncomfortable. I'm getting right out of here’. No good shit ever happened in your comfort zone. Right? Lisa: It’s a quote from Paul Taylor, ‘No good shit ever happens in your comfort zone’. You gotta put that one on the wall. Paul: It’s like past 2am. Right?  That's the thing, no good shit happens there. So, it is about seeking discomfort. And one of my things, which you actually exemplify much better than me, but it’s that get comfortable with being uncomfortable. Right? Yeah, that's really key. And I think we have, as a generation, particularly in the West, we have got comfortable with being comfortable. And we are comfort seekers. Lisa: Getting cosy all the time. Paul: It's all, it's served up to us everywhere. And we're prompted to buy things and do things that make us comfortable. And it's natural to want to go there. But it's not self-serving. Lisa: But our biology isn't, our epi genome isn't suited. Paul: Absolutely not. Lisa: Getting out of that thermoneutral zone, for example, like cold showers, cold water, hot. All of these things that are outside the neutral zone are where the change happens, from a physiological point of view. If I hop into a sauna, I'm going to create heat-shock proteins, I’m gonna sweat. That's going to cause all this cascade of events in my body that will make me stronger. The next time when I go to the gym and I work out with weights, then I'm going to be sore and I'm going to be breaking down the tissues. What happens is a cascade of events that makes me stronger for next week. Paul: And here's the thing, right, that if somebody wants, if somebody goes one, if someone hasn’t been trained for ages and particularly, they’re bloke. And they go riding got to get back and then they go to a CrossFit class or F 45 hard core. And they go, ‘Jesus. That was ridiculous. I'm never doing that again’. But then you're not going to adapt, right? You only get bigger, faster, stronger, because you hang with the tension long enough for adaptation to happen right. Now, seeking comfort, we should do that when we're in recovery, right? But a lot of people, and we should really define the difference between recovery and relaxation. Right? Recovery isn't sitting with your feet up with a bottle of wine watching Netflix, right? Recovery is stuff that is actually energising you, right? It’s doing the breathing stuff, it’s doing the meditation, doing the tai chi, the qi gong, those sorts of things, yoga. Or for some people, it's drawing, it's reading a book, it's connecting with others, it's gardening, it's spending time in nature. These are all things that really help us with that balance between stress and recovery. And when, if we get that right, the stress becomes used stress. And if we are just exposed to that too much or don't get the recovery, right, it's de stress. And then we can go into burnout/overtraining syndrome, which then when you look at the physiology between overtrained athletes and burnt out executives and depressed people, it’s almost identical. Lisa: Yeah. And like, I've had to try to get my head around this because when you're an athlete—and I grew up in a household where being tough was cool. And physical toughness and mental toughness were what was valued and what was rewarded in my family. So therefore, I have this complete construct in my head that if you're not tough, and you're not hard ass all the time, then you're useless. And I had to deconstruct that a little bit because that lead me to burnout, that broke me, that lead to hell of a lot of pain in sickness and all sorts of things. Now, as I'm hopefully older and wiser, I know that my body also has a full on and it has to have a full off. And that recovery is really important. And that recovery can be cuddling the cat, it can be going to the beach with my husband and just staring at the waves for half an hour to recover. It doesn't have to be something epic, and it can be something like the sauna

Ladies at the Round Table: A Journey into the Realms of Sci-fi and Fantasy

Show Name: Dune (1984) Season/Episode: N/A Date Aired: 14 December 1984 Where Aired: linktr.ee/ladiesattheroundtable Twitter @LadiesAtRt_Pod Patreon.com/LadiesAtTheRoundTable Instagram @ladiesattheroundtable Plot Summary in a sentence In the distant future, destiny brings a kid named Paul to a sand planet with dangerous giant worms to break control of Spice. Or: Paul is destined to become the One, and that is what happens. The Heroes Journey, but it’s all political, and there are really big worms What’s your word? Sand Spice! Favorite character this episode? The creepy little sister (name starts with an a) (^Alia^) And she creepy as heck.  Gurney, but also maybe Alia… I also like Paul… So… maybe I can’t choose.  Omg Yueh  Technical Talking Points (music, lighting, editing): Again we are in the 80’s where much is laid out on a platter for us, with narration and hearing thoughts. The special effects seemed to be the star of the show. (At the cost of character development) Soundtrack was super enjoyable.  I know I am always complaining about this, but why do so many scenes have to be so dark? This is the first excursion of ours into soft science fiction! WOOT WOOT! Herbert designed this book (and series) in a very careful manner, but ultimately didn’t really think of the series as science fiction. He considered it an epic adventure, and while he was very careful to include the steps of the Hero’s Journey, fitting each role perfectly, he also relied heavily on Arthurian legend.   Great Dragons I mean Sand worms,  protect the precious treasure OMG I meant Melange the spice. The Dragons worms have massive teeth and bellow fire cinnamon. If this reminds you of Beowulf, well it should!  Much of the Dune Universe is alien and outlandish at first but if you replace some words, you end up with something that is far closer to home. Water = Oil for example  Re: Hero’s Journey - Herbert wanted his Hero/Messiah to do something other superheroes don’t, which is to gain power slowly, and through much trial, he also gains powers through mystics and careful technique. Paul never gets bit by a spider, isn’t a crazy powerful alien or anything of the sort. He’s a hard working human. That’s the first thing we learn about him, he’ human. Which of course implies that most of the people we see in this show are inhuman.  Movie was made 20 years or so after the book, and it was kinda a ‘clock is running out scenario’ but they still made something cool which is unusual. Often when we see things rushed, they do a poor job, but even Herbert was pleased with this film saying that it ‘said everything he wanted it to say’. I agree btw. It was a box office bomb though. It’s one of those movies that they did a good job, but it wasn’t appreciated for a while. It had a lot of negativity which is partially why it’s getting a reboot, but also to keep those rights to keep the money. I have mixed feelings about the new version. The cast seems promising, but I wish they’d stop redoing things that don’t deserve it.  I just looked up 1984 films and it isn’t surprising it bombed when you look at all of the movies it was up against! So many great films that year!!! The director himself actually disowned it. (David Lynch) because he felt in the end he didn’t have much control. It was criticized for being unfaithful to the source material (which… is somewhat true, but ultimately I think that you need to pay attention to what happens, and line it up with the book, It’s still right. Maybe I’m biased because I’m so used to my favorite books being destroyed for film, but Dune book to movie doesn’t bother me much at all. It was also criticized for its pacing, visual affects, score, acting… it goes on and on. I have more thoughts i can share later.  So in 1982 Herbert was interviewed about Dune and said that the message novel is “Don’t trust leaders to always be right” and I just feel like we gotta say this again for people in the back!  2-3 favorite moments in the show: Well, I wish I had read the books. I felt like I didn’t get to know any of the characters. The only ones I felt like I got to know were Gurney, and the Barron. Likely because of the actors skill with little time. I am not a fan of things that are gross. The Barron’s world was so icky. But I did love the way they all seemed to be just a little psycho and so in a quirky happy mood. (I think it might have been some of the ridiculousness that the actors were dealing with showing in their acting, but it was fun.) I had to pause the show when Alia? Came and was warning them at the end about her brother. When she used to voice I had to laugh for a minute. The moment when Gurney is running in the fight with the little pug dog. Wish we had seen it one more time at the end, I wonder how he fared… Overall story was super interesting, I just feel the need to connect with characters to really enjoy the story. I am really looking forward to the remake. I was super confused when the mom drank the water of life, I didn’t realize there was more than one of the ladies. I guess I am confused about all of that stuff.  Literally anytime the weirding way comes about. This reinforces the idea that words are more powerful than we give them credit and I love that about this series. Dune gives power to the ordinary, rather than the extraordinary. Which is the shit.  Paul’s Gom Jabbar was good. I mean bad… but it was done perfectly. It’s everything I hoped for.  The Barron’s actor who I can’t think of the name of the actor was just the perfect freaking crazy.  The Water of life was crazy but good. Like… daymn son. (Both times) See omnystudio.com/listener for privacy information.

英语每日一听 | 每天少于5分钟

Paul: So Amy, I was talking to somebody the other day and they told me that you had quite a number of like interesting little odd jobs. So I'm interested, so could you tell me a bit about that.Amy: I don't know how odd they were. I don't know. When I was in university, part time jobs, I used to work in restaurants and—the usual stuff—restaurants, and I think my favorite was working in a nightclub. It was a really, really big nightclub and I used to work on the floor, just kind of cleaning up, looking after all the drunk patrons.And my first night there was—actually, one of my favorite DJs was on, so that was great. I got to listen to really good music whilst finding money on the floor, and cleaning up after folks. It was really good.Paul: You found some money on the floor.Amy: Yeah. You know, it was a busy club. Really, really full, a good couple of thousand people in there. And I guess people were doing whatever they were doing and they would drop big wads of cash. And because I was the person to clean up all the glass bottles, then I would find the wads of cash on the floor. So it was good. I'd get my wages, I'd get tips, and then I would get my own personal tips from finding money on the floor.Paul: So you must have found like a whole range of different things, like, what else did you find?Amy: Yeah. A little wraps of things, and then packets of things, yeah. I mean, I had to work hard for the money. It wasn't easy because the place was full, absolutely rammed of people. Everybody is incredibly drunk or whatever and they all just want to dance and have a good time. And I have to make sure there's no broken glass for safety reasons, obviously. So I'm pushing my way through the crowd and keeping eyes on the floor constantly with a torch. And alongside the broken glass that I would sweep up would be, yeah, wads of cash, sometimes little purses, little bags, things like that.When I find, like, identification for things—when it was a purse, I would do the right thing with it, hand it in but it was just a wad up, like a rolled-up set of notes, I would just put them in my pocket for me, basically.Paul: Yeah, it's difficult to know what to do with cash because you're handing it to someone who—well, it's cash, isn't it?Amy: I know.Paul: Yeah, yeah.Amy: I remember finding some driving license and student ID, and I took—it was actually the same university that I went to at the time, and I just took it to uni when I was going during the week. And I handed it in to make sure that it got back to the owner because you know that's the worst thing about when you lose your purse or your wallet. The cash, you can kind of just say goodbye to. It's a given really that it's going to be gone, but it's your ID and your cards and everything. It's such a hassle trying to get them back again. So I wanted to make sure that whoever drunken idiot dropped them in that club that it got back to their hands safely.Paul: Well, that's nice. So you're a thief with heart then.Amy: I'm not a thief. I'm an opportunist.Paul: I'm kidding. I'm kidding.Amy: It's on the floor.Paul: I'm pulling your leg, Amy. No, I would have done the same.

英语每日一听 | 每天少于5分钟

Paul: So Amy, I was talking to somebody the other day and they told me that you had quite a number of like interesting little odd jobs. So I'm interested, so could you tell me a bit about that.Amy: I don't know how odd they were. I don't know. When I was in university, part time jobs, I used to work in restaurants and—the usual stuff—restaurants, and I think my favorite was working in a nightclub. It was a really, really big nightclub and I used to work on the floor, just kind of cleaning up, looking after all the drunk patrons.And my first night there was—actually, one of my favorite DJs was on, so that was great. I got to listen to really good music whilst finding money on the floor, and cleaning up after folks. It was really good.Paul: You found some money on the floor.Amy: Yeah. You know, it was a busy club. Really, really full, a good couple of thousand people in there. And I guess people were doing whatever they were doing and they would drop big wads of cash. And because I was the person to clean up all the glass bottles, then I would find the wads of cash on the floor. So it was good. I'd get my wages, I'd get tips, and then I would get my own personal tips from finding money on the floor.Paul: So you must have found like a whole range of different things, like, what else did you find?Amy: Yeah. A little wraps of things, and then packets of things, yeah. I mean, I had to work hard for the money. It wasn't easy because the place was full, absolutely rammed of people. Everybody is incredibly drunk or whatever and they all just want to dance and have a good time. And I have to make sure there's no broken glass for safety reasons, obviously. So I'm pushing my way through the crowd and keeping eyes on the floor constantly with a torch. And alongside the broken glass that I would sweep up would be, yeah, wads of cash, sometimes little purses, little bags, things like that.When I find, like, identification for things—when it was a purse, I would do the right thing with it, hand it in but it was just a wad up, like a rolled-up set of notes, I would just put them in my pocket for me, basically.Paul: Yeah, it's difficult to know what to do with cash because you're handing it to someone who—well, it's cash, isn't it?Amy: I know.Paul: Yeah, yeah.Amy: I remember finding some driving license and student ID, and I took—it was actually the same university that I went to at the time, and I just took it to uni when I was going during the week. And I handed it in to make sure that it got back to the owner because you know that's the worst thing about when you lose your purse or your wallet. The cash, you can kind of just say goodbye to. It's a given really that it's going to be gone, but it's your ID and your cards and everything. It's such a hassle trying to get them back again. So I wanted to make sure that whoever drunken idiot dropped them in that club that it got back to their hands safely.Paul: Well, that's nice. So you're a thief with heart then.Amy: I'm not a thief. I'm an opportunist.Paul: I'm kidding. I'm kidding.Amy: It's on the floor.Paul: I'm pulling your leg, Amy. No, I would have done the same.

英语每日一听 | 每天少于5分钟

Paul: So Amy, I was talking to somebody the other day and they told me that you had quite a number of like interesting little odd jobs. So I'm interested, so could you tell me a bit about that.Amy: I don't know how odd they were. I don't know. When I was in university, part time jobs, I used to work in restaurants and—the usual stuff—restaurants, and I think my favorite was working in a nightclub. It was a really, really big nightclub and I used to work on the floor, just kind of cleaning up, looking after all the drunk patrons.And my first night there was—actually, one of my favorite DJs was on, so that was great. I got to listen to really good music whilst finding money on the floor, and cleaning up after folks. It was really good.Paul: You found some money on the floor.Amy: Yeah. You know, it was a busy club. Really, really full, a good couple of thousand people in there. And I guess people were doing whatever they were doing and they would drop big wads of cash. And because I was the person to clean up all the glass bottles, then I would find the wads of cash on the floor. So it was good. I'd get my wages, I'd get tips, and then I would get my own personal tips from finding money on the floor.Paul: So you must have found like a whole range of different things, like, what else did you find?Amy: Yeah. A little wraps of things, and then packets of things, yeah. I mean, I had to work hard for the money. It wasn't easy because the place was full, absolutely rammed of people. Everybody is incredibly drunk or whatever and they all just want to dance and have a good time. And I have to make sure there's no broken glass for safety reasons, obviously. So I'm pushing my way through the crowd and keeping eyes on the floor constantly with a torch. And alongside the broken glass that I would sweep up would be, yeah, wads of cash, sometimes little purses, little bags, things like that.When I find, like, identification for things—when it was a purse, I would do the right thing with it, hand it in but it was just a wad up, like a rolled-up set of notes, I would just put them in my pocket for me, basically.Paul: Yeah, it's difficult to know what to do with cash because you're handing it to someone who—well, it's cash, isn't it?Amy: I know.Paul: Yeah, yeah.Amy: I remember finding some driving license and student ID, and I took—it was actually the same university that I went to at the time, and I just took it to uni when I was going during the week. And I handed it in to make sure that it got back to the owner because you know that's the worst thing about when you lose your purse or your wallet. The cash, you can kind of just say goodbye to. It's a given really that it's going to be gone, but it's your ID and your cards and everything. It's such a hassle trying to get them back again. So I wanted to make sure that whoever drunken idiot dropped them in that club that it got back to their hands safely.Paul: Well, that's nice. So you're a thief with heart then.Amy: I'm not a thief. I'm an opportunist.Paul: I'm kidding. I'm kidding.Amy: It's on the floor.Paul: I'm pulling your leg, Amy. No, I would have done the same.

英语每日一听 | 每天少于5分钟
第993期:Family Routine

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Oct 4, 2020 3:39


更多英语知识,请关注微信公众号: VOA英语每日一听 Paul: Hi, Amy.Amy: Hi.Paul: So we're talking about routines and in the evening, what's your usual routine?Amy: Get home, wash hands, usually just try and get the dinner organized. Dinner and get my daughter ready for bed, usually. Just get her sorted before I think about relaxing or doing anything else because if I sit down, I never want to stand back up again when I get from work.So yeah, my evening routine is usually pretty steady. Just get everybody fed, the youngest person washed into bed, and then I can relax. How about you?Paul: Yeah, I live alone, so I get back from work and I try to cook for myself. So most nights of the week, I'll probably go home and I then go to the supermarket, get some stuff to cook and cook dinner and then maybe relax in front of my computer, watch some TV and maybe do some work.But maybe that's my routine for about five nights of the week. And then maybe, the other two nights, I'll go out with friends and go for dinner and maybe go for a few drinks.Amy: Sounds good.Paul: Yeah.Amy: Yeah, I was thinking about my weekday routine. I guess weekend routine is more relaxed. It's not as stuck, I guess. The weekend, yeah, we'd maybe go for dinner or go for a bath.Paul: So Amy, you sound, you know, very much into family life. Do you ever sort of miss being single?Amy: My single life routine?Paul: Yeah.Amy: I think I sometimes miss the freedom and maybe the—especially the freedom with my finances, just being able to spend my money on myself, going out to concerts or nightclubs. Yeah, sometimes but not very much. I think what has replaced it is good for my current lifestyle. I think it suits me. I'm happy.Paul: So you'd recommend family life to somebody like me who's single?Amy: If you find the right family, I think yeah. Family life is good. It's fun. You'd find that families can stick with other families and the adults can still have a laugh and have adult conversation and the kids can play. If the kids are happy, then the parents are happy and you can still have a laugh and hopefully, not talk about too many childish things. You don't have to talk about changing nappies or anything—Paul: So you still have a social life then?Amy: We try to, yes. We try to. Yeah, when budget allows and our daughter, she's five, so there's more freedom that comes when your children get older. When they're younger, then the rule a bit more, unfortunately. But such as life. I would recommend it, Paul, yes.Paul: Okay. I'll have to think seriously about it. Thanks, Amy.Amy: You're welcome.

英语每日一听 | 每天少于5分钟
第993期:Family Routine

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Oct 4, 2020 3:39


更多英语知识,请关注微信公众号: VOA英语每日一听 Paul: Hi, Amy.Amy: Hi.Paul: So we're talking about routines and in the evening, what's your usual routine?Amy: Get home, wash hands, usually just try and get the dinner organized. Dinner and get my daughter ready for bed, usually. Just get her sorted before I think about relaxing or doing anything else because if I sit down, I never want to stand back up again when I get from work.So yeah, my evening routine is usually pretty steady. Just get everybody fed, the youngest person washed into bed, and then I can relax. How about you?Paul: Yeah, I live alone, so I get back from work and I try to cook for myself. So most nights of the week, I'll probably go home and I then go to the supermarket, get some stuff to cook and cook dinner and then maybe relax in front of my computer, watch some TV and maybe do some work.But maybe that's my routine for about five nights of the week. And then maybe, the other two nights, I'll go out with friends and go for dinner and maybe go for a few drinks.Amy: Sounds good.Paul: Yeah.Amy: Yeah, I was thinking about my weekday routine. I guess weekend routine is more relaxed. It's not as stuck, I guess. The weekend, yeah, we'd maybe go for dinner or go for a bath.Paul: So Amy, you sound, you know, very much into family life. Do you ever sort of miss being single?Amy: My single life routine?Paul: Yeah.Amy: I think I sometimes miss the freedom and maybe the—especially the freedom with my finances, just being able to spend my money on myself, going out to concerts or nightclubs. Yeah, sometimes but not very much. I think what has replaced it is good for my current lifestyle. I think it suits me. I'm happy.Paul: So you'd recommend family life to somebody like me who's single?Amy: If you find the right family, I think yeah. Family life is good. It's fun. You'd find that families can stick with other families and the adults can still have a laugh and have adult conversation and the kids can play. If the kids are happy, then the parents are happy and you can still have a laugh and hopefully, not talk about too many childish things. You don't have to talk about changing nappies or anything—Paul: So you still have a social life then?Amy: We try to, yes. We try to. Yeah, when budget allows and our daughter, she's five, so there's more freedom that comes when your children get older. When they're younger, then the rule a bit more, unfortunately. But such as life. I would recommend it, Paul, yes.Paul: Okay. I'll have to think seriously about it. Thanks, Amy.Amy: You're welcome.

英语每日一听 | 每天少于5分钟
第993期:Family Routine

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Oct 4, 2020 3:39


更多英语知识,请关注微信公众号: VOA英语每日一听 Paul: Hi, Amy.Amy: Hi.Paul: So we're talking about routines and in the evening, what's your usual routine?Amy: Get home, wash hands, usually just try and get the dinner organized. Dinner and get my daughter ready for bed, usually. Just get her sorted before I think about relaxing or doing anything else because if I sit down, I never want to stand back up again when I get from work.So yeah, my evening routine is usually pretty steady. Just get everybody fed, the youngest person washed into bed, and then I can relax. How about you?Paul: Yeah, I live alone, so I get back from work and I try to cook for myself. So most nights of the week, I'll probably go home and I then go to the supermarket, get some stuff to cook and cook dinner and then maybe relax in front of my computer, watch some TV and maybe do some work.But maybe that's my routine for about five nights of the week. And then maybe, the other two nights, I'll go out with friends and go for dinner and maybe go for a few drinks.Amy: Sounds good.Paul: Yeah.Amy: Yeah, I was thinking about my weekday routine. I guess weekend routine is more relaxed. It's not as stuck, I guess. The weekend, yeah, we'd maybe go for dinner or go for a bath.Paul: So Amy, you sound, you know, very much into family life. Do you ever sort of miss being single?Amy: My single life routine?Paul: Yeah.Amy: I think I sometimes miss the freedom and maybe the—especially the freedom with my finances, just being able to spend my money on myself, going out to concerts or nightclubs. Yeah, sometimes but not very much. I think what has replaced it is good for my current lifestyle. I think it suits me. I'm happy.Paul: So you'd recommend family life to somebody like me who's single?Amy: If you find the right family, I think yeah. Family life is good. It's fun. You'd find that families can stick with other families and the adults can still have a laugh and have adult conversation and the kids can play. If the kids are happy, then the parents are happy and you can still have a laugh and hopefully, not talk about too many childish things. You don't have to talk about changing nappies or anything—Paul: So you still have a social life then?Amy: We try to, yes. We try to. Yeah, when budget allows and our daughter, she's five, so there's more freedom that comes when your children get older. When they're younger, then the rule a bit more, unfortunately. But such as life. I would recommend it, Paul, yes.Paul: Okay. I'll have to think seriously about it. Thanks, Amy.Amy: You're welcome.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: 英语每日一听 Paul: So, we were talking about climates, Amy. Uhm, you know are there any sort of climates that you'd like to live in?Aimee: I would like to live in Iceland or Scandinavia.Paul: Interesting. Why would you like to live in that sort of climate?Aimee: Uhm, The snow is just so beautiful and my image of those countries is that their infrastructure is sufficient enough to keep you warm when you're inside. You know? But I'd say it's just so beautiful. The snow is amazing, It quietens everything. I think it's glorious. I just really like it. I used to ski when I was younger. So I always ... I like skiing and I like the hills, and yeah, and the snow on hills is just beautiful for me. How about you?Paul: Well I, I love snow too, but I don't like it when it gets so slushy and sloppy you know, and your feet are freezing. You know I think like, the ideal of snow is really appealing. I'm not sure about, you know, living in it. I prefer, I don't know maybe the climate of like Southern Italy, kind of Mediterranean, climate I think that would be really quite pleasant. You know? Not too hot, by the sea, although yeah, in the summer, it does gets hot. But I don't think it's the humidity.Aimee: Right, I was just thinking about that. What kind of heat is it? Is it a dry heat?Paul: I think it is a drier heat. Yeah, yeah, whereas the heat we obviously we get here is unbearable at times, right?Aimee: Yeah, it's really bad. Yeah.Paul: So, uhm….Aimee: What's the highest temperature? What's the range of temperature in Southern Italy, what kind of climate, do you know?Paul: Not sure, I guess maybe at this time of year it starts getting up towards 20 degrees C.Aimee: That's nice.Paul: And then I think it does you know places like Sicily, I think it does get pretty hot, probably like the high 30s? Yeah, yeah, so and I think the winters are probably quite mild, unless you're from the North of Italy of course, near the mountains.Aimee: Yeah.Paul: Down in the south it remains kind of pretty mild, you know?Aimee: Aha, if it's in the Med... It's my images of that. I've never been to Italy so I don't know. I've been to the South of France and it got really hot. That was a nice temperature. It was dry, and yeah the nighttime wasn't too hot either, it was really nice during the day. That was a nice climate, I think.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: 英语每日一听 Paul: So, we were talking about climates, Amy. Uhm, you know are there any sort of climates that you'd like to live in?Aimee: I would like to live in Iceland or Scandinavia.Paul: Interesting. Why would you like to live in that sort of climate?Aimee: Uhm, The snow is just so beautiful and my image of those countries is that their infrastructure is sufficient enough to keep you warm when you're inside. You know? But I'd say it's just so beautiful. The snow is amazing, It quietens everything. I think it's glorious. I just really like it. I used to ski when I was younger. So I always ... I like skiing and I like the hills, and yeah, and the snow on hills is just beautiful for me. How about you?Paul: Well I, I love snow too, but I don't like it when it gets so slushy and sloppy you know, and your feet are freezing. You know I think like, the ideal of snow is really appealing. I'm not sure about, you know, living in it. I prefer, I don't know maybe the climate of like Southern Italy, kind of Mediterranean, climate I think that would be really quite pleasant. You know? Not too hot, by the sea, although yeah, in the summer, it does gets hot. But I don't think it's the humidity.Aimee: Right, I was just thinking about that. What kind of heat is it? Is it a dry heat?Paul: I think it is a drier heat. Yeah, yeah, whereas the heat we obviously we get here is unbearable at times, right?Aimee: Yeah, it's really bad. Yeah.Paul: So, uhm….Aimee: What's the highest temperature? What's the range of temperature in Southern Italy, what kind of climate, do you know?Paul: Not sure, I guess maybe at this time of year it starts getting up towards 20 degrees C.Aimee: That's nice.Paul: And then I think it does you know places like Sicily, I think it does get pretty hot, probably like the high 30s? Yeah, yeah, so and I think the winters are probably quite mild, unless you're from the North of Italy of course, near the mountains.Aimee: Yeah.Paul: Down in the south it remains kind of pretty mild, you know?Aimee: Aha, if it's in the Med... It's my images of that. I've never been to Italy so I don't know. I've been to the South of France and it got really hot. That was a nice temperature. It was dry, and yeah the nighttime wasn't too hot either, it was really nice during the day. That was a nice climate, I think.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: 英语每日一听 Paul: So, we were talking about climates, Amy. Uhm, you know are there any sort of climates that you'd like to live in?Aimee: I would like to live in Iceland or Scandinavia.Paul: Interesting. Why would you like to live in that sort of climate?Aimee: Uhm, The snow is just so beautiful and my image of those countries is that their infrastructure is sufficient enough to keep you warm when you're inside. You know? But I'd say it's just so beautiful. The snow is amazing, It quietens everything. I think it's glorious. I just really like it. I used to ski when I was younger. So I always ... I like skiing and I like the hills, and yeah, and the snow on hills is just beautiful for me. How about you?Paul: Well I, I love snow too, but I don't like it when it gets so slushy and sloppy you know, and your feet are freezing. You know I think like, the ideal of snow is really appealing. I'm not sure about, you know, living in it. I prefer, I don't know maybe the climate of like Southern Italy, kind of Mediterranean, climate I think that would be really quite pleasant. You know? Not too hot, by the sea, although yeah, in the summer, it does gets hot. But I don't think it's the humidity.Aimee: Right, I was just thinking about that. What kind of heat is it? Is it a dry heat?Paul: I think it is a drier heat. Yeah, yeah, whereas the heat we obviously we get here is unbearable at times, right?Aimee: Yeah, it's really bad. Yeah.Paul: So, uhm….Aimee: What's the highest temperature? What's the range of temperature in Southern Italy, what kind of climate, do you know?Paul: Not sure, I guess maybe at this time of year it starts getting up towards 20 degrees C.Aimee: That's nice.Paul: And then I think it does you know places like Sicily, I think it does get pretty hot, probably like the high 30s? Yeah, yeah, so and I think the winters are probably quite mild, unless you're from the North of Italy of course, near the mountains.Aimee: Yeah.Paul: Down in the south it remains kind of pretty mild, you know?Aimee: Aha, if it's in the Med... It's my images of that. I've never been to Italy so I don't know. I've been to the South of France and it got really hot. That was a nice temperature. It was dry, and yeah the nighttime wasn't too hot either, it was really nice during the day. That was a nice climate, I think.

Up Next In Commerce
How an Industry Veteran Approaches a New Market

Up Next In Commerce

Play Episode Listen Later Sep 3, 2020 46:50


When you’re entering a new company or a new market, there are lessons to be learned from the past and opportunities to grab hold of to propel yourself and your company forward. Paul Lanham entered a new company and industry all at once when he became the Chief Information and E-Commerce Officer at Charlotte's Web, a CBD company.   On this episode of Up Next in Commerce, Paul details how he used his experience at companies such as Crocs, HCL and Brookstone to help guide him as he helped grow the Ecommerce business at Charlotte’s Web to the point where it now represents 65% of the business. Paul explains the methods he has used to generate qualified traffic, conversions and a high retention rate, and he discusses the technology he thinks is going to make a huge impact on Ecommerce in the future. Main Takeaways: Respect The Work That Came Before You: As a leader coming into a new company, there can be a tendency to try to change too much too fast. Instead, acknowledge and respect the work that was happening prior to your arrival, and then try to evolve that work into something more.  Let the Tools Handle the Work: Humans are excellent at many things, but we all have inherent biases and miss certain correlations or connections. Rather than trying to analyze all the data you have on your own, employ technology like A.I. that will ignore most (unprogrammed) bias and can do the deep work a human brain is incapable of. Tech is Catching Up To Personalization: For so long, there has been a promise of technology that could interact in a human way with customers in real-time. That technology is finally starting to become a reality and those that can implement it properly can take personalization of their Ecommerce experiences to the next level. 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 back to Up Next In Commerce. This is Stephanie Postles, co-founder of Mission.org and your host. Today we have Paul Lanham on the show, the Chief Information and Ecommerce Officer at Charlotte's Web. Paul, welcome. Paul: Hi, nice to be here. Stephanie: I'm glad to have you. Yeah, I'm really excited. I've used Charlotte's Web products before. So, when I saw that you were in our queue for interviews, I was like, "Oh, this is going to be a good interview." Paul: That's good to hear you have some perspective then. Stephanie: To start, I was looking through your background and was really impressed by some of the companies that you've worked at. I'd love for you to first before talking about Charlotte's Web, kind of go through a little bit about your history and then what brought you to Charlotte's Web. Paul: Sure. As you just noted, I have a pretty diverse background mostly in the retial and CBG and technology industries. What's really colored my career is that I've been given a lot of opportunities, some of which I hadn't had a lot of experience in including Ecommerce when I started in its infancy in the mid '90s when you had to build everything. You couldn't really go to the corner shop and buy an Ecommerce server. Paul: But I basically have touched on virtually every aspect of Ecommerce over the past 20 somewhat years. I've been a C level executive for about 25 years and worked for a diverse group of companies, a variety of sizes. Some startups. Paul: I started my own tech company and now it's Charlotte's Web, which I have to say is very much different in terms of its make up versus the companies I've worked for in the past. Stephanie: Yes. And just for people to know the difference, it would be great if you could name drop a bit. I know people hate name dropping, but I'd love to hear what were some of the companies, the largest ones you've worked at? I think you can compare it to Charlotte's Web. Paul: Sure. I worked for what was a startup, Crocs. I think people will recognize the infamous shoe company that is just located down the street from where I work. Paul: I've worked for Jones Apparel Group, which is a mega apparel conglomerate that own companies like Barneys New York, Jones New York, Apollo Jeans, et cetera, in the apparel industry. Paul: I started a tech company that eventually became a subsidiary of HCL Technologies, which is a global tech firm based in India. Paul: And Brookstone, which is the gadget shop, competing with Sharper Image. Again, near its infancy as well. So, a diverse group of experiences. Stephanie: Yeah, that's amazing. With some of these companies you've worked at previously, are there a lot of lessons that you were able to bring to Charlotte's Web or is it just such a different beast that you kind of had to just start over and had a completely new hat on? Paul: Well, basically if you've been a C level executive for a number of years you have some successes and you have some failures and hopefully you learn from the failures, and I've had them too. Paul: Implemented virtually every kind of system you can imagine. Been on the business side from an Ecommerce perspective and learned a lot of different things that I've been able to bring to Charlotte's Web. Paul: Back to the diversity of my career, one thing I can note, I probably have been in just about every function that you can imagine from finance, to marketing, to sales, to Ecommerce, et cetera, et cetera. Paul: So, I think that brings somewhat of a unique perspective to a company like Charlotte's Web, where I frankly I have a lot of empathy for my peers in other departments because I've done a lot of their jobs. Stephanie: Yeah, that is so important. I've worked at previous companies where someone doesn't understand I worked in finance back in the day and people do not understand the complexity or why there are certain procedures set up and you can definitely see tension between certain groups if they've never worked in that team before. So, that's key I think. Paul: Absolutely, and financial people can be fun. Most people don't know that. Stephanie: They can be. Just like me, I'm fun. You're fun Paul. I'd love to hear or I'd love for you to explain what is Charlotte's Web and maybe even starting with the story behind it, behind the name. Paul: Sure. Charlotte's Web is CBD company that was founded by the seven Stanley Brothers and that's a wonderful story in it of itself in that they grew up in the Cannabis industry. Paul: But the company's namesake, Charlotte Figi, who many people may remember from the Sanjay Gupta CNN Specials from years back and most recently illustrating how there was this trajectory of various peoples and things to help a little child basically survive. Paul: So, our namesake Charlotte really is like our guiding star or north star in the context of our mission, which is to help people through natural products that Charlotte's Web produces. Paul: So, it's a young industry, it's a young company where we are a market leader. Obviously we are commercial, but we're always grounded by our original mission and we still do help quite a few people to where our product is very essential like the Charlottes olive oil. Stephanie: Yeah. I was looking at the I am Charlotte video on your website and it definitely gave me goosebumps. When did you guys create that campaign? Paul: Well, it's basically been the past year. The point is with her passing it really shook us all to our core because frankly it was probably one of the core reasons that most of us joined the company. I was fortunate to be able to meet Charlotte and her mother Paige a couple of times. Paul: But many people in my company, and obviously the Stanley Brothers basically grew up in this company attached to Charlotte's story. The I am Charlotte campaign is currently just obviously a testimony and our take on how beloved she is and still is. Stephanie: Yeah, I love that. The CBD industry as you mentioned, it is kind of a new-ish industry. When you're in California it seems like it's been around forever, but when you go to other states or back to my hometown, people still kind of have they either don't know what it is or yeah, are just very unclear about what it is. You have different preconceived notions, you can say. Stephanie: So, how do you all think about kind of educating the public or new buyers who come to your site for the first time? Paul: Certainly. Two points, actually about 15% of households have had some experience with CBD in the United States. And still because it's such an emerging industry, word of mouth is still very important. Typically, people first get exposed to CBD by a relative or a friend or somebody mentioning it that it helped them. Paul: When they go to search for it, we basically are actually a leader at Charlotte's Web because we rank very high on the first page, in the first third with what is CBD. To that point, we spend a good deal of time on our site through blog entries and various educational videos that we put out to educate our customer on the difference, for example, between hemp and cannabis or what is the efficacy of CBD and various in-depth, I guess, videos to illustrate the depth of what they could know about CBD. Paul: So, it very much is still an educational process as you've mentioned to evangelize the use of CBD. Stephanie: Yeah. Yeah, I completely agree. How did you all become a market leader? I know you were not first, but you definitely were some of the early leaders or even starting up in this industry. But how did you go about making sure people had your name as the household name when it came to CBD? Paul: Sure. They were among the first and the brand story between the Stanley Brothers and Charlotte really resonated. It was made for this industry and the mission that the Stanley Brothers inoculated into the company and we still have in terms of evangelizing the product and natural products to the world to help people, I think resonate with people. Paul: When you talk about, for example, our end-to-end integration from seed to shelf, our quality, et cetera, all those things kind of are confluence in terms of being perceived as a quality brand and a premium brand to a consumer. Paul: There are a lot of smart business decisions along the way, frankly, in terms of becoming that market leader. Stephanie: What kind of smart business decisions? Now you've piqued my interest. Paul: Okay. For example, going really strong in Ecommerce initially in that the nature of the industry is that there's been a slower adoption in the major retailers because hemp frankly, from a federal perspective, wasn't quite legal until a couple of years ago based on the format. Paul: There are some reticence in terms of conservative retailers to carry the product. So, they were very smart in not necessarily going the mom-and-pop route even though we have a big natural store population on the retail side. Paul: But going very strong with Ecommerce and hiring the right people right off the bat a couple few years ago to basically push the commercial side of this. Ecommerce right now represents about 65% of our business as was in the first quarter. That's somewhat of a higher percentage than many of our competitors. Stephanie: What do you think is attributed to that higher percentage? Paul: Being first out of the gate. Being very professional about it. But the primary drivers, they're a couple, back to the brand story that really resonated, was beautifully presented on the site and for media. Paul: Secondarily, the quality that we bring to the table that we try to communicate to other consumers. From that seed to shelf continuum, we test the product 20 times, we track each individual bottle or tincture or the like back to a specific lot and seeds. We could document virtually anything anyone needs to know about that particular product. Paul: So, particularly in this industry where you have an influx of competitors, some of which frankly are not quite as sophisticated in the context of testing and the branding. You can really stand out by basically taking care of those issues. Stephanie: Yeah. Yeah, I completely agree. That is how I found you guys in the early days was because quality to me is the biggest factor when it comes to CBD. Paul: Absolutely. Stephanie: And it's also something that a lot of people worried about early on because you do hear horror stories and it felt good going to a company knowing yeah, they've already got everything figured out. They've got the dosing down to its seed. They've got it's non-GMO and yeah, I think that's so important with an industry like this. Paul: Absolutely. Stephanie: The one thing I was thinking about was consumer journeys. Everyone is coming to your website maybe at a different place like we were mentioning before. Some people are brand new or they've maybe never even heard of it, where education is key. Stephanie: Some people have heard about it. You've got the people who maybe are hiding their browsers when they're looking for it or the people like me it's like, "Yeah, this is an obvious thing that can help you." Paul: Sure, sure. Stephanie: How do you personalize either your Ecommerce experience or your marketing efforts to kind of go after all those people and meet them where they are? Paul: Well that's a good question because when I mentioned sophisticated we invested in tools that enable us to personalize that journey. So, for example, back to my comment on what is CBD. Paul: If somebody enters that as a search term and they have to click on our link, we will take them initially to the education materials and will kind of guide them through the process from the Ecommerce perspective of walking them through that journey and hopefully they purchase. Paul: We do that in the context of segmenting our email channel. We have a variety of channels and we handle each one differently. Our affiliate channel, for example, is very strong in terms of the partners we deal with like a Healthline.com, which yet again is another educational component in that we're very strong with them. Paul: So, depending on the channel, depending on the entry point of our consumer, we will treat them differently in the context of where we land them on the website, what we offer to them in the context of their journey through the website, and what promotional activity we engage with them. Stephanie: Got it. Yeah that make sense. When it comes to affiliate programs, how did you all think about setting that up and is that still a big part of your strategy or did you kind of pull back on that once you started becoming more of a household name? Paul: It's still and will be a very big part of our strategy in that penetration of CBD from a search to perspective is still relatively low compared to what I've experienced in the past so that we're still in an emerging phase where we need to use and leverage every channel we can. Paul: So, as strong as our Ecommerce business is, which happens to be frankly Ecommerce alone at Charlotte's Web is a market leader in revenue compared to every other CBD company, just alone. It kind of tells you the scale of our business. Paul: But what I'm getting at, the Healthline.com affiliate is very important to us in that it is the number one rated medical advice site, I believe, if I look at the statistics recently. Paul: Every entry point is different for every consumer and we need to leverage all those different entry points. We can't, for example, rely solely on organic search as an example, not that we would. But we basically go through every venue. Stephanie: Got it. What does it look like setting up a partnership like that? Because, I think that is really important kind of finding someone who has a good reputation that a lot of people trust. But what did that look like setting that partnership up and making it so both sides feel like it's a win-win? Paul: Well to your point, it's important to vet the partner because obviously you don't want to be presented on a site that doesn't quite meet your value set or your brand image. So, we're fairly choosy in terms of the affiliate partners that we work with. Paul: Obviously, in some cases it's a longer negotiation in that obviously we want to do it on advantageous terms in terms of the share basically. So, we don't cast a wide swath in the context of the affiliate partners we deal with. We're very selective. Stephanie: Got it. So, the one thing that I was wondering earlier when you were mentioning failures and you of course have a huge backlog of experience at other companies, what did your first 90 days look like coming in to Charlotte's Web and what big things did you change from the start based on maybe past failures or successes that you've had at prior companies? Paul: Well, like entries in the most companies it's a rush. My story, this is pre-COVID times obviously, I talked on the phone with a board member and my boss, the CEO, on a Friday. I flew over the weekend, got there on Monday. I took the job sight unseen after a phone call. Stephanie: Wow. Paul: I was so enamored of it. I've never done that before. And Danny has never hired anybody like that before, it just went so well. I showed up on Monday and I didn't leave for 90 days, much to the consonation of my significant other in Boston. So, we worked it out. Paul: But it was just a rush of understanding the industry in-depth, doing triage in the context it was still a start mentality, triage in the context of building a business intelligence stack, revamping the Ecommerce organization, planning the next iterations and improvements, setting up for the holiday season for example. Paul: When I joined, literally the week after I joined we kicked off a new platform upgrade that we only had a couple of months to do prior to holidays. So, it was a lot of long days. Stephanie: Was that something that you feel like you could step into because I'm sure you've done many re-platforming experiences before? Paul: Yeah. There is some muscle memory and back to my point, you always want to learn from your failures and not do them again or at least understand the context and admit them. Basically one of those issues is that one has to listen very carefully. Paul: I parachuted into a company that was going 1,000 miles an hour and one of the lessons I've learned in the past is honor the past because there was a great deal of work and a lot of great work done that I took the attitude of evolving and adding to as opposed to turning the part which many C level executives take that as their mandate. Paul: I've never really done that. It's one of the failures I've learned from in my past that basically sometimes evolution is better than tearing things apart. Stephanie: Yeah. Yeah, I love that and I think the quote too. Paul: Yes. Stephanie: So, I'm sure another thing that you kind of the change of thinking on would be how you track the success of a business or the Ecommerce site. What kind of metrics, did you maybe look at prior companies where you were like this is our set of metrics that always made sense versus what do you look at now at Charlotte's Web? Paul: Well, there are quite a few. You know the Ecommerce business, there are probably 20 things that you look on a daily basis. That's my routine in the morning, I get up and I look at basically all the metrics. Paul: But what's important here, more so than perhaps, it's always in the top three conversion for example, on unbalanced traffic. It's significant here because you're engagement with a new customer and maybe fleeting because of the nature of the industry, the curiosity about CBD, people not knowing about it. Paul: I actually had to look at that statistic or those statistics several times because they didn't believe them, they were so high. That's a testament to the people and the staff that were here in that whether it's educating the consumer, or the customer experience on the site, or customer care on the backend, we have a high percentage of sales that convert. Paul: So, that probably is a much more important stat that I've paid attention to in the past. It's always been in the top three or four. Paul: Retention of consumers. Again, in this sort of industry because of the fleeting interaction with your customers, we have a very strong subscription program that is very important to us, which are typically customers who deem the product to be essential to their wellbeing. Paul: So, we've put a good deal of emphasis on that as well as retaining customers, and again, without divulging the statistics, it's much higher than I've experienced in my past 20 plus years of experience in Ecommerce. Stephanie: What do you think is making it so high? How are you all retaining customers so well or encouraging people to subscribe? Paul: Well, it's high because I guess in a way our traffic is more qualified, then again I've experience in the past. When they come through the site and they've been educated, there's a slightly high degree of propensity to buy. So, that's a factor. Paul: Plus some of our tools really facilitate the conversion in that. Not that we're pushy but we don't let go in the context of okay, this isn't right for you, maybe this or how about this promotion or have you rethought this through the customer journey in the site? Stephanie: Yeah. Paul: Basically, there's a pre-decisive to buy basically once they get to our site. Stephanie: Is there any initiatives that you've implemented when it comes to, like you said, it's nice you don't let go and you make sure to make to keep reminding them or showing them new products or new ideas. Stephanie: Is there anything that you've implemented recently around those kind of initiatives that have increased conversions or increased subscription rates or anything, or anything that you've done where you're like that was a big flop, don't try that? Paul: Well yeah. Again, getting much more sophisticated, I don't think anybody else has implemented the suite of what I call campaign tools and analytical tools. Typically, people use the standard GA or Google tools and we've gone past that and utilizing tools that I've used in much bigger companies without naming the company. Paul: So, we can have a high degree of personalization in terms of how we treat our customers as they kind of navigate through our site. A much higher capability in terms of test and react and basically inoculating those scenarios and situations into our campaigns eventually down to the individual level. Paul: So, we're still learning some of those. We've implemented those over the past three or four months. The company is still, my staff is still learning some of the aspects of those tools. Paul: On top of that from an analytic standpoint, which is a little unusual in the industry, we dived in with both feet from an artificial intelligence perspective because I joke with my staff and they read too rapidly that my experience doesn't always mean anything. I think I know everything about my customer and I'm confounded constantly in terms of why I was wrong on that. Paul: It comes down to the data and what artificial intelligence does for example, is that it makes those deep correlations that none of us would have thought of, I would have never thought of with my 20 plus years of experience of how our customers actually interact with our site or what are they thinking in the context of their purchase strength. Paul: So, when you put all those things together from a capability perspective, I love it in terms of being data driven, in terms of understanding our consumer at a deeper and deeper level and being able to provide the best experience and the best service that we can on an ongoing basis. Stephanie: Got it. That makes sense. When you're implementing AI, first can I ask what platform are you using for that and what kind of surprises have you found when you implemented AI? What were the consumers doing that you would never have guessed before? Paul: Well it's a third party app. It's a bunch of data scientists who basically provide the service for us. They're conduit for the massive amount of data that we have. To your question of surprises or those correlations or what people have affinities for in terms of say, an add-on purchase that we would never think of, what prompts them to basically make that leap to make the purchase in the context of their journey through the site. Some of which are counterintuitive to some of our experience particularly for certain segment of our consumer base. Paul: It's just some of those interesting nuggets of information. The hard part of it is, there's so many correlations that we have to rank them and we basically test each correlation over a period of time to vet out the action. Paul: Our challenge at this point is basically getting into a much more test and react cycle on these correlations. Stephanie: That's really interesting. Paul: Yes. Stephanie: So, if you were to implement AI all over again or you had someone who does not have that on their site right now, what would you do maybe differently or if you were like we could go back and maybe I would change the way we did this or think about it differently when implementing it, what are some advice around that? Paul: Well what slowed us down was the notion of producing what I call hypothesis based on our prior knowledge. That tends to put you into silos of information and doesn't quite give you the breadth of correlations that AI can do for you. Paul: So again, it was all of my advice that hey, I think I really know this aspect of consumer behavior. I'm really interested in terms of their conversion activity when they do X, when they do Y. Paul: I wouldn't be so structured in those hypothesis going into it and probably a little more open minded in the context of looking at the correlations in a much different broader way. Stephanie: I love that. That's such a good reminder about the kind of biases you bring when looking at data or your consumers and why all that should be scraped from the beginning and just let the technology work for you? Paul: Absolutely, absolutely. Stephanie: In your industry I'm sure you probably get a lot of questions around this. But I'm thinking about all the regulations you have to deal with especially on a state level and when it comes to having Ecommerce be such a large part of your business, what does that look like behind the scenes when it comes to shipping or selling in certain states? Paul: Well, it's mostly an impediment from a retailer, particularly a major retailer perspective because to your point, there's a hodgepodge of regulation in the state. Even though hemp was 0.3%, THC less than 3% as federally allowed, depending on the nuisances of what is in California or Florida, et cetera, retailers may be averse to getting into ingestibles as opposed to topicals. Paul: So, back to our point, one of the reasons why we're industry leaders we've invested heavily in internal, external lobbyists that can guide different parties and factions, whether it be congress at the federal level or legislations at the state level or associations to evangelize the notion of CBD. Paul: One thing that people miss the point on, we welcome more defined regulation from the FDA because we feel that we're heads and shoulders above most of our competitors in the context of how we test, how safe our product is, how we document it and the like. Paul: So, it's an ongoing journey that hopefully more clarity will emerge at both the state and federal level whether it's with the FDA or with various state legislatures to make the retail sales of CBD more palatable. We do ship to all states in the Ecommerce perspective. Stephanie: Okay. Yeah, I like that idea around encouraging the FDA to look into it and implement regulations because you're like my product is so good, we should have the other products regulated and be held to a high standard as well because that is what can maybe hurt the industry as a whole, is having people making subpar products that aren't as high quality as Charlotte's Web. Paul: Yes. It's kind of adding to that, major business publications have basically stated and make the articles that CBD is here to stay. It's a multi-billion dollar business growing at a rapid rate and it's frankly grown so fast and it's a new industry that regulations haven't quite caught up with it. Stephanie: Yeah. I was reading a bit about demand surges especially during the pandemic right now. I think maybe it was your CEO who was mentioning like, oh we had a surge in demand for two weeks and then people kind of pulled back for a little bit. Stephanie: I was wondering how you guys are keeping up your inventory levels, how you manage that and then if you're changing anything going forward after seeing these surges of hopefully consumers that are going to stick around going forward? Paul: We've been really gratified and continuing to serve our customer because the majority of the customers consider our product to be essential for their wellbeing whether it's the type of tincture they use or the ointment or the like. So, it's been relatively stable for us. Stephanie: Okay. Paul: Now from an notary perspective, as a growing company our processes have become more sophisticated and over the past year we've implemented an NSLOP process or production planning process that I'm more familiar with in my CBG background to really dial into marrying strategic plans to budgets, to demand forecast and skew level and doing a relatively sophisticated job of planning product demand. Paul: Now the flip side of that, this industry is volatile in the context of demand in general because retailers, some are still adverse to taking the product, so it's hard to predict demand in that context. Paul: So, we place a little more emphasis on safety stock and agility in the context of the co-manufacturers we deal with and the like. Stephanie: Got it. What are some of the best practices you set up when it comes to setting up that forecasting process because I know you've had a lot, like you mentioned, a lot experience with that. What did you bring to Charlotte's Web that maybe they weren't doing before? Paul: Well, they had started it but I amplified from an Ecommerce perspective, a rigorous skew demand process that is three dimensional and that it adds up from top to bottom and extremely rigorous analytical process of continually revising those forecasts taking into account promotional cadence, taking into account day-to-day iterations of different campaigns. Paul: So, it's a fairly in-depth forecasting process in Ecommerce so that our accuracy is much higher. It's in the 90 percentile by skew in terms of our monthly demand, for example. Paul: One of the things I've learned in my past is that sometimes you have to take a leap of faith on a particular product because you don't know how high you can go. On the other hand, that's what safety stock is for. Stephanie: Got it. What does that look like when it comes to thinking of new products? How do you influence your decision behind that, like you were mentioning, behind the sales channels and the marketing channels that help you influence your ideas or thoughts behind it. What does that look like when it comes to new products? Paul: We do have outside data and with a caveat that it's such a rapidly growing industry that tends to change overtime. But I feel is obviously one of the standard firms we use in the context of a longer term view, in terms of product categories and growth and certain segments and the like and we use that as a baseline. Paul: Obviously we use our trend and my counterpart on the retail side and myself where basically experience marketers and sales people and that we have our own opinions in terms of how we correlate our thoughts on category growth versus what we're seeing in external data, for example, like Brightview. Paul: So, we listen very closely to our consumer in terms of what categories we're pushing. Stephanie: I was just going to say I'm sure you guys get a lot of customer feedback of what people want or what they're looking for. Paul: Yes we do. Stephanie: How do you grab all that and put it in a meaningful way because you probably know best. So, a lot of times consumers might ask for something and then not actually buy it or not really want it. Paul: This is true. They certainly vote with their dollars. But on the other hand, we have a pretty good customer care department that is in my peer bid where I've managed those sorts of departments in the past but this is in an interesting one, the group of individuals that the empathy, because of the nature of the product and the stories they hear and the people they try to help, the empathy they exhibit in terms of comments from customer is just outstanding. Paul: So, it's not only commercial, but to the extent that it's practical based on the information they have, they are advisors to the customers that call in and we have a high volume of calls that come in not necessarily about order standard things, but really what should I do? What about this product? Paul: The other aspect is we have a fairly rich library of customer reviews and the technology we use enables us to slice and dice some of the categories of the customer reviews and try to get to a gist of what's working versus not, whether it's from a product efficacy perspective or perhaps a defect of some sort. Paul: The dropper may not work exactly the way we wanted to and the like. So, we have multiple sources of information of customer contact. Stephanie: I think that's so key to be able to call in and actually talk to someone. That's the perfect way to develop trust is by having someone that you can actually get on a phone with and be like, "Okay, I don't know what to do now. Tell me exactly what I should be doing." Or same with reviews, being able to see someone who sounds like me reviewing the product just seems like a great way to develop trust all around. Paul: Absolutely. From a hiring perspective, I have lunch, a virtual lunch nowadays with every associate in my group at some point. Today I just, prior to this meeting, I had lunch with three of our associates just to kind of get a feeling of that. Paul: When it comes to our customer care associates, I've never met such a group of people that are truly empathetic to where they hear a story and they're crying on the phone with the consumer. They're doing everything. They have a wide latitude of actions they can take to help our customers more so than I'd had in the past in much larger companies. Paul: But they really have the right mindset, I think, as opposed to working in a call center. Stephanie: Yeah. That's so key and so important. Paul: Absolutely. Absolutely. Stephanie: So to shift a little bit into more of a marketing mindset, I wanted to hear a bit about how you guys are investing in different digital channels. What's working and what's not? Paul: Sure. Just the overview is that you may have seen our Trust The Earth campaign, which I loved, we started last fall that kind of instills what our brand messaging is. Basically, a lot of our marketing efforts go to that because again we're an emerging industry, we're maintaining our market lead, we want to convey a certain image, just a random stat based on our efforts here today. Paul: We have over 400 billion impressions from the various things we've done versus, I think our closest competitor from the stats that I've seen were about two billion and it dropped rapidly. So, marketing our digital efforts from a broad perspective are very effective and that shows in the context of where we are in organic search or educating the consumer, long ways to go. Paul: From a digital perspective obviously we're active in every social media component and we're very assertive in terms of educating our consumer through that channel, conveying our brand message. Paul: The industry is in a place right now, there are some restrictions in terms of how aggressive that you can market CBD on social media like on Facebook, for example, or Twitter. But that's not a real problem for me right now because for me we want to activate understanding and education and our brand story at this stage of our growth in the social media channels. Paul: So, a lot of our digital, aside from our paid media, which we're very good at I believe, a lot of our digital is focused on building our brand. Stephanie: How are you thinking about expanding into other markets? I think I saw that you were looking at going into a few other countries. How are you guys exploring that right now? Paul: Well, we're basically putting our markers out there. We have a staff of people who are very experienced internationally. I have a good deal of international experience as well from an Ecommerce perspective in retial. Paul: But one of the constraints still is the regulatory environment in that we won't sell in any country that obviously it's not allowed. There aren't too many countries that actually allow it. So, we're basically putting the building blocks in place if in case that would be our strategy to understand what the international market would mean to us. Paul: But it's still evolving because it's basically not allowed from a regulatory standpoint in quite a few countries. Stephanie: Got it. So now that we're kind of predicting our future a little bit, I'm wondering what kind of Ecommerce trends are you excited about or preparing for right now? Paul: Well, in general, like I have for a number of years it's the technology keeping up with my visions of personalization. In the perfect world I'm interacting real time with the individual consumer in the context of whether we're educating them or guiding their journey and the like and the technology is starting to catch up with that capability even at a company of our scale. Paul: So, that's the trend that has been there for a little while but the promise has been there, but the reality is starting to catch up. The other one I mentioned is using deep technology to a point within certain boundaries to understand our customers behavior and needs and wants and applying, point number one, the personalization with that. Stephanie: Yeah. That makes sense. Is there any new tech that you're experimenting with right now that you guys are loving? Paul: Well, I've experimented with in the past in terms of client side speed of devices. Every Ecommerce and you know all the tropes about how conversion is impacted by site speed and page loading and all those different things. Paul: But what I've been enamored of in the past couple of years is utilizing technology to tailor the experience on whatever the device our consumer has. You know there's somebody out there who's still on dial-up, if that still exists. Stephanie: You caught me Paul. Paul: With a new browser, right. It doesn't matter how efficient your site is or your servers are like, you have to tailor the experience, strip down the page load, the content, rejigger the Java script on the fly depending on that individual's device because as far as they're concerned, they may have a iPhone 5 that hasn't been updated in five years but they still like that experience. Stephanie: Yeah. I completely agree. That's really important because I think a lot of people assume that users are always on a newest and the latest and greatest. The one thing, yeah, I had, let's see, we're doing a study on I think Google maps users in India and the majority of them were on such outdated versions that they were never seeing updated streets or an update at all in maybe a year or two. Stephanie: I think it's just a good reminder that a lot of people are on older versions of things, not just in other countries but here too. Like you said, some people still use dial-up. Sowe have a quick lightning round coming up. But before that, I wanted to ask you one last question because I love your excitement towards the company and your energy behind it and I wanted to hear what is the best day in the office look like for you? Paul: The best day in the office, let me think about that for a moment. Stephanie: Yeah. Paul: As I mentioned before I'm usually willing to go every day. It's when I'm in the thick of it, I'm a great delegator I believe, and I think the people who work with and for me would say so. Paul: But I'm most happy when I'm in the thick of it, not being Mr. Executive and my people interacting with, like a peer to some degree, in terms of coming up with ideas, debating certain concepts, making things happens. Paul: It's still small enough company where many people I'll be a jack of all trades and that's where I've shined in my past of, okay, rolling the sleeves up and figuring it out and having to learn things. Paul: Many of my jobs have reflected that. So, that's when I'm happiest, when I'm learning something new. I think I've been told I'm really, really curious to a fault. I ask too many questions sometimes. Stephanie: I think that's a good thing. Paul: Yeah, I guess so. But that's what jazzes me, being in the thick of things, making things happen. Now having said that, as a C level executive you have certain programs and responsibilities to create a conducive environment for your people to work in to make them feel trusted, to stretch them to the extent of their capabilities giving them a vision. Paul: On the other hand, I've always been a believer of an executive being able to walk the talk having done something. Being able to do it, without actually doing it. That lends a certain amount of credibility in your interaction with your staff. So, I think that's very important. Back to your point, that's what makes me happy is just being in the thick of it. Stephanie: Yeah. Yeah, I completely agree. I like that idea and I heard a ratio or it was a metric that an executive used called the say do ratio, and it was how much do you do what you're going to say you do, and that's how he gained the trust with a new company he was joining, was he actually tracked it. Paul: Well in a small company I think my first interaction with an associate at CW is riding up the elevator that Monday, they had heard of me, and they asked my name and they heard that I was a tech guy. I was really the Ecommerce business guy and tech guy and they asked me about an email problem they were having. Stephanie: A personal or a company one? Paul: A company one, yeah. Stephanie: Okay. Paul: "I can't quite get this to do this." It was a sales executive or a sales manager that we had. She asked me a question not knowing exactly what I did so I spent a half hour tracking it down and getting back to her. Paul: Later when she learned, you're in charge of Ecommerce and tech and all that stuff. To me, in a small company like ours, you have to be personal, you have to be willing to help anybody with anything and follow up on it and get it done as opposed to always delegating and there's a balance obviously in terms of the work balance. Paul: But you have to show that direct interest in everybody's issue in what they're doing. Stephanie: Yeah, I love that. That is such a good mindset to be in, like you said. Especially coming from a larger company where employees might be like, "Oh this guy is going to just delegate everything," like showing them you're willing to get your hands dirty and help them with their needs and stuff. It's also crucial. Paul: Yes. Stephanie: All right. Next we have the lightning round brought to you by our friends at Salesforce Commerce Cloud. This is where I'm going to ask you a question and you have a minute or less to answer. Paul: Okay, lightning round it is. Stephanie: Are you ready? Paul: I'm ready. Stephanie: Roll up your sleeves, get ready. All right. Paul: They're already rolled up. Stephanie: First, I'll start with an easy one. Paul: Yes. Stephanie: What's up next on your Netflix or Hulu queue? What are you watching these days? Paul: On my Netflix queue let's see, geez I don't watch a lot of TV so you're going to stop me. I have 30 seconds left. Mostly about historical dramas. I've always wanted to watch The Crown, which everybody has watched. So, that's probably next on my queue. Stephanie: Cool. I haven't watched that yet. You'll have to let me know how it is. Paul: There you go. Stephanie: All right. What's up next on your travel destinations when you can travel again? Paul: Wow. When I can travel again? I'd like to go back to Tokyo. I've traveled so much in my career personally. One point I spent about 50% of my time overseas. Stephanie: Oh my gosh. Paul: But Tokyo because I was born in Tokyo. Stephanie: Cool. Paul: And an American descent. But when I traveled I was always able to get there and see my cousins three or four times a year. But it's been a while. That would be my first place to basically get back to my roots. Stephanie: That is a good one. I love Japan. Paul: Yeah. Stephanie: What app or piece of tech are you most enjoying right now? Paul: I'm most enjoying, this is an odd app, is a password saver. I won't say the name of it, but I've been searching for the perfect one because I'm all about convenience and security and all those things at the same time. So, it's an odd choice but I found the perfect passwords saver. Stephanie: Yeah. That is actually a very good piece of tech. We recently implemented that at the company not too long ago and I was like, "Wow, this saves a lot of time. Who knew?" Paul: Absolutely. Get rid of the sticky notes. Stephanie: Yeah. All right. If you were to create a podcast, what would it be about and who would your first guest be? Paul: My first guest I'm thinking big. Stephanie: Go for it. Paul: Because I'm thinking really, really big because I'm enamored of her career. I was actually at her first rally, Elizabeth Warren. It tells you a little bit about politics and no offense. Stephanie: That's okay. Paul: But I was still in Boston, I went to her first rally and I was just enamored, I've always been enamored of her and not withstanding what happens in the near future. I would just be fascinated to talk to her about her career and how she made that mid career shift and the [inaudible] plan. Stephanie: That's cool. So, it would be politics focused or more human centric on what's important when it comes to you? Paul: More human centric with a tinge of politics because I am interested in politics. Elizabeth Warren would be it. Stephanie: We could get her on the show. I would make that happen for you. Paul: You could make that happen? Stephanie: Yeah. Paul: That would be so cool. Stephanie: I could do it. Elizabeth call us. We're ready for you. Paul: Absolutely. I remember I've actually seen her a few times, in the crowd obviously. The last time was at a protest at the Boston Common and she was quite compelling in her speech. Stephanie: Well that's great. I will have to see if I can find that online. Paul: Yeah. Stephanie: The last hard one which you've kind of already answered this, but I'll throw it anyways at your way. What one thing will have the biggest impact on Ecommerce in the next year? Paul: I think the biggest impact is the turmoil going around the big guys whether it's Facebook, Google, to some degree Amazon. What is the regulatory landscape, what is the antitrust landscape, how will they evolve, how monolithic will it be? Paul: I think I actually think about that quite often in terms of how do we enact with them, do businesses, make the leap into Amazon as a third party do, how do the algorithms evolve from a group perspective. How does privacy work? Paul: That really weighs on me in the context of thinking through how do those outside forces that are so monolithic in the tech industry impact Ecommerce. Stephanie: Well that's a big juicy one. We'll have to have a whole nother episode just to talk about your thoughts on that. Paul: Right, right. Stephanie: Well Paul it's been such a pleasure having you on this show. Like I said, I use Charlotte's Web. I've been around it for a while and I really appreciate you coming on and taking the time. Where can people find out more about you and Charlotte's Web? Paul: Well obviously our website, Charlotte'sWeb.com and I have a pretty fulsome linked in profile that shows you how haphazard my career has been but it's been a fun ride. Stephanie: Yeah. That's where I found out all about you. Well thanks so much for coming on. We'll have to have you back for round two in the future. It's been great. Paul: Absolutely enjoyed it. Thank you very much.

The Recruitment Hackers Podcast
Asynchronous voice interviews, going beyond the resume with automated assessments — Paul Noone CEO at HireIQ

The Recruitment Hackers Podcast

Play Episode Listen Later Sep 1, 2020 36:33


Welcome to the Recruitment Hackers Podcast. A show about innovations, technology and leaders in the recruitment industry brought to you by Talkpush, the leading recruitment automation platform. Max: Good morning, everybody and welcome to the Recruitment Hackers Podcast with max  from Talkpush. Today I'm excited to be welcoming Paul Noone, who is CEO for HireIQ and someone who is in technology. And I've, we both focus a lot of our energy on the call center and the BPO market and service this industry, which is always hungry for automation and innovation. So we both love this industry and we can exchange our thoughts on this topic.Paul, thank you so much for joining me on my new podcast. Paul: Hey, thanks Max, I'm thrilled to be here actually. Max: So our audience, some of them will recognize HireIQ. And some of them will probably recognize you, but they probably don't know the history of how you ended up starting this business, or how you ended up with HireIQ.Perhaps you could walk us through that journey. Paul: Yeah, I'd love to. HireIQ is an interesting technology and we're very focused on the call center. And because the call center has this outsourcing process that's associated with business process outsourcers.Most of the organizations don't realize that, while Fortune 500 organizations, anybody with a product or service has a requirement to support through call centers or through service locations, they also do a lot of outsourcing. So they're organizations like BPOs, the large ones in call centers are Teleperformance and Alorica and Atento and Sutherland and 24[7].And those are the organizations that we help with  in the talent acquisition, part of this, you know, max, you and I probably talked about this before, but recruitment is the term that we use. But we're in sort of a special place in recruitment. We're in the engagement with the candidates, the acquisition of all the data that we aggregate as much data as we can in a shorter period of time.And then we provide it to the recruiters in such a way that they can quickly make a decision, because we're talking about maybe 10 interviews for every hire, we're really known for our efficiency. And then we're also known for the AI associated with how we do that. How do we tell whether a candidate it's going to be particularly good at this particular role in collections or in sales? Or in support?We do a whole lot with that. I actually got here about six years ago through the investors. So I had just, I was working with another technology company on disaster relief, and just sort of an interesting aside, Max, we had built a product around disaster resource management and that's where these large scales or, when you guys experienced the typhoons and we have the hurricane season from June through November and, being able, you know, the shift in technology, the shift to phones, being able to locate all of the things that you need when a disaster strikes is a really interesting use case.So we had gone pretty deep into that and acquired some large customers, the U.S Red Cross, but we were looking to move from the Red Cross division of emergency management and we were looking for additional investment. So I was on sort of a roadshow talking to investors and ultimately a lot of people made the decision that it, and it's a function of that market. But, without disasters, if you have a good year, meaning no disasters, you're getting no money into that particular part, the Red Cross every now and then they literally go almost to zero. So they actually need engineering, Max: Pure disasters once in a while. Paul: And oddly, when you're in that business, you start to hope for bad things to happen. So there was something wrong, but the investors didn't buy. Max: I think it's not just the disaster people. I have a feeling that a certain class of politicians also relying on a good disaster once in a while. Paul: Well, so there's politics in there, the weird thing about funding ,and how funding shifts, and things like that.I think that actually is what scared investors away, Max, and it's a shame in some ways. That what we were doing was, you know, enabling, with the Red Cross, for example, we found a billion dollars worth of resources that had been sort of lost, and it hadn't literally been lost. It was in firehouses and it was in other locations.And that sounds like an inventory management issue, but it's not when something bad happens in one part of the state. And then you realize that through a quick app, you can find it. Where everything is: shovels clubs, protective eyewear, and N95 masks, for example. Imagine that you put in an application, you find a billion dollars worth of resources, really through crowdsourcing your own people.Anyway, that app is lovely but the investors didn't think it was an investable market at the time. And so I just finished this and I had met with the investors here and I called them back and said, you know, so we'll probably shut this down. And they said, great, because we have something we'd love to share with you.And they brought me into HireIQ. I have a background in call centers. I was with Genesis as they were starting out on sort of the part of the first team. I want to say pre-revenue, but I want to say Genesis is a $2 billion organization right now, 20 years ago when I was with them we had less than $10 million in revenue. So building that to a public company and then moving on, but coming here was lovely in that the technology was solid. But it was  a function of focus. We were trying to do too much. By focusing on call centers and BPOs in particular, we ended up, turning into, from being a typical technology company where we might be losing money quarter after quarter to being one that was profitable, really understood what we were doing and then have been very zeroed in on that use case around language proficiency, around understanding our customer's needs and really, more than anything else, making sure that they're succeeding.So closing that loop and making sure that they succeed. Max: Your star product is the product called Audiolytics? Paul: Well, so Audiolytics is really the technology that underlies the audio processing that we do. So at the heart of what we're doing is, the origin story really comes around. While I submit my resume in a recruiting, in an interview process, what that does is it strips out my personality and my voice.It strips out the narrative. I moved from the disaster resource management effort into HireIQ, why did that happen? All of those things that you get to tell people in an interview process. So the origin story is really about how do we add a narrative to what's a two dimensional piece of paper that's supposed to represent me.And so with that, we started to create a platform that would say not only here's the resume and here's some qualifiers about me, but here's my voice. Max: It used to upset me so much when I started on my career and I would go and socialize, go to a bar anywhere and someone would ask me, so what do you do?And, you know, I didn't want to tell them my job title and the company I worked for, because I didn't feel like it represented anything about me. And it would always come up with some weird answer I would say, oh, what do I do? You know, I roller skate or, you know, or something, just so that I could come out and shine and that wasn't a social environment in a work and job search context.Also, what do you do? Should be the first question or rather who are you? rather than a resume. Paul: Tell me about your expense in this particular business is an open ended question that a lot of our customers ask, but asking open ended questions, which is an old interviewing technique and a valuable one really allows people to tell them more. To talk to the narrative. Tell me about your experience in this particular world. Tell me about your understanding of customer support. Tell me your understanding. Tell me about an experience that you had with your boss that may be positive or negative, but being able to do that and being able to do it asynchronously when, you know, we could collect lots and lots of those became really the most important thing.But Audiolytics is actually the parsing of that. The audio data in order to get a really good and different understanding. So Max, what it doesn't do, is it doesn't convert voice to text and then parse it that way. But, it literally is looking for tone. So it's in these frames of voice, it's saying that's a positive, that's a negative, that's a happy emotion, that's a sad emotion. We're looking for things that we know are important for a good employee, but are particularly important when you're dealing with call center agents. That they're engaged, they're alert. They're more active than passive. They're not expressing boredom. Which is really interesting when you can pick up boredom because when a recruiter gets this information, they're going to see an Audiolytics score that says, you know, this person is probably not someone you want to spend a lot of time with.And I would say more than anything else we're not dispositioning customers. What we're doing our best to do is to give them an idea of priority. Talk to Max. He's got a great score. He's good with language. He's got good scores with data entry and even chat. Max: I didn't know that your technology was able to detect boredom. That's remarkable. Would it be influenced by geography and how do you factor that in? Because you live in Atlanta, people are supposed to speak a little bit more slowly, perhaps have a drawl. You don't, but nonetheless, you know, would the software, not pick up on the intonation and think maybe somebody from the South is bored?Paul: So it's really interesting. What you're doing is, so engagement doesn't necessarily have anything to do with dialect. And in fact, the tool itself is just sort of mentioned there's no conversion. It's listening for something that would be appropriate for the cohort of folks who are taking it ,interestingly enough.It's actually self adapting, because the same tool is used for engineers and salespeople and support people — all should have a different dynamic in their voice. And so it actually has to adjust based on the people who are taking the interview. The people who are successful in expressing themselves in that interview, as well as the questions.The questions and the people are really the dynamic that you're looking for, but boredom might be expressed differently by an engineer, or by somebody from, a Latin expression. But, the cohort itself helps to define that. And so ultimately you have not only our recommendation, but you also have the answer.So what's interesting about it is how closely we track to what a good recruiter would do. In the initial testing, after we did the machine learning on it. So can we in fact pick these up at a high rate? So can we, in fact, identify that Max is more happy than sad? Can we identify that when he's taking this test he's more bored? When we do that, we match Max almost 97% against a recruiter who would be listening to those particular things. So imagine that the technology itself is so wildly accurate in a lot of ways. But you know, to that end, that's what Audiolytics does. We're really sort of the platform is HireIQ, and it's a whole series of ways to basically create a recipe of assessments to understand more about you more about whoever you're interviewing — at speed. So we're trying to get the recruiting experience to be three, three and a half minutes. So you don't spend a lot of time with these individuals unless you're really digging in on them. And then with the candidate experience should be less than 20 minutes.Max: So the questions are not picked from a standard list. Since you're working with open answers, you don't have to use the same questions with every customer. Paul: No, in fact, they're different in virtually every customer.  There are some that seem to be universal people do want, need, to understand what your experience has been with customer support.So, if you're going to be in that customer support role, you're going to have to have some experience in sales, right? That has come up. Max: Yes. For me, it's like a yes or no answer. Have you worked in this industry before? That's usually how they ask that question in a chatbot environment. Paul: So that would be a bad question for us.What we're always going to do is ask a question that asks you to elaborate on something because we do in fact, need enough content to understand the profile. We need to have enough of Max telling us about Max to understand where Max's orientation is in terms of sharing, communicating. For the question, is he too verbose? Meaning he may be struggling with answering a particular question and trying to overanswer a question, or is it too short, meaning maybe he doesn't have the skills to think through and is that enough for this particular customer? So there are all kinds of metrics, there are cohort determined, sort of thresholds. It's really fascinating. And now we've done about, you know, close to 5 million interviews with it. So we have a really good base of understanding of how effective it is when matched with outcome data.So it's really fun stuff. Max: Does it replace, let's say the first phone call? I mean, if you're going to look at the standard recruitment process to hire it replaces the first phone call. Paul: So really what it's designed to do is give you a complete understanding. So we have customers who might do it for the engaged at the front end.We have customers for who it represents the entire interview process. So  once they've engaged, they've completed it. They have the scores, they meet thresholds. Then it's appropriate literally for the recruiter when they engage with them to close them.  You've probably experienced this, particularly with BPOs is that there's a real machine, there's a supply chain and with the attrition rates that exist, what you're working your best to do is fill training classes. And what we're doing, of course, is trying to identify people who are going not only achieve the right goals, the metrics that they're looking for, but we're also looking for folks who have an orientation, which would suggest they're going to stay longer.So that's one thing that we're doing, but because there's such a speed element, to this we are really careful about, trying to do as much as we can in a shorter period of time, giving you a complete understanding so that that particular recruiter can sell when appropriate and be restrained also when appropriate.So somebody does, you know, in the U S we have to answer, we have to give everybody the same interview experience. So that means that if you answer the first question horribly, Max, I still have to give you an opportunity with the next 7 questions I'm supposed to ask in an interview. It's a fair interviewing process, even if you disqualief yourself right out of the gate.And so one of the things about being able to acquire this information, offline and, online, as opposed to in front of somebody, it gives that particular person, the ability to advance quickly through that particular candidate and prioritize who to sell and who to, again, disengage with.Max: I understand the benefit for the candidates to do a short interview and a short assessment and get through those things faster, but it sounds like it's more than just, you know, I mean are you doing it because you get dropouts when ,people are held up more than five minutes? Or is it at the request of your customers? What's the driving force behind keeping it just two or three minutes long?Paul: Oh, I'm sorry. So the interview itself for the candidate will be as much as 20 minutes, but we're trying to keep it under 20 minutes, really because there's a falloff Max. 20 is about the cutoff. If you've seen some of the older, you know, The 1950 based assessments that had a lot of triangulation, right.You're asked one question one way and then seven questions later, you're getting the same question phrased differently in order to validate that the first question was like the second question and your answer was consistent throughout. And if you know that that's going to be an hour and a half, you really start to wonder, is there an easier way to get a job? For this wage.. Max: But time is speeding up, right? People have a lot shorter attention spans. They have multiple conversations going on asynchronously with five friends at the time. And so I expect that the 20 minutes would already be beyond the comfort zone for some people who are remote.Paul: It's very, very close. And you see what we're trying to do. It answers that question: is it enough? What we're trying to do is the open ended questions seem very much like what a typical interview would be. So tell me about yourself. Tell me about an experience that you had. What would your last employer say about you?Those kinds of open ended questions are the things that seem conversational. And allow you to expand upon yourself, but in fact are dense with data for us to help make a decision. And so the tone, the tempo, and in fact, the content is even important, but only when you know that that petitioner has an alertness and an engagement that pleasantness that you're looking for now go back and listen to those questions.Is there even more data that we can mine there? And that's why on average, it's about three and a half minutes. Because some you're just going through they didn't meet any of my language proficiency thresholds or whatever. And now we can spend a little bit more time with the particular person that I want to hire.And that would extend, you know, that's when you advance candidates and things like that, but it really is. I agree with you. I think what you're asking in that question is how do you give the candidate an opportunity to advance themselves, to tell their story? And not be too efficient in the process, that would eliminate me being able to tell enough about me. And so I think this is sort of the best of both worlds. Max: Yeah. I get the sense that 20 minutes would be annoying if I'm sitting at home and I'm applying to 10 different jobs, but yeah. If I had a sense that this company could be a fit, they are interested in me, then, yeah. 20 minutes is no problem, easy. And certainly easier than traveling physically to sites. So, have you seen the same thing as we have at Talkpush over the last few months? We've seen an increase in the volume of job seekers, an increase in volume of candidates. And how has that played out for the rest of the recruitment funnel?Is it,  becoming a problem where it just means we have too many candidates and not enough jobs to offer? What kind of dynamics does that create for your business? Paul: Well, I think for both of us, what I would say is: volume is important because volume breaks process. The more, you know, we got to a point in the U.S, our unemployment rate was down to 3%, you know, at times probably lower than that in certain places.So it was in fact hard to get enough people to interview, you know, recruiters spent most of their time trying to pull people out of other companies. And then in a matter of weeks, as we all know, it went from, you know, less than 3% too, you know, a lot. And then we're talking about 52 million people at its height, out of work needing to quarantine and work from home. So all of a sudden the opportunity to interview was greater, but the importance of identifying somebody who was really looking for that job and really engaged and would do a good job with both the hard skills and the engagement that we're looking for.What everybody's looking for, to be committed to that particular role, over the long term that became even more important. So a 100%, I agree with you that the volumes changed. And I would say, you know, in the first, because of the way we're set up and because of the way people leverage boards, that we might've seen a doubling in the first month, which probably created some concern on our part. There was actually a cost every time somebody does an interview with HireIQ, rather than it being a, you know, we do a lot of processing…Max: and because we're doing processing servers, AWS, bills go off, Google bills, come up. I had all of that happen as well. Paul: Yeah. So, that sort of evened out a little bit. And while I would say we're up. We're also going into that season, which is a ramp, right? So we're looking for a lot of holiday seasonal workers right now. So I would say we're probably, closer to where we were maybe a little bit higher, but not as dramatically higher as we saw in the first quarter after the quarantining.And we're seeing some alleviation of that. I think we're seeing some go back to physical work, but, the other part, Max's you may have an opinion on this as well, is that I don't know that a lot of people were willing to let go of their jobs. So are people artificially staying where they were highly mobile in the first quarter? All of a sudden now they're thinking, you know, it may not be as easy to get a job in the next place. So, there may be a false sense of  retention taking place at the same time. Max: Well, yeah, I guess when things heat up again, we'll see whether all those new hires in the BPO sector from the last six months, are meant to stay in those industries.I guess it really depends whether they like working from home. If they like putting on a headset and getting in front of a camera, and working on Slack, maybe it'll work out and maybe they won't to go back into the field. Like, I do not have a crystal ball for that, but, I think that some companies are making a shift towards hire anywhere and opening the talent pool so much that they're going to be able to build a very unique group of people which have defining traits, which if you remove the geographical constraints and you say, now I can have such a broader group to choose from. Then you can create new constraints.You can say, I only want people that think that way, or that have this hobby or that are very meticulous or, you know, you can be very specific and that could create, you know, some very bizarre groups of people and  that could give the economy some lift perhaps.Paul: So Max, this is an interesting thing. I absolutely loved the whole train of thought. So I have  a couple of data points on this. I had a company at one point in which I did a lot. The company had lots and lots of training, and we started to do a model, which we were trained from anywhere this go to meeting in a WebEx type zoom.It was technology, but we were sharing screens. Let's configure it this way. Now this is how you do this. This is how you do that. And one of my employees came to me and said, do you mind if I do some work? So his passion, interestingly enough, was kimonos. So he did he sold, these beautiful kimonos. He invested in them. And what he wanted to do was be able to go to these shows in Asia where all of the best would be there, he'd be able to sell his kimonos. They'd also be commercial. I said, Sam, Do you think I care where you go to a meeting or a virtual training takes place, go do what you want to do.And by the way, then being skewed 13 hours is in your best interest. Now go spend a day there and carve out the two hours you need for that particular training. Just make sure that it doesn't affect your ability to do that particular piece of work, but I just so loved this and that whole concept of displacement.If we can, and  it's happening more and more in some of our customers. Assurion one of the groups that I heard speak recently, they're doing gig work now, Max, meaning you can opt in to when you're available, you know, you've got to schedule, but sometimes it's via social media, they'll say we've got surge paying.You've got a surge wage based on how much people, how much traffic we're going to have, you know, based on, on questions, we need to answer about the Assurion products. That to me, being able to opt in, to be able to do what you're passionate about and have that feed your work day is something that I think is really important.And I think that's where you get energy, you get energy by, you know, middle of the day being able to take, you know, take a swim in a pool. I get energy. I did something recently where I went out and I hit golf balls. First time since March, I used to play golf all the time. I'd say 10 years ago.I went out and, Max, doing something physical, like that, changed, I swear it changed my brain chemistry. So I think this whole concept of displacement is one of those things that's also going to enable people to do and maintain their passions. And because of that, we may be in, you know what we're doing with call centers and delivering work to location. I literally think that's the future. I don't think  the future  like I thought the future was cell phones. As soon as you don't physically have to go pick up those yellow slips, you don't have to answer a physical phone. You don't have an extension that's tied to a location. God, the world changes and in such a great way.Max: Yeah, you were telling me how you got to enjoy more time with your family in recent weeks. Somebody was telling me recently, an article about this reverse migration, which is happening, where people are leaving the cities, and going back to where they came from, to their hometown because of this pandemic and supported through the technologies of remote work. We are seeing basically these shifts happening everywhere and people spending more time with our family. So, on a bizarre way, family values, family traditions  we'll see a resurgence as a response to this crisis.Paul: Well, I don't want to be overly optimistic. Look, I think everybody's been through a trauma. And so, one of the things that I'm doing as a CEO, I'm sure you're doing it is giving people some room. Right? I want people to make sure that they... look, I have an employee who has three kids at home, all under the age of 10, who she's starting zoom meetings with, in three different rooms for children.There's a kindergarten class going on. There's a second grade craft class. There's a third grade class, all her room, she and her husband are working at the same time. It is insane what we're piling on people at the same time.Max: And the bandwidth. Paul: That's exactly right. So that's the other thing right? We didn't talk about this, but it's interesting. I read an article last night about why this is different. And this particular article was why New York city would never be the same. Because just as you said, there's an exit, maybe a million people have left New York city. The rates, the rental rates, the buildings that are empty relative to where they were.But, we saw something like this in 2001, with 911, we saw something, you know, we've had these, national crises in the U.S. 2008. And the contention was why this is different than those other times is because bandwidth exists right now. Bandwidth exists like it's never existed before.So now you have private equity guys that don't physically have to be in New York City, because it doesn't matter that you're physically there to run into somebody because that person may in fact not be there. So when people were telling me, and in fact, during this period, they said, they'd be traveling. I said, well, that's good that you're traveling. Are people willing to meet with you? Which is the other side of the equation, right? It's one thing for you to be willing. It's a second part altogether once you land in a city, are people willing  to meet with you? That will change. There's no question, but, I think some of the positive of that and believe me, I'm sure if you're a real estate magnet in New York city, you're super concerned about this. But, I think the freedoms that it provides for individuals is particularly engaging. It's an interesting thought. Let's put it that way. Max: Oh, if you're, if you're a real estate magnet in the suburbs, well, you're doing well. Anyway, we're going to a more realistic conversation because that will alienate my audience 100%. Paul: But the other part to that, but I would say, listen,  the thing that I get excited about is the options it provides. The reality is I think so you can follow those kinds of things in any direction.The reality is we need human interaction. You and I like to do what we do. I want to meet you. I want to run into you, I want to see you compete at a technology showcase. Those kinds of things stimulate me. So I don't think there's any chance that we don't go back to some more normalcy and sooner than later, more 2021.But I think taking a moment and understanding the lack of distraction. Which really is the way I described it early in this was, there was no sports. There were no, you know, the activities themselves that would typically take me off center or off of focus were gone. And so now I had family to focus on.Now I had what's next for the business. Now I had what's best. So I think the lack of distraction helps us to focus. Max: Yes. I see. I think that you were talking before we started the interview about the fact that, you're going to look for a different type of worker the call center worker working from home needs to be self motivated, autonomous and so on.If someone is now at home unemployed and is able to find, well, by force needs to find employment of that sort and then by force needs to build certain life habits around that. And then actually it gets through it and realizes, oh, this works. I can put in 5- 10 hours of uninterrupted work in a day if need be.And now you've unlocked something in him or her that they can carry for the rest of their lives, potentially that sense of autonomy and that ability to manage your day. That becomes something you can keep Paul: It's a freedom and it's magnificent. So rather than your work being dependent on your relationship with your employer or your boss in front of you, you're focused on becoming valuable, is your ticket to the next role that you have or greater responsibility or in frankly being as engaged in your passions and things outside of work could in fact, energize that in a way that we might not be able to today. I promise you, nobody's complaining about the lack of traffic.Max: Well, one thing, one thing I do complain... I still hear some people ask me, Max, you've got so much experience working with remote teams, distributed teams. How do you check on them? And like you just totally missed it. You don't. You're rethinking about what your job is as manager. But that question still comes up so often.Paul: Here's how I keep in touch with them. I engage with them on how do we make what you're working on better? How can I help? And then they'll tell me. Max: Yeah,  there are certainly a few ways.I'm sure some, some of my employees will listen in and think that's too engaging. But, it's great to see how your business has evolved over the years. I hope that we can be part of this bright future. And have more of these partnerships as we've had with some of our customers where they integrate your assessment platform with our, conversational chatbots and engagements to take care of the whole workflow.So if anybody's listening you want to match our two technologies. They work very well together and thank you very much, Paul, for joining me today. Paul: Maxm I love it. And I appreciate  your engaging in conversation with this. I love Talkpush, I always have, and I love in particular the fact that you're doing what many other people would be required to do.So being able to get out in front. Engage those people to make sure that they stay in touch and then keep that information about them. Just, you know, in a way that really becomes a system of record for employment. So, we're thrilled to be working with you. Thank you very much for your time today. And, we're partners, so anything that we can do to help you we're available.Max: Thanks. Paul, we'll both continue burning resumes and replacing them with conversation. Paul: There's a whole discussion about bias and all of the other things that we really should talk about it some time. But, I think the answer is engagement and we're both doing everything we can to enlighten people about who they're talking to and why they'd be a good fit.Okay. We've got the topic for our next interview, it will be about bias. Maybe we'll wait a few months for that one. Paul: And so we'll give people some time.Max: And the topic may be a little bit less dangerous in a few months time. Paul: Yeah. I think there'll be more light at that point.Max:  Great. Thanks Paul. TPaul: Thank you, max. That was Paul Noone from HireIQ, a company, which has figured out how to measure the empathy, warmth, and care of a voice and allows employers in the call center industry to evaluate those voices in a scalable way. If you liked the interview and you'd like to hear more about some of the movers and shakers from the high volume recruitment industry, please subscribe to our podcast and share with your friends.

The Business of Open Source
RVU's Cloud Native Transformation with Paul Ingles

The Business of Open Source

Play Episode Listen Later Aug 5, 2020 37:32


Some highlights of the show include: The company's cloud native journey, which accelerated with the acquisition of Uswitch.  How the company assessed risk prior to their migration, and why they ultimately decided the task was worth the gamble. Uswitch's transformation into a profitable company resulting from their cloud native migration. The role that multidisciplinary, collaborative teams played in solving problems and moving projects forward. Paul also offers commentary on some of the tensions that resulted between different teams. Key influencing factors that caused the company to adopt containerization and Kubernetes. Paul goes into detail about their migration to Kubernetes, and the problems that it addressed.  Paul's thoughts on management and prioritization as CTO. He also explains his favorite engineering tool, which may come as a surprise.  Links: RVU Website: https://www.rvu.co.uk/ Uswitch Website: https://www.uswitch.com/ Twitter: https://twitter.com/pingles GitHub: https://github.com/pingles TranscriptAnnouncer: Welcome to The Business of Cloud Native podcast, where we explore how end users talk and think about the transition to Kubernetes and cloud-native architectures.Emily: Welcome to The Business of Cloud Native. I'm your host, Emily Omier, and today I am chatting with Paul Ingles. Paul, thank you so much for joining me.Paul: Thank you for having me.Emily: Could you just introduce yourself: where do you work? What do you do? And include, sort of, some specifics. We all have a job title, but it doesn't always reflect what our actual day-to-day is.Paul: I am the CTO at a company called RVU in London. We run a couple of reasonably big-ish price comparison, aggregator type sites. So, we help consumers figure out and compare prices on broadband products, mobile phones, energy—so in the UK, energy is something which is provided through a bunch of different private companies, so you've got a fair amount of choice on kind of that thing. So, we tried to make it easier and simpler for people to make better decisions on the household choices that they have. I've been there for about 10 years, so I've had a few different roles. So, as CTO now, I sit on the exec team and try to help inform the business and technology strategy. But I've come through a bunch of teams. So, I've worked on some of the early energy price comparison stuff, some data infrastructure work a while ago, and then some underlying DevOps type automation and Kubernetes work a couple of years ago.Emily: So, when you get in to work in the morning, what types of things are usually on your plate?Paul: So, I keep a journal. I use bullet journalling quite extensively. So, I try to track everything that I've got to keep on top of. Generally, what I would try to do each day is catch up with anybody that I specifically need to follow up with. So, at the start of the week, I make a list of every day, and then I also keep a separate column for just general priorities. So, things that are particularly important for the week, themes of work going on, like, technology changes, or things that we're trying to launch, et cetera. And then I will prioritize speaking to people based on those things. So, I'll try and make sure that I'm focusing on the most important thing. I do a weekly meeting with the team. So, we have a few directors that look after different aspects of the business, and so we do a weekly meeting to just run through everything that's going on and sharing the problems. We use the three P's model: so, sharing progress problems and plans. And we use that to try and steer on what we do. And we also look at some other team health metrics. Yeah, it's interesting actually. I think when I switched from working in one of the teams to being in the CTO role, things change quite substantially. That list of things that I had to care about increase hugely, to the point where it far exceeded how much time I had to spend on anything. So, nowadays, I find that I'm much more likely for some things to drop off. And so it's unfortunate, and you can't please everybody, so you just have to say, “I'm really sorry, but this thing is not high on the list of priorities, so I can't spend any time on it this week, but if it's still a problem in a couple of weeks time, then we'll come back to it.” But yeah, it can vary quite a lot.Emily: Hmm, interesting. I might ask you more questions about that later. For now, let's sort of dive into the cloud-native journey. What made RVU decide that containerization was a good idea and that Kubernetes was a good idea? What were the motivations and who was pushing for it?Paul: That's a really good question. So, I got involved about 10 years ago. So, I worked for a search marketing startup that was in London called Forward Internet Group, and they acquired USwitch in 2010. And prior to working at Forward, I'd worked as a consultant at ThoughtWorks in London, so I spent a lot of time working in banks on continuous delivery and things like that. And so when Uswitch came along, there were a few issues around the software release process. Although there was a ton of automation, it was still quite slow to actually get releases out. We were only doing a release every fortnight. And we also had a few issues with the scalability of data. So, it was a monolithic Windows Microsoft stack. So, there was SQL Server databases, and .NET app servers, and things like that. And our traffic can be quite spiky, so when companies are in the news, or there's policy changes and things like that, we would suddenly get an increase in traffic, and the Microsoft solution would just generally kind of fall apart as soon as we hit some kind of threshold. So, I got involved, partly to try and improve some of the automation and release practices because at the search start-up, we were releasing experiments every couple of hours, even. And so we wanted to try and take a bit of that ethos over to Uswitch, and also to try and solve some of the data scalability and system scalability problems. And when we got started doing that, a lot of it was—so that was in the early heyday of AWS, so this was about 2008, that I was at the search startup. And we were used to using EC2 to try and spin up Hadoop clusters and a few other bits and pieces that we were playing around with. And when we acquired Uswitch, we felt like it was quickest for us to just create a different environment, stick it under the load balancer so end users wouldn't realize that some requests was being served off of the AWS infrastructure instead, and then just gradually go from there. We found that that was just the fastest way to move. So, I think it was interesting, and it was both a deliberate move, but it was also I think the degree to which we followed through on it, I don't think we'd really anticipated quite how quickly we would shift everything. And so when Forward made the acquisition, I joined summer of 2010, and myself and a colleague wrote a little two-pager on, here are the problems we see, here are the things that we think we can help with and the ways that technology approach that we'd applied at Forward would carry across, and what benefits we thought it would bring. Unfortunately because Forward was a privately held business—we were relatively small but profitable—and the owner of that business was quite risk-affine. He was quite keen on playing blackjack and other stuff. So, he was pretty happy with talking about probabilities of success.And so we just said, we think there's a future in it if we can get the wheels turning a bit better. And he was up for it. He backed us and we just took it from there. And so we replaced everything from self-hosted physical infrastructure running on top of .NET to all AWS hosted, running a mix of Ruby, and Closure, and other bits and pieces in about two years. And that's just continued from there. So, the move to Kubernetes was a relatively recent one; that was only within the last—I say ‘recent.' it was about two years ago, we started moving things in earnest. And then you asked what was the rationale for switching to Kubernetes—Emily: Let me first ask you, when you were talking with the owner, what were the odds that you gave him for success?Paul: [laughs]. That's a good question. I actually don't know. I think we always knew that there was a big impact to be had. I don't think we knew the scale of the upside. So, I don't think we—I mean, at the time, Uswitch was just about breaking even, so we didn't realize that there was an opportunity to radically change that. I think we underestimated how long it would take to do. So, I think we'd originally thought that we could replace, I think maybe most of the stuff that we needed replaced within six months. We had an early prototype out within two weeks, two or three weeks because we'd always placed a big emphasis on releasing early, experimenting, iterative delivery, A/B testing, that kind of thing. So, I think it was almost like that middle term that was the harder piece. And there was definitely a point where… I don't know, I think it was this classic situation of pulling on a ball of string where it was like, what wanted to do was to focus on improving the end-user experience because our original belief was that, aside from the scalability issues, that the existing site just didn't solve the problem sufficiently well, that it needed an overhaul to simplify the journeys, and simplify the process, and improve the experience for people. We were focusing on that and we didn't want to get drawn into replacing a lot of the back office and integration type systems partly because there was a lot of complexity there. But also because you then have to engage with QA environments, and test environments, and sign-offs with the various people that we integrate with. But it was, as I said, it was this kind of tugging on a ball of string where every improvement that we made in the end-user experience—so we would increase conversion rate by 10 percent but through doing that, we would introduce downstream error in the ways that those systems would integrate, and so we gradually just ended up having to pull in slightly more and more pieces to make it work. I don't think we ever gave odds of success. I think we underestimated how long that middle piece would take. I don't think we really anticipated the degree of upside that we would get as a consequence, through nothing other than just making releases quicker, being able to test and move faster, and focusing on end-user experience was definitely the right thing to focus on.Emily: Do you think though, that everybody perceived it as a risk? I'm just asking because you mentioned the blackjack, was this a risk that could fail?Paul: Well, I think the interesting thing about it was that we knew it was the right thing to do. So, again, I think our experience as consultants at ThoughtWorks was on applying continuous delivery, what we would today call DevOps, applying those practices to software delivery. And so we'd worked on systems where there weren't continuous integration servers and where people weren't releasing every day, and then we'd worked in environments where we were releasing every couple of hours, and we were very quickly able to hone in on what worked and discard things that didn't. And so I think because we've been able to demonstrate that success within the search business, I think that carried a great deal of trust. And so when it came to talking about things we could potentially do, we were totally convinced that there were things that we could improve. I think it was a combination of, there was a ton of potential, we knew that there was a new confluence of technologies and approaches that could be successful if we were able to just start over. And then I think also probably a healthy degree of, like, naive, probably overconfidence in what we could do that we would just throw ourselves into it. So, it's hard work, but yeah, it was ultimately highly successful. So, it's something I'm exceedingly proud of today.Emily: You said something really interesting, which is that Uswitch was barely profitable. And if I understand correctly, that changed for the better. Can you talk about how this is related?Paul: Yeah, sure. I think the interesting thing about it was that we knew that there was something we could do better, but we weren't sure what it was. And so the focus was always on being able to release as frequently as we possibly could to try and understand what that was, as well as trying to just simplify and pay back some of the technical debt. Well, so, trying to overcome some of the artificial constraints that existed because of the technology choices that people have made—perfectly decent decisions on, back in the day, but platforms like AWS offered better alternatives, now. So, we just focused on being able to deliver iteratively, and just keep focusing on continual improvement, releasing, understanding what the problems were, and then getting rid of those little niggly things. The manager I had at Forward was this super—I don't know, he just had the perfect ethos, and he was driven—so we were a team that were focused on doing daily experiments. And so we would rely on data on our spend and data on our revenue. And that would come in on a daily cycle. So, a lot of the rhythm of the team was driven off of that cycle. And so as we could run experiments and measure their profitability, we could then inform what we would do on the day. And so, we have a handful of long-running technology things that we were doing, and then we would also have other tactical things that he would have ideas on, he would have some hypothesis of, well, “Maybe this is the reason that this is happening, let's come up with a test that we can use to try and figure out whether that's true.” We would build something quickly to throw it together to help us either disprove it or support it, and we would put it live, see what happened, and then move on to the next thing. And so I think a lot of the—what we wanted to do is to instill a bit of that environment in Uswitch. And so a lot of it was being able to release quickly, making sure that people had good data in front of them. I mean, even tools like Google Analytics were something which we were quite au fait with using but didn't have broad adoption at the time. And so we were using that to look at site behavior and what was going on and reason about what was happening. So, we just tried to make sure that people were directly using that, rather than just making changes on a longer cycle without data at all.Emily: And can you describe how you were working with the business side, and how you were communicating, what the sort of working relationship was like? If there was any misunderstandings on either side.Paul: Yeah, it's a good question. So, when I started at Uswitch, the organizational structure was, I guess, relatively classical. So, you had a pooled engineering team. So, it was a monolithic system, deployed onto physical infrastructure. So, there was an engineering team, there was an operations team, and then there were a handful of people that were business specific in the different markets that we operated in. So, there was a couple of people that focused on, like, the credit card market; a couple of people that focused on energy, for example. And, I used to call it the stand-up swarm: so, in the morning, we would sit on our desks and you would see almost the entire office moved from the different card walls that were based around the office. Although there was a high degree of interaction between the business stakeholders, the engineers, designers, and other people, it always felt slightly weird that you would have almost all of the company interested in almost everything that was going on, and so I think the intuition we had was that a lot of the ways that we would think about structuring software around loosely-coupled but highly cohesive, those same principles should or could apply to the organization itself. And so what we tried to do is to make sure that we had multidisciplinary teams that had the people in them to do the work. So, for the early days of the energy work, there was only a couple of us that were in it. So, we had a couple of engineers, and we had a lady called Emma, who was the product owner. She used to work in the production operations team, so she used to be focused on data entry from the products that different energy providers would send us, but she had the strongest insight into the domain problem, what problem consumers were trying to overcome, and what ways that we could react to it. And so, when we got involved, she had a couple of ideas that she'd been trying to get traction on, that she'd been unable to. And so what we—we had a, I don't know, probably a, I think a half-day session in an office. So, we took over the boardroom at the office and just said, “Look, we could really do with a separate space away from everybody to be able to focus on it. And we just want to prove something out for a couple of weeks. And we want to make sure that we've got space for people to focus.” And so we had a half-day in there, we had a conversation about, “Okay, well, what's the problem? What's the technical complexity of going after any of these things?” And there's a few nuances, too. Like, if you choose option A, then we have to get all of the historical information around it, as well as the current products and market. Whereas if we choose option B, then we can simplify it down, and we don't need to do all of that work, and we can try and experiment with something sooner. So, we wanted it to be as collaborative as possible because we knew that the way that we would be successful is by trying to execute on ideas faster than we'd been able to before. And at the same time, we also wanted to make sure that there was a feeling of momentum and that we would—I think there was probably a healthy degree of slight overconfidence, but we were also very keen to be able to show off what we could do. And so we genuinely wanted to try and improve the environment for people so that we could focus on solving problems quicker, trying out more experiments, being less hung up on whether it was absolutely the right thing to do, and instead just focus on testing it. So, were there tensions? I think there were definitely tensions; I don't think there weren't tensions so much on the technical side; we were very lucky that most of the engineers that already worked there were quite keen on doing something different, and so we would have conversations with them and just say, “Look, we'll try everything we can to try and remove as many of the constraints that exist today.” I think a lot of the disagreement or tension was whether or not it was the right problem to be going after. So, again, the search business that we worked in was doing a decent amount of money for the number of people that were there, and we knew there was a problem we could fix, but we didn't know how much runway it would have. And so there was a lot of tension on whether we should be pulling people into focusing on extending the search business, or whether we needed to focus on fixing Uswitch. So, there was a fair amount of back and forth about whether or not we needed to move people from one part of the business to another and that kind of thing.Emily: Let's talk a little bit about Kubernetes, and how Uswitch decided to use Kubernetes, what problem it solved, and who was behind the decision, who was really making the push.Paul: Yeah, interesting. So, I think containers was something that we'd been experimenting with for a little while. So, as I think a lot of the culture was, we were quite risk-affine. So, we were quite keen to be trying out new technologies, and we'd been using modern languages and platforms like Closure since the early days of them being available. We'd been playing around with containers for a while, and I think we knew there was something in it, but we weren't quite sure what it was. So, I think, although we were playing around with it quite early, I think we were quite slow to choose one platform or another. I think in the end, we—in the intervening period, I guess, between when we went from the more classical way of running Puppet across a bunch of EC2 instances that run a version of your application, the next step after that was switching over to using ECS. So, Amazon's container service. And I guess the thing that prompted a bit more curiosity into Kubernetes was that—I forgot the projects I was working on, but I was working on a team for a little while, and then I switched to go do something else. And I needed to put a new service up, and rather than just doing the thing that I knew, I thought, “Well, I'll go talk to the other teams.” I'll talk to some other people around the company, and find out what's the way that I ought to be doing this today, and there was a lot of work around standardizing the way that you would stand up an ECS cluster. But I think even then, it always felt like we were sharing things in the wrong way. So, if you were working on a team, you had to understand a great deal of Amazon to be able to make progress. And so, back when I got started at Uswitch, when I talk about doing the work about the energy migration, AWS at the time really only offered EC2, load balancers, firewalling, and then eventually relational databases, and so back then the amounts of complexity to stand up something was relatively small. And then come to a couple of years ago. You have to appreciate and understand routing tables, VPCs, the security rules that would permit traffic to flow between those, it was one of those—it was just relatively non-trivial to do something that was so core to what we needed to be able to do. And I think the thing that prompted Kubernetes was that, on the Kubernetes project side, we'd seen a gradual growth and evolution of the concepts, and abstractions, and APIs that it offered. And so there was a differentiation between ECS or—I actually forget what CoreOS's equivalent was. I think maybe it was just called CoreOS. But there are a few alternative offerings for running containerized, clustered services, and Kubernetes seems to take a slightly different approach that it was more focused on end-user abstractions. So, you had a notion of making a deployment: that would contain replicas of a container, and you would run multiple instances of your application, and then that would become a service, and you could then expose that via Ingress. So, there was a language that you could use to talk about your application and your system that was available to you in the environment that you're actually using. Whereas AWS, I think, would take the view that, “Well, we've already got these building blocks, so what we want our users to do is assemble the building blocks that already exist.” So, you still have to understand load balancers, you still have to understand security groups, you have to understand a great deal more at a slightly lower level of abstraction. And I think the thing that seemed exciting, or that seems—the potential about Kubernetes was that if we chose something that offered better concepts, then you could reasonably have a team that would run some kind of underlying platform, and then have teams build upon that platform without having to understand a great deal about what was going on inside. They could focus more on the applications and the systems that they were hoping to build. And that would be slightly harder on the alternative. So, I think at the time, again, it was one of those fortunate things where I was just coming to the end of another project and was in the fortunate position where I was just looking around at the various different things that we were doing as a business, and what opportunity there was to do something that would help push things on. And Kubernetes was one of those things which a couple of us had been talking about, and thinking, “Oh, maybe now is the time to give it a go. There's enough stability and maturity in it; we're starting to hit the problems that it's designed to address. Maybe there's a bit more appetite to do something different.” So, I think we just gave it a go. Built a proof of concept, showed that could run the most complex system that we had, and I think also did a couple of early experiments on the ways in which Kubernetes had support for horizontal scaling and other things which were slightly harder to put into practice in AWS. And so we did all that, I think gradually it just kind of growed out from there, just took the proof of concepts to other teams that were building products and services. We found a team that were struggling to keep their systems running because they were a tiny team. They only had, like, two or three engineers in. They had some stability problems over a weekend because the server ran out of hard disk space, and we just said, “Right. Well, look, if you use this, we'll take on that problem. You can just focus on the application.” It kind of just grew and grew from there.Emily: Was there anything that was a lot harder than you expected? So, I'm looking for surprises as you're adopting Kubernetes.Paul: Oh, surprises. I think there was a non-trivial amount that we had to learn about running it. And again, I think at the point at which we'd picked it up, it was, kind of, early days for automation, so there was—I think maybe Google had just launched Google Kubernetes engine on Google Cloud. Amazon certainly hadn't even announced that hosted Kubernetes would be an option. There was an early project within Kubernetes, called kops that you could use to create a cluster, but even then it didn't fit our network topology because it wouldn't work with the VPC networking that we needed and expected within our production infrastructure. So, there was a lot of that kind of work in the early days, to try and make something work, you had to understand in quite a level of detail what each component of Kubernetes was doing. As we were gradually rolling it out, I think the things that were most surprising were that, for a lot of people, it solved a lot of problems that meant they could move on, and I think people were actually slightly surprised by that. Which, [laughs], it sounds like quite a weird turn of phrase, but I think people were positively surprised at the amount of stuff that they didn't have to do for solving a fair few number of problems that they had. There was a couple of teams that were doing things that are slightly larger scale that we had to spend a bit more time on improving the performance of our setup. So, in particular, there was a team that had a reasonably strong requirement on the latency overheads of Ingress. So, they wanted their application to respond within, I don't know, I think it was maybe 200 milliseconds or something. And we, through setting up the monitoring and other bits and pieces that we had, we realized that Ingress currently was doing all right, but there was a fair amount of additional latency that was added at the tail that was a consequence of a couple of bugs or other things that existed in the infrastructure. So, there was definitely a lot of little niggly things that came up as we were going, but we were always confident that we could overcome it. And, as I said, I think that a lot of teams saw benefits very early on. And I think the other teams that were perhaps a little bit more skeptical because they got their own infrastructure already, they knew how to operate it, it was highly tested, they'd already run capacity and load tests on it, they were convinced that it was the most efficient thing that they could possibly run. I think even over the long run, I think they realized that there was more work that they needed to do than they should be focusing on, and so they were quite happy to ultimately switch over to the shared platform and infrastructure that the cloud infrastructure team run.Emily: As we wrap up, there's actually a question I want to go back to, which is how you were talking about the shifting priorities now that you've become CTO. Do you have any sort of examples of, like, what are the top three things that you will always care about, that you will always have the energy to think about? And then I'm curious to have some examples of things that you can't deal with, you can't think about. The things that tend to drop off.Paul: The top three things that I always think about. So, I think, actually, what's interesting about being CTO, that I perhaps wasn't expecting is that you're ever so slightly removed from the work, that you can't rely on the same signals or information to be able to make a decision on things, and so when I give the Kubernetes story, it's one of those, like, because I'd moved from one system to another, and I was starting a new project, I experienced some pain. It's like, “Right. Okay, I've got to go do something to fix this. I've had enough.” And I think the thing that I'm always paying attention to now, is trying to understand where that pain is next, and trying to make sure that I've got a mechanism for being able to appreciate that. So, I think a lot of the things I try to spend time on are things to help me keep track of what's going on, and then help me make decisions off the back of it. So, I think the things that I always spend time on are generally things trying to optimize some process or invest in automation. So, a good example at the moment is, we're talking about starting to do canary deployments. So, starting to automate the actual rollout of some new release, and being able to automate a comparison against the existing service, looking at latency, or some kind of transactional metrics to understand whether it's performing as well or different than something historical. So, I think the things that I tend to spend time on are process-oriented or are things to try and help us go quicker. One of the books that I read that changed my opinion of management was Andy Grove's, High Output Management. And I forget who recommended it to me, but somebody recommended it to me, and it completely altered my opinion of what value a manager can add. So, one of the lenses I try to apply to anything is of everything that's going on, what's the handful of things that are going to have the most impact or leverage across the organization, and try and spend my time on those. I think where it gets tricky is that you have to go broad and deep. So, as much as there are broad things that have a high consequence on the organization as a whole, you also need an appreciation of what's going on in the detail, and I think that's always tricky to manage. I'm sorry, I forgot what was the second part of your question.Emily: The second part was, do you have any examples of the things that you tend to not care about? That presumably someone is asking you to care about, and you don't?Paul: [laughs]. Yeah, it's a good question. I don't think it's that I don't care about it. I think it's that there are some questions that come my way that I know that I can defer, or they're things which are easy to hand off. So, I think the… that is a good question. I think one of the things that I think are always tricky to prioritize, are things which feel high consequence but are potentially also very close to bikeshedding. And I think that is something which is fair—I'd be interested to hear what other people said. So, a good example is, like, choice of tooling. And so when I was working on a team, or on a problem, we would focus on choosing the right tool for the job, and we would bias towards experimenting with tools early, and figuring out what worked, and I think now you have to view the same thing through a different lens. So, there's a degree to which you also incur an organizational cost as a consequence of having high variability in the programming languages that you choose to use. And so I don't think it's something I don't care about, but I think it's something which is interesting that I think it's something which, over the time I've been doing this role, I've gradually learned to let go of things that I would otherwise have previously thoroughly enjoyed getting involved in. And so you have to step back and say, “Well, actually I'm not the right person to be making a decision about which technology this team should be using. I should be trusting the team to make that decision.” And you have to kind of—I think that over the time I've been doing the role, you kind of learn which are the decisions that are high consequence that you should be involved in and which are the ones that you have to step back from. And you just have to say, look, I've got two hours of unblocked time this week where I can focus on something, so of the things on my priority list—the things that I've written in my journal that I want to get done this month—which of those things am I going to focus on, and which of the other things can I leave other people to get on with, and trust that things will work out all right?Emily: That's actually a very good segue into my final question, which is the same for everyone. And that is, what is an engineering tool that you can't live without—your favorite?Paul: Oh, that's a good question. So, I don't know if this is a cop-out by not mentioning something engineering-related, but I think the tool and technique which has helped me the most as I had more and more management responsibility and trying to keep track of things, is bullet journaling. So, I think, up until, I don't know, maybe five years ago, probably, I'd focus on using either iOS apps or note tools in both my laptop, and phone, and so on, and it never really stuck. And bullet journaling, through using a pen and a notepad, it forced me to go a bit slower. So, it forced me to write things down, to think through what was going on, and there is something about it being physical which makes me treat it slightly differently. So, I think bullet journaling is one of the things which has had the—yeah, it's really helped me deal with keeping track of what's going on, and then giving me the ability to then look back over the week, figure out what were the things that frustrated me, what can I change going into next week, one of the suggestions that the person that came up with bullet journaling recommended, is this idea of an end of week reflection. And so, one of the things I try to do—it's been harder doing it now that I'm working at home—is to spend just 15 minutes at the end of the week thinking of, what are the things that I'm really proud of? What are some good achievements that I should feel really good about going into next week? And so I think a lot of the activities that stem from bullet journaling have been really helpful. Yeah, it feels like a bit of a cop-out because it's not specifically technology related, but bullet journaling is something which has made a big difference to me.Emily: Not at all. That's totally fair. I think you are the first person who's had a completely non-technological answer, but I think I've had someone answer Slack, something along those lines.Paul: Yeah, I think what's interesting is there there are loads of those tools that we use all the time. Like Google Docs is something I can't live without. So, I think there's a ton of things that I use day-to-day that are hard to let go off, but I think the I think that the things that have made the most impact on my ability to deal with a stressful job, and give you the ability to manage yourself a little bit, I think yeah, it's been one of the most interesting things I've done.Emily: And where could listeners connect with you or follow you?Paul: Cool. So, I am @pingles on Twitter. My DMs are open, so if anybody wants to talk on that, I'm happy to. I'm also on GitHub under pingles, as well. So, @pingles, generally in most places will get you to me.Emily: Well, thank you so much for joining me.Paul: Thank you for talking. It's been good fun.Announcer: Thank you for listening to The Business of Cloud Native podcast. Keep up with the latest on the podcast at thebusinessofcloudnative.com and subscribe on iTunes, Spotify, Google Podcasts, or wherever fine podcasts are distributed. We'll see you next time.

Deals Today
Scaling a REI business and finding deals with the right lists - Interview with Flip Nerd Mike Hambright

Deals Today

Play Episode Listen Later Jul 5, 2020 38:58


Stuck moving forward and always looking for the next deal? A chat with Flips Nerd Mike Hambright reveals how an experienced investor can start scaling toward financial freedom. Mike started REI with no job to support his family so he had to make it happen. So in a short period of time, he's flipped over 400 properties and held over 800 in his rental portfolio. Because of his background in corporate America, he's mastered building systems and placing the right people into place. In the interview, you'll hear: The most common characteristics of successful investors How to build a highly responsive list' his story of how he got started and how he was forced to make REI work for him with no job to back him and his family up How to transition from a one-man-show to a small team. The first person you should start hiring and how How to shift when markets change How to lower the costs of marketing - using the right data and lists How much volume you need to start hiring Predictions for REI in the next upcoming months And much more You learn more about Mike at www.investorfuel.com Transcript Mike: We just give every house and every seller a score, and the more things you have wrong with it, the higher the score, the more likely they're going to need to sell. Paul: All right. Welcome to another interview at the Deals Today Podcast, and I'm your hose Paul at realestateaudios.com. And we're going to be interviewing a giant in the REI word. His name is Mike Hambright, the blogger, creator at FlipNerd.com. Now Mike's a serial entrepreneur. He's built many businesses within real estate. He has that background of business building, of being a manager in the corporate world, and building and scaling up businesses. So we're going to talk about that in this interview. He's flipped over 400 properties. He now holds a portfolio of over 800 rentals. So he definitely knows how to scale up to a financial freedom number, and he helps hundreds of other investors through his mastermind find their financial freedom. Paul: So that is him. That is his expertise is business building, and I want to bring that into this interview. And we're going to talk about a few other things. We're talking about the most common characteristics of successful investors. He lays that out for you. We're going to talk about how to build a highly responsive list, his story of how he got started, and how he was actually forced to make real estate work for him with no job to back him and his family up, how to transition from a one-man show to a small team, and the first person you should start hiring and how you should do it. Paul: All right. So of course you can check him out at investorfuel.com. I highly recommend going over there. That's his mastermind. He's helped hundreds of investors. I have no affiliate to that. That's his straight website, investorfuel.com. And let's get to the interview. Mike: My wife and I started in the summer of 2008. So about 12 years I guess. For the first couple of years, all we did was real estate investing. I had a job that I loved. I played the traditional game of... I really was the first person in my family to go to college. So I just found my way there, and I was one that did it. So anyway, ended up finding a really cool job. It ended up being like I can't imagine a better job. I was the apprentice for at the time a president, he became a CEO of a $5 billion company. Paul: Wow. Mike: So it was just amazing, flying around in private jets, and having real

All Bets Are Off with Robby Vegas

Imagine being able to go back in time to save a global icon, your favorite rockstar, from a terrible fate. That's exactly where Dianna takes us in her book "Time x 2". Did Paul McCartney pass away tragically in 1966? Was it covered up as the most iconic music group in the history of rock and roll continued on with a "Paul replacement". Is the walrus Paul? So many questions have gone unanswered for 50 years. In this interview Dianna walks us through this historical fiction novel and why she believes that Paul McCartney did in fact pass away in 1966. To make things even more interesting Dianna had no interest in writing a book, or the "Paul is dead" Theory prior to this book! It came to her in a dream...coincidence? If you are a Beatles fan this is a must listen for you, We talk hidden messages, voice recognition, and the follow up to this book as well. This is where Rock N Roll and the Paranormal meet and we are bringing it to you hear on the All Bets Are Off Podcast with Robby Vegas.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: VOA英语每日一听Paul: One interesting thing for me is that you know, over the recent years, we've had countless incidents where cattle and animal stock have become diseased, and they've had to be culled, you know; they've had to be killed to stop the disease. I think, you know, that's also a kind of a very important issue, why these animals are becoming so diseased. Is it a sign that we're doing something wrong? What do you think about that?Todd: Yeah. I mean, that's a scary one. I've lived in quite a few countries over the years, and every country that I've lived in has always been paranoid about the - mad cow disease. So, even in England, I lived in your country in England about seventeen years ago, and there were concerns about that first propping up. And then, you know, in Asia now, the Asian countries are worried about it.Paul: Hm.Todd: To be honest, I don't even give it any thought, you know. I mean, I hear about there's high levels of mercury in salmon. You shouldn't eat too much salmon. You have to worry about mad cow disease if you eat beef. I think you have to worry about other diseases with the chicken. You know, they had the bird flu a while ago. So yeah, I don't know. I don't know what to think, really.Paul: Yeah.Todd: I mean, it hasn't changed my eating patterns. Has it changed your eating patterns?Paul: Um, no, not particularly. I'd have to say that I do still eat meat. I had grilled chicken yesterday. And so, you know, like I said, it's very difficult to be or kind of morally high when you eat animals. One interesting thing is about animals that we select for captivity like you know if they're not cute or -Todd: Right.Paul: You know, it seems to be like it's only the cute animals in the world that we care about.Todd: Right.Paul: What about the ugly ones? And this kind of give you - it's a bit warped, isn't it? It's not really true to kind of, you know, representative of the animal kingdom.Todd: And there's definitely a bias towards animals, let's say, than versus insects. You don't hear about people like crusading against - to save insects.Paul: That's right, huh.Todd: Cockroaches, centipedes, spiders, whatever. And yet technically, that's a life form as well, right?Paul: Yeah. You know, insects, they - you know, within ecosystems they carry out very key roles, you know.Todd: Right.Paul: Yet, we're not fascinated with insects. In fact, most people have some sort of repulsion towards insects.Todd: Right.Paul: So yeah, again, it's kind of like we choose to kind of make this kind of Disneyland of animals of we have curiosity about, the cute ones and the ones that are able to do tricks and stuff. But you know, what about the other guys?Todd: Fair enough, man. Good point.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: VOA英语每日一听Paul: One interesting thing for me is that you know, over the recent years, we've had countless incidents where cattle and animal stock have become diseased, and they've had to be culled, you know; they've had to be killed to stop the disease. I think, you know, that's also a kind of a very important issue, why these animals are becoming so diseased. Is it a sign that we're doing something wrong? What do you think about that?Todd: Yeah. I mean, that's a scary one. I've lived in quite a few countries over the years, and every country that I've lived in has always been paranoid about the - mad cow disease. So, even in England, I lived in your country in England about seventeen years ago, and there were concerns about that first propping up. And then, you know, in Asia now, the Asian countries are worried about it.Paul: Hm.Todd: To be honest, I don't even give it any thought, you know. I mean, I hear about there's high levels of mercury in salmon. You shouldn't eat too much salmon. You have to worry about mad cow disease if you eat beef. I think you have to worry about other diseases with the chicken. You know, they had the bird flu a while ago. So yeah, I don't know. I don't know what to think, really.Paul: Yeah.Todd: I mean, it hasn't changed my eating patterns. Has it changed your eating patterns?Paul: Um, no, not particularly. I'd have to say that I do still eat meat. I had grilled chicken yesterday. And so, you know, like I said, it's very difficult to be or kind of morally high when you eat animals. One interesting thing is about animals that we select for captivity like you know if they're not cute or -Todd: Right.Paul: You know, it seems to be like it's only the cute animals in the world that we care about.Todd: Right.Paul: What about the ugly ones? And this kind of give you - it's a bit warped, isn't it? It's not really true to kind of, you know, representative of the animal kingdom.Todd: And there's definitely a bias towards animals, let's say, than versus insects. You don't hear about people like crusading against - to save insects.Paul: That's right, huh.Todd: Cockroaches, centipedes, spiders, whatever. And yet technically, that's a life form as well, right?Paul: Yeah. You know, insects, they - you know, within ecosystems they carry out very key roles, you know.Todd: Right.Paul: Yet, we're not fascinated with insects. In fact, most people have some sort of repulsion towards insects.Todd: Right.Paul: So yeah, again, it's kind of like we choose to kind of make this kind of Disneyland of animals of we have curiosity about, the cute ones and the ones that are able to do tricks and stuff. But you know, what about the other guys?Todd: Fair enough, man. Good point.

英语每日一听 | 每天少于5分钟

更多英语知识,请关注微信公众号: VOA英语每日一听Paul: One interesting thing for me is that you know, over the recent years, we've had countless incidents where cattle and animal stock have become diseased, and they've had to be culled, you know; they've had to be killed to stop the disease. I think, you know, that's also a kind of a very important issue, why these animals are becoming so diseased. Is it a sign that we're doing something wrong? What do you think about that?Todd: Yeah. I mean, that's a scary one. I've lived in quite a few countries over the years, and every country that I've lived in has always been paranoid about the - mad cow disease. So, even in England, I lived in your country in England about seventeen years ago, and there were concerns about that first propping up. And then, you know, in Asia now, the Asian countries are worried about it.Paul: Hm.Todd: To be honest, I don't even give it any thought, you know. I mean, I hear about there's high levels of mercury in salmon. You shouldn't eat too much salmon. You have to worry about mad cow disease if you eat beef. I think you have to worry about other diseases with the chicken. You know, they had the bird flu a while ago. So yeah, I don't know. I don't know what to think, really.Paul: Yeah.Todd: I mean, it hasn't changed my eating patterns. Has it changed your eating patterns?Paul: Um, no, not particularly. I'd have to say that I do still eat meat. I had grilled chicken yesterday. And so, you know, like I said, it's very difficult to be or kind of morally high when you eat animals. One interesting thing is about animals that we select for captivity like you know if they're not cute or -Todd: Right.Paul: You know, it seems to be like it's only the cute animals in the world that we care about.Todd: Right.Paul: What about the ugly ones? And this kind of give you - it's a bit warped, isn't it? It's not really true to kind of, you know, representative of the animal kingdom.Todd: And there's definitely a bias towards animals, let's say, than versus insects. You don't hear about people like crusading against - to save insects.Paul: That's right, huh.Todd: Cockroaches, centipedes, spiders, whatever. And yet technically, that's a life form as well, right?Paul: Yeah. You know, insects, they - you know, within ecosystems they carry out very key roles, you know.Todd: Right.Paul: Yet, we're not fascinated with insects. In fact, most people have some sort of repulsion towards insects.Todd: Right.Paul: So yeah, again, it's kind of like we choose to kind of make this kind of Disneyland of animals of we have curiosity about, the cute ones and the ones that are able to do tricks and stuff. But you know, what about the other guys?Todd: Fair enough, man. Good point.

英语每日一听 | 每天少于5分钟
第833期:Animal Workers

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Apr 27, 2020 3:30


更多英语知识,请关注微信公众号: VOA英语每日一听Paul: Did you go to any other places, besides the tiger farm?Todd: Yeah. Actually, they have a whole array of special animal farms. They had a crocodile farm, they had a snake farm, and they also had an elephant farm, and I went to the elephant farm, or rancher, whatever it was called.Paul: All right. Could you tell me about that? How did the elephants treat that? How was the experience?Todd: Actually, to be honest, I was surprised. I felt sorry for the elephants. I didn't really feel that sorry for the tigers, oddly enough, probably because they just lay around and sleep. But the elephants, you know, they kind of have to work.Paul: Right.Todd: I mean, it's definite work; they're put to work. And even though they've been doing this for years, for some reason, it just seems strange. Like they had a lot of the elephants chained to poles, you know, so they couldn't getaway.Paul: Right.Todd: You have to figure if you're chained inside, you know. It's kind of nature's way of saying that you want to go someplace else.Paul: Yeah.Todd: So, yeah, I did feel sorry for them. But, you know, they're really cute. Like you ride on the elephant, and then they give you, you know, this sugar cane. It's really cheesy; it's really commercialized. And they take you along this trail, and then every now and then, you can buy the sugar cane and feed it to the elephant. And then, the elephant does some little trick to show you that he's thankful, but it does seem pretty unnatural.Paul: Yeah, I guess so. I mean, it seems unnatural, like forced. And you know, I guess it's kind of easy to be cynical about it, but essentially, we're talking about, you know, these animals. They're making money.Todd: Right.Paul: So, again, we're back to the kind of ethical or moral kind of point, you know. And I guess elephants are cute, and elephants have this, you know - we have this curiosity about elephants. So, you know!Todd: Well, one thing that I thought was interesting is that when you do this trip, like the first part of the trip, you're on an elephant, and then eventually, you get off the elephant and they put you on an oxcart, an ox-pulled cart. Then later on, you're on like a bamboo raft. But, you know, when you're sitting on the oxcart and you're going along, it dawned on me that you don't feel sorry for the ox.Paul: Right. That's interesting, yeah.Todd: You know, like I had a connection with the elephant. I kind of felt a little bit guilty. But the ox, like nobody, has any connection to it at all. It's just like, - Yeah, that's your job. You've been doing it for hundreds, thousands of years. So, you know, maybe that's it. Like the elephant, maybe in a thousand years, people won't even feel sorry for the elephant. They would just be taken for granted.Paul: Well, maybe, yeah. I mean, I guess, like you say, we've used the ox over time for farming and such, so they've kind of been bred and that's been their role. Whereas I guess, elephants do have that power. But I don't know, it seems a little skewed like that you feel sorry for the elephant but you don't feel sorry for the ox, right?Todd: I know.Paul: I mean, like why do we have this kind of categorization, where like some animals, we feel kind of some more of an emotional connection with them than others? It seems odd to me.Todd: Yeah, it does make you wonder.

animal workers paul yeah paul so paul well todd you paul all todd yeah todd so todd right todd well
英语每日一听 | 每天少于5分钟
第833期:Animal Workers

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Apr 27, 2020 3:30


更多英语知识,请关注微信公众号: VOA英语每日一听Paul: Did you go to any other places, besides the tiger farm?Todd: Yeah. Actually, they have a whole array of special animal farms. They had a crocodile farm, they had a snake farm, and they also had an elephant farm, and I went to the elephant farm, or rancher, whatever it was called.Paul: All right. Could you tell me about that? How did the elephants treat that? How was the experience?Todd: Actually, to be honest, I was surprised. I felt sorry for the elephants. I didn't really feel that sorry for the tigers, oddly enough, probably because they just lay around and sleep. But the elephants, you know, they kind of have to work.Paul: Right.Todd: I mean, it's definite work; they're put to work. And even though they've been doing this for years, for some reason, it just seems strange. Like they had a lot of the elephants chained to poles, you know, so they couldn't getaway.Paul: Right.Todd: You have to figure if you're chained inside, you know. It's kind of nature's way of saying that you want to go someplace else.Paul: Yeah.Todd: So, yeah, I did feel sorry for them. But, you know, they're really cute. Like you ride on the elephant, and then they give you, you know, this sugar cane. It's really cheesy; it's really commercialized. And they take you along this trail, and then every now and then, you can buy the sugar cane and feed it to the elephant. And then, the elephant does some little trick to show you that he's thankful, but it does seem pretty unnatural.Paul: Yeah, I guess so. I mean, it seems unnatural, like forced. And you know, I guess it's kind of easy to be cynical about it, but essentially, we're talking about, you know, these animals. They're making money.Todd: Right.Paul: So, again, we're back to the kind of ethical or moral kind of point, you know. And I guess elephants are cute, and elephants have this, you know - we have this curiosity about elephants. So, you know!Todd: Well, one thing that I thought was interesting is that when you do this trip, like the first part of the trip, you're on an elephant, and then eventually, you get off the elephant and they put you on an oxcart, an ox-pulled cart. Then later on, you're on like a bamboo raft. But, you know, when you're sitting on the oxcart and you're going along, it dawned on me that you don't feel sorry for the ox.Paul: Right. That's interesting, yeah.Todd: You know, like I had a connection with the elephant. I kind of felt a little bit guilty. But the ox, like nobody, has any connection to it at all. It's just like, - Yeah, that's your job. You've been doing it for hundreds, thousands of years. So, you know, maybe that's it. Like the elephant, maybe in a thousand years, people won't even feel sorry for the elephant. They would just be taken for granted.Paul: Well, maybe, yeah. I mean, I guess, like you say, we've used the ox over time for farming and such, so they've kind of been bred and that's been their role. Whereas I guess, elephants do have that power. But I don't know, it seems a little skewed like that you feel sorry for the elephant but you don't feel sorry for the ox, right?Todd: I know.Paul: I mean, like why do we have this kind of categorization, where like some animals, we feel kind of some more of an emotional connection with them than others? It seems odd to me.Todd: Yeah, it does make you wonder.

animal workers paul yeah paul so paul well todd you paul all todd yeah todd so todd right todd well
英语每日一听 | 每天少于5分钟
第833期:Animal Workers

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Apr 27, 2020 3:30


更多英语知识,请关注微信公众号: VOA英语每日一听Paul: Did you go to any other places, besides the tiger farm?Todd: Yeah. Actually, they have a whole array of special animal farms. They had a crocodile farm, they had a snake farm, and they also had an elephant farm, and I went to the elephant farm, or rancher, whatever it was called.Paul: All right. Could you tell me about that? How did the elephants treat that? How was the experience?Todd: Actually, to be honest, I was surprised. I felt sorry for the elephants. I didn't really feel that sorry for the tigers, oddly enough, probably because they just lay around and sleep. But the elephants, you know, they kind of have to work.Paul: Right.Todd: I mean, it's definite work; they're put to work. And even though they've been doing this for years, for some reason, it just seems strange. Like they had a lot of the elephants chained to poles, you know, so they couldn't getaway.Paul: Right.Todd: You have to figure if you're chained inside, you know. It's kind of nature's way of saying that you want to go someplace else.Paul: Yeah.Todd: So, yeah, I did feel sorry for them. But, you know, they're really cute. Like you ride on the elephant, and then they give you, you know, this sugar cane. It's really cheesy; it's really commercialized. And they take you along this trail, and then every now and then, you can buy the sugar cane and feed it to the elephant. And then, the elephant does some little trick to show you that he's thankful, but it does seem pretty unnatural.Paul: Yeah, I guess so. I mean, it seems unnatural, like forced. And you know, I guess it's kind of easy to be cynical about it, but essentially, we're talking about, you know, these animals. They're making money.Todd: Right.Paul: So, again, we're back to the kind of ethical or moral kind of point, you know. And I guess elephants are cute, and elephants have this, you know - we have this curiosity about elephants. So, you know!Todd: Well, one thing that I thought was interesting is that when you do this trip, like the first part of the trip, you're on an elephant, and then eventually, you get off the elephant and they put you on an oxcart, an ox-pulled cart. Then later on, you're on like a bamboo raft. But, you know, when you're sitting on the oxcart and you're going along, it dawned on me that you don't feel sorry for the ox.Paul: Right. That's interesting, yeah.Todd: You know, like I had a connection with the elephant. I kind of felt a little bit guilty. But the ox, like nobody, has any connection to it at all. It's just like, - Yeah, that's your job. You've been doing it for hundreds, thousands of years. So, you know, maybe that's it. Like the elephant, maybe in a thousand years, people won't even feel sorry for the elephant. They would just be taken for granted.Paul: Well, maybe, yeah. I mean, I guess, like you say, we've used the ox over time for farming and such, so they've kind of been bred and that's been their role. Whereas I guess, elephants do have that power. But I don't know, it seems a little skewed like that you feel sorry for the elephant but you don't feel sorry for the ox, right?Todd: I know.Paul: I mean, like why do we have this kind of categorization, where like some animals, we feel kind of some more of an emotional connection with them than others? It seems odd to me.Todd: Yeah, it does make you wonder.

animal workers paul yeah paul so paul well todd you paul all todd yeah todd so todd right todd well
Shame Piñata
S1E6 There Must Be Something Wrong

Shame Piñata

Play Episode Listen Later Apr 10, 2020 20:06


The pain, grief, discomfort, and vulnerability that can arise throughout the wedding process can actually be doorways into joy if we are willing to let them in. Sheryl Paul speaks about her book "The Conscious Bride" which addresses the MANY feelings that can arise around a wedding for everyone involved. Music by Terry Hughes Inspired to create something for yourself? Visit https://ever-changing.net/ Links: Sheryl Paul's work: https://conscious-transitions.com The Conscious Bride: https://conscious-transitions.com/books ---- Full Transcript Paul: I'm always interested in what's not being talked about what people are experiencing, but are trying to stuff away, trying to sequester, trying to sweep into the corner under the rug... when all that does is create shame and all that does is create anxiety. Sheryl Paul has a unique ability to see the invisible, to see what has been silenced. Her book "The Conscious Bride" has been helping couples prepare for marriage for 20 years - and prepare in a very specific way. Her work helps couples create room for all of the emotions that come with transition, not just the picture perfect ones. Funny thing is, that allows for even more joy. Join me for a conversation with Sheryl Paul. This is Shame Piñata. I’m Colleen Thomas. Welcome to Shame Piñata, where we talk about creating rites of passage for real-life transitions. When I got engaged six years ago, a good friend of mine gave me a book called "The Conscious Bride". Now, I'm not a reader, as my husband will tell you, but I devoured this book. I loved it because it touched on the shadow, the stuff we don't talk about, the stuff that gets in our way when we want to feel one way but actually feel a myriad of other ways all at the same time. It named the shadow that hovers over the wedding: the attachment, the fear, the uncertainty, the hidden power-struggles and the grief that lies beneath them, and that a big part of stepping into a new life is letting go of the old one - and not just for the couple. The Conscious Bride gave me permission to feel all the ways, and it helped me create room for everyone else to feel all the ways too so, ultimately, we could all process the transition without getting into weird fights about random things. I was so happy to have a chance to speak with Sheryl Paul. Thomas: So what led you to write this book? Paul: So, I was in a master's program around that time. I was at Pacifica Graduate Institute in Santa Barbara, which I don't know if you're familiar with, but it has a very strong Jungian focus. And I had always been interested in rites of passages and I had a deep sense that there was a lot that was not being talked about around the wedding. And I started to interview women and I did a lot of interviews, especially when it came time to write the book, which came from my master's thesis. So it started out as as a thesis and then evolve into a book. And I started to see that there was a big gap in the cultural conversation around around transitions in general. All transitions are bypassed and overlooked, but particularly the wedding and then in particular, how much focus there is on the joy and the perfection and everything has to be blissful and ecstatic from the moment of the proposal into the first year of the wedding, and there was just no conversation happening about the shadow, about the death experience, about what women (and men) are actually experiencing quite a bit of a time. And, you know, the more I researched and the more I looked and the more I spoke, the more it became quite clear to me that just that again, that there was a real gap in the conversation around this pivotal rite of passage, one of our few ceremonies that we still invoke in the culture. And yet it's done in such a way where we really gloss over the element of a transition, of the reality that when you are in transition, you are in a death experience, you are in a liminal zone, you are between identities, you are letting go, you are grieving. And we only expect people to feel joyful. It creates a lot of anxiety and it creates even more chaos than there naturally would be around an event like this. Because I'm feeling sad, because I have a sense of loss, because I feel like a part of me is dying, because I'm not over-the-moon ecstatic... something must be wrong with me, or with my partner, or with the decision to get married - something's wrong. And it's an incredibly deep sigh of relief to the soul to know that nothing is wrong. In fact, the more you let those difficult feelings in, the more you will open to the joy; that the pain and the grief and the discomfort and vulnerability are the doorways into the joy, into what we are expected to see all and into what we hope to feel. And what I started to say earlier was that that the wedding more than any other transition, I think, has (probably being pregnant becoming a mother comes close) carries a very strong cultural expectation of unilateral joy and it is supported in a big way by the wedding industry that sells perfection and sells joy. So it's a it's very big money behind selling us the bill of goods by selling us this message that you are supposed to be joyful and the way to do that is to create a perfect event. Thomas: How do you work with someone if they're just starting to realize that they don't have to only feel joyful? Paul: So, I tell them to read my book. And, you know, it's really the first part it's about re educating people to understand all of the normal and necessary feelings that accompany this transition. And once they understand that everything they're feeling is normal and necessary, they can start to let it in and and feel it, feel the grief, feel the loss, feel the vulnerability, feel the loneliness. These are all normal feelings that accompany transitions. So once we give ourselves permission to feel without that overlay of "because I'm feeling this it means there's something wrong" everything changes from there. We don't then have to misassign meaning to the feelings and to think, "Because I'm feeling sad, it means I'm making mistake." No, it has nothing to do with that. You're feeling sad because you are in a rite of passage. You're feeling sad because you are in the death experience, letting go of this identity, this primary identity as single person, as daughter, and shifting into an entirely new stage of life, a new identity. And there is no way to go through that without feeling grief. Thomas: You spend a good portion of the book talking about how the bride is separating from the father/father figure and the mother/mother figure and the friends. Can you say more about that process? Paul: Yes, so it can go a few different ways. If the bride is very close to her father, that's one set of emotions and experiences where there is tends to be a lot of grief, a lot of crying, really good, medicinal, necessary crying to make that separation process... and to make it more effective to make it more complete to make it more conscious. Again, in the naming, to say, I am separating from my dad, I am no longer going to be... Yes, I'm his daughter, but not in the same way, not as my primary identity. That my new partner is going to be number one and I'm transferring allegiance. So, that's one example of one way that it can go if if someone's very close to their father. If somebody doesn't have a close relationship with their father or there is no father figure in their life, that's a different kind of grief of the loss of not having had that or never having had that. The same as somebody has passed away. If somebody who's getting married and their mother's no longer alive. You know, that's, that's one way that grief can come through, as opposed to a mother who is very much alive and very much involved. And then there's a separation. There's, there's a loosening of cords that is required. Thomas: I'm curious as you're speaking how this applies, I'm sure it's very different, but how it applies to folks who were older when they get married, or maybe a second marriage. Paul: It can be different, it can be similar. It depends. It depends on a lot of factors. But regardless of the age, especially if it's a first marriage and you're getting married at 40, you're still letting go of a massive identity. And in some ways, it's even more of a letting go because of all of those years that you spent as a non-married person. And so there's a lot of grieving, a lot of shedding of the independence, the separateness, all of the control that you have when you are a non-married person, that every inch of your life is your own: your home, your space, how you spend your time, how you organize your weekend, it's all yours. And so that is its own massive death experience for somebody who marries later, you know, and who has had that many more years than someone who's 22 if you're 42, that's a lot of years of being the sole architect of your life. Thomas: So you work with people around transitions, all kinds of transitions now, and I'm curious if ceremony plays a part in that with them. Paul: I'm a big fan of ceremony. Because my work is largely over the internet. I'm not the one doing the ceremony with them. I would love to be that person, but I'm not. But I always encourage people to create ceremony and create rituals. And so, you know, if it's somebody getting married... and I've had a lot more men come my way, by the way, since I wrote The Conscious Bride. And I'm thinking of some right now who are in one of my small coaching groups. And he's getting married on Saturday, and I won't, I won't share the specifics, but it's... because it's his story. But it's really beautiful to witness men in their transitional process and the rituals that they come up with because I encourage people to find their own rituals that are meaningful to them. Ways to acknowledge the end of you know, in his sake, his bachelorhood that that time in his life is over. And so he has been sharing these incredibly potent rituals that have come to him for ways of recognizing that that time in his life is over. And what ritual does is, as you know, is it, it concretizes, it makes it and embodies what's happening, so that it brings it out of just that realm of talking about it and it sends it into a realm that we can't see with our five senses, but very much exists and yet calls on the five senses to help transmute the experience into another form. And so rituals help us cross over that sometimes very scary divide that just looks like a big, cavernous, empty space, crossing from one identity to a new identity, from one stage of life to the next. And without the rituals we are... we're pretty lost and so, you know, again, as I, as I said earlier, the wedding is one of the few ceremonies that we have, which comes with ritual. A lot of people tend to minimize or diminish the ceremonial aspect because they're so focused on the party and the reception, you know, that's where all of the energy goes. When really, it's the ceremony that has so much power to carry us over the divide between one stage and the next. Thomas: And that's something I'm trying to encourage and put seeds out in the world for as well, that people take that the ritual, the ceremony of the marriage, the wedding and they, they feel free to do it their way so that it's powerful and is as powerful and meaningful for the couple as possible. Paul: Yes, yes! And I think we are at this extraordinary time in our world where we have freedom to do that, where we are breaking out of the traditions that have gone stale and revitalizing them with personal meaning of what is meaningful for you. And there may be long-standing time-honored traditions that are still meaningful. And I'm by no means one to throw everything out that we've come from, because many of those rituals are gorgeous and meaningful - but only if they're meaningful for the individual, right? Only if they land in a place where something inside of you says yes, right? That helps me, that bolsters me, that comforts me. Right? So, you know, whether it's at a Jewish wedding standing under the Chuppah, you know, it's just this beautiful symbol of, of our new home and and this, you know, long standing tradition... if that's meaningful to somebody great. If it's not, then it really.. it's not going to do anything for you on a spiritual level. I shared with Sheryl that before my wedding, I created self-commitment ceremony for myself. And in that ceremony I presenced all of my Ancestral grandmothers with the acknowledgement of how important marriage might have been for them, how much of a survival tool. I did this because women’s standing in society has evolved so much even since my mother's generation, but yet we are still connected to our Ancestral legacy and felt like a really important thing to me. Paul: That's incredibly beautiful that you did that and so powerful and it's probably the number one fear that comes up for women that I'm working with in their pre-wedding time in their engagement, is the fear of what does marriage mean? And does it mean that that I am beholden to this person now and I lose all sense of self and I become boring and frumpy and... This is this is the legacy. This is what we've been handed, right? This is what it has meant for thousands and thousands of years is that for women, marriage has meant really the death of self: I exist, to take care of the man and to take care of the children and that's it. And so there's this very deep ancestral legacy that we have to consciously break with and recognize that we are so lucky and we are so blessed to be on this new threshold, that we get to redefine what marriage means for us. And we only can really know that after we've taken the leap, because on the other side, on the first side, on the engagement side, it just all looks and sounds so scary to most women. And you know, that's why I have so many exercises in The Conscious Bride, more-so I think in The Conscious Bride's Wedding Planner, on what does it mean to be a wife? What does that mean to you? What does the word wife connote? When you think of wife, what is the connotation for you? And it's very rare that someone's going to say, "Oh, I see this rad, sexy woman, you know, like, doing like, the dance on the rooftops." Like, no, that's not usually what we think of when we hear the word wife. But it could be. More and more we are redefining that. And we are seeing that. And so I tell people, but look out into the world today and find those those models of marriage where you see a woman who is doing her life fully, you know, and yes, maybe she's also a mother and she's, you know, loves being married and she's fully committed to her path and and making her offerings, and doing her work in the world. Right? Separate from wife and mother. So, yeah, I love, I love that I love what you share. I love what you did. I think that is not only powerful, but essential on that ceremonial ritual level to recognize what we've come from. Thomas: I'm just so happy and honored to have the chance to talk to you after, after all this time of really, really, really appreciating your book and your wisdom. Paul: Yeah, thank you, Colleen. It means a great deal to me to have the opportunity to share Sheryl's wisdom with you. I hope that you are able to use it or pass it along to a friend. Here's one final bit of wisdom, a quote from The Conscious Bride. "A marriage is a rite of passage no matter when it occurs, and the woman must still pass through the phases of her transformation. She must die, she must sit in the unknown, and then she will be reborn." Sheryl Paul is the author of The Conscious Bride and The Conscious Bride's Wedding Planner. Her website contains a plethora of resources for addressing life transitions. Learn more about Sheryl and her work at https://conscious-transitions.com/ Our music is by Terry Hughes. If you like the show, please take a minute to review it on Apple Podcasts. Learn more at shamepinata.com. I’m Colleen Thomas. Thanks for listening.

Business Built Freedom
130|Finance Alternatives with Paul Boyd-Skinner

Business Built Freedom

Play Episode Listen Later Apr 1, 2020 29:33


Finance Alternatives with Paul Boyd-Skinner Josh: Everyone out there in podcast land, we've got a great guest for you today. We've got Paul here from NoBNK, and he is a bit of a wizard when it comes to looking at a different way that you can do finance. This is especially critical in today's financial climate. So Paul, tell me a bit about what it is that you do with NoBNK. Learn more about finance alternatives at dorksdelivered.com.au Paul: So NoBNK is predominantly a non-bank business and commercial finance solutionist. I've been involved in nonbank lending for around about 16 years. So I've done all sorts of finance. I've done everything from home loans to commercial development, construction equipment, finance, factoring, all that sort of thing. And I'm proud to say that I've never ever put anybody in a loan with the bank.  Josh: High five! Paul: Look, you know, my adversity towards banks. Back in the 80s, back in the day when I got my first home, which was in late 1988, 89. You know we will be excited about getting our first home and interest rates at that time were around about 12% when we went and got our loan. The way it sort of worked back then was you go to the bank. And you're begged for a loan and they'd say, ‘Yes, yes, we'll give you a loan.’ And it was usually, you know, like about 70% or something that they give you, but they will do on a bit of a special, at the time for first home buyers where they give you 100% at interest only. We were living in a caravan when we first got married, so that was a pretty good option to get our own homes.  Josh: Absolutely! And upgrading it’s pretty low friction option, I guess. Paul: The only thing was the in-laws had to go as guarantors. So I now know that today is like a parental guarantor. Really wasn't heard of back then. So it was a little bit of a product for first home buyers. So we did that. We jumped in and we got the house and everything was going along nicely. And then we had to have the recession that we had to have. And our interest rates went from 12% to a 7%, 8.5% in the space of about six months. And just to give you an idea, the loan was $105,000. My repayment was $1,560 a month. Yep. And I was on $33,000 a year. So when you take tax out, 80% of my income was going towards paying my mortgage.  Josh: Yeah. Far out.  Paul: And it wasn't knocking 1 cent off it. Josh: Yeah. Just sitting there as interest only. And that is a scary spot to be in, because you're not sure if it's going to go up or down or left or right, or what it's going to do. Somersaults.  Paul: That happened with a lot of first home buyers over the years. Eventually, you know, it just got too heavy. I had to do up to 30 hours a week overtime to make ends meet, I was a fitter-machiner at the time,and you know, we ended up losing it. It's just the way it was. There were a lot of people losing their properties.  Josh: You weren't the anomaly. I don't think so. Paul: I sort of didn't understand what happened to me. I didn't like the banks at all when I worked it out. I've done a lot of study on the banks since then, or the banking system, and, you know, my thoughts on the global financial system is, I believe it's a world's biggest Ponzi scam. I've been open and honest about this for quite a long time, about how I feel about the banking system and I'm a bit like the disruptor.. I'm all about wanting to make the change so that it's a benefit for us, not so much just for them.  Josh: Yeah, well, I guess like I've done a bit of research into things such as the fractional reserve system and how that works. Paul: Does it work?  Josh: Well, how it works doesn't mean it works. No, you're exactly right. It's not a very good system, which is based on, now, nothing really. It's just based on numbers in a computer. It's not weighted against any real thing of intrinsic value. Paul: Well, have a think about that. So what a lot of people don't understand is that when you deposit money into a bank, you're actually lending them that money. It's a loan. You become an unsecured creditor, yet there is no security for that loan to that bank.  Josh: Yep.  Paul: It's a promise that they give you. We'll promise that we'll give you your money back.  Josh: After changing you bank fees or having it in there. Paul: Well, what a great deal for them, isn't it? They say, ‘Joshua, can you lend me your $100,000?’ Josh: Yeah, no problem at all.  Paul: Now would you want to say, ‘Oh, I need a contract with that?’  Josh: Well, normally you would. Yeah. You hope so. Paul: No. So what's going to happen, Joshua, on the bank is you're going to lend me $100,000. You're the bank, though. Not as a contract, but I do promise that I'll give you your money back and I'll dictate the terms. Right? So you might want 10% interest, but I'm happy to give you 1 ½. And you'll say, ‘Yep, I'm happy to do that.’  That's really what you've done when you put money in the bank, and just remember that one critical part. You're an unsecured creditor. Meaning that secure creditors, in the event of the bank collapse or whatever, secured credit is paid first and then unsecured credits. Josh: Yup. So in the situation where shit hits the fan hypothetically, we can all feel the recession, we can all hear it being spoken about, we can also feel some pressures around the place. If shit hits the fan and everyone starts frantically pulling money out of the bank, they've already planned for that, and that's what's been going through at the moment. Am I right?  Paul: Yeah, correct.  Josh: Tell me a bit about that for our listeners. Paul: Well, long story short is that there's three generations of savers, so you've got you've got your builders, you've got your boomers, and then you've got generation X, which is me. We've all been bought up as a generation of ‘get yourself a good job, save for retirement.’ It was all about saving money. Okay. The other thing too is that we had our children quite young, so you know, I've been married 31 years and I've got married to my wife she was 19, and I was 23. And, we had our children when she was 21. So we had our kids young, and if you think about my father, he was one of 17 children, so they had big families. So they were called boomers, you know. Josh: Huge families, but small houses.  Paul: Can you imagine having 17 children? And the house, there were three bedrooms, one bathroom, right?  Josh: One bathroom, 17 people. 17 children! 19 people. Paul: It's 28 years from youngest to oldest. You know what I mean? Like it's just a constant flow of, you know, at least seven, eight, nine people in a 3-bedroom house.  Josh: Should have bought a TV, so that there's something else to do.  Paul: Didn’t have TV back in the day, so what they did was they went out into the world and started the businesses and all that sort of thing and created quite a lot of wealth. And they stored that wealth in the bank because that's what they were told to do, you know? And they'll get great returns. So when I had those interest rates of 18% of my home, you would get 16% return on money that you had sitting in the bank and you know that's a fantastic return. But look what's happened over the years. You know, that was 30 years ago. Now we're down to zero negative rates in other countries. Japan has been at negative rates for 20 years.  Josh: How much money have they reprinted over there? Paul: Does anyone know why? Does anyone really know why? Or is it just like it's a bad economy and all this sort of stuff? So what makes the bad economy? When people stopped spending! If you're not buying things at the shop, then retail starts to drop off. I want to spend the money. So they're trying to force you to get your money out to spend. Banks don't make money out of people saving and make money out of people borrowing. So they don't want you having money sitting in the bank anymore. Their fractional reserve system, that doesn't matter anymore because they're reprinting money off loans. They make more money out of loans than they do early use saving. So the idea is to try to get that money out of the system and into risky investments or to just get you out there spending.  But when you have the majority of the world's population over 45 years old, that's when our spending curve drops right off. We're not out there buying. We're not down to supermarkets every week, three times a week, or whatever at the big shops. I'd be lucky to go to near Robina. I'd be lucky to go there once a month.  Josh: Yup. For those listeners that didn't hear you. You were saying the GFC is a light rain comparative to what could be happening. And I always say if it's been 30 years since a major recession and it doesn't hit right now, all that means is we're going to be getting a slightly bigger downfall before we're getting absolutely torrential rain in 7 or 11 years time from now. Would that be fair to say?  Paul: It could be any time. When you think about in Australia, we've had 28, 29 years without a recession. What has stopped that recession from happening? So back in the 90s when it happened, like 1990, 91, we had the recession we had to have, but they didn't do anything to try to stop it. You know, and as I said, the interest rates are at 18% so what they've done to stave it off every year, you know, because the next government that comes in needs to be leaving it in a good place. They don't want to be the government that caused the recession. Right.  Josh: The inevitable recession. Paul: The inevitable recession. And when you look at what the US in particular, they've had about seven or eight in that amount of time. Australia have had none. So every time that you look at the interest rate table and you look at different things that's happened, like the 9/11, the GFC, they've dropped rates 3% to 6% in order to stave off that recession. Probably the other recession that we had to have. And now we're getting down to zero. We will be at zero. We're 100% going to zero. Where do they go? Where do they go if we had some major problem, like a GFC or whatever again or a reset? How do they fix that? Josh: I don't know. How do they reset that? They can’t.  Paul: They can't! There was a paper written 18 months ago by the IMF, and in that paper, they said that they are working on models to make -4% to -5% feasible. Josh: All right. Paul: So try to get your head around that.  Josh: I get paid to have a house. Is that right?  Paul: That's already happening overseas.  Josh: I have read up about that. So that would mean that the more debt you've got. Go and buy a house now, ladies and gentlemen.  Paul: Why would they want to do that? Why would they want to get down to -4% to -5%? Josh: Well, I always say if they're getting down to those numbers, it's going to mean that people are going to be more wanting to get loans and get things like that.  Paul: I think it's about getting rid of cash because if they could get rid of cash and move it into a digital world, get rid of the physical cash, then they've got complete control. Josh: Well, see, the problem that I, and this is something that's come about over the last 10, 12 years. When cryptocurrency started coming around, if you're comparing apples with apples, and I'm not going to say that they're both exactly the same, obviously. But when you have a digital currency being compared to a digital currency, which is, if they're getting rid of all paper and all money becomes more frictionless to be able to move from the AUD to a Bitcoin or any of the other cryptocurrencies that are out there without it being is in the power of the banks or anyone else. How do you think they are going to overcome?  Paul: Well, I believe cryptocurrency is a red herring. I believe that it's just been set up for you to play with while they build their real money system. And there's a little bit of a showing of that last week. So in this IMF paper, what they actually said is that they would introduce e-money. They call it e-money. And basically what that means is that that item there is $100. They say, ‘Joshua, you know, that's $100 if you pay cash or $95 if you use e-money.’ And you go, ‘Well, I'll use e-money.’ So that's how they destroy cash. So they make it worth less than what it is. That's how they get rid of it.  There's a bank in Sweden, and the currency in Sweden is krona. The central bank in Sweden has announced the e-krona and they're in the second phase of testing e-krona. Josh: The timing of it's great.  Paul: And of course, it runs on blockchain because blockchain is a great technology. But yeah, it's a decentralized system? I don't believe so. I think it'll be a very centralised system, but it'll definitely be electronic or digital.  Josh: Yeah. Okay. So I guess the recession at this stage, you're saying, is inevitable. It's going to happen. Got a beautiful way to at least have people that are struggling a little bit in their business, whether that be because they need to have more finances bought into it. Or maybe you've got people on the other side of the coin that have liquid assets or liquid cash where they want to be able to use that and invest into something that's going to be giving them a bit of a better return without having to put it into the big nasty banks. How do you go about? How does NoBNK work?  Paul: So the way that NoBNK came around is that many years ago, I looked at many of the managed funds and different places like that where they would collapse. There were quite a few here on the Gold Coast where a lot of those managed funds collapsed and the person who lost that was the investor every single time.  And it's only because the managed funds, number one, they think like a bank. And number two, they take their fees and everything out first. I'm not saying that all managed funds are like this. I'm just saying that when you get that real control freak at the helm, that's when there's a problem. So I designed a system where there is no control freak. So it's all about putting the control, the choices, the security back in the hands of the investor. And the number one thing is the trust. You know, because I think that we put a lot of trust in these organisations, in the corporate side, the banks and a lot of these managed funds. That's what we were told. You know, this is what you do. And I think they’ve broken our trust. I think they've broken our trust big time. You know?  The way that NoBNK is set up is that we make our number one product service. You know, everybody wants service. Well, the banking model can't give you service. It's impossible because of the way that their pecking order is designed. So their pecking order is profits first, shareholders second, then clients, then employees, that's the pecking order. They can't give you service. They don't make money out of service.  We're not about that. We're about, if we create that service for you, where you're having a great experience and you feel that you've got the trust and you will have to trust because what I say to people is, who's the one person that you trust more than anybody else in the world? To make the right finance decision for you. It's yourself, right? You trust yourself more than anybody else. So why are we giving that away? Why are we giving that trust away to the banks? So what we've done with this platform is that we're going to make you the bank.  Josh: Okay.  Paul: If I want to borrow money from you, why do I have to go to a bank to do that? You put your money in the bank and then I go and borrow the money from the bank. That's your money that's in the bank. That's not theirs. So why not just borrow directly from you? So the platform is set up where we facilitate accurate information between somebody who wants to borrow money and someone who wants to lend it. So the terms are all worked out, and if the borrower is happy to go, and the lender is happy to go, we just put those two together. That's all we do. And they've paid monthly returns in events on their investment. I don't know how many other investments you get paid monthly in advance, and it's direct in the security goes into the investor's name. Josh: Okay. So let's say I'm new to the idea and I'm going, ‘Okay. Yeah. Stuff the banks. They've stuffed me over too many times.’ Without saying the bank that I'm with, I can see the interest rates that I could be getting just changing to another bank, I could be saving $11,000 a year in mortgage repayments, and I had to look and I thought, ‘Ah, it's too hard.’ How hard is it? Or how would I go about moving a lot like a house?  Paul: The area that we're not going after at the moment is the consumer market. It's very regulated. There are a lot of rules around that market. We'll get to that. We'll get to that market. But the area that we want to look after, first of all, is the business and commercial arena. I think that if you look after the business side of things first and the business owner, they're gonna have to worry about their day-to-day things rather than worrying about when the next dollars, you know, how they're gonna pay their bills, if the bank's going to foreclose on them and the house is tied to that loan and all that sort of stuff.  So we look at things a lot more commercially and it won't always need to be property initially. There’s a lot of lending that happens out there that a lot of people don't know about, where you might have some text it or you need to, you want to jump on an opportunity pretty quickly and all this sort of stuff. So they use private, short-term lending and that short-term lending could be a loan that's anything from 3 months to 3 years. It’s not a 30-year loan and all that sort of stuff, and it's just about jumping onto an opportunity or it could be getting out of trouble. You know, ‘We're in a bit of trouble over here. We need to pay back the bank and get some cash flow into our business as well so that we can stay afloat.’ So really, we're more targeting that area there at first, which is perfect. Yeah. Well, I think it's an area that's very under-serviced.  And the other area that we're targeting, and this, as I said before, is those people all around the world, those high net worth investors all around the world that's got money sitting in the bank and it's getting them no return or very low returns. We want you to be able to negotiate the term between what sort of return you want. So really you get to choose the return you want. And the client gets to choose whether to accept it or not.  The way this platform is designed is that as an investor, we don't touch your money. So we never touch your money. We're not a managed fund. It's not a pooled investment. It's not a, you know, sort of property trust. It's not a contributory fund, none of that sort of stuff.  It's just one loan, one investor, one loan, one investor, one loan, one investor. So someone wants to borrow $1 million, the investor's gonna put up the whole $1 million, and we're just going to put those two directly. Josh: So it sounds like obviously it's a lot of advantages for both parties in regards to the returns that they're going to be getting, as well as the rates that they're going to be paying because you're cutting out the bank in the middle. What would be some of the, I guess, risks? Or does it take the same amount of time to process through if you wanted to get an equipment finance loan for $50,000 for a new digital printer or something like that. Paul: The process is quick, it all happens within 24 to 48 hours. You'll know how many people So as a borrower, you'll know how many people are interested in doing your loan and you'll get offered the lowest interest rate that they offer.  Josh: Is this a global thing or is this just Australia?  Paul: This will be a global thing. Initially, it's Australia, but we do want to take it globally because the problems that started in the world, the reason why I've talked a lot about Japan is because the reason why they've already experienced all this, what we're going through, is they’re the oldest population in the world, you know? So it all adds up to me. Their ages crossed over and over that 45-year mark, they're average age crossed over 15 or 20 years ago. So it comes in a lot sooner than what it has to us.  Josh: And their workforce is diminishing because of that. Paul: That's exactly right. And the wages aren't going up. All the problems that we're starting to have here in Australia, you know, property prices are going through the roof, but wages aren't going up. So the next step is how does somebody that's on 60 grand a year buy a million dollar property in Sydney? Well, I'll have to have a 70-year mortgage just like they have in Japan. You can see it. You're watching the pattern globally. It's happening all through Europe. You know, there are 30 countries in the Eurozone now that are on zero and negative rates and the lowest is -0.75.  Josh: All right. That's nuts. It's nuts when you think about it, and as you were saying, like it was only 30 years ago, we had the last recession, and so for Japan to be at the position...  Paul: 20% 30 years ago. Now the -0.5.  Josh: And that all comes down to the workforce and the economy, and that's where we're, as you said, we're heading towards the potential issue here.  If someone wants to jump in and jump onto NoBNK or hear any more information, how do they go about sort of doing that? Paul: The good thing about us is we can look after you no matter where you are in Australia and then as I said, that eventually, New Zealand will be pretty quick, but then we'll be going into places like the UK and America and things like that as well. This is something that can go global and that's the whole idea is that we're about like, you know, if you're going to disrupt your models and make it worthwhile.  Josh: Absolutely. If you’re going to kick the big in the head you may as well do it globally.  Paul: They had their place and as I said, we're not going to manage, we're not going to take your money and just go and do a hope and pray thing like many do. Your money stays in the bank under your control, so nothing changes, right? The only thing that changes is you get the opportunity to be able to have a crack at one of these deals and become the bank.  And your worst case scenario is you're sitting there with a security in your name and you're getting a return. Whereas what's your security in the bank? There isn't any, but if you don't win the deal, because it's going to be like an auction type system where you make a bid on what sort of return you want, then nothing's changed in your life. You still get your money sitting in the bank, you know? No one's touching it. No one's taking any fees off you or any of that sort of thing.  We're all about mitigating risks. We've got to mitigate the risk for the borrower, the lender, and for ourselves. So it's about everybody having this happy equilibrium, you know? That's how we're going to structure this thing.  We've got a whole website there. It’s NoBNK.com.au. And the reason why we got B N K is because ASIC won't let us use the word ‘bank’. It's a swear word. So we call ourselves NoBNK and we advertise as NoBNK does that, which has a double meaning. NoBNK does that. Josh: Perfect. As an investor and a borrower, what's the starting and ending amounts you can go for.  Paul: Because we're starting with the property component of it first of all, the minimum line would probably be around the $50,000 mark. This is why we're up to sophisticated investors. So this is some for your institutional versus, or you know, like your mum and dad's and things like that. You must be a high net worth. You know, I know people out there, they have tens of millions just sitting in the bank.  Josh: Yep.  Paul: Globally. So you might have somebody, you might have a deal here in Australia. There might be somebody in Japan that makes a bid on the deal and all of a sudden they're getting a return of 4%, 5%, 6%, 7%, whatever it is, whatever that agreed return is, where they're getting nothing over there, but they've actually got to pay to put their money in the bank over there. So it's a really good outcome because, you know, we just let the market set itself dynamically. There is no ‘ring Paul up and say, “Mate, what interest rate can I get?”’ There's none of that anymore. It's just like, well, it's whatever anyone's prepared to bid and whatever you're prepared to pay. Josh: Yep. So it's win-win. Paul: And look, there's rules for the investors. I've got a pretty good record. We're doing this sort of thing.  Josh: You've been doing it for more than 10 years?  Paul: Yeah, about 10, about 12 years now. I've been doing these sorts of loans for some high net worth. And in that amount of time, we've had no foreclosures and the investors haven’t lost money in the capital. And it's just about managing it.  Josh: That's a good run.  Paul: Yeah. It's just about managing. You don't smash people when they're down. You help them. You don't have to be all hard about it. You know, you're a day late or two days late with your payment. It's about managing it. Nobody gets hurt. You know what I mean?  Josh: So how do you guys come into it? Do they just clip the ticket on the way through?  Paul: You have a gross line amount. You have a net loan amount. You got to add that first month's interest. There's lawyers involved, there's all sorts of things, which for the investors, it's great for them. It's their lawyer. So it's a lawyer of their choice. And you know, usually there's brokers involved in all the research, so there's nothing under the table. So there's no hidden fees and charges and all that sort of stuff. In our letter of offer, it's like, say for example, you want half a million dollars and it might cost $520,000 you know, like when you add everything up. So you say, okay, so your gross loan amount is 520, that's what it is. You'll see all the costs that are involved, all the rest of it, and you get the choice to say, ‘Yeah. I'm happy with that.’ ‘Well, no, thank you.’  Josh: Fair enough. Cool. Cool, cool, cool. I think there's going to be a big help for a lot of people that are feeling a bit of pressure, whether that'd be as an investor or they're looking potentially down the barrel of a gun for a business. They might not be going as well as it was. Is there anything else you'd like to add? Paul: There's lots of businesses out there that need lots of help in different ways. It's not just about, you know, finance and properties and all that sort of stuff. It's just about knowing that there are people out there that, you know, we'll have a chat about it first. I mean, whether you've been rejected by a bank, don't want to go to their bank or can't go to a bank, that's why we're here. So pretty well covers everybody. When you do those things, we tell them, you don't go to the bank, come to NoBNK.  Josh: I guess back in the day, there was like no-doc loans and things like this. This is from a business owner's perspective. Paul: It's a very, very simple process. So you know, the information that we asked from you is not onerous. It's really quite simple. It's a very quick application process. This platform that we've built that we'll be releasing in the next couple of weeks, it'll be automated. It's just a quick, you know, fill in the application process type of thing and you'll get SMS and emails and all that sort of stuff, and then so will the investors and they'll be able to start bidding on your deals straight away.  Josh: Sweet.  Paul: It's a little bit of a game changer, come to the market.  Josh: Absolutely. Yeah.  Paul: That's what it's about, isn't it? It's about changing things up and seeing if we can do it better and make a change, you know, a different change for the better for once rather than just doing the same as everybody else.  Josh: Really enjoyed talking to you and is there anything else you'd like to add before we jump off? Paul: No, mate, I really appreciate it. Thank you very much. I'd like to wish everybody out there that, you know, there is hope. It costs you nothing to apply with us or to have a chat with us or anything like that. So, you know, your people wanting to, you know, they're welcome to have a chat anytime they like. Josh: Cool. Only advantages and as I said, a very welcome time for me to be talking to you about this sort of stuff for a lot of people out there.  Paul: Appreciate it, mate. Thank you very much.  Josh: If you have any questions and bits and pieces, we'll put a link down to NoBNK as well as Paul's details. If you've enjoyed this episode, jump across to iTunes, leave us a review, give us some love and stay good. 

P100 Podcast
P100 Podcast: Life and business in the days of COVID-19

P100 Podcast

Play Episode Listen Later Mar 18, 2020 31:07


We’re living through an unprecedented time in American history. Businesses are closed, schools are shuttered, and gatherings are canceled, all because of an invisible, infectious agent that our modern world hasn’t been able to match — not yet, anyway.Marking the unique circumstances, we spent the most recent episode of the P100 Podcast discussing the effects of COVID-19 on daily life (including our own), how people and businesses can help their communities, and how they can communicate during a crisis.If you’re hitting the download button or streaming from your “office away from the office,” thank you for listening and stay safe. Full Transcript:Paul:Welcome back to a special edition of the P100 podcast, the audio companion to the Pittsburgh 100 e-zine. This episode, solely focused on COVID-19, the coronavirus. I'm Paul Furiga, your cohost along with my colleagues, Dan Stefano…Dan:Hey Paul.Paul:And Logan Armstrong.Logan:Hi Paul.Paul:And I want you all to know at home we are practicing safe social distancing. In fact, we are so far away from you while you're listening to us right now ... well, that's another story. Seriously though, given the times that we're in, we thought that we would devote this entire episode of the podcast to understanding how we, as a community can deal with this. I've never seen a situation like this in my lifetime and as Dan and Logan frequently remind me, I'm old.Dan:I think you got a point there. I mean, I've tried to think of this in context of my own life. I'm 33 and I would say the most impactful thing that has ever occurred in my lifetime was 9/11.Paul:Right.Dan:And I was in high school whenever that happened. That was a time whenever the stock market cratered. The next day all air traffic was suspended. It was severely drastic. It took a long time for American life to get back to normal then. Whatever the new normal was, I should say. But this seems like it could be something different. There's a lot of uncertainty in the air, which there was at that time in 2001 for sure, but when we're talking about a virus here, we're talking about something that we don't have a vaccine for, it's a little bit scary right now. And I feel like the streets are even ... it's weird to be walking downtown. At the WordWrite offices here, we're getting ready to practice social distancing and work from home.Paul:Work from home, yeah.Dan:I could say in some ways it feels similar to those days after 9/11 but it's very different too.Paul:Absolutely. Logan.Logan:Yeah. And I'm a little younger. So I'm only 22.Dan:Little.Logan:I was a young kid when 9/11 happened. But also especially with what we're seeing in the market right now, very reminiscent of the 2008 era, which of course this has a few different causes than in 2008. But we've seen people are going crazy at supermarkets…Paul:That's right.Logan:... and really trying to stockpile, which is good because they're themselves trying to self-quarantine but it's going to be interesting to see how the markets react and how local businesses and business owners will wade through the waters during this time. Dan:AbsolutelyPaul:So a couple of things we wanted to do, number one, we wanted to share some helpful resources, which certainly there are probably, if you're listening to this podcast, you're probably a consumer of a lot of things online and you may already have some favorites, but we are at WordWrite in the business of working with reliable news organizations. So we'll share a few of our favorite go-to sources for local information here in western Pennsylvania.Paul:And then we're going to shift gears a bit and we're going to talk about our own experience because it's a crazy situation, but a lot of our clients rely on us for our crisis expertise. In any given year, we handle about 12 major crises, 10 of which you never read about because they're effectively handled. And then two of them, sadly, for whatever reason, they're all over the news. So we actually have a lot of experience in this arena and we are currently working with several of our clients on crises related to the COVID-19 outbreak.Paul:So first let's talk about some go-to sources here in western Pennsylvania. Dan and I, we share this other disease called being former journalists. Dan, some of your favorite go-tos for reliable and accurate information on what's happening.Dan:Still trying to get over that. The journalism disease. No, it's no disease. I mean, some of my good friends are journalists. So, I appreciate them.Paul:Yes, likewise.Dan:As you said, I do respect just journalism and what they put in. So I mean, your two major newspaper news sources in the area would be Post-Gazette and then triblive.com, the former Pittsburgh Tribune-Review. And now just the regular Tribune-Review set in Greensburg. That's a great place to go for it. But I'd recommend, if you're talking locally, the Allegheny County Health Department. That's got pretty consistent and good updates.Paul:They have an entire page, Allegheny County-Dan:Yes, they do.Paul:... .PA.US devoted to COVID-19.Dan:Right. Everybody's got their own page on it now. I mean it's incredible. I think everybody has been a victim of getting all these emails now. And I mean fortunately I have an email from the CEO of Banana Republic to tell me that all their stores are safe, but that's also just ... that's best practice right now. And businesses are doing their due diligence to just show everyone that they're trying to do their best.Dan:But for right now, I mean, that gets a little bit away from our question and I'm kind of drifting here, but I would follow the PG and TribLIVE. But a lot of them, they're getting their information from the government sources here. But I would really trust the County Health Department and that's some of your most current information.Paul:Absolutely.Dan:Make sure you're following their Twitter accounts and everything you can.Paul:Logan anything you'd add?Logan:I'd also say that The Incline, they're usually a little more lighthearted, but they've been doing a really good job of grouping up various articles from multiple local publications.Paul:Yes, aggregating content.Dan:Yeah.Logan:Exactly. Yeah. Aggregating that and that's getting delivered to inboxes at 6:00 a.m. every day. If you need to be up to date on the latest news in the area, I would also say check out The Incline for that.Paul:I'm going to add a few more. So in the last few years, pretty much every television station in Pittsburgh has debuted some flavor of an online presence, sometimes up to and including live streaming of events. So one of the things we've been doing at WordWrite is we've been watching live streams of Governor Wolf, the Pennsylvania governor, and his press conferences, Rich Fitzgerald, the Allegheny County executive, the County Health Department. I believe the new director's name is Dr. Bogen, so that's available.Paul:I would also add, and this has not really gotten much attention because the debut occurred during this whole crisis, but Channel 2 KDKA, which is owned by a CBS Network, has debuted essentially I believe a local version of on-air all the time local news. So CBSN is the national network and there's some local connection. I'll be honest with our listeners, I haven't had time to fully understand all of that because we've been so busy with other things. Personally, I look at all of those. I also look at WESA-FM. One of the reasons for that is with everything that's happened in newspapers in recent years, the major foundations in Pittsburgh have poured a fairly substantial amount of money into building the newsroom at WESA and they have all of the same kinds of resources in terms of online delivery of news that we've just talked about.Paul:So those for me are all good services. Most of us, I'm of a certain age, I'm 61. I hate to say that in a room with somebody in their twenties and thirties but it's the truth, I can't lie, it's on my driver's license, anyway, even somebody like me can make use of the phone and I am getting a lot of alerts. So I rely on the alerts as well to remind me. Before we shift gears here and talk about some advice for our listeners, even in our own planning for WordWrite, as Dan mentioned, on Friday we were ready, Friday the 13th of March, we were ready to implement a phased work from home process where some people would be in the office. And by the time we got to Sunday of the weekend where mandatory, non-essential businesses are asked to close or it is voluntary but strongly encouraged.Paul:So things are just moving so fast now it's worthwhile not to scare yourself, and I think that's, Logan, why it's good that you mentioned The Incline. Really good journalists can have the right touch to put an uplifting spirit into their round up of things. Right? But you don't want to be consumed by the news, but you also want to be informed and up to date. You don't want to be headed out to go to an event or something like that when it's not going to happen. And it was just cancelled. I don't know. Anything you guys would add to that?Dan:Well I think if you're talking about cancelled events, just try to look up to see what one is actually on now. Pretty much the assumption should be that it's closed. But-Logan:Yeah. And one thing I'd add is that it is a little hectic with all of these things happening so fast. But one of the hopeful benefits of that is this quick action now is really going to be the precursor to slowing it down in the long run.Paul:Absolutely. And this is something that, for our listeners, that we've been talking about here at the company in terms of working with our clients and that is that we are at this inflection point where the number of people who might be contagious in our community is at its highest point at the same time that we have the least ability to test.Paul:So if we self-isolate for the next two weeks, what we'll be able to do is keep those who might be infected from spreading the disease. National news media is saying that the United States might be 11 days behind Italy, meaning that what's happened there could happen roughly two weeks later here in the United States. God forbid, we don't want that. Other folks I've seen on the national news talk about we want to be like South Korea where there was a lot of testing, the self-isolation and they seem to have, as the medical experts call it, flattened the curve, which is to say slow the growth of the virus so that the number of people who are sick doesn't exceed the capacity of the region's healthcare providers to treat those who are sick.Dan:One thing, Paul, I'd like to bring up, open the conversation to you and Logan is what's fascinating about this is similar, like we said, I mean I hate to keep making the comparisons to 9/11 because that was a very much different type of crisis, but that was a tragedy that affected almost everyone in the U.S. at some level. Corona possibly even more. Just in terms of even if you aren't getting the disease, I mean it's probably going to disrupt your life, whether how you're working or somebody that you know. Maybe your children are off of school right now. There's quite a bit going on. And Paul, yourself, I know you've had some, personal events that are affecting you, right?Paul:Oh absolutely. So I'll give you a few. Number one, one of our two daughters is getting married, we hope, on May 31st. There's been a lot of conversations with the venue and the providers. The baker and the flowers and everything else. And we'll see how things play out. May 31st might be okay, but let's just say that we're a little concerned.Paul:Our other daughter is getting her MBA at the University of Chicago and they have extended spring break, which has pushed their, they're on a quarter system, their third quarter deeper into the year. She's supposed to have an internship this summer. It was going to start June 1st. She won't be done with school on June 1st and we don't even know if she'll have the internship.Dan:Yeah, certainly, it's amazing how this is just disrupting lives. I mean it's putting almost everything on pause. It's amazing. Myself, my wife and I, we were planning on taking a vacation to Japan, it was going to be the first week of April and we were looking forward to this trip for an entire year. It was just something we'd planned. It's kind of a bucket list type thing and just a week ago we had to cancel it. Right now as we record here, there are no travel restrictions over there, but there's just no guarantee whenever you see the massive lines that are coming for people that are coming back into the country, at least from Europe. But just something we had to be take care of.Dan:And we were even planning on maybe having a backup trip to California. And now we're really seriously kind of rethinking that one. It feels selfish to say, well hey, this thing that was just a wonderful little pleasure trip for us here we're disrupting it. How horrible is that? But we don't know when we're going to be able to take that trip again. We planned for specific dates in our lives. We mapped around that. So it's just another area that it does affect things. But Logan, I know you've even had some ...Logan:Yes. Yeah. It's a similar situation. I had a trip planned to Italy. I guess I would've left last week. Yeah. But it is unfortunate that this is such a disruptive virus. But thinking on the bigger picture of things, I mean, it's much better to have these disruptions now and really put these policies in place, especially because not only on an individual level, but on a business level, as we touched on earlier, there's really a lot of things that business owners are going to have to prepare for. And there may be some crisis communications that business owners have to take into account and that's something that we've experienced here. Yeah, Paul?Paul:Oh absolutely. Absolutely. And we want to dig into that for the remainder of our time here on the podcast, this episode. And before I do that, I just want to give a quick shout out to your point, Logan, the retail and restaurant sectors are going to be particularly hard hit and in the local economy as well as the American economy, the percentage of workers who are hourly who have, let's just say less robust benefits packages, whatever we can do as a community to keep them in mind and help to keep them employed I think is really important.Paul:One of the other sources of information that I didn't mention earlier were members of the Pittsburgh Downtown Partnership, the Partnership has articles in the Pittsburgh 100 frequently. Their weekly… they do a weekly sort of what's going on downtown email. And the one that I received just before we came in to record the podcast is all about this subject. So you can't dine in during the time that businesses are closed but you can still do take out. So there's things that we can do as a community to help our friends and our neighbors through. And I think it's something we should do.Dan:Yeah, I think before we take a deeper dive into talking about crises and crises management, what you said there kind of touches on an important point and one thing, one of the huge crises or huge problems that are coming out of this is whenever schools are closed there are a lot of students out there who might be on free or reduced lunch and these are kids who might rely on these school lunches to help themselves eat. It might be their biggest meal of the day.Dan:But one thing that you've seen is restaurants are coming out and offering free lunches to some of these kids. I believe some districts have, including I believe Pittsburgh Public, they have programs in place to help these kids to make sure that they have food, that they have resources.Dan:And that touches on your point there, Paul, about the Pittsburgh Downtown Partnership in that…do something. If you're a business owner and you feel like maybe it's a helpless time right now, maybe you have to put pause on a lot of things, you can think of something to do and that's one way I think if you make yourself a goal and you have a mission, you can help yourself get through this, right?Paul:Oh, absolutely. We're going to shift gears now folks and talk about crisis. To Dan's point, this is one of the things when we sat down and we looked at this episode of the podcast, there were other segments and other things that we had planned to do perhaps, but we agreed that one of the ways that we could be helpful was to share with people what we know about this.Paul:So I'm going to kick off this portion of the episode here and Dan and Logan will jump in. So historically, one of the things that we've done a lot of at WordWrite is crisis communication. And one of the things we've learned is that there are only really four basic kinds of crises.Paul:So there are acts of God, there are acts of man, there are acts of God made worse by man, and there are acts of man made worse by God. That's it. You can think about pretty much anything bad that's ever happened in the history of the world. And there's going to be some element of one of those four categories. So certainly-Dan:If you asked my wife I think she would say that there are also acts of God made worse by Dan. But we'll leave it to four right now.Paul:Well Dan, the last time I looked, you are a human being, so we'll put you in one of the four categories.Dan:Got you.Paul:Anyway, certainly the viruses, if you want to call it that, an act of God, it's an act of nature. What we don't know yet is whether what's happened, our acts of man, let's call it, that it made it worse. When you go back to China we're not here to judge. We don't really know exactly where the virus spread began. But certainly there's humankind and there's nature mixed together in this crisis.Paul:So one of the things that's interesting in doing so much crisis communications at our firm that is both a positive and a cause for pause, is that most crises are predictable. This is not the first time that the world's been through an epidemic, a pandemic, a virus, and perhaps it's the 21st century technology-driven, I don't know if we've become a little bit lazy or we're just lulled into a sense of complacency, but what this epidemic is demonstrating to us that this can still happen in the 21st century.Logan:Yes. Even with all the technological advances, and medical advancements, and medical capabilities, something that moves this fast is very hard to control no matter-Paul:Absolutely.Logan:... how many technological capabilities we have. And it's something that we're probably not going to have a vaccine for, for a little bit. This vaccine isn't going to be coming in the next week or the next month.Dan:Testing's an issue too right now.Logan:Exactly.Paul:18 to 24 months is what people are saying.Logan:Right. So we're really going to have to figure out what the best course of action is. And I think that's going to be something that is going to be on the fly. Because, as you've said, we've seen these kinds of crises before, but there's no real way to account for all the variants in it and it's going to be on people and on the media to portray information in as close to real time as possible and as accurately as possible to try to help mitigate that.Paul:So one of the things that I think is true about this, 1918 the Spanish flu epidemic was just a terrible worldwide crisis. So that fits into what I just said about most crises are predictable. So we can learn from that. And to your point, Logan, this is fast moving, but we can learn from what's happened in Italy. We can learn from what's happened in China, within the more restrictive immediate window. So that's critically important.Paul:One of the other things that's important, and there are going to be people who are going to be picking over this for years, I'm sure, what we tell our clients is if crises are predictable, then you need to plan for them. So theoretically the world, especially the largest economies and countries in the world should have been planning for this sort of a thing. And there had been some, let's just say missteps, fits and starts.Dan:Yeah.Paul:Now for our listeners, even though this thing is underway, you can look at history and you can look at recent events to do your own planning for the crisis. So we're already in it. So to your point Logan, there's an element of every day is different and you can't predict for sure, but one of the things we do when we work with clients is scenario planning. What's the worst case scenario? What's the best case scenario, what's the likely scenario? And then you start to develop your communications around each one of those outcomes. And that guides you on a day to day basis in terms of what you need to be doing.Dan:Right in this situation, and I would just kind of play interviewer here with you Paul, with so many different businesses it's hard to gauge, exactly what are likely outcomes. Businesses right now we might think of they might have to do some layoffs, they might have to temporarily furlough some employees and whether certain bills pass out of our Congress here they may have wages, they may not. It depends on how large a company is. One thing here though, whenever we've had this discussion is we talk about, you start from a place of truth when you're communicating these outcomes. Can you elaborate a little more on that?Paul:Sure. So in a crisis like this, obviously if you're standing in front of the forest and the forest is burning behind you, you can't tell people that that smell in the air is a candle. You have to acknowledge even the hard truths.Paul:One of the things that we see time and again is that if you're straightforward with people up front and there's tons of university research on this that validates this point, they're going to give you the benefit of the doubt. If I own a restaurant in Pittsburgh that opened two months ago – I'm in a place that's not the same as a restaurant that's been around for 25 years. Right? And I need to say to people, look guys, we just opened. I can't guarantee you that we're going to ride through this unscathed.Paul:And then what you need to do is you need to communicate process. And that's where that scenario planning comes in handy. It's like, look, we don't know where this is going to end, but here's what we're going to do today. Here's what we're going to do next week. Here's our thought process and our plan, and there's a lot of university research on this too, that when you can't communicate content, if you can communicate process it calms people's fears and gets people organized around the common goal of moving forward.Dan:I guess that speaks to control. It might be the wrong word to say controlling, but trying to manage people's emotions here. I think we have to understand how everyone is feeling because we're feeling the same way on a lot of these things. I mean we can tell a business, a B2B business, okay, hey, this is how you want to talk when you're talking to your clients or something like that. But we have the same feelings whenever we're trying to listen to the government here. Are they going to tell us the process? Are they going to describe that?Dan:So can you talk a little bit about how to be a good effective communicator to work with the community and make sure that you're delivering this information not maybe necessarily in a doom and gloom way and just being an effective storyteller essentially?Paul:Right. So one of the things that we're big on obviously at our company is the process of storytelling. We have our own process that we help companies uncover what we call their Capital S story. And I do a lot of speaking around this. In a crisis there's no more important time for you to be thinking about your Capital S story and that story is this, it answers these questions. Why would somebody work for you, buy from you, invest in you, partner with you? If you're a nonprofit, why would they donate or volunteer with your organization? And that is the story above all stories for your company, your organization. That's why we call it the Capital S story.Paul:And you think about that in times of stress, a crisis like this, which is an enormous stressor. It doesn't matter so much what you say on a daily basis. It matters what people believe you to be as an organization. And I think Dan, that's kind of what you're getting at there.Paul:And in a crisis, what we find is whatever audience you're trying to reach, employees, partners, vendors, customers, that's where they go in their minds in terms of assessing whether or not to believe you when you say don't worry about this, or I need your help to do X, Y and Z so that we can pull through this crisis.Paul:Right now, all of us are being flooded with information and this story is like cast in concrete. It's bedrock. It's the granite of who your organization is and they're going back to that hard place that they can knock on, that they can sit on, that they can lean on, and that's the truth that they're looking for. To assess whether or not your organization in this time of crisis is an organization that can be believed.Dan:Now, not every business, well whenever we think of Corona individually, I mean I'm just thinking of the restaurant that's across the street from us right now but people aren't looking necessarily for Bruegger's Bagels to answer the crisis or come up with a vaccine or explain people how to feel. But how, if you're a business that isn't necessarily adjacent to the current crisis or if you're just you have nothing to do with it, but your business maybe is closed or something like that, how do you kind of manage these crises that you're not necessarily related to but it does affect you?Paul:So I think one of the things that we're seeing, and we started the episode today by talking about the news media and some other resources who are trying to be helpful. So you want to be helpful. And there's also an element of business as usual. A lot of the companies that aren't directly affected by the crisis, and of course I'm sure many of our listeners are saying, well everybody's affected by it, and certainly when we all need to be self-isolating, we all are affected by it, but if you're not directly affected by it in the sense that you don't run a restaurant or you're not a retail store or you're not an event space where hundreds of people would be expected to gather, this is a time to be helpful.Paul:One of the reasons why we're doing this specific episode of the podcast, we see many, many institutions in the community, there is an element of what they're doing, to your point, Dan, where it is on some level still business as usual. However they have the opportunity because of things being pulled in to reduce the spread of the virus, to have some time, to have some resources to be helpful in whatever way that they can be.Dan:Paul, all that stuff is really helpful here. And so I appreciate you especially sharing your expertise here in crisis communications and we encourage anybody who's listening at home to feel free to check out wordwritepr.com. We've got some really good information. There's some good stuff on crisis communications and certainly even one of our VPs here, Jeremy Church, just wrote a really interesting blog about effective crisis communication during outbreaks.Paul:Yeah. And Dan, we'll be putting up in the show notes, I wrote one in July of last year, Storytelling in a Crisis: Why You Need Your Capital S Story. And again, we're going to be sharing a lot more of the resources that we can. This is a time when we all need to pull together as a community. And certainly we have clients whom we work for and we have a lot of experience that we've developed over the years, and we want to be able to share that with the community in the spirit of helping everybody recover from this as quickly as possible. And to your point, Dan, if there's anything that we can do as people who believe in good, strong, authentic communications, we want to do that for the community.Dan:Absolutely, 100%. And as we wrap up here just the message from us here is hopefully everybody at home can weather this as well as they can. Every business can as well. It sounds cheery and optimistic to say, but we will get through this and we'll survive.Paul:Absolutely.Dan:Yeah. 

The Quiet Light Podcast
Incredible Exits: How to Build the Pillars of a Successful Business With Paul Anderson

The Quiet Light Podcast

Play Episode Listen Later Feb 25, 2020 33:19


One year ago we listed a business that created a massive amount of activity, garnering ten offers, many above asking price. As part of our incredible exit series, today we welcome a seller who has had some time to reflect on all the things he did right in his sale and share what he has been up to since. Paul Anderson started his career as an accountant, taking the safe path and spending ten years in corporate America. An increasing lack of passion led him to start to build his own lifeboat. He avidly studied Amazon FBA and learned by following experts in the e-commerce space. Although his first launch failed he carried on, honing his awareness of product opportunities out there and eventually he hit it big. Today Paul delves into the building of the business, the pillars of his success, and the components of his path to becoming an exitpreneur. Episode Highlights: Paul's first product's failure to launch and what he learned. How he sourced the second product and what happened in the last quarter of 2016. Funding subsequent stock and the challenges of inventory planning. How Paul stands on all four pillars of a successfully built business as well as that invisible fifth pillar. The scheduling and nitty gritty of the sale process. How the final buyer was chosen and the deciding factors for Paul. Why the highest bidder does not always win. The toughest challenges of running the business. Why Paul decided to sell. What he has been doing since the sale. Tips for building a successful content website. Transcription: Mark: So almost one year ago to the date of the recording of this episode of the podcast I was on a car ride with Joe; you Joe from where was it? It was from Dallas down to Houston and then Houston back up to Dallas. We were meeting with a good friend of ours that lived in Houston and while we were in that car ride you had launched a new listing that went absolutely berserk. And I've referenced this; I think we've actually talked about this on the podcast a few times, I've referenced this deal because it was one of these outlier deals that seem to check every single box and the result was just a massive amount of requests for phone calls and I believe 10 offers within a very short amount of time. And it's been a year since that launched and obviously, the deal closed which we're super happy about but now you finally get to have the seller on the podcast talking about all the things that he did right. Joe: Yeah it's a great time because it's a year out so he gets to look back. And over the years of doing this podcast the people listening have heard us talk about the four pillars; risk, growth, transferability, and documentation and someone might go yeah ok whatever, the reality is that they matter. Paul Anderson sold his business; 10 offers, he checked off every one of these pillars and the six little subtitles under each pillar and then the fifth one which I know Mark there's no fifth pillar, but the fifth one is the man or person or entrepreneur behind the business. Paul being a former CPA turned entrepreneur who outsourced his bookkeeping to a bookkeeper is just a super likable guy, stay at home dad, buttoned up in so many different ways. The end result is I had to clear his schedule; he basically had three conference calls with highly qualified buyers for five days in a row. He was exhausted from it because each one was… Joe: So you had 15 conference calls then. Paul: 15 conference calls. Joe: And I remember again we were in the car going back up to Dallas and you were on the phone pretty much constantly telling people okay let me see if I can arrange a time for you. So there was a lot more requests for conference calls on this deal. Paul: A lot more requests and we say we had 10 offers but finally a few people dropped out because they just didn't want to compete because they knew what it is going to be. And the funny thing is people get concerned about that and we always say right up front look don't get caught up in the hype of multiple offers, don't go beyond your comfort level, offer-wise. We want you to make an offer that works for you and hopefully will work for the seller as well because we want it to go all the way from letter of intent through to due diligence and that's exactly what we wound up with. And oddly enough Paul did not choose as we always say they don't necessarily choose the highest price. He didn't do that. He picked the offer that was best for him and I think it was somewhere $150,000 lower than the highest price. So we talked about a little bit of that process, what makes a good seller, a good buyer, and then we talked about what he's doing today which is really interesting as well so hopefully, everybody will enjoy this podcast. Joe: Absolutely. Paul: Let's go to it. Joe: Hey folks. Joe Valley here from the Quiet Light Podcast and today I have an Incredible Exits client on the phone with me. It's Paul Anderson. We sold Paul's business I think; when was it, Paul? Paul: March of last year, so a little under a year ago. Joe: Spring of 2019; so a little under a year ago. So we're going to talk about Paul's exit. We're going to talk about what Paul went through when he built the business, sold the business after he sold the business, and what he's doing now so we're going to get the full picture. Paul welcome to the Quiet Light Podcast. Paul: Thanks Joe, good to be here. Good to talk to you. Joe: So for the folks listening why don't you give a little bit of background on your professional pedigree and your entrepreneurial journey? Paul: Yeah, sure. So I actually studied accounting and followed that path. I was kind of one of those people that never really knew what I wanted to do. Like some people I think they're just like hey I want to be a TV news reporter or a journalist, I never really had that strong thing tapped me on the shoulder that said this is what you should do so I took a pretty safe practical path. I went into accounting and got my CPA. I spent about 10 years working in corporate America doing accounting and finance jobs and didn't really ever feel like that passion and eventually it started to kind of wear me down. I got to the point where I had to think of something else to do and try to build my own little lifeboat to escape from that because something inside me just didn't feel right anymore doing that. So that's kind of what led into starting a business. So that's in 2016. Somewhere; I don't even remember where I started to hear about Amazon FBA and I kind of consumed everything I could about it like podcasts, there's this guy Manny Coats inaudible[00:06:09.6] Helium10, he had a great podcast back then, Amazing Seller; there's all sorts of good stuff online about the model and that's kind of how it started and I started really small. We can get into it from there but that was kind of the first step, learning about it and seeing like oh I think I could do this. Joe: So you learned about it from podcasts; you didn't pay for a course or anything like that, you were absorbing free information from experts in the space. Paul: I never bought a single course it was all podcasts, Facebook groups, Reddit forums, and I was just… Joe: I love it. Paul: Yeah I can tell you about the first launch which was a total fail but that was like my training course like the very first launch because I learned. Joe: Failure is a great lesson. How much money did you pull together to launch the business and were you working at that point in the CPA business? Paul: Yeah I was still working. It was 2016, I put $5,000 in to do; most of it was an inventory buy so I was on Alibaba like at night trying to find my suppliers talking with China and I put in probably about 5,000 bucks to start on my first product. Joe: Okay. And you just mentioned Helium10; did you use Helium10 to help you find that first product? Paul: Yes. So it's funny like almost all the products I launched I've kind of like encountered in the real world somewhere and the product that turned out to be my big business was I kind of got onto it from a discussion with my parents. We're just having a casual discussion like you would have many times a day and they mentioned this particular thing and I would always in my iPhone put down; anything that seemed interesting I would just like log it in there and then I come back to it. So I had a list of 20 to 30 things going and I went back and started doing some research. I actually was using Jungle Scout back then and I switched over to Helium10 for everything now. Joe: Oh they're both great products; both of them. Manny and Greg have both been on the podcast; great guys. Paul: Yeah, for sure. So I kind of punched it in there and said like oh this looks like; the numbers look good and that's kind of how it started but it really was that conversation being like; I think if there's a lesson there it's being aware, we have so many kinds of filters and blinders on like if you really put yourself in the headspace of looking for opportunities you'd be surprised how many little things you read online or you hear about through friends like this is really popular; there's just all sorts of those little things that pop up that could turn out to be big businesses. Joe: So pay attention to your surroundings; the stuff that you use every day, emerging products in categories and niches and try to pay attention to and think is there an opportunity? Did you use any tools to see if a lot of people were selling in that particular category and that particular product? Paul: I mean Jungle Scout helps with that but mainly you can just go on and kind of assess like if page one everyone's got a thousand reviews and they're really well-known brands or something that's probably going to be a tough place to break into. Joe: Tough barrier; okay. So tell us about your first test, it was an epic fail? Paul: Yeah, so I was really pumped and thought like here it is, this is going to be like my ticket out of full-time work and it's going to be amazing and it was actually an accessory. Have you ever heard of pour-over coffee? Joe: Yeah. Paul: So that was kind of just bubbling up, seeming like oh this is really a trending product… Joe: Too much work; I never bought it because… Paul: Too much work, yeah, but there's a lot of people that are really into the craft obviously a coffee one and having some artisan experience. So I sourced these little wooden coffee stands that's basically used to make pour-over coffee. And it was kind of a cool thing but it turns out products made out of wood can crack and can break and have issues and I was not an expert at sourcing at that point in time so the long story short a lot of the products ended up cracking and breaking. And then once you start getting all these one-star reviews and returns; like my garage was full all around with carts of returned inventory and there wasn't that much demand I think. At the start, I was thinking oh you really got a niche down into this little tiny space and own that and there just wasn't quite enough demand in that space either. So I kind of learned to be a little smarter on sourcing and just to look for ways that things can go wrong inaudible[00:10:31.6] thing that's just so niche that like even if you execute and everything is great like you're going to be selling a couple of units a day. Joe: So how much money did you test and lose on that first product launch? Paul: So that was about 5,000 bucks in and I didn't take to bad a bee but I think I lost about a thousand dollars on it which isn't bad. Joe: Oh that's not bad. Paul: Yeah. Joe: Not enough to make you go away and say okay this didn't work I'm done; I'm going to go back to the corporate world. You got a taste for it and you said okay I just picked the wrong product. Paul: Exactly. And I mean I was still in the corporate world and like 5,000 bucks it's not like a lot of money at the time so it wasn't like I was; I'm like yeah whatever it doesn't matter. At that point, the stakes felt real and high. Joe: Yeah. Paul: Because it definitely was like I can see the power here on Amazon it's just like finding the right thing to really get this thing spinning. Joe: Okay. So you learned a lesson; you only lost 20% of your money but you get an excellent education from it better than any course you could have ever purchased. You went out there tried it, failed, learned, and didn't lose so much that you couldn't do it again. So you came up with another product niche and decided to go at it again? Paul: Exactly yes. So then I was actually going over to; are you familiar with the Canton Fair which is the big supplier…? Joe: Yeah. Paul: So I had a trip booked to go over there and kind of in-between going there… Joe: Just out of curiosity did you book it with a group or was it just you? Paul: Just me and my wife went over. Joe: Oh okay, because I was just talking to Athena from China Magic and they have a group of folks that go on a regular basis for those that are terrified to go alone. So you and your wife chose to book a flight to China and go to the Canton Fair alone. Paul: I loved it. It was really, really full out and I'm eager to go over there. Joe: Okay. Paul: I actually ended up finding my supplier on Alibaba before I went so I can't really say that the trip necessarily paid off in terms of like… Joe: Did you connect with him in person when you got to the Canton Fair? Paul: No because it was still too early and he was pretty far away from the Canton Fair. I think it helped me really see kind of like the culture of China and doing business with China and I think just a little savvier about how things work. So it was a great education for that and just like a lot of fun to check it out; I mean the place is just massive, like multiple football fields. Anything you want to ever source it would be out there so it was a super interesting spot. But anyway back to your second question so yes I stumbled upon this other product and started kind of the wheels turning in 2016 to source it. I got it on I think in the fall of 2016 and I remember that Q4 for Amazon or e-commerce is like the prime time and I remember just refreshing that seller app that Black Friday, Cyber Monday, like all through up until Christmas and it was just mind-blowing the sales that were coming in off this new product. Joe: What was it like your first day that you got a sale, how many sales did you have all together; do you remember? Paul: Oh I mean it started slow. The first thing was probably just two or three units. I mean it's really; it was in such a momentum game like when you have no momentum it's hard to keep momentum and then once you get this momentum going and the wheels start spinning it can blow your mind like the amount of sales that… Joe: And that actually blew our mind within the first month or in that first quarter like what did you wind up with on the biggest day within a couple of months of launching it in the Q4 of ‘16? Paul: I don't want to say maybe like $8,000 of sales there. Joe: Oh, wow. Paul: Something big like and then when you look at the profits from that it's like wow I made more money like on this one day than; and I had a pretty decent corporate job, I'm like this is crazy like the potential. So the hooks kind of got in me right there and then '16 was kind of just getting off the ground and then the next year is when the ball really started to roll. Joe: When you started to get revenue in the fourth quarter of 2016 and sales started to come in you had euphoria with the fact that you were getting that kind of revenue and making more money in one day than you made perhaps in a month in the corporate world but did you also have the fear of oh my God I'm going to run out of inventory? Paul: I did. Joe: Okay. Paul: Yeah, inventory is like not something glamorous to talk about and you don't really hear about it that much in podcasts or anything else but it's like running a physical products company doing an Amazon business like the inventory planning is so difficult because your sales can change on a dime. inaudible[00:15:20.7] your supplier 30 days early to make something and another 30 days to put them on a ship to get it over here. So you've got these difficult variables to manage that can leave you stocked out or even a little bit too much stuck so that's always a tough thing to manage. Joe: Awesome. I don't think I've ever met an Amazon seller or an e-commerce business person that's been growing rapidly that's not run out of inventory at one point or another. All right, so you started with $5,000, did a test, failed, how long between the first failed test and the second product that took off; how many months was it? Paul: That was about three months I think. Joe: Okay, and all the time you kept your day job which is fantastic. So you've got some revenue, you've got some money in the account that's transferred to your business account, at what point did you order more inventory with and did you just use that money or did you sit down and talk as a family and say okay this is a winner we need to take a home equity line of credit; how did you fund the rest of the inventory purchases? Paul: It was all really funded with profits. Joe: It was? Okay. Paul: Yeah, it was. Joe: And you didn't have to take any money out for living expenses because you had your day job so that's perfect. Paul: Yeah. If I wouldn't have my day job it would have made it much more difficult but luckily I had some steady income coming in on the day job and then I was able to just take the profits and reinvest them back in and just go from there. Joe: Fast forwarding you had an amazing 2017, an amazing 2018; strong year over year growth, like huge year over year growth. For those listening, Paul's business was listed again spring of 2019 and it's those perfect situation folks where we talk about the four pillars of a sellable business and that invisible fifth one which is the person behind the business and that's Paul. We have a 30-month-old Amazon business with an incredible brand that's growing rapidly year over year. The financials we're set up impeccably. Paul is a CPA but he did something incredible which was what? You outsourced the books to an e-commerce bookkeeper; brilliant by the way. So those of you that are out there saying oh I can do this I'm not going to pay a few hundred bucks to a bookkeeper we've got a CPA here that chose to outsource to an e-commerce bookkeeper because he can do better things than bookkeeping with his time like grow a multi-million dollar Amazon brand which is exactly what you did. Your business checks so many boxes. It was SBA eligible. You were the owner behind the business. You built trust. People believed in you. During the recorded video interview, you're the first person; and I keep asking people to do it now, you're the first person that ever sat in front of the camera, reached down picked up the product and demonstrated the product. You showed the new packaging that you had just done. It was beautiful and the end result was an overwhelming request to buy the business, conference calls where you had to clear your schedule for a week. I said Paul cancel everything, right? We had to clear it and we ended up with I think three calls with qualified buyers every day for five days. We wound up with 10 total offers. I think we were at; the top one was something like $150,000 over asking price. Paul: Yeah, I think that's right. Yeah. Joe: Yeah, and we say this all the time that it's not always the offer that comes in with the highest number, it's the right fit more than anything else. We had; of the 10 offers, I think we had maybe six that were SBA and four that were cash. You ended up choosing a cash buyer and not just because it was a cash buyer but also the person behind the business. We did video interviews between the buyer and seller. How much did that matter and how much of a difference did that make for you? Paul: The interviews mattered a ton. I mean that was the deciding factor because when I went into the process I just thought like well it's pretty simple, right? You take the highest number and the highest bidder wins but as you get into it and talk to different people it's like a huge diverse set of backgrounds that people are coming through Quiet Light looking to buy, right? Joe: Right. Paul: And some people I felt like wow I could just hand this to them and they could run with it immediately and do like as good or better a job with this than I ever could. And others are like hey I really like this person and their heart is in the right place but I feel like the transition might take a little bit longer and then what if somewhere they dropped the ball and things get sideways like I don't want that somehow to come back to me. I don't know if that's a rational way to think about it but if there was a lot of comfort like feeling this guy or these guys I feel like really got it, they get it, they know what to do, they will hit the ground running from day one so to me that mattered a whole lot. Joe: Yeah. And I think given the fact that we're in this remote world where your buyers and sellers are all over the world literally sometimes doing a video conference call for that initial call breaks the ice. You're not reading the client interview anymore, you're not just talking to somebody on the phone; you can see the whites of their eyes and anybody that wants to see Paul we're recording this both on Zoom with video and audio and it will be up on the YouTube page as well. He does not look like a buttoned-up CPA today and I was making fun of him when we first got on the call. You've always looked like that but today you know what you're a successful exitpreneur. You got the sweatshirt on, a little stubble, working from home; I love it. All right so I want to you ask a couple of things just for the audience purposes. Number one back to running the business what was the toughest challenge in running the business? Let's start with that. Go ahead. Paul: Yeah. I'd say even at the start this isn't even a tactical thing but the hardest thing was just getting the momentum going. Starting an Amazon business is not like hey I'm trying to create an electric car and beat Elon Musk but even me like I had a lot of doubts at the start like is this is going to work, am I going to lose all my money? All of these doubts kind of creep into your head so I remember really kind of struggling to pull the trigger in a way thinking like I just don't know is this supposed to be my pathway? So I think that was really hard to overcome and you just kind of keep going one foot in front of the other and once you get a little momentum it just like brings all this energy and life into you that you just feel so energized to just keep improving and add products and make your products better and make the packaging better. Getting that first momentum can feel elusive and challenging so I think that was like a big thing at the start. Joe: And you failed and then you stuck with it and then you succeeded. Paul: Yeah. And I was kind of at an inflection point like should I keep going or is this just not meant to be and then you know. Joe: This may be a dumb question but are you glad you kept going? Paul: I'm very glad. It changed my life that I kept going. I mean I'd still be sitting at a desk in corporate America right now I hadn't kept going and like we've got a three-year-old son at home like the physical time we will spend with him and then mentally my head is so much like the stress is away from me. So I was always stressed working in corporate America so it's been the biggest blessing ever to go out and do this. It's changed my whole family's life. Joe: Okay. So let me ask the question that all buyers ask, why did you sell the business? Paul: Yeah, it was a tough decision to sell because I was having so much fun running it. And I think the honest answer is the value of the business became such that it really could provide a lot of security for our family. And it felt like if I was 23 and single and didn't have kids I'll like alright instead of going for this I might have just keep on going and try to sell it for three times this or five times this or just keep going. But knowing Amazon can be volatile and like I had all my eggs in that basket so it just felt like the responsible thing is to take some chips off the table and let go of the business but it was really hard. Joe: The responsible thing; I like that, the responsible thing. Your CPA background is coming out now. That's good. Paul: Yeah. Joe: All right so what was the toughest part about going through the sales process and selling the business; what was the hardest part there? Paul: Picking a buyer was really tough. Joe: It's a good problem. That's a good problem to have. Paul: I mean just even knowing how to approach it and you really helped a ton Joe in that process. When it's your first time through and you already have kind of these emotions like you built this thing and now it's worth something that people want it, it's a weird feeling and like how to value it and how to find the right fit and thinking about SBA versus cash; there's just a lot of things that are spinning through your head at that time so I think just getting a clear head and trying to identify what the right fit was the toughest part. Joe: Okay. I think you again exception rather than really had 10 offers, I think maybe one or two might have come in slightly under asking price but the vast majority was above. I think 2019 the average offers that we had on any single listening was two and a half so you are five times that amount which is pretty exceptional. That goes to the brand that you built. It goes to the way that you set the business up with its own entity. You didn't come and go books. You're a CPA but you hired a professional bookkeeper. You instilled so much confidence in buyers. They clearly came out of the woodworks to buy your business. All right, the toughest part was choosing the buyer; that's amazing. It's not what I would've guessed you would have said. Sometimes it's due diligence but with you, it was choosing a buyer. All right so now there's life after the sale, you were in the corporate world working 40, 50 hours a week or sometimes more in tax season and then you're an entrepreneur working from home spending time with your son now what are you doing? You've sold the business nine months ago, what are you doing with your time? Paul: Yeah so it's been nice to have a little; in life usually you're just like chasing after the next thing and I've had just the time to step back and think really what I want to do and what I want my life to look like so it's been like a real luxury. So I'm going into; I'm building a website, it's called WealthFam.com. Joe: Fam like family? Okay. Paul: Yup like family. It's brand new but basically it sort of like combines my background and what I like to do. So it's all about building wealth; becoming financially independent, starting and running online businesses. Basically, it's how to be smarter with your money and use the money to help kind of enable the life that you want to live whether it's being with your kids or going on trips or whatever else. So it's a content site which is a super interesting thing. I thought a lot about going back and doing another Amazon business but I just didn't feel the same spark for like starting it and it takes a lot of energy and mental fortitude to take something from A to Z and you've got to really want it kind of every step of the way. So this just kind of really energized me and there's been some great stories like Ramon's story; you featured Ramon. It like blew my mind the… Joe: His content site, yeah. Paul: And that happened in the content space so that was really exciting to me. And on top of that I just like doing this stuff so it feels like the right sort of fit. Joe: So what kind of subjects are you going to cover on Wealth Fam? Paul: So it's broken down a couple of categories like making money, saving money, investing money, financial independence, and then some stuff like how money intersects with having a kid and being married or buying a house. So I'm trying to make it like a modern personal finance site that people in their teens, 20s, 30s, can find well like at least from my experience like education society; like our schools and in general, there's not a lot of like real training about… Joe: There's none of it. There's none of it, yeah. Paul: And there's even a lesson mode like starting an online business and like the potential kind of betting on yourself. Joe: It seems like a great idea because you're taking your educational experience along with your entrepreneurial experience and marrying them together with a content site which is great. I love content sites. We work with SaaS, content, and FBA and content is just fantastic. Scott Voelker is really, really focused on helping people go beyond FBA and build content sites and some of them have great success and its driving more traffic back to FBA and getting their business products sold. For those that aren't familiar with content site monetization, how do you plan to monetize the site? Paul: So there's a couple of traditional ways that people will do it. So, first of all, you have to have traffic. I mean if I have traffic inaudible[00:28:43.3] selling eyeballs like it's tough to; getting traffic is really hard and you're playing like this SEO game and it takes a long time to rank in Google. Then there's a couple of primary ways, the first is affiliate links like you could be selling a course or selling something on Amazon or selling; the Amazon FBA thing is a really interesting thing for Amazon sellers to marry their inaudible[00:29:04.9] business with content. I love that idea. I think that's really smart. There's brand sponsorships, other partnerships; but it's like advertising and affiliate income are kind of the two main plays for monetizing. Joe: I got you, okay. All right how's life at home; what do you do with your time? I mean you've you don't have a job. You're starting a content site which might take a little bit of your time. You've got a baby. Paul: It takes a lot of time. Joe: It takes a lot; the startup phase is always the hardest, isn't it? Paul: Inaudible[00:29:38.4] the thing I underestimated about content is that like writing is really hard. Joe: Yeah. Paul: I think oh I can write something about Amazon, that's easy, I know this. It takes a lot of time to really do a good job at clarifying your thoughts but overall I'm just trying to optimize my life for happiness and contentment and I get that right now being with my son and my wife. So I spend a lot of time with my family. We do a lot of cool stuff together. And I'm really liking; I do some Amazon consulting because I'm still at the Amazon blog and I like to be involved in it so I'm doing some of that for some local companies which I love doing.   Joe: Good. Paul: And then this content thing really is exciting and fun and I'm going to see where it can go and… Joe: So you didn't make enough on the sale of your business to never work again but enough to give you a pretty long runway and you're enjoying your expertise in the Amazon space and doing some consulting while you're building up another content or a content business? Paul: Yeah that's a fair way to… Joe: Does that sum it up? Paul: Yeah and I'd like to go up those kind of shift too, right? I'm not sure how in-tune you are with the financial independence world, all the people that want to retire early and be financially… Joe: Oh yeah, fire. Paul: So like if your burn rate or you can live on 40 grand a year once you stacked up a million bucks, in theory, you can quote-unquote retire. Joe: Sure. Paul: But as you think about education and college and healthcare and all these other things that number maybe gets a little bit… Joe: It gets blown out of the water. I have an 18-year-old and we're 14 days away from knowing what he's getting into which is schools and I'm rooting for the in-state schools; I'm not going to lie to you, I'm rooting for the in-state. Paul: Hey, I went to an in-state school and… Joe: Look at how it turned out; pretty damn good. Paul: Yeah. Joe: All right cool. Well, listen Paul I always tell the story about you and your brand and the fact that that fifth pillar makes a huge difference. It's the person behind the business that builds a great business with the next owner in mind. You kind of did that, I don't know if you did it intentionally or not but you said I'm going to build a great business. I want to put it all in a package that's going to help the new owner of the business do amazing things with it. And Matt the new owner of the business as you know is doing amazing things with it. And it pays off when you think about others exactly what you did that paid off for you, it paid off for your family, and now hopefully through Wealth Fam, it's going to pay off for a lot of other visitors to your website as well so people can start young and start smart and get on the right path financially. So listen man thanks for your time. I appreciate the business that you've built because it allows me to tell a story of how the person behind the business makes a tremendous difference so thank you and I appreciate you coming on the podcast today. Paul: You got it. Anytime. Thanks a lot, Joe. Links and Resources: Paul's Website Jungle Scout Helium 10

Tri-Cities Influencer Podcast with Paul Casey
37. Tri-Cities Influencer Podcast featuring Renee Adams

Tri-Cities Influencer Podcast with Paul Casey

Play Episode Listen Later Dec 19, 2019 30:42


Tara Kenning:  "Teamwork makes the dream work," John C. Maxwell. I'm Tara Jaraysi Kenning and I'm a Tri-Cities Influencer. Paul:  Most people fail because of broken focus. Broken focus is one of those things that actually hurt us, so complete your tasks before you move on to another one. The ancient proverb is if you chase two rabbits, you'll catch neither Speaker 3: Raising the water level of leadership and the Tri-Cities at Eastern Washington. It's a Tri-Cities Influencer podcast. Welcome to the Tri-Cities Influencer podcast where Paul Casey interviews the local leaders like CEOs, entrepreneurs, and nonprofit executives to hear how they lead themselves and their teams so that we can all benefit from their experiences. Here's your host, Paul Casey of Growing Forward Services coaching and equipping individuals and teams to spark breakthrough success. Paul: Thanks for joining me for today's episode with Renee Adams. She is the executive director of the arts center task force, and she's the director of programs and outreach for the Mid-Columbia Ballet. And a fun fact about Renee is she said she has this coffee cup with a picture of a cactus on it that says, "Can't touch this." Tell me about that. Renee: Hey Paul. It's really great to be here. Okay, so the story of the coffee mug. On good mornings when I wake up and open the cupboard and pull out the coffee cup, it sometimes says, "Can't touch this," and I get out my little MC Hammer moves and I do my little dance in the kitchen before getting my coffee and you know that's going to be a good day. Paul: Before we begin, let's check in with our Tri-City Influencers sponsors. Neal Taylor:  Hello, my name is Neil Taylor. I am the managing attorney for Gravis Law's commercial transactions team. The CTT team helps business owners, investors, and entrepreneurs accelerate and protect their business value. Today we're talking about employment law and alcohol and cannabis licensing. Josh Bam and Derek Johnson are both here with me now to describe those practice areas. Take it Derrick. Derrick:   Thanks Neal. I'm Derek Johnson, partner at Gravis Law. We find that many employers in Washington state simply don't have handbooks, employee policies or any other written materials to protect themselves and their employees. Without having these types of policies in place, an employer can run into trouble by firing employees even if the employee isn't properly performing or causing issues at work. Even if an employer fires someone for performance issues, for example, but fails to take the proper steps, they may run into trouble by inadvertently exposing themselves to a wrongful termination suit. We build strong, predictable and protective employee policies to protect our client's business. Josh:   That's true. Thanks Derek. And having employment policies in place when you're dealing with cannabis or alcohol licensing is especially important. We know that clean employment policy, clean corporate structure, and having an attorney that can work with the Washington State Liquor and Cannabis Board is critically important to protecting your business through licensing. The attorneys at Gravis Law have this experience. Visit us today, www.gravislaw.com. Paul:  Thank you for your supportive leadership development in the Tri-Cities. Well, welcome Renee. I was privileged to meet you last year. Leadership Tri-Cities Class of '24 at the retreat. Renee:  I think I'm supposed to say the best class ever here, yeah best class ever. Paul: All right, you can get away with that here. And you came strutting in with a smile on your face. And I'm like, I like this gal already. And you ended up getting elected president of your class. Renee:  I did. Paul:  So way to go for that. Renee: Thank you, it was a great experience. Paul:  So our Tri-City Influencers can get to know you. Take us through your past positions that led up to what you're doing now. Renee:  Yeah, well I've had a lot of different experiences in my career. I grew up as a ballet dancer and so I spent the majority of my teen years training in pre-professional ballet and I got my first job as a dancer right out of high school in Seattle with a company called Spectrum Dance Theater. And I was one of their apprentice dancers. And so I spent 12 years as a professional dancer. Primarily, I performed with contemporary dance companies in Seattle, Portland, and Chicago. And some time while I was in Portland, I realized I had an interest not just in teaching, but also in the administrative component of building outreach programs that go out into schools, community centers, and bring dance to people, one-on-one. And so those were the types of programs that I did when I wasn't on stage or in the studio. Renee:   And by the time I left Chicago, which was in about 2013, I had amassed a good experience as education specialist, education director, outreach coordinator type positions for dance companies. I made the connection with the ballet company here in Tri-Cities, Mid-Columbia Ballet actually through a friend in Chicago. And they said, "We have this company in Washington that is looking for help, and so give them a call." So I did, I called up Deborah and Joel Rogo and they hired me as their assistant artistic director. Renee:  And there was some moving around, but I eventually landed here in that position of director of programs and outreach. And then through that position, I realized I really had an interest and skill in the administrative component of arts organizations. And not just dance, but looking at how the arts as a whole benefits our community and thinking about how as an administrator of the arts, I can have a really great impact on individuals in the community through the arts, Paul:  Which not everyone in the arts or in ballet has that same wiring like you do. Renee:  Right. No, actually it's true that it's a special ... I think it's a special thing to have that. Paul:  Who are some influencers along the way in that journey that maybe were mentors to you or you picked up leadership tidbits from? Renee:  Yeah, so I think that in the beginning of my artistic journey was my ballet teacher, as most dancers would tell you, and her name was Phyllis Sear. By the time I met Phyllis, she was in her mid-80s. She was still a young-hearted woman even as she aged. And she really taught me a lot about life skills and the value of humility, the value of having grit and tenacity and following through and being patient and compassionate. And those were things that we talked about a lot in the context of performing and teaching, but they turned out to be very relevant as an administrator and as a leader. Renee:  So I've really valued those lessons. And then, as I danced through my career, I was always enamored by the company managers that I worked with. And watching them run all of the behind the scenes thing and calling the production manager and getting the tech crew there and making sure that we had funding for all of the employees to get their paycheck in time and just really watching them and listening to the tidbits of gold that they dropped. Paul: Fantastic. So when you got into these two positions, what was your original vision and then how has that morphed along your leadership journey? Renee:  That's a great question. And it's a little bit complicated because they are two different organizations that each have their own type of vision. But I think if I could summarize in both positions, my vision was sort of small. It was, what can I do with the resources I have right now to make a difference today? And maybe that was by taking an outreach program out to a senior living facility or by attending a board meeting, but over time, and I've been with Art Center Task Force as their executive director for a year, and over the course of that year, I've realized the vision is much broader and it's actually in the arts, it's about how do we bring people into our shared vision? How do we get them on the boat and show them that their vision aligns with ours? And I think the vision is more of, how do we show our community the value of the arts in their everyday lives? Paul:   Love that. So inspire a shared vision, one of the five principles- Renee: That's right. Paul:  That we learned in leadership Tri-Cities. Renee:  I learned something, Paul. Paul: You did, you did. Why is it so important to share that vision? Because you could just keep that vision, it could bubble you up every day and it's fantastic to keep you motivated, but why does it have to be a shared vision? Renee:  Well, I think that especially in the arts, nothing happens without collaboration. I think that's probably true in many industries. But as artists, we are very, very passionate and we tend to believe that our way is usually the right way. And without that element of collaboration and being able to see how our way can align with those next to us, that we all have the same kind of goals, then we really just fall into fighting and chaos. And that's something that I noticed about the Tri-Cities arts community as soon as I got here. That is not the case. This is the Tri-Cities arts community is one that its core value is collaboration, and so it was really easy to slide into that. Paul:  Are you the only staff in those roles? Is it all volunteer-based? Tell us a little bit about how you evangelize arts? Renee: Yeah. At Mid-Columbia Ballet, there are a variety of staff members. There are three key staff members, the artistic director, the company manager and myself, director of programs and outreach. And so we coordinate a lot of the day-to-day activities, each in our own sort of departments I guess. And then there are some other staff members that come on and do project-type activities. So one staff member runs our include program, which serves people with special needs and so on and so forth. So there's a lot of staff support at Mid-Columbia Ballet. There's also a lot of volunteer support there for things like the Nutcracker, which most people in the community have probably been to. What they might not realize is the Nutcracker takes about 100 volunteers every night to run the backstage components. And so certainly we can't have a staff of 100 volunteers, that would break the budget and we would not be able to share the art at art. Renee: At Art Center Task Force, it's a much different situation with a lot different mission. And so I am the only staff member. I am the first staff member of the organization. And this is an organization that was incorporated in the mid-90s, and since then it has been run on the passion and tenacity of volunteers in the community. So it is so inspiring to go to work and see that there's all these volunteers who've put in all these hours before me and be able to follow in those footsteps. Paul:  Well, what are you most passionate about? You've used the word inspire a few times already, so what are you most passionate about in these organizations right now and why? Rene: I'm really excited and passionate about the idea of finding connections between people. And a friend of mine actually at the ballet the company administrator said when I first started working on coordinating events and thinking about these bigger visions that my job was kind of like putting together the pieces of a puzzle. You me throw the puzzle out and all the pieces are there. And to be able to find the connection between two or three or four puzzle pieces that makes the whole picture, that's really exciting. That's the thing that makes me do my MC Hammer dance a little more actively in the morning. I love to see those connections. And not just with people in the arts community, I love to see how people in the sports community, in our city government, in business leadership positions throughout the community have those connections to the arts, those personal emotional connections. Paul: So you must have some type of networking strategy to make those connections. How do you prioritize your time or these people and influencers in town? Renee:  I wish I could tell you I had a perfect template for my networking strategy, but I don't. But one of the things that I realized early on is how important it is to keep on my calendar time to do my work, whether that is administrative work or phone calls or networking opportunities. And so, I just try to look at my calendar each week as a balanced meal and then each month as a balanced meal to make sure that I'm talking to the right people, to go through my database or my email list and see who is it that I haven't touched base within a while? And try to spread it out that way. Paul: Awesome. So talk to me about building a team and creating a culture. So you've got some staff in the ballet, you also have lots of volunteers and whether our listeners are a nonprofit or for-profit organizations, what do you look for when you're trying to bring someone on board, make sure they're on the right seat on the bus, the values you're trying to instill, all that? Renee:  The single biggest quality that we look for in volunteers or staff members is are you a team player? Because we really appreciate people who offer opposite views or who offer different views. And so we're not necessarily looking for somebody who just agrees with all of our pragmatic choices, but we're looking for people who can sit around the table and also be that team. The other thing we're generally looking for is people who have follow-through. And so whether that's a staff or a volunteer member, especially for volunteers, it's hard to not over commit yourself. And so- Paul:  What? Renee:  What I've realized as a leader in this position that I am starting to get a sense of volunteers who really have so much passion, but maybe they're a little over-committed and how can I get them involved and how can I keep them in the family, so to speak, of the arts community and help them feel successful as well as get what we need from the project? Paul: I really liked that. I read a book last year called The New Breed of Volunteers, and it's talking about both the eldest generation and also the youngest generation that want to volunteer and how it's really a new breed nowadays that they want to do it on their time, they want to do it in nuggets, they don't want long-term commitments. And we have to, as leaders, maybe meld our volunteer opportunities to fit. So like you said, they can all be included. And I think that's a great way to do so. I love that team player is number one. And you mentioned about diversity of thought, so sometimes diversity of thought can be divisive, other times it can be a real asset. How do you see the difference when it becomes an asset? Renee:  Yeah, I think that the diversity of thought that's an asset is the one that can listen and not just hear what you're saying and respond, but really slow down and listen and absorb the other point of view. Because they still may have a dissenting view or a disagreeing view, but a lot of times we find that those individuals who maybe aren't ready to be a team player in our setting, they're just not quite ready to listen to whatever the opportunity is. Paul:  Yeah. They might have a little personal agenda that they are ... Or they're entrenched there and they're not doing the old Stephen Covey-ism, "Seek first to understand then be understood," which I still love that one. Let's stay on that topic of personnel, how do you keep them inspired and affirmed? Because volunteers could walk away tomorrow, so how do you keep them pumped up? Renee:  Paul, I have to say that I learned a lot from you in our leadership sessions during Leadership Tri-Cities. And one of the things that I really took from me in those sessions was this idea of small wins. And I've been trying it out in small doses throughout the year. And this is something that in our industry, in the arts, things rarely move quickly. Nonprofits rarely move quickly. And so there's a lot of waiting around, even when you're in the middle of the production and the show has to happen, there's still a lot of waiting around. Things just don't move quickly sometimes. And so, it's easy for people to get frustrated and to feel that pull of impatience. And I've been doing my best to find these moments of small wins and celebrate, whether it's send an email to the board and say, "We have this great connection. Please give me any feedback or let me know if you have a connection to this connection." Renee: And the other way we try to celebrate small wins is through a lot of gratitude. Thank you so much to this person for this activity, et cetera. And yeah, that small wins thing is really valuable for us. Paul: I was listening to another podcast the other day that says, "Make sure that it's clear what a win actually is in your organization because what you might as the leader think a win is and what your people think is win might be totally different things. So give them this view of what a win actually is or what done looks like when you delegate something to people so that they really get it." So let's turn to you a little bit. No one wants to get stale in leadership, so how do you stay relevant and on the cutting edge yourself? And then how does that build innovation for your organization? Renee: I thought a lot about this question and I realized the reason it was hard for me to process and answer was that it's changed a lot for me personally. As my career has changed from specific arts programming in the field of dance to a broader perspective of arts administration, that thing of not being stale has changed. And what I realize it is now is looking more globally and maybe that is for example here the state of Washington, at leaders who are doing similar things as us in this community and literally calling them up and saying, "Hi, my name is Renee and I'm from the Tri-Cities and we're working on this idea here," whether it's a joint fundraiser or an art center or a unique program, "I'd like to pick your brain a little bit." And that is very inspiring for me, because there are not a lot of other arts staff leaders in this community. The ones that there are, are amazing and we have a great network with each other, but it's so wonderful to be able to reach out to other people in other communities and find parallels. Paul:  Yeah, I just got back from the National Speakers Association conference and it's sort the same thing. If you don't have a lot of people doing exactly what you do around you, you've got to go find them and strike up those conversations and it just pumps you up because they really get what you do and they've got also some ideas, because they're a little further down the road than you in some ways and who knows? Maybe you've got some wisdom to share with them. Renee:  Right. Paul:  Well, before we get to our next question to ask Renee what makes a good day for her, let's give a shout out to our sponsors. Paul:  Jason Hoke, American Family Insurance. Jason, what is the biggest pushback you get about life insurance? Jason Hoke:  Hey Paul. One of the biggest push backs I get from life insurance is from folks that are single. They usually ask me, "Why do I even need this? I don't have kids, I don't have any dependents or a spouse, why do I need this?" Ultimately, whenever you pass on, there's going to be somebody there to pick up the pieces, there's going to be somebody to deal with your affairs and I would say it's your responsibility to make sure that there are funds, that there's money there so that person can take the time needed to go through it properly and not make it their responsibility. Paul:  Awesome, Jason, so tell us how can our listeners get in touch with you? Jason Hoke: You can swing by our office on Road 68 in Pasco, or give us a call at (509) 547-0540. Paul:  So Renee, what makes it a good day for you personally? You look back at the end of the day and you go, "Man, that was a really good day," both personally and as you just look at your workday? Renee:  I wish there was a simple way to answer this question because every day in my world looks absolutely different. I'm not sure if one day has ever looked the same. So I think I have to be a little more abstract here. For me, when I leave the 'office' which is rarely an actual office and it's rarely five o'clock, it's that feeling of yes, I communicated with all the people I needed to communicate with today. Yes, everyone feels like they got to speak their mind and share their perspective and they felt heard and I felt heard. And so it's those kind of more abstract communication-focused things that make it a good day because our journey is a long one and we have a lot of work to do to enrich our community with the arts. And so we look for that type of feeling. Paul:  So you probably use different communication methods. What are the most effective for you that you use? Renee:  Oddly enough, the most effective communication method for us is written. And we spend a lot of time writing down our ideas and writing down our thoughts, whether in emails or, for example, reports, the board that we can save in our Dropbox files. And the reason for that is because people change, board members change, volunteers change. And so to have that written communication in place of the work we've already done helps us create an archive of all of our progress. And that's really valuable. And the other thing is it's so valuable for us to be able to get in front of the community and actually talk about what we're doing, whether that's on a news clip or in podcasts or at the farmer's market or whatever it is, just getting out there and talking to people is so very important for us. And then of course the obvious one is the arts are very visual. Whether you're looking at them on a sculpture, a painting or on a stage, they are a visual thing. Paul:  So it sounds like if there are people looking for speakers for their organizations in town, you guys are game. Renee:  Absolutely. Paul: Listen for that contact information in just a few minutes. So take us behind the scenes of your life. What's your best habit, what's your worst habit? Renee:  Oh dear. Well, I have to say that my best habit is something that's a carryover from my dance career, which is just to really start every day with some physical activity. Whether that's going to the yoga studio around the corner from my house or walking my dog or maybe getting a quick jaunt weeding my garden in the morning. But what I find when I don't do those things, I get to the point where I can't focus on my day. One of my worst habits is that I tend to be a workhorse, and so sometimes that means I get stuck in the weeds. Sometimes that means even though I can see the big picture, I drill down on something too specific and I go down that windy path that's not helpful. And without a lot of other staff support around on a daily basis, sometimes it's easy to do that. And so that can be one of my worst habits, is not slowing down enough to look at the big picture consistently. Paul:  So if our listeners had that same malady and they got stuck down in the weeds and realize, we're in the bottom of a hole, what advice would you give them to pull out of that once they're self-aware enough to realize, wow, I'm way down deep? Renee:  Yeah, I'm at the bottom of the hole. My recommendation is to surround yourself with people who are not necessarily better than you, but have different skills and characteristics than you. And I really rely on the supportive committees in our organizations to bounce ideas off and, "Hey, don't let me get too far on this idea if it's a bad one." Paul:  A favorite quote that you have. Renee: Paul, I wrote this quote for you because it is my very favorite quote. It's actually a mission statement of a theater company in Chicago. It's called The Looking Glass Theater. And the quote says, "Fire the imagination with love. Celebrate the human capacity to taste and smell, weep and laugh, create and destroy. And wake up where we first fell, changed, charged and empowered". Paul:  Well it's pretty obvious why you would choose that, but what does that mean to you? Renee:  To me that means that each day is an opportunity to be creative and to welcome the day with this fiery energy that I find is really important in my work. It helps people connect to me, it helps me connect to them. And this quote reminds me that it's okay to cry and it's okay to destroy and it's okay to have these moments that aren't always beautiful, that it's about the journey. Paul: Let me follow up on that. So if someone says, "I'm not really creative," I mean you are naturally, and what would you say? How can they stoke their creativity? Is there a habit that people can do to do that better? Renee:  I love the idea of thinking about our daily lives as creativity, and how is it that we ... What are the things we find joy in that are sort of mundane, like cleaning the counter and putting away the dishes. And it's not necessarily that we do those things artistically, so to speak, but creativity is often something that's born out of routine. And so finding the joy in those routines I think often allows us to be creative. Paul: I love that. Finding the joy in the routine. How about your favorite book that you think all of our listeners should read? Renee: So I recently read a book by Brené Brown called Daring Greatly, and I'm sure many people have read that book. And I love the idea of thinking about vulnerability and thinking about ourselves as whole people, not just as people that go to work and then people who go home to our families and then people who go to the grocery store, but that all of our experiences summarize us at each moment in each day. Paul:  Daring Greatly, Brené Brown. And she wrote one recently, Dare to Lead as well that I read. How about an influencer in town that every Tri-Citian should meet? Renee:  Now, I may be biased from my arts perspective, but if you have not met Deborah and Joel Rogo who own the Tri-Cities Academy of Ballet, and Debra is the artistic director of Mid-Columbia Ballet, then you are missing out. These are really influential people, their history and their past is rich and they bring so much experience and professionalism to the community here in Tri-Cities. And we're just so grateful to have them here. Paul:  Sound like cool people. Renee:  They are very cool people. Paul: Now let's talk your legacy. If you left a letter on your desk for the leader who came after you, what would it say? Renee: So I think today that I've spent a lot of time talking about the connections and who are the people, as you said, on the bus or in the room. And for me, that letter or that legacy for future leaders is really think about who you have surrounding you. And for me, that's always about finding people to surround me that I want to look up to, that I want to emulate. They have qualities that are ... Have more experience than me, they have different experience than me. And so, to me, that's really important in any position in our life, but also as a leader, that we're looking for people who are better than us so that we can continue to grow. Paul:  Fantastic. I got to hear John Maxwell live at this conference I went to recently and he got the Influencer of the Year award from the National Speakers Association, and he has the law of the inner circle, which says, "Your success is determined by those you surround yourself with." So that really backs up what you just said. Renee:   Yes. Paul:  Finally, what advice would you give to new leaders or anyone who wants to keep growing and gaining more influence? Renee:  Yeah, I wrote down the word gems in my notes, as in sparkly stones. And I don't think that the path is always obvious as we go on in our career and our lives and search for leadership opportunities. I think that we walk a path and we have a choice, the right path or the left path, and neither is wrong and we just take one and then we look for the gems along the way. And when we look at it that way, we don't get stunted by fear. We don't stop because we can't be perfect, and it's more about the journey and the exploration and the experience than it is about the perfection. Paul:  Tri-City listeners, look for the gyms along the way. So Renee, how can our listeners best connect with you? Renee:  Probably the best way to connect with me is over email at artscentertaskforce@gmail.com or through a phone call at (509) 6019-98546. Paul:  Well, thanks again for all you do to make the Tri-Cities a great place and keep leading well. Renee:  Thanks for having me, Paul. Paul:  Let me wrap up our podcast today with a leadership resource to recommend. It is the emotional index quiz. You go over to lifecoach.com and you go into the free quizzes section and this emotional index quiz is 100 questions, takes about 20 to 30 minutes to do and it's to figure out the underlying needs that drive your behavior. This is essential for each of us to identify because there might be some changes that need to be made to get a little bit more emotionally healthy. Again, lifecoach.com, free quizzes. Paul:  And don't forget to consider patronizing our sponsors of Tri-City Influencer Gravis Law And Jason Hogue, American Family Insurance. Finally, one more leadership tidbit for the road to help you make a difference in your circle of influence, it's a quote by former Dallas Cowboys coach, Tom Landry, "A winner never stops trying." Keep growing forward. Speaker 3:  If you enjoy this podcast or it piqued your interest in learning more about leadership and self-leadership, you can continue to glean from Paul and his growing forward services. Check out Paul's blog and the products, tips and tools on his website at www.paulcasey.org and opt into his target practice inspirational E-newsletter. You'll get his 33 top tips for becoming a time management rock star when you subscribe and consider buying one of his three books. The most recent one being Leading the Team You've Always Wanted. Paul:  This podcast has been produced by Bonsai Audio at Fuse Coworking Space.  

P100 Podcast
Ep. 5 - Learning How to Heal a Year After Tragedy

P100 Podcast

Play Episode Listen Later Oct 22, 2019 37:01


 As Pittsburgh prepares to mark one year since the attack on the Tree of Life synagogue, we invited Maggie Feinstein of the 10.27 Healing Partnership to discuss the new center’s mission and how Squirrel Hill has healed over time.Also in this episode, we talk about fear-based marketing, future modes of journalism with a guest who has a special connection to the podcast, and hear a track from a promising singer from Sewickley.----more----This Episode is sponsored by WordWriteCenturies before cell phones and social media, human connections were made around fires as we shared the stories that shaped our world. Today, stories are still the most powerful way to move hearts and minds and inspire action. At WordWrite, Pittsburgh's largest independent public relations agency, we understand that before you had a brand, before you sold any product or service, you had a story.WordWrite helps clients to uncover their own Capital S Story. The reason someone would want to buy, work, invest or partner with you through our patented story-crafting process. Visit wordwritepr.com to uncover your Capital S Story.The full transcript to this episode is here:Logan: You are listening to The P100 Podcast, the biweekly companion piece to The Pittsburgh 100, bringing you Pittsburgh news, culture, and more. Because sometimes 100 words just isn't enough for a great story.Dan: Hey, everyone. We're back. I'm Dan Stefano, host of The P100 Podcast. I'm here with Paul Furiga.Paul: Dan, how are you, my friend?Dan: And our other co-host, Logan Armstrong.Logan: How's it going, Dan?Dan: All right. Yeah, great to have you guys here, and we're happy for everybody to be listening today because it's a special episode. We're coming up to the one-year commemoration of the attack on the Tree of Life Synagogue in our Squirrel Hill neighborhood here. And there's a lot of interesting things going on this time of year. It's been a year of healing, and that's a highlight of the interview we're going to have this week. We're pretty happy to have that. Paul, what are your thoughts?Paul: I'm really looking forward to hearing from Maggie Feinstein, who's now leading the healing center. As you said, this one-year mark is really important for the community. Not just here in Pittsburgh, but beyond as well.Dan: That's right. That's Maggie Feinstein, the director of the 10.27 Healing Partnership and we're really happy to have her today. Also, we'll be talking with Erin Hogan. She's a fellow WordWriter and we'll be talking about fear-based PSA. It's kind of based on a blog she recently wrote. After that, we'll hear from Chris Schroder, the founder of The 100 Companies.Paul: The 100 Companies, right.Dan: Paul, you've met him. You have a pretty deep professional relationship.Paul: We do. And I think folks will enjoy the interview, three ex-journalists sitting around the table commiserating about journalism's past and talking about the future.Dan: Right? Yeah. That's always a lot of fun. And then we'll follow up with a Pittsburgh polyphony and Logan, you have somebody pretty exciting we're going to be talking to, correct?Logan: Yes, I do. We're going to be talking about a young neo soul artist coming out of the city. So I'm excited to talk about that.Dan: Right, yeah we're going to be really happy to hear from, well, we're not going to hear from her I guess, but we'll hear from her in her recording from one of her singles and we're really happy to hear that, and let's get to it.Dan: Okay, everybody. As we mentioned in the introduction, we are nearing the one year mark of the attack on the Tree of Life Synagogue. With us is Maggie Feinstein. She's the director of the newly named 10.27 Healing Partnership. 10.27 that being a reference to the date of the attack in which 11 worshipers were killed on a Saturday morning going to synagogue. It was an act of hate, but our city has responded with a lot of acts of love, including programs like this. So thank you for taking the time to be with us here Maggie.Maggie: Thanks for having me here.Dan: Absolutely. Can you tell us a little bit about your background and what you do with the healing center?Maggie: Absolutely. Thank you very much. My background is as a mental health clinician. I'm an LPC, a master's level clinician, and for the last 10 years or so, my work has really been around what we call brief interventions, working with medical doctors and working in medical environments and providing support to the doctors as well as to the patients when they come in for visits.Dan: Are you from Pittsburgh?Maggie: I'm from Pittsburgh. I grew up in Squirrel Hill. Yes.Dan: Oh wow.Maggie: I still live there and I'm currently raising my kids there.Dan: Being from there, can you tell us what that morning was like that Saturday?Maggie: Absolutely. I think that being from there – it is a very familiar place and it is actually somewhere where I've walked all those streets for many, many years. But that morning I was out for a run with a friend and usually we run through the park, but that morning because it was raining, we had run up and we weren't really paying attention. We ended up on Wilkins and we were running up Wilkins and remarked, Oh my gosh, we keep seeing people we know because that's sort of Squirrel Hill for you, people travel the same routes. And so people kept waving out the windows. So it was a morning unfortunately that I found myself outside of there, but was just about 20 minutes earlier and I was reminded of community really, which is what growing up in Squirrel Hill feels like, that it was hard to run down the street without having to stop and talk to lots of people. Which is a wonderful thing, though on that morning it did feel a little bit scary.Dan: That was an incredible day for all the wrong reasons. Can you tell us a little bit about the healing center then? When we talked previously, you'd mentioned being part of that community and now it's going to be a pretty integral piece I think.Maggie: So being from the neighborhood, it was this opportunity to try and serve the community that's been so great to me. And so after the shooting happened on October 27 there was a lot of amazing community activity going on, which I wasn't part of, but I'm really inspired by the community partners that stepped up to the plate. In Pittsburgh we have had such wonderful cooperation between the congregations, the nonprofits like the Jewish Community Center, Jewish Family and Community Services and the Jewish Federation. And so between the synagogues, those three major institutions as well as the Center for Victims, which is always ready and able to respond to community mental health needs, there was just this really amazing partnership that happened and then being able to eventually incorporate the voices of the victims and the survivors.Maggie: They all together created the 10.27 Healing Partnership. So I'm the director of it, but the truth was that it was the efforts that happened week in, week out afterwards of people really caring and people wanting to have their voices heard when it comes to what community recovery looks like since it was a community trauma.Dan: Right. And there is a level of a federal involvement with this?Maggie: Yes. And so immediately in the aftermath the federal government came, FBI, as well as the Office of Victims of Crime have offered a ton of support. They have people who were able to come in, help our community, help that group of people who were gathering to decide what to do next, help guide them through the process of creating what is generically known as a resiliency center. And those federal groups really were able to give perspective on how do we move forward, how do we gather, how do we anticipate what the community needs might look like, and then respond to those needs.Dan: Right.Logan: And so the, the healing centers recently opened, it opened on October 1st, correct?Maggie: It opened on October 2nd, yes.Logan: October 2nd, okay. And so it's been opened recently. Have you had a chance to gauge how they're responding to it now that it's open?Maggie: I think that opening our doors was a really awesome opportunity because what we say when people are feeling this sense of loss is that there's no wrong door and that the more doors that are open to people, the better. But I also think that before we opened our doors on October 2nd, a lot of people were accessing services through the Center for Victims or through JFCS. And so what we have seen in the last two weeks is that a lot of people are saying this is a relief to know this is here. It's good to know there's a door.Maggie: It doesn't mean that people were sitting and waiting to go just there because there are other places. But what a lot of people say is that I do have a therapist or I've been part of a support group and then there's just some days that feel really hard. And so knowing that I could come in here on those days that just feel hard to be with people, to gather, to maybe get some emotional support or maybe to practice some self-guided relaxation. People are saying, Oh that's really nice to know that's there.Logan: And going off that, I read that you guys actually have someone that will come to greet you when you get there and as you said, some days you're just feeling vulnerable or sad. How do you feel the importance of that is, just kind of having someone there to greet you and bring you in when you're going to the healing center?Maggie: I think it's so important. I think, I mean one functionally for the JCC, for people who are not members of the JCC, because that's where we are housed, we're using space within the JCC. For people who aren't members, it's helpful because they don't know their way around. But more importantly as humans it's nice to connect to people. And one of the things we know is that with trauma we kind of disconnect, we pull away. And so I think the earlier that people can connect and feel like somebody cares and feel like they're not alone, the better it is. And so the greeter role is a really important one where someone can come to the door and walk you up, make sure you have what you need and make sure you're comfortable.Dan: What do you see as a therapist, say the difference between an individual trauma and then traumas that might affect an entire community? I mean, there might be a guy who just works down the street who really, maybe he's not a Jewish person, but this tragedy, I mean, could greatly affect them.Maggie: Absolutely. And I think that's a really important point. And I think it's a good question because I've thought a lot about what is different than when something terrible happens to me and something terrible happens to the bigger community. And I think that there is a challenge because there are so many levels of grieving that can happen when there's a tragedy within the community and all of those different levels of grieving mean that people are hitting it at different moments and people are feeling different things. And so there's sort of these waves, but people aren't necessarily on the same wave as other people. And so that's one of the reasons that the federal government has thought through this, thought of having these resiliency centers and in Pittsburgh our resiliency center is the 10.27 Healing Partnership.Maggie: But to have these resiliency centers was thought out by Congress a long time ago after 9/11 when they realized that as communities continue to experience the losses that happened during a communal trauma, that it's very, the needs change and the needs need to be attended to. We have to keep ourselves aware of them. And one of the things that I would say is that the needs will evolve over time, that just like grief and like other experiences, that because it's a communal trauma, we want to evolve with the community's needs. We don't stay stuck. So the space that we created is meant to be as flexible as possible, but equally the services will be driven primarily by the people who come in and desire them. And the hope with that is that we can respond to what people are looking for rather than what I, with my mental health degree, believe people might be looking for because that's a lot less important than what it is that people are seeking.Dan: Maybe stepping outside of your professional role and just thinking of yourself as a Squirrel Hill resident. After this last year here, what do you see from the community and how do you see that either it has changed, good, bad, where people, where their heads might be and just where people are, how it feels there right now.Maggie: I think that this a high holiday season, Yom Kippur that just passed felt very different for most people. And I think that like most other grieving emotions, there's good and bad, they're complicated, they don't feel just one way. And the good part, I heard a lot of people say how relieving it was to go to synagogue this year and be around old friends, people that we haven't seen for a while and to feel that sense of connectedness. Like I was saying, that's one of the more important things. But for a number of the congregations there was also a sense of being displaced or the absence of the people who had been such wonderful community leaders in their congregations. And so I think that there is a lot of complicated emotions.Maggie: There's a lot of new relationships. There's also deepening of old relationships that are beautiful and wonderful to see and that people have connected not just within the Squirrel Hill community but within Greater Pittsburgh, like you were saying, there's a lot of people who've been affected from outside of Squirrel Hill of course, and a lot of them have come in to reconnect with old friends, to reconnect with community.Maggie: And so those are the moments that feel, we call that the mental health side, we call that the post traumatic growth. Those are opportunities where when something has been broken, there can be a new growth that comes out of it. But that at the same time there's just a big sense of loss. Like I was saying earlier with my morning that day when I came through Wilkins and it's just a small street, anybody from another city wouldn't consider it a major thoroughfare. But it is really hard to have the feeling of the change of the neighborhood with that building currently not being able to be occupied.Dan: What can you tell us with October 27th coming up here, what types of activities or events are going to be going on either at the center or just within the community?Maggie: There has been an effort by that same group of people that I'd mentioned earlier who helped to create the 10.27 Healing Partnership to create community events that happened on 10.27 this year, 10 27 2019. And that was something we learned from other communities was that it had to be owned by the community. And that there has to be something for people to do because there's often a lot of times where we have energy we want to give. So together that group's come up with the motto for the day is remember, repair, together. And those are lessons we've learned from other places. So there'll be community service, there's community service throughout the city. There's ways that people can sign up for slots, but there's also an encouragement that communities can gather on their own and create their own community service. It doesn't just have to be through organized community service.Maggie: And then also there'll be Torah study, which is really important in the Jewish tradition in terms of honoring people after death. And so the Torah study will be happening and there is a communal gathering at Soldiers and Sailors in the evening and throughout the day there'll be activities going on at the 10.27 Healing Partnership at the JCC, we'll be having for people who just don't really know what else they want to do that day. They're welcome to come and gather in community, sit together. The Highmark Caring Place will be there doing activities that are really geared towards being present with ourselves, being able to honor lives that were lost and also being able to support each other in this hard time.Dan: Right. And I'm not sure if we mentioned it earlier, but the Healing Partnership that's located, is that on Murray Avenue at the JCC?Maggie: Yeah, so the JCC sits at Forbes and Murray and Darlington.Dan: Okay, right.Maggie: It takes over that whole block. But yeah, so in Squirrel Hill, Forbes and Murray, and there will not be regularly scheduled activities that Sunday at the JCC. And the only real purpose for coming there will be people who want to gather in community. There won't be exercising or basketball or any of those other things that day.Dan: Right. Where can we find you online?Maggie: So the address is www.1027healingpartnership.org. And on the website we really tried to promote a lot of ways that people can do their own learning, exploration. Even some things that we can do on our own with apps and podcasts and things that people can do at home.Dan: Well Maggie, thank you so much for coming here and thank you so much for what you do in the community. We really appreciate you being here today.Maggie: Thank you so much for having me and thank you for highlighting the important things going on in Pittsburgh.Dan: Absolutely.Dan: All right, we're here with Erin Hogan, she's an account supervisor here at Word Write. And we wanted to talk with Erin here about one of her blogs that she just wrote for our storytellers blog. The title is fear based marketing campaigns are not always the right approach. A really interesting topic. It kind of sparked out of a conversation that we were having in the office and Erin, thanks for being with us and can you tell us a little bit about the blog?Erin: Yeah, thanks for having me. So really, this stemmed from a conversation I actually had with my husband. He sent me this video and asked for my opinion on it. I was, just had to be honest that I really didn't like it.Dan: Okay...Erin: I think it's from a-Dan: You didn't like the video. What's the video?Erin: So the Sandy Hook Promise PSA. It's basically this really dark play on a back to school supplies commercial. So it starts out with kids showing their folders and their backpacks and their skateboard and just general things that people and parents purchase their kids to go to school for the new year. And then it just starts to take a turn. You kind of see some shuffling happening in the background, and you start to notice that there's something happening at this school.Dan: There's an active shooter.Erin: There's an active shooter. And that's really what the video is supposed to get across, supposed to. The goal of this campaign is to show people, it's to encourage knowing the signs of gun violence before they happen. But the thing that really got me going with this video is that you're encouraging to know the signs about gun violence before they happen, when depicting an act of gun violence. That just seems to me counterintuitive to what they're trying to convey. Just in general, the whole concept of my blog, getting back to the point of this segment is fear based approach versus a positive tone of an ad. How do you, what's the best way to tell a story? I mean we're at WordWrite all about storytelling, finding the best way to tell a business story. But even in a general cause related marketing effort, what's the best way to tell a story?Dan: In advocacy, right.Erin: Right. And based on the evidence that I've found in the research, it really doesn't work. So sure everybody remembers the anti-drug PSAs in the ‘80s and ‘90s and 2000 that were funded by the Partnership for a Drug Free America. There was the your brain on drugs. That one was a big, everybody remembers that one. It was the guy in the kitchen saying this is your brain and he shows an egg. And then he hits it into a cast iron pan and says, this is your brain on drugs. And it's supposed to say your brain's fried on drugs. And basically over the years they had a bunch of variations, that it was basically saying if you do drugs, your parents won't approve. Well when was the last time a 14, 15 year old kid listened to what their parents do.Erin: They didn't work and in fact it caused the adverse effect. It encouraged kids to think that drugs were cool. There was something, it was the anti, going against my parents. Whereas they took a shift, a more encouraging shift in the mid 2000s, many of the younger generations will remember this, the above the influence campaigns. Which basically, instead of showing imagery of kids defying their parents and the consequences of their actions, it took a more positive tone, basically showing the positive ramifications of making an informed decision on their own and having the independence and the courage to say no without any oversight from their parents. Those actually performed far better.Erin: So it begs the question to me for a PSA like the Sandy Hook Promise PSA. Would it have had a more resounding impact or a better impact on the viewers if it showed the positives of stopping gun violence versus the negatives of what happens after gun violence occurs?Dan: One thing I think that's important that we'd be remiss if we didn't add here is that the ad itself within, I think a couple of days of it, I think had actually earned millions of dollars or a great sum for Sandy Hook Promise. So for that group, so-Erin: Donated ad spend.Dan: Donated ad, yeah there we go.Erin: Or ad, media placements.Dan: This is why we have Erin on because she can say the right words.Erin: I'm here all night.Dan: Exactly, this is going to be one of two hours now with Erin. No, but it did have an impact. It did, it did, it was successful. And I think something important right now that we have to think of is, do we have to be provocative today? Is that how you get people's attention or is there a way to balance that? Logan, you want to jump in?Logan: Yeah, sure. I think also this is just a microcosm of society at large where we've become less of, even in the media where 20 years ago it counted on who was reporting the right news at the right time and now it's become who's reporting it first, whether or not they have to issue corrections later or not. And so I think in that same kind of click-baity kind of way that that society on, especially on the internet has become, I think that this PSA may have fallen victim to that. And as you said, whether or not that was the right move is kind of debatable, but I think this is a small part of a society's directional move at large.Erin: Yeah, I mean certainly you have to cut through the clutter. No one would dismiss that. Especially any talented marketer. I'm also not insinuating or advocating for doing nothing. Doing nothing is never an answer either-Dan: Right.Erin: They certainly have an admirable cause that they're going after here. And obviously the genesis of the Sandy Hook Promise Organization, it comes out of, it was birthed from a really horrible, horrible tragedy in United States history. But in terms of the approach and just looking at it from a technical messaging standpoint that we as marketers do, I'm just not sure it fully executed what it’s intention initially was.Dan: All right. Well Erin, you definitely gave us a lot to think about here. We thank you for coming on and I think for sure we'll be seeing, as long as we have television, as long as we have advertising, we're going to see similar ads like this, so we'll be sure to keep our eyes on it and follow those trends. So thanks a lot.Erin: Yeah, thanks for having me. Bye guys.Logan: Centuries before cell phones and social media, human connections were made around fires as we shared, the stories have shaped our world. Today, stories are still the most powerful way to move hearts and minds and inspire action. At WordWrite, Pittsburgh's largest independent public relations agency, we understand that before you had a brand, before you sold any product or service, you had a story. WordWrite helps clients to uncover their own capital S story. The reason someone would want to buy, work, invest or partner with you through our patented story crafting process. Visit wordwritepr.com to uncover your capital S story.Paul: We mark an anniversary with this episode of the P100 podcast, the audio companion to the Pittsburgh 100, and that is the second anniversary of the Pittsburgh 100 e-zine. Our podcast is a little bit younger here but we're pleased to have with us in the studio for this segment, Chris Schroder, who is the founder of The 100 Companies. Say hello there Chris.Chris: Good morning Pittsburgh.Paul: The Pittsburgh 100 and this podcast are one of more than 20 affiliated publications in The 100 Companies network. Chris is in town for a few days, visiting, working with us on a few things. So we thought it'd be a great opportunity to give the listeners a little bit of background on why we do the 100, why we do this podcast. And since Dan and I are both former journalists and so is Chris, to have one of those, “didn't journalism used to be great and now where the hell is it going”, sort of a conversation.Dan: Was it ever great?Paul: Dan, your experience might be different than mine.Dan: I wasn't in the Woodward Bernstein era, so I don't know.Paul: I had a tee shirt when I got into journalism, which was during that era. The tee-shirt said "If your mother loves you, if your mother says she loves you, check it out".Chris: Trust, but verify.Paul: That's right. That's right. So Chris, tell us a little bit about your background.Chris: My blood is full of ink. I was a high school newspaper editor, college newspaper editor, came up in the Watergate era, graduated from high school when Nixon was resigning and then worked for six daily newspapers, and then started my own neighborhood newspapers in Atlanta. And we built that up to about a hundred thousand circulation, had about three different titles. About 10 years ago I started working with some journalists in the Atlanta area who worked for the daily newspaper and they were unfortunately being downsized out of the daily paper.Paul: A common refrain.Chris: Yes, and so they, I helped them start a publication there that had a newsletter, website and social media platform. So I helped them start that. I'd developed a revenue model for them. It's doing great 10 years later. But I noticed three or four years in that people were not clicking on the read more link in the stories as much as they used to in the newsletter. They were seeming to be fine with a shorter excerpt. So I tried to come up with a newsletter where you did not have to click through, where everything was contained in the newsletter itself and so we started designing that, realized that might be about a hundred words. So we said, why don't we call it the Atlanta 100, every article be exactly 100 words, every video be exactly a hundred seconds. And we went to market, people really enjoyed it.Chris: And later I talked to a conference of PR owners, about 150 owners in the room, and was telling them the history of content marketing all the way through the rise of newspapers and the fall of newspapers and ended with a journalism project on the Atlanta 100. And at the end of it, 12 owners came up and gave me their business cards and said I'd like to start a 100 in my city. So that thus began the expansion into a network of The 100 Companies.Paul: So Chris, something that Dan and I get a question about quite often, and really Dan is the editorial director here, having come to us directly from journalism. Where do the 100 publications and podcasts like this sit on the journalistic scale? I mean we joked about Woodward and Bernstein, obviously we're not an investigative journalism enterprise. How would you describe what we do?Chris: Well, we are part of what I see as the new emerging marketplace in media where we've had a sort of disassembling over the last few years of the traditional media marketplace. So 1,800 newspapers have closed in the last 18 years. Tens of thousands of journalists have been let go to be put into other jobs or find other careers. We've had a lot of changes, a lot of new emerging media coming up digitally. There's a lot of interest of course in the last 20 years in social media, but now we're finding the problems in that with Facebook and other issues of privacy.Chris: So I think what we are is a part of the solution and part of the experimentation that we will in another five years start to see a lot of clarity as people start to organize and merge. And there will be some platforms that emerge and some that fall away as we're seeing now with the larger level of some of the streaming, a lot of organization going on with HBO and AT&T and Comcast and different people trying to organize who's going to win. There'll probably be three or four winners in the streaming of video. Disney's getting into it, so many other people are. But there's going to be a consolidation there. Eventually, there'll be a consolidation of, as there was in the beginning of traditional newspapers in America in the 1700s, there will be eventually a settling of the industry and we certainly expect the 100 platform to be one of the winners.Paul: So gentlemen, last question, biggest question. What is the future of journalism?Dan: Well, if I could jump into it first here. Obviously the 100 gives us again, just a small little piece of the media landscape here in Pittsburgh. We're not going to be, we're never going to be the PG. We're not that. And it's not what we're trying to be. But I see a lot of former journalists in Pittsburgh that have found websites that maybe five, 10 years ago people would've considered blogs and blogs maybe had a stigma compared to them. But now we're seeing really sharp good people with news sense.Paul: Yes.Dan: They understand what is newsworthy.Paul: Storytellers.Dan: They're good writers, they're storytellers and they're finding these outlets that people are starting to gravitate to. Not long ago we had Rossliynne Culgan of The Incline on. They're doing a lot of great work there. Between say Next Pittsburgh, we see good stuff from out of them. There are a lot of good small outlets that journalists are flocking to after they either lose their job or they just realize that, I hate it, there's not much of a route forward in the newspapers. So there's always going to be room for people that know how to write, I feel like.Paul: Yes. And tell stories and write information. Chris.Chris: I think storytelling is very primal. That's how we all learned to hear, store and retrieve information as children. And it goes back millennia, the storytelling tradition. So I think it's very important to do it in as few as a hundred words or as many as 10,000 words. I'd like to look at journalism on a continuum and I think what's going to happen, I like to think that it's all sort of a pendulum. And that while in the last five to 10 years, our attention spans have gotten much shorter, I think we're poised and ready for what I think might be one day a pendulum swing by a future generation who, attention spans will start to push to be much longer and they'll appreciate the longer read and the longer write. And I think that could happen. Right now we're still in the throws of people just getting very short morsels of information. Twitter did expand from 140 to 280 characters, but I think we're going to see two or three years from now, people start to settle in and realize that morsels are good, but it still leaves them hungry.Paul: Well, Chris, really appreciate the perspective. Thanks for being here in Pittsburgh and joining us for this segment on the podcast today. We will have to have you back at some time in the future and see how some of your predictions and Dan's have meted out.Chris: Well, you all are doing great work. You're one of the leaders of our national network, and so thank you for the work you're doing and the innovations you're doing with this podcast and other things. Keep up the great work.Paul: Thank you, Chris.Dan: Thanks, Chris.Dan: Okay, we're back for another edition of our Pittsburgh polyphony series here and really enjoy this one because we get a chance to learn about some new artists that are doing some great things in the region here and Logan, this is a pretty new, interesting artist that we want to talk about here and can take us to introduction.Logan: So we're going to be talking about Sierra Sellers today. Neo soul, RMB, jazz artist in the Pittsburgh region and she's been putting out some tracks, but she's really seen some recognition in the recent past and I had the opportunity to see her at Club Cafe about a month ago and she just really brings a lot of great energy to the room. She has a great voice and her and her band really interact well and she just brings a lot of positive vibes to the audience.Dan: Yeah, that's one thing I think, you talk about the energy here and that's an important part of a performer here. As a guy, as an artist yourself, what do you think that offers whenever somebody can kind of control a crowd?Logan: Oh, it's invaluable. I mean it's the same as any other kind of entertainer, whether you're a comedian or anything else up on stage. And being a performer versus doing a performance is the difference between getting up on stage and singing or rapping or whatever you're doing, all your songs or giving an actual performance and putting on a show to the audience. So, one is vastly more memorable and more connective than the other. And being able to do that on stage is something that, if you want to be a successful artist, you're going to have to learn how to do.Dan: When you talk about Sierra, what exactly is it that she uniquely brings to the stage?Logan: Yes. So initially it's just herself. She just has kind of a bubbly personality, but she also gets the crowd to interact and she tells some stories from inspiration behind the songs or inspiration behind the instrumental or the production and talks with the band and just really kind of gets a feel for the audience and kind of feels them out and is able to work the crowd.Dan: That's awesome. Can you tell us a little bit about the track we're about to hear?Logan: Yes. So we're about to hear a track of Sierra's called Shine. It's a recent track, the leader on Spotify's playlist. They have a set of astrological sign playlists, with a pretty prominent following, and this landed her on Spotify as Libra playlist. It's collaboration with fellow Pittsburgh rapper who goes by My Favorite Color, which is a great name. But yeah, we're going to lead you out with Shine by Sierra Sellers. A nice vibey track. Great for just a chill day. Just a little mood booster. So hope you enjoy. 

英语每日一听 | 每天少于5分钟
第641期:Friends and Money

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Oct 17, 2019 2:07


更多英语知识,请关注微信公众号:VOA英语每日一听Paul: Hi, this is Paul from England speaking with Katia from Mexico. Today we are speaking about friends and money. Katia, if a friend came to you asking to borrow some money, what would your reaction be?Katia: If I have a good friend that really needs the money then, of course, if I have the money, I would probably lend it.Paul: So, in what situation would you lend your friend money?Katia: Well, for example, it's a person that is really trying their best to have money and it's in a situation that it's an emergency and needs the money then I would lend it. What about you Paul?Paul: Yeah, I would lend... I would be a little bit nervous to lend close friend money because I think that money can sometimes affect a friendship.Katia: I guess that's true. Do you have a bad experience with it?Paul: Actually, I do. Yeah. I've had a bad experience of a very close friend of mine. He was asking for money from me and at first just once and then twice and then he started asking for more money and it actually had a big effect on our friendship.Katia: Are you still friends?Paul: Oh, we're not. We're not friends anymore, but he did buy his car.Katia: Oh, wow! This was for a car.Paul: Yeah, he kind of cheated me out of a lot of money, so he was working as well and he was trying to save some money and in the end he bought his car but he lost his friend.Katia: Yeah, I guess that's very difficult to say, but what about... would you ask for money if you need it?Paul: Personally, I think before I asked a friend for money I would prefer to either ask my parents or my sister. How about you if you were in that situation?Katia: Well, if I had no choice, and not asked my family, I could ask my friend. Of course, he has to be a very good friend and for a very good reason for me to ask for money.Paul: So could you lend me some money, cause I'd like to go to Hawaii next week?Katia: Well, Paul let me think about that one.Paul: OK. Thank you.

英语每日一听 | 每天少于5分钟
第641期:Friends and Money

英语每日一听 | 每天少于5分钟

Play Episode Listen Later Oct 17, 2019 2:07


更多英语知识,请关注微信公众号:VOA英语每日一听Paul: Hi, this is Paul from England speaking with Katia from Mexico. Today we are speaking about friends and money. Katia, if a friend came to you asking to borrow some money, what would your reaction be?Katia: If I have a good friend that really needs the money then, of course, if I have the money, I would probably lend it.Paul: So, in what situation would you lend your friend money?Katia: Well, for example, it's a person that is really trying their best to have money and it's in a situation that it's an emergency and needs the money then I would lend it. What about you Paul?Paul: Yeah, I would lend... I would be a little bit nervous to lend close friend money because I think that money can sometimes affect a friendship.Katia: I guess that's true. Do you have a bad experience with it?Paul: Actually, I do. Yeah. I've had a bad experience of a very close friend of mine. He was asking for money from me and at first just once and then twice and then he started asking for more money and it actually had a big effect on our friendship.Katia: Are you still friends?Paul: Oh, we're not. We're not friends anymore, but he did buy his car.Katia: Oh, wow! This was for a car.Paul: Yeah, he kind of cheated me out of a lot of money, so he was working as well and he was trying to save some money and in the end he bought his car but he lost his friend.Katia: Yeah, I guess that's very difficult to say, but what about... would you ask for money if you need it?Paul: Personally, I think before I asked a friend for money I would prefer to either ask my parents or my sister. How about you if you were in that situation?Katia: Well, if I had no choice, and not asked my family, I could ask my friend. Of course, he has to be a very good friend and for a very good reason for me to ask for money.Paul: So could you lend me some money, cause I'd like to go to Hawaii next week?Katia: Well, Paul let me think about that one.Paul: OK. Thank you.

P100 Podcast
Ep. 4 - The Science of Fear, Mummies in Pittsburgh, Hockey Season and Crazy PA Town Names

P100 Podcast

Play Episode Listen Later Oct 8, 2019 28:19


 In this episode of the P100 Podcast, our hosts Paul, Dan and Logan welcome Nicole Chynoweth from the Carnegie Science Center to discuss the center’s new exhibit on mummies. From there we move on to the science of fear, and then on to hockey with their guest, Jeremy Church. This episode wraps up with a review of some unique Pennsylvania town names. We bet you have your favorites.----more----Full transcript here:Logan: You are listening to the P100 podcast, the biweekly companion piece to the Pittsburgh 100, bringing you Pittsburgh news culture and more because sometimes 100 words just aren't enough for a great story.Dan: Hi everyone. Welcome back to the P100 Podcast, we're happy to have you back for another episode. I am Dan Stefano, I'm here with Logan Armstrong. Logan.Logan: How's it going?Dan: A pleasure to have you with us and Paul Furiga will be joining us in a little bit. Today's episode we're going to be talking about mummies. Not your mothers, not like that Logan. I see you, that's what you're thinking. No, just having a pleasant thought, thinking about dear old mom. No, Okay.Dan: Now, we're actually going to be talking about the mummies that you might think of whenever you think of ancient Egypt and other parts of the world here. There's a new exhibit at the Carnegie Science Center - Mummies of the World, and we're really excited to talk with someone from the Science Center about that.Dan: Afterward, we're going to be discussing the science of fear. Keeping with us, somewhat of a Halloween type of theme here. Then, we're going to be talking about, what everybody knows, it's the beginning of hockey season. Logan, you excited about that?Logan: No. Dan: No. You're not excited about hockey. Okay. Well, I am and some other people in the office, and we're going to be talking with one of them about the growth of youth hockey in the region, which is really something that's taken off in the past few couple of decades here in Pittsburgh. And we're going to finish up with Logan and I being just as serious we are now. We're going to talk about strange Pennsylvania town names. So if you make it to the end, you're going to be in for treat on that one.Logan: Oh yeah. Stay tuned.Dan: Okay, so let's get going. All right guys, for this segment we're going to talk about mummies. In particular, mummies of the world, the exhibition. It's a new exhibit at the Carnegie Science Center and from the Science Center, we have Nicole Chynoweth. Nicole, thanks for being here.Nicole: Thank you for having me.Dan: Absolutely. Thanks for being with us here. And can we talk a little bit about your own role within the Science Center here. Can you tell us your position and a little bit what you do?Nicole: Sure. So, I'm the manager of marketing, public relations, and social media with a focus on exhibits and the Rangos Giants Cinema.Dan: Great. What does that entail then? I mean, that I imagine you you are working with a lot of different positions there. Right?Nicole: Yeah, it's a really fun job. I get my hands in everything from new movies that we have coming out at the Rangos, educational films to the exciting new exhibits that we're bringing to the science center, from space topics, planetarium related things, and mummies-Dan: Really cool, it seems like a fun place to work. Right?Paul: Nicole, you've had your hands in the mummies?Nicole: No.Paul: Okay. The promotion of the mummies.Dan: The promotion of the mummies. Paul: I'm sure we'll talk about some of the technical aspects, but that would seem a little gross, but...Nicole: I don't think so. I find the exhibition more fascinating than I do creepy. And I'm not a fan of scary movies or I did not watch the Brendan Fraser mummy movie.Paul: You didn't?Nicole: No interest in that.Paul: I did watch those.Dan: You're missing out on a classic from the 1990s.Paul: Yeah. Well, classic is a little strong-Dan: I think it should have won an Oscar, but that's just me.Paul: Okay, Dan. We'll talk about that another time. So Nicole, when I think of the science center, I think about some of the other things you mentioned. Space, technology, mummies?Nicole: Yes, mummies are, especially this show, the mummies featured in Mummies of the World, the exhibition is, have so much to offer in terms of scientific, anatomical, biological information that we can still learn from today. So what I find really exciting about the mummies of the world is that it focuses on both natural mummification and intentional mummification. So, you might be more familiar with intentional mummification. That's the type that was [crosstalk 00:04:15] practicing in ancient Egypt. Correct.Nicole: And we do have some examples of Egyptian mummification in the show, but this also takes a look at the natural mummification process that can happen when conditions are at such a level moisture wise, temperature-wise that is able to naturally mummify a body, be it animal or human.Dan: Right. Well, it sounds like some pretty amazing things to see...Paul: Yeah, it's fascinating.Dan: What are some examples maybe of the intended mummification that we'd see there? I mean, is there anything from, I guess everybody knows about Egyptian mummies but then, they're also South American. What else might you see?Nicole: So an interesting example of the intentional mummification process that aside from like the Egyptian mummies that are featured in the show, there is Mumab, also known as the Maryland Mummy. In the nineties, two scientists at the University of Maryland decided that they wanted to try their hand at an Egyptian mummification process. A man had donated his body to science, and so they started the process of mummifying him. So, you can see Mumab in the show.Nicole: That's just an interesting way of seeing how we are still learning thousands and thousands of years later about how this process works and the tools that they had to use to complete the process and what the body has to go through for mummification to occur.Dan: That's really cool.Paul: Did it work?Nicole: I've been told that it's still in process, it's not completely... He's not completely mummified yet.Paul: Take some time?Nicole: Yes.Paul: Wow. Something I never knew.Dan: That's pretty awesome. Can you tell us what else is in the exhibit then? I mean, are there any, you say interactive portions to it. What should people and families expect whenever they're inside here. It's not just, as you'd be at a museum taking a look. I mean one of the great things about the science center is it kind of hands-on.Paul: Hands-on. Yeah.Nicole: Yes. So in addition, to the 40 animal and human mummies and 85 rare related artifacts, visitors will also be able to look through several interactives related to different topics within mummification. I think a favorite among children will definitely be the, what does mummy feel like a station where you can touch different types of mummified materials, so there's like frog skin, fur. Mummified fur, different things like that they'll be able to touch these like textile panels that are examples of what those things feel like.Nicole: Another great interactive is there's a large map that shows where different types of mummies have been found all over the world, which I think is really important to look at from the perspective of which, like you said, we are so used to just thinking about Egyptian mummies.Paul: Yes.Nicole: And really there are mummies all over the world, [crosstalk 00:07:15].Paul: So not to be surprised?Nicole: Yeah.Paul: You never know where you might find a mummy!Nicole: Right, right.Dan: Okay. Well, people will hear, we can see Mummies of the World through April 19th that's correct, right?Nicole: Correct. Open through April 19th. It takes about 60 to 90 minutes to get through the exhibition, for parents that are maybe wondering if the exhibition is appropriate for their children. We do have a family guide available at carnegiesciencecenter.org/mummies, that might answer some of the questions parents have before they take their kids to the exhibition.Nicole: But I really believe that it is appropriate for all ages and I think people will take something away from the show, be it a new interest in archeology or anthropology or just being able to connect with the backstories of the mommies that are featured in the show. You get to know them. They're more than just a mummy in front of you. You learn their story, how they lived, the way they lived, where they were from. So, super excited to have it at the science center and to be able to offer this experience to Pittsburghers.Dan: That's great. Anything else happen at the science center lately?Nicole: Yes. So, it's Halloween season.Dan: Yes.Nicole: What better time than to experience a scary movie on Pittsburgh's largest screen?Paul: Very good.Nicole: The Rangos Strengths Cinema teamed up with Scare House, this year actually for Rangos x Scare House. We co-curated some Halloween movies together to offer Pittsburgh a really exciting lineup for the Halloween seasons. So we have coming up the Universal Studios Classic Monsters. We're showing the Creature from the Black Lagoon, Frankenstein and Dracula, on October 11th through the 13th.Nicole: We also have Dawn of the Dead 3D showing October 25th and the 26th. And that's a really exciting screening because they don't often show the 3D version. So if you've seen Dawn the Dead before, I can guarantee you have not seen it like this.Dan: This is the original one?Nicole: Yes. This is the original Dawn of the dead. Yes.Paul: In 3D.Nicole: In 3D.Paul: Have you seen it, Nicole?Nicole: I have not seen it. I'm not a huge fan of the scary movies, but I've been told that if there's one I should experience at the Rangos this year. It's probably this one.Dan: All right? Just how big again is the Rangos?Nicole: So we are a certified giant screen. The screen itself measures 72 by 38 feet.Paul: Wow.Nicole: We also have 45 surround sound speakers. Your average theater has 14.Paul: Dan, if you and I can get that past our spouses and into our basements. I think that'll be good.Dan: I might have to tear down a wall or two in my basement, but I think I can handle it.Paul: You know, it's all about the purpose, Dan.Dan: You know what, we're trying to fix more damage to begin with. So I think I could get this Rangos a screen down here. That'd be perfect.Paul: It'd be very nice.Dan: Nicole, how can people find out more about the Carnegie Science Center, both online and in social media?Nicole: Sure. Visit us at carnegiesciencecenter.org or find us on Facebook. Carnegie Science Center or Twitter and Instagram @Carnegie S-C-I-C-T-R.Dan: Okay. Thanks so much for coming on Nicole. We appreciate it.Nicole: Thank you.Paul: Yes.Dan: All right guys. We were just talking about mummies and now we're going to... mummies, if you'll look back at it, they're famous movie monsters, some of the old ones from the 30s, some of the more recent mummy movies and whatnot.Paul: Brendan Fraser.Dan: Exactly, yeah. I love those horror movies and I love being scared. I love this time of year whenever we get a chance to go out to a haunted house. Me and my wife try to do one at least once a year. She's not wild about them, but I have a great time. Even right now in a couple of days. I believe the scare house is going to be reopening the scare houses. One of the more popular attractions around the area of this third winter.Paul: Award-winning.Dan: Award-winning, correct. Yeah. They had to move from Etna and they're in the Strip District. I think they maybe even changed the name to reflect that, but I think, it's interesting that people love to go to these things and they're so well attended.Dan: You see the lines around the block just to be scared and so I've had a chance to go look at the psychology of fear here, and there's an interesting phenomenon that researchers have found called VANE. It's V-A-N-E, and it stands for Voluntary Arousing Negative Experiences. Logan or Paul, you guys ever felt anything like that? Do you have any voluntary experiences?Paul: Yes. Dan, some people call that work?Dan: No. Yes.Paul: I've absolutely. So, I mean, I'm the old guy in the room. You think back to when I was a teenager, the voluntary arousing negative experience was to take the date you really like to a scary movie.Dan: Okay.Paul: I think we're going to get into this Dan, some of the why this is in... Things that people will voluntarily do you, you might not have expected a certain level of affection from your date, but if you took her to a scary movie, there would be the involuntary reaction when something happened on the screen of-Dan: Them getting closer? There you go. That's clever.Paul: Yeah. Well, and it's all this time at least all the scary movies.Dan: I think, when you look at some of the research here, what they point at, one of the most important parts of that is that it `is voluntary and that people were making a conscious decision to go out and be scared. And a lot of that is about overcoming stress. And you might go in with another person, you're working together to try to get through this shared experience here, fighting the monsters, try not to punch the actors who are just trying to have a good time and scare you.Dan: But they get a chance to get outside of themselves, and as we said, face a fear and there's really a great quote here from a woman named Justine Musk. Her quote says, "Fear is a powerful beast, but we can learn to ride it". I think that's just a very good succinct way to put it. But our good friend Logan here, you were actually a psychology major for a couple of years at Pitt and you know a lot about fear.Logan: Yes. So, as you said, I was a psychology major for a few years. I really enjoy just kind of how humans work. But so basically what it is that you have a part of your brain and it's a little almond-shaped lobe called a medulla. But, so basically what happens is that you're, when you see emotions on people's faces or when you see something that would cause you to emote in a certain way.Logan: So, say you see you're out in the wild and you see a lion and you're like, well that's not good. So that message sends to your medulla, which then sends to your limbic system. And if you guys are aware of the limbic system, it's your fight or flight response.Dan: Yes, okay.Logan: When you experience these negative arousals, that kicks into high gear and that pumps adrenaline through your entire body, your pupils dilate, your bronchitis dilates, just you're in this hyper-aware zone, and that's where adrenaline junkies get it from.Logan: It's a similar thing to where you're experiencing fear where you might be scared, but your adrenaline is pumping so much and it's releasing so many endorphins and dopamine that you end up enjoying it.Dan: Well. Okay, now we know whenever we either go to a haunted house or if we go see the mummies exhibit at the Carnegie Science Center, none of us are going to be scared because we know all the science, and we just know what's going on in our brain.Paul: Well, I mean this is also why people like roller coasters shout out to the steel curtain at Kennywood. Because they know it's safe. Right?Dan: Right.Paul: The experience is scary, but it's safe. When you go and see a movie. Yes. You sure hope so. You see the movie, you know it's going to be an hour and 20 minutes or two hours or whatever and when it's over, you may have been scared during the movie, but you're okay. The same with the rollercoaster, three minutes and then you're back in line, right it again. Right? Because you've enjoyed that safe experience of being scared.Logan: And it's the same concept where it's going back to my earlier example. If you see a lion in the wild or you're going to be scared. But if you go to the zoo, you're going to think it's cute or whether somebody else tickles you, you get a reaction, but you can't tickle yourself because your brain knows it's not a threat.Dan: Well, we do see a lot of alligators on the streets of Pittsburgh these days, so I don't know. You know what I mean. Maybe we'll see a lion the next, but I don't know that's all there is to know about fear or at least a good introduction for it. So, yeah. Logan, thanks for the knowledge there.Logan: Sure thing.Dan: Yeah. Maybe you should have stayed as a psychology major.Paul: He won't be here helping us today.Dan: That's a fair point.Logan: Now he's like "you really should've stayed a psych major"Logan: Centuries before cell phones and social media, human connections are made around fires. As we shared, the stories have shaped our world. Today, stories are still the most powerful way to move hearts and minds and inspire action. At Word Wright, Pittsburgh's largest independent public relations agency. We understand that before you had a brand before you sold any product or service, you had a story.Logan: Word Wright helps clients to uncover their own Capital S story. The reason someone would want to buy work, invest or partner with you through our patented story-crafting process, visit wordpr.com to uncover your capitalist story.Paul: All right guys. It's a fun time of year because the penguins are back in action. We're all hoping that they can get back to the Stanley cup this year. Who better to have on our vice president Jeremy Church here at one of our vice presidents here at WordWrite. Jeremy, you're involved with hockey and can you tell us a little bit about that?Jeremy: Sure. I've been fortunate to be involved with the game for nearly 40 years now as a player and a coach. Grew up starting about eight I guess in Michigan. Then we moved here in 10 continued to play, went away to prep school and played all through prep school Junior A, was fortunate enough again to play in college and then the last 17 years at various levels. I've been able to coach.Paul: That's awesome. Yeah, Who do you coach with?Jeremy: Right now, I'm coaching my younger son. With 11 Hornets, youth hockey organization. Prior to that, I helped with the high school in Mount Lebanon for five years. Coached at Shady Side Academy for a year and again using the word fortunate was able to go back to the Prep school. I played at Culver Military Academy and coached there for six years and it's a pretty storied program.Paul: That's fair and awesome. Well, Pittsburgh's got a long history in hockey going back to the turn of the century here, pretty much and but from a lot of people, the history and hockey didn't start until Mario Lemieux got here in the early eighties and Jeremy have a fun story about Mario Lemieux actually.Jeremy: I do. There've been two big booms locally when it comes to the growth of the sport. And certainly the first one had to have been when Merrill was drafted back in 1984 so we had just moved here from outside of Detroit and moved to the South Hills and we went to South Hills village one day and the mall was still there. At the time it was Kaufman's Department Store, which is no longer there.Paul: Oh yeah, the mall's there now just no Kaufmann's.Jeremy: So we're walking through and there's a little table set up and there are two or three people sitting there, one of them towers over all the others. And as we get closer and closer, there's no line at all. Mind you, it's Mario Lemieux sitting there signing autographs before he'd ever played a game.Jeremy: So, we walked up to the table, got his autograph. He still really couldn't speak English that well. But if you could imagine today the kind of stir it would create if Mario were around talking at to anyone in any environment. It was the exact opposite back then. I still have the autograph today.Paul: What did you get autographed?Jeremy: They had little teeny pamphlets of him in his Junior A Laval and from the Quebec Major Junior League Jersey, and that's all they had to sign. I think it was him. And it might've been Paul Steigerwald because at the time he was head of showing Mario around town and Mario, for those who don't remember when he was 18 actually lived with a host family in Mount Lebanon for the first year that he was here when he was 18.Paul: Yeah. Well, like I said it, whenever he first got here, he lived with Lemieux.Jeremy: Yeah, he returned the favor.Paul: Well, since that day, whenever there was no line at Kauffman's, today there was no more Kauffman's and you would have a gigantic line. But so what can you say about just seeing the growth of hockey? Especially from a youth hockey angle here, you've been front and center with it your entire life?Jeremy: It's pretty remarkable. Doing a little research earlier and in 1975 there were basically two rinks that you could play out of indoor rinks for Youth Hockey: Rostraver Gardens, which is still around and Mount Lebanon Recreation Center, which is still around.Jeremy: By 1990, when I was in high school, there were 10 and now that figure is roughly doubled to around 20 in the region. There are 62 high school teams and there are 28 organizations in the Pittsburgh Amateur Hockey League. And within the Pittsburgh Amateur Hockey League, there are now 5,600 players. And that's for those who are around playing in the eighties or growing up in the eighties and early nineties here, that's almost hard to believe there's, you know that there are 28 organizations, but if you go down through the ranks of 18 and under 16 and under 14, 12, ten eight and under age groups, there's dozens and dozens of teams at various levels all throughout that.Jeremy: So, for last year at the ten-year level, ten-year-old level, there were 80 plus 10 new teams in PAHL, Pittsburgh Amateur Hockey League League. So pretty remarkable.Paul: Right, Yeah. The majority of those kids, they're probably not going to be heading to the NHL, but a lot of kids want to at least, pretend that they're one of their heroes and get involved in the game. And I think one of the problems, maybe not a problem with hockey, but one of the issues surrounding it is there is a perception that there is a bit of a barrier to entry. You've got to have skates, you've got to have pads, you've got to have a good helmet, you've got to have a good stick. There's a lot of, there's a lot to that kit there. Jeremy, there are easier ways for kids to get involved in the game today though, right?Jeremy: Yes. Part of the Testament to the Penguins organization and certainly as Sidney Crosby has been, his emphasis and involvement with youth programs and youth hockey initiatives. And not just in Pittsburgh, but I know as well back when he returns to Canada in the summer and throughout the year, he likes to give back to the community.Jeremy: But a big initiative that started, it's now celebrating it's 10 year anniversary or 11 year anniversary is the little Penguins learn to play hockey, where Sid partnered with Dick's sporting goods to give, what is now I believe more than a thousand sets of free equipment out to kids who want to start playing the sport. So that goes hand in hand with a program that I think runs six weeks, eight weeks, in January, February to get kids introduced to hockey.Jeremy: But to your point in that, the big barrier to entry is the cost of equipment, which can be several hundred dollars even for kids that are five, six, seven years old. So that's certainly got a lot of kids involved in the game and has led to those massive increases in participation that I cited before.Paul: All right, that's awesome, Jeremy. Well, thanks so much for coming in and talking to us about hockey. We're hoping for another good season from the Penguins. Maybe a longer playoff run than last year. We got a bit of a break last year. I think they earned it after winning a couple of cups. But yeah, thanks again and yeah, we'll talk to you soon.Jeremy: No problem. Thanks to you.Dan: Right. This next segment. We're going to learn a little more about our co-host Logan Armstrong. Logan is from Eighty Four, PA.Logan: That I am.Dan: Now, we got talking about this and it got us, we started, you know, going down a rabbit hole and we got discussing why 84 was actually named 84? At first, I thought it was named after the construction company the-Logan: 84 Lumber.Dan: Yeah, 84 Lumber, and it turns out I was wrong. That 84 is named after 84 PA, and there's a lot of history and a lot of different theories about how the town was named. Logan, do you want to go through some of them maybe?Logan: Yeah, sure. So there are a couple theories. 84 is quite the town. There's not much in it other than 84 Lumber, but you know, it's nice. There are a lot of theories on how it was named, the most popular of which is that it commemorated Grover Cleveland's 1884 election victory. Some other theories were that it's on mile 84 of the railway mail service. My favorite though is that it's located at 80 degrees and four minutes West longitude. This seems like the most probable to me.Dan: My favorite actually is apparently in 1869 general David "Crazy Legs" Hamilton had an outfit of 84 soldiers with them and held off an attack of Outlaws. Now that just sounds fantastic. Yeah.Logan: That sounds quite heroic. If that is the case. I am proud to be from 84 PA.Dan: Maybe you're a descendant of general David "Crazy Legs" Hamilton here. Is that possible?Logan: Yeah. I believe I'm Logan "Crazy Toes" Armstrong.Dan: Okay, keep your shoes on man! We don't want to see anything. Well, after this, after we talked about 84 we also started taking a look at some other weird names for towns in Pennsylvania here and if you go online, you can find quite a few of them. Logan, what were some of the interesting ones you like you?Logan: There are quite a few to choose from. A couple of my favorites were, while the all known intercourse, PA, which is actually the most stolen sign in Pennsylvania, where it says "Welcome to Intercourse" for good reason.Dan: Obvious reasons.Logan: Right. Going along that same route, a rough and ready PA was, they named it after a California Gold Rush town, so I guess they're rough and ready to get some gold out there. Can't blame them for that.Dan: I imagine that sign is also been stolen many times.Logan: Right. Okay. Then, well, let's play a game here. I'm going to give you some Pennsylvania town names and you're going to tell me how you think that those names came to be. How's that sound?Dan: Bring them on. I'm a repository of knowledge.Logan: Okay, great. Peach Bottom.Dan: Peach Bottom. This is simple. This is extremely simple. Everybody in the town of Peach Bottom is very short, and they're, but they're also Peach farmers, so they can only see the bottom of the peaches that come from the trees. It's kind of a shame because they've never seen the peach tops.Logan: That is a shame. Those peach tops are so beautiful.Dan: We have an actual reason why it's called Peach Bottom?Logan: In fact, Dan, you weren't too far off, Peach Bottom. Got its name in 1815 from a peach orchard owned by a settler named John Kirk.Dan: John Kirk was very short, as we all know.Logan: Right? Yes. Okay. Shickshinny, Pennsylvania. What do you think of that?Dan: Schickshinny. Ah, got it. Okay. Shickshinny is named after a famous dance created by the person who created Schick shaving blades. Fun fact, a few people realize that he had a dance. Whenever he would cut his face on his old rusty blades, he would do a little jig-Logan: A little jig!Dan: In a big thing because it can... to get the pain away, and so he decided I've got to create a better, more comfortable blade and so he created the Schick shaving blade.Logan: Well, I foresee-Dan: Everybody knows this.Logan: I've foreseen the future...We had the Whip, we had the Nae Nae. Next, we're going to have the Shickshinny going on in all the clubs in Pittsburgh.Dan: I think this one is actually one of those Indian words that have made a lot of Pennsylvania names here.Logan: Yeah. Yeah. It looks like an Indian word that either means the land of mountains or land of the fine stream.Dan: Or land of the cutting your face on your favorite razor.Logan: Yeah, I think that's the most common translation. Yeah.Dan: Sure.Logan: We are well beyond 100 words today. Thank you for listening to the P100 podcast. This has been Dan Stefano, Logan Armstrong, and Paul Furiga. If you haven't yet, please subscribe at P100podcast.com or wherever you listen to podcasts, and follow us on Twitter @Pittsburgh100_, for all the latest news updates and more, from the Pittsburgh 100.

Divorce Conversations for Women
EP65: Understanding the Knowledge Gap with Paul Adams

Divorce Conversations for Women

Play Episode Listen Later Sep 20, 2019 33:24


In this episode, we discuss: The importance of a Wealth Coordination Account Understanding long-term planning for your long-term future Resources and tips related to understanding your knowledge gap   Rhonda: All right. Well, thank you so much for joining us for another episode. And I am so excited to be able to introduce to you my friend, Paul Adams. And he and I met via LinkedIn. All good things start there. And there was something about your profile that just captured my attention and I actually didn't even really know what you did when I said, "Hey, let's connect." And so, you are the Founder and CEO of an organization called Sound Financial Group. And you're also a fellow podcaster and entrepreneur. Paul: Indeed. Rhonda: And so, I just want to thank you for taking time to join us today. Paul: I got to tell you, I'm so happy to be here. Just our phone conversations we've had leading up to this, and you mentioned about creating a friendship. And I even was talking to my wife this morning and saying, "Yeah, I'm going to be on a friend's podcast this morning." And it was just like, "Oh, yeah, that's kind of nice." Versus somebody has a show somewhere that asked me to be on it. It just felt wonderful and warm and just getting a chance to reconnect this morning. Rhonda: Yeah, absolutely. Well, and I have certainly been in the financial industry and you are with an organization that happens to be in their headquarters in Milwaukee. Paul: Yeah, at the very beginning of my career. Rhonda: Right. Right, at the very beginning of your career. So, I just want to take some time and share, what are some of the trends that you're seeing? Obviously, our focus is women. Paul: And I think that if, for any of us, it's where is my knowledge gap? And when I say knowledge, I mean the capacity to act, not just understand it. If we were thinking of it like parachuting, understanding would be like, "I know the plane goes up to 13,000 feet, somebody jumps, they count to 10, they pull this thing here, and then they steer themselves with two cables they hold in their right and left hand, and it pulled them both down near the ground and they land." That's understanding. Paul: Knowledge is hurling yourself into the abyss and landing and not dying. That is the difference. And I think people tend to collapse the understanding and knowledge. And especially when we're divorced, prior to that, it may have been, at least we see this often, I don't know about you, but we'll see oftentimes that the wife will handle a ton of the bills, and then the husband tends to handle a lot of the long-term strategy and investments. And they both have an understanding of the other one. Paul: Now, it's a lot easier for the divorced husband to get a handle on the bills because it's a fast iteration cycle. They got to deal with the bills every 30 days. So, I don't know, after doing it for four or five months, you're back on plane and you know what you're doing. But when there is this... And it really is one of the longest feedback loops we deal with in our entire life. It's a 40-year feedback loop from 22 to 65. You have one time that you get feedback, and filling a glass of water, we're all used to it. We've all gotten our hands wet as kids when we overfill the glass, that we're listening and feeling the weight of the glass, and we turn off the spigot at the right time. Paul: If you perform really badly at work, somebody's going to let you know in a few weeks. You eat too much, over 7 to 10 days, you'll actually start gaining weight, and the feedback is in the scale. Bad behavior in all those areas equals bad short-term outcome. Paul: Here's the problem. With money, the feedback loop is like a negative feedback loop in that you can make bad decisions with money. And know how they feel in the short run? Awesome. It feels so good. You can get the brightness on your kids' eyes because you got them a cool new toy. Or all the Instagram likes because of the killer vacation you went on. All those things feel wonderful. The new car smell. Nice, so wonderful. And those are all things that, in the long run, the one-time feedback loop is you spend the rest of your life in some version of poverty below what you would have chosen. Paul: And so, one of the things we have to do is get those shorter iterations occurring through these coaching conversations around money so that everyone, and I think divorced women are particularly susceptible to having somebody that looks trustworthy, somebody who's super friendly, who's a friend of a friend, who may just be selling product. And one of the things we encourage people to think about is, is the advisor's revenue model only you acquiring product from them? Paul: And if that is their primary revenue model and they're not charging you a fee upfront so that they can support their business and themselves without needing to sell you a product, then that should give you at least a moment of pause, to stop and reflect and say, "Is there a chance that products could be recommended to me because of the advisor's revenue model, not because of what's right for me?" And not that the advisors are unethical or making bad decisions, any of that. It's just that, clearly, they can't work with 100 clients and not have any of them acquire product. Paul: But we and some other advisors out there, will do something similar to that, where we charge a fee upfront. It retains us for that first year, which is that timeline of a divorce. It never occurred to me how those line up that way. And then we coach them throughout the year, and we may meet them as many as 15 times over the first year, but that primary coaching to get spooled up and get all the things corrected in their financial life, et cetera, not counting ushering them through the divorce is about 6 to 10 meetings over about 10 to 14 weeks. Rhonda: Yeah. And I think that's spot on. Prudential did a longitudinal study. And what they found was that it was the knowledge plus experience that really helps the women build the confidence. Because if you have the knowledge without the experience, that's theory. If you have the experience without the knowledge, then you're just going through things hoping that you're not making too many mistakes. Paul: I was going that was a terrible idea, I shouldn't do that again. Rhonda: But it's those two things when they can work in tandem that really helps women build the confidence. And when I think that is one thing that, as we look at some of these studies, women have a great opportunity to step into power as it relates to their financial lives. It's just that they may not have had the experience because, statistically speaking, and you alluded to this, women are doing the day to day stuff, but they aren't necessarily as involved in the big picture things. And so, when they're thrust into that environment, it's uncomfortable and overwhelming and intimidating and all of those kinds of things all at once. Right? Paul: And I think there's probably a lot of domains that are that way. The trouble about the long-term planning for your long-term future is that's the one thing out of all the things that are coming at women going through divorce, it's the one thing that they really can, in the short run, put their head in the sand and avoid all the negative consequences. They are coming, but they're not here yet. And so, they can deal with all the things that are urgent and forget the things that are necessary. Rhonda: Yeah. Well, and I think too, it's history. Like you said, the feedback loop is so long, and even from the time that they got married until potentially the time that they're getting divorced, there's all of those habits and behaviors that they're now dealing with. Plus, let's face it, everything's always goes back to our childhood. There's always some connection between, "Hey, this is my attitude and belief about money as a kid. Here was how it was modeled. I brought that into the marriage. Now somebody always has to take the lead, and now I'm thrust into having to take the lead myself." You know? Paul: Yes. Yeah. And, you're right, it's so tough for them to make that gear shift. And we recommend people do something that's super subtle, easy, anybody can start it. Anyone of your listeners can do this right after the call. And we talk about the importance of somebody really understanding their own freedom and agency and choice. And we need to take that back immediately in people's lives around their money. Rhonda: Yep. Paul: Financial institutions ideally would like you to take your regular household checking and start choosing a financial product that you can automatically deposit via bank draft to. And we teach our clients to set up a separate checking account whose only purpose is to purchase assets. That's it. It shouldn't be buying anything else. It only buys assets. And we define an asset. An asset is anything that puts money in your pocket now or has the ability to put money in your pocket later. Paul: And it doesn't matter if it's just $25 a month. To shorten that feedback loop, we're simply saying we're going to put in $25 here and that is for my long-term wealth building. And then I'm going to put in $25 next month here. Now, for some people in some amounts of wealth, it might be 1000, it might be 2000, we have clients it's $30,000 a month they're doing. The key, and for the women that we've helped journey through getting their financial knowledge up to where they are financially during the divorce, is simply having a wealth coordination account means that when those payments start coming in, they realize, "Well, my bills are only 10,000 but I just got a $20,000 support payment during the trial period." Great. Let's just put that 10,000 aside. Paul: If the divorce attorneys are not saying that you need to keep your monthly spending up for a period of time while we finish the divorce. And then when they're complete and the divorce element goes in, where do most people put that first check? It's like there is a million dollars of liquidation. I guess I just go put it in my checking account if they haven't been working with a coach. Rhonda: Right. Paul: And whenever money goes in the household checking account, whether it's for a couple or a single individual, some of it is bound to get lost in the sauce of life. And by just putting it in the wealth coordination account, now you're sitting there and you're like, "Well heck, I don't know what assets I'm going to buy." But if you're resolved it's going to buy assets. At least it's not buying liabilities. Little steps here. We're not talking about big complicated things. Let's just make sure we don't buy stuff that costs us more in the future. Rhonda: And I love that. And you have a podcast episode that you focus specifically on that concept. As I was listening to some of your podcasts, that was one that really resonated with me because it's simple and it's not requiring women to make a big decision right now. Paul: Yes, that's right. Yes. The cognitive load of somebody saying, "Let's budget for this financial tool, and this is the financial tool you should use," being collapsed. The cognitive load is so high in making that decision versus simply being able to say, "Oh, all I need to do is set the money aside. I'll figure out what it purchases later." You make a good point. I was going to see if I could quickly find the name of that episode. So give me just a second, because I'm sure your audience right now is thinking to themselves, "Don't say that's a great episode of Paul's, not tell us." Rhonda: That's right. Yes. Paul: So, my podcast is Your Business Your Wealth. That's episode 131, Wealth Coordination Account. Rhonda: Perfect. And that reminded me too, this was a woman that I had met with a couple of years ago, and I was actually still in the financial industry at that point. And I remember, she had lost her husband. It was actually she was a widow, not a divorcee. But the concept is still similar. And I was so frustrated because there were two companies, two advisors from two separate companies, that were literally swarming her like vultures. And there was the one guy who called her probably every single day, literally called her every day. And I was like, "Okay, timeout. I'm going to encourage you to do nothing." And anybody who knows our personalities, would we ever tell somebody to do nothing? Paul: Nope. Rhonda: But in this case it made sense, just hang tight. Okay? You do not have to make a decision today, and you don't even have to make a decision tomorrow. Give yourself some space and permission, space and permission to just be. Paul: We are raised as kids with that, don't just stand there, do something. But sometimes we need to be, don't just do something, stand there. And that one's a lot harder. It's always easy to make a move. It's real tough to just sit with it and go, "Okay, I'm going to think about it for a while. I'm going to plan." And I think that example of those two advisors, I'm going to go out on a crazy limb here and say probably neither of those advisers had gotten an upfront annual engagement, some kind of retainer, to then be able to coach her throughout the year. They were calling, they had pitched a product, and they were calling to say, "Are you ready to execute on the product yet? Are you ready to execute on the product yet? How are things going? Do you want to meet for lunch? Because at some point during lunch I'll just bring up the product again." Paul: That is how that normally goes. And I know because that's how I was trained originally. That's exactly the process I went through as an advisor. And it took a lot to escape the gravitational pull of all those practices to have a different way to be able to serve and engage clients. Rhonda: Yeah, absolutely. And so that's why I think, yeah, that wealth coordination account, it's simple, it's easy. Again, they can go to whatever bank or credit union they're currently using and say, "Hey, I just need to set up." And finding, to that point, finding a bank that gives you the opportunity to go into one dashboard, see what you have going on, and set up those really simple automatic contributions to their wealth accumulation account. Paul: And the one thing that we do say a little different, if people want to put some amount that's regular and automatic going into the wealth coordination account, we're a fan of that. We also say, by the way, this is going to sound a little bit heretical to people who are more steeped in finance. We say it ought to be a checking account, we don't care what the interest is, because when you buy an asset you've got to write a check, so you better have a checking account you're writing it from, otherwise it has a chance to flow through another account that could be a consumption account. Once it's in there, you want it to be sacrosanct, it's an asset purchasing tool. And then, ultimately, we'll have enough assets to have enough passive income to not reach retirement. Paul: We don't talk with our clients about retirement, in fact our first conversation with clients that we currently call our philosophy conversation. We're thinking about changing it to the unretirement talk, and why we should not be pursuing a retirement, because most people who have done something with their lives and added value to the marketplace don't plan on doing that for 40 years so they can just stop doing any of it. In fact, you wanted just maybe change the mode of doing it. You might want to do it for a charitable cause, you might want to just do it differently. But people want to continue to add value to their world and their overall community. So why would we say retire? Because that word means something's put up on the shelf and is no longer of use. I don't want to feel that way one day. And nor do most of our clients. And when they relate to it that way, no wonder they don't want to plan for it. Paul: So, we just talk about planning for what we call DFI or definite financial independence. When we can get passive income to exceed existing bills, then if you choose to work, you just keep working. We're just going to save 100% of your income. You don't have to be dependent on it anymore because you're living off your passive income. Total paradigm shift. And the financial institutions would rather you just build up a huge pool of money and be really insecure that it's not enough so that they can get all the asset management fees on it, all that. And they're not like black helicopter conspiracy about it, they're just being normal players in the free market. And we just need to equip our clients with knowledge and hopefully some of your listeners with this knowledge to say just set up a wealth coordination account, add money every month, and the last thing I was going to mention, do some of it every month that is you moving it intentionally. Because if you move it intentionally, then every month you have to pause and at least consider your long-term financial wellbeing. And if you do that once a month, you are now doing that, I forget what the stats are, but it's something like for many people, they're only really looking at their planning sometimes once every two years to once every five years. Paul: There's the old saying, "People spend more time planning a family vacation than their long-term financial wellbeing." Well now you're having to at least consider, or have it hit your radar once a month, which right there we find changes people's financial lives if they do nothing else, just saying, "This is going to go into my assets." And then when somebody comes up and says, "Hey, we got some financial products you should buy," you just look to your wealth coordination account, it's like, "Well this is how much I have to put in that thing." You don't have that second part of cognitive load of how do I afford it, and should I do it or not? Now you can actually think much more clearly because your money's already set aside to do assets or not. And now you're just turning to say, "Is this right for me?" Rhonda: Right. And I remember back, this was in the early 2000s, that was when the book Cashflow Quadrant came out, by Robert Kiyosaki. Super classic book that I recommend to everybody because I think it's an easy read. And I think it's something that really helps people get their mind around, okay, well there are two different types of income. There's going to be the active income, job, self-employed, and there's going to be passive income as a business that's generating passive income, and investments. Rhonda: And so, if the listeners have not checked that out, we'll include that in the show notes as well. But it's just a great book to reprogram our mind about passive income. Paul: Yes. I remember reading it, it's kind of funny, I was actually temporarily disabled when I first got exposed to Robert Kiyosaki's stuff. I'd fallen off a horse and shattered an internal organ, and a lot of internal bleeding. So, you're in a massive amount of pain while organs heal, and bleeding is absorbed. So, I guess graphic warning for this podcast, I don't know. But I was on a pretty significant amount of painkillers for about a month after this accident. And I remember reading Robert Kiyosaki's Rich Dad, Poor Dad and Cashflow Quadrant during that window. And I would read, and I'd go, "I don't remember anything I just read the last five pages." And I have to read them again. And I think I read the books first time through, three times each. Paul: But instilled me this idea that there are things we buy that are assets and there are things that we buy that are liabilities. And by simply understanding the difference between the two, we end up, here's one, we teach our clients that their primary residence is not an asset, never is. Now, it can be if it goes up a lot in value and you decide to move. But we said something that puts money in your pocket now or in the future without changing your lifestyle. Paul: So, you can move from Seattle, say, to Gilbert, Arizona. If you have any listeners in Gilbert, Arizona, I mean no offense. But in Gilbert, Arizona you can buy the same size house for a lot less money than Seattle, San Francisco, Los Angeles, New York, but it's definitely a different lifestyle. So, your primary residence, if you think it's an asset, even if it's paid off, just stop paying your property taxes and the real owner of that asset will eventually knock on your door and politely demand you pay your taxes. That is an example of why we don't consider it an asset. Paul: Now, it probably is a good idea to have a paid off house at some point in the future, lowest possible cost of just providing shelter for yourself and your family. But I've watched women during a divorce hurt themselves financially significantly because they had this, they got a spouse, they've got this concern, that concern, and then what will sometimes happen is they really have a demand of, "I need to stay in this house." And it's like, between the two of you, you were making $800,000 a year, you're going to have some kind of settlement, but you're making 200 of the 800. You should not stay in a home that you afforded at $800,000 a year. You stay in the same neighborhood, we could do all kinds of stuff, but let's not trick ourselves into thinking it's an asset. That's something that, no offense to the realtors that are listeners, but the real estate overall complex has made us want to think it's our biggest investment, when in fact, for most people, their home is actually their biggest liability. Maybe one you should have. I'm not saying you shouldn't own a home ever, that would be crazy. But people just automatically slip into these habits that have been part of society. Paul: Have you heard the story of the little girl who asked her mom about the Christmas ham? Have I told you that before? Rhonda: No. Paul: I hope this is fun and interesting for your audience. Sometimes we have financial practices, things you grew up with. You talked earlier, Rhonda, about children and the way we picked up habits and how our parents talked about money, et cetera. Well, there's this little girl and her mom is baking the Christmas ham. And she's prepping it and putting all the rubs on it and all that, and then right before she puts it in the pan, she cuts off the ends, both ends of the ham. And then plops it in the pan and puts it in the oven. She says, "Mom, I understand why you did all the rest of the stuff. Why did you cut off the ends of the ham?" She says, "You know, I don't know. You should ask Grandma." Paul: So, Grandma comes over for dinner that night, and she says, "Grandma, why is it mom cuts off the ends of the ham right before she puts it? I understood everything else. Why does she cut off the ends of the ham?" She says, "You know, I don't remember why. I just know my mom always did it." So, a little bit later, Great-Grandma comes from the nursing home, comes over for dinner that night. And she goes, "Great-Grandma, I watched mom and she cut off the ends of the ham. Then I talked to Grandma and why she cuts off the end of the ham, and neither one of them remembered why they do it. Why did you do it?" She says, "Oh, honey, we were poor. I didn't have a pan big enough to hold a ham, so I had to cut off the ends to make it fit." Paul: And yet, how many people are still making financial relationship decisions or decisions about their own personal confidence about navigating the world by themselves because of an inherited mindset that is just as unimportant as cutting off the ends of that ham? And these mindsets go unexamined for people all the time. And that's what I love about what you do, frankly, is helping women engage and think through that mindset. That is something and the thing that attracted me to you is that idea of nobody else is teaching this that I could find. And I looked. Rhonda: Yeah, it's awesome. And just to wrap up the ham thing, I love the ends, don't cut off the ends. Paul: I'm the same way. I love the burnt ends of a brownie in a pan, the ends of a ham for sure. Rhonda: I mean, don't cut those off. Right? And yet, though, I think there's... Gosh, that story even goes deeper. Right? It's like, yeah, you know what? We do things because of perhaps the way that we have been taught to do them and we don't know why we do them. And, yeah, what are those things in our life where we are shortchanging ourselves or we're cutting off the best parts? Because we're not taking the time to really evaluate what it is that we bring to the table and why we do it. So, I love that analogy because I think it makes a really great point related to the financial aspect. Paul: Yeah. I think your point is good. That it almost wears on you a little more. What could have been in the ends, mindset-wise, for that entire family. Rhonda: Yeah. Yeah, absolutely. Paul: That does remind me of something that we put together for your audience, is we have a white paper that we give folks sometimes called The Three Money Mistakes No One Talks About and Six Things You Can Do About Them. And we actually have that set up on our website. Rhonda: Awesome. Paul: It'd be super easy for your audience to get to. You can get it at SFGWA, that's Sound Financial Group, WA, like Whiskey Alpha, dot com/rhonda. And right there, there's just going to be a page where you can drop in your email address and it will just shoot you this white paper. And, for anybody that just thinks they would also get benefit from it, you get a copy of my last book via PDF if they just check that box also, then we'll email them a copy of my last book, Sound Financial Advice. Rhonda: Awesome. Thank you so much. I'm part of an organization called eWomenNetwork and one of their principles, so their focus is helping one million women achieve one million dollars in annual reoccurring revenue. But one of their main principles is give first. And I have to be honest, when we first met, you embraced that principle. And I'm used to being the one who gives first. It was actually like, okay, I love that. Right? I don't think there are enough people who say, "I'm going to give first," not asking for anything in return. Paul: Yes. Rhonda: And I really appreciate that. Paul: Yeah, you're welcome. And maybe for folks in the audience, if any of you are thinking about making that shift in life about the give first piece, I'd never really thought about this before, Rhonda, but something you said there just hit me like a ton of bricks, is that for us to be able to give first we had to have created probably a lot of value for others beforehand because then we're just... For instance, great example is if I hadn't been writing books for years, I wouldn't have a book I could give away now. We sell it, people can find it on Amazon, it's called Sound Financial Advice. But we have another one releasing later this year. So, if I wasn't writing books or if I only wrote one book ever, we would never have the ability to do the giveaway. Paul: And so, we have to create value in the marketplace and in the world first before we can help people first. Because we've all had those people say, "I think I'd really like to help you here," but they have no skill set in that domain. And then you find yourself being offered help and then you're like, "Gosh, I got to look at this knucklehead and figure out what they're good at and what I could do with them. And now you've just created more costs for me in trying to help you." As opposed to somebody being able to listen well enough and say, "I think you might need help in one or two of these areas and I can specifically make a difference for you there." It's a totally different way to help people. And thank you for the acknowledgement around that. Rhonda: Yeah, absolutely. Well, this has been super fun. I always like to wrap up our time together with two things. One is favorite client success story, and then finally your favorite quote. Paul: Ooh, okay. Rhonda: I know, you only can pick one. Paul: I know. Is it okay if I use one for myself? Rhonda: Sure. Absolutely. Paul: I got to do one fun one and then I'll answer your question seriously. So, my fun one is actually a quote that our social media team put out, which is, "I really don't like complimenting myself, but I don't not like it so much that I won't do it in this space." And they put that out on Twitter and Instagram. I was like, "I believe I said it, but gosh, it looked weird in print." Paul: So favorite client success story is actually a woman that was introduced to me who was getting divorced, married to someone who is a very domineering relationship, from what I could take away. And I don't envy anybody on either side of a divorce at all. It's just hard. No way about it. This is somebody you thought you were going to spend the rest of your life with and now you're not going to. And all the hurt and shame or doubting yourself, "Did I make a terrible decision?" All this stuff that comes in. It's just terrible. Paul: And I watched her over the course of a year, as we engaged, go through one conversation after the next and coaching her, letting her know she's doing great. She's handling herself well. She let the husband say all the crazy things he wanted to say, which included things to the children that were not. And what people may not know who are listeners, is we work with clients all over the country. So, this woman is on the other side of the country from me. We're connecting via Zoom meeting, and we're just walking her through step by step this entire process. Paul: Okay, when's the next trigger date where something's going to happen? Great. Do you want to talk to me right before that or right after that? Emails coming through, et cetera. And I had a chance to see her the other day. She has now chosen to set up her own business. She was an employee before. Stepping into the world of entrepreneurship. Next introduction is actually to get engaged with the Women's Center for Financial Wellness, just to get some of that additional coaching and confidence around her business. And she has done such an amazing job to actually fully understand what she's doing, where the money is, from being so timid and scared, to now being confident and growing more confident every time I speak to her. And now the things she complains about are the busyness of life with family visiting in town. And no longer the, "Am I going to be okay or what's going to happen?" And that's my favorite story right now. Paul: And then my favorite quote actually is a quote from John Maxwell, if you're familiar with him, kind of general leadership guru. And my favorite quote from him is, "If you're curious what your future is going to look like, look at your habits and practices today. If you're going to change your future, change your habits." Rhonda: I love that. I love that, because that's exactly it. Right? Their future's going to look different and so, yeah, how can we be positioning our thoughts and attitudes and beliefs right now that are going to impact the future? And of course, anything by John Maxwell is always awesome. Paul: Yeah, that guy. And I know it to be right. I've had a chance to see him speak several times in person, and, gosh, he just such a great way about him. One of my favorite things about the way he speaks is he just looks like he's sort of making it up at the time. But when you've seen him multiple times, you realize he has laid everything out from dropping the note cards, to all of it. He has taken it on as a real performance he's doing. Not for his own sake to look good, but rather everything is crafted around impacting the people he gets a chance to interface with. I also think it's a lot of what you do, Rhonda, in that in our time together you've always taken super seriously, and you know it's kind of like life or death with the women that you work with that you have a chance to help them set themselves in a new direction and make a difference for them forever based upon just being coached by you and your organization for a year, and their whole lives could be different. Rhonda: Yeah, for sure. Paul: That doesn't exist out there the same way for these women that you deliver. And I love it. So, I'm so glad I could be here with you today. Rhonda: Yeah, thank you so much. Hey, this has been awesome. Certainly, if folks want to connect with you, they can reach out, grab that white paper. We'll include all your contact info in the show notes. But I just want to thank you for taking time out of your also busy, crazy schedule to chat with us today. Paul: You're so welcome, and it's a pleasure to be here.   QUOTE: "I really don't like complimenting myself, but I don't not like it so much that I won't do it in this space." – Paul Adams "If you're curious what your future is going to look like, look at your habits and practices today. If you're going to change your future, change your habits." – John Maxwell   RESOURCES: The Three Money Mistakes No One Talks About and Six Things You Can Do About Them Cashflow Quadrant by Robert T. Kiyosaki Rich Dad, Poor Dad by Robert T. Kiyosaki Sound Financial Advice by Paul Adams Podcast: Your Business Your Wealth Episode 131: Wealth Coordination Account: Big Wealth, Small Business with Paul Adams and Cory Sheperd   CONTACT INFORMATION: Paul Adams CEO & Founder Sound Financial Group info@sfgwa.com  (855) 578-8724 LinkedIn | Facebook | Instagram   Visit the Women’s Financial Wellness Center for a full directory listing of experts. Be sure to reach out if you would like to connect personally with the Women’s Financial Wellness Center. You can visit our website or grab a complimentary 30-minute consult. Leaving a positive podcast review is hugely important: they help the podcast get discovered by new people. Please spend 5 minutes of your time to leave a review on your preferred listening platform, we’d love to hear from you!

The Rob Tetrault Show
Lottery Winner | Investing Strategy for Windfall

The Rob Tetrault Show

Play Episode Listen Later Aug 24, 2019 5:43


PAUL - You and your practice have dealt more than once with big lottery winners. You told me in the break a $5 million winner and a $1 million winner, what do you do with, with the people who have scored big windfalls all of a sudden like that? ROB - It depends on where we're at in the market cycle, but the first part there is the emotional advice because that becomes tough. You have friends coming out of the woodwork, you have cousins you haven't spoken to in forever that need cash. You want to probably pay down your debt, you want to buy some new cars, you want to just take a moment and pump the brakes a little bit. That's one thing we advise folks to do and then the most important thing is cash flow projection because sometimes they want to retire and they just want to stop working and retire. If you're younger still and you're retired, you're obviously spending significantly more than if you're working. We do a couple of things for folks in this situation but it's not just lottery winners. It could be inheritance, it could be a business sale, it would be a court settlement. PAUL – Right. You told me you had a very large one that came from a tragic story. That's the residential school settlement. One of your clients received a large sum from that process. ROB -Yes. Depending on how much experience there is in the market for that individual, you have to pump the brakes again. We used to just do them one off. Now we have a process in place. First of all, the classic risk tolerance process is: once you've figured out the asset allocation, call it a 60/40 or something similar, you can then buy the fixed income almost right away. You could also buy the alternatives almost right away. If you're buying alternatives such as real estate, infrastructure or any alternative asset class, you could buy that right away. The equities are obviously the portion you want to be legging in. We leg in, we look at some historical data and we will leg in anywhere over a 6 month to 12 month period. We have a bunch of rules that we have in place as well. PAUL - So you identify a portfolio of stocks and legging in means that you occasionally buy periodically rather than plunging it all at once? ROB – Yes! There's two factors we consider. One is time and the other is market movement. If the market is moving in a negative way, we add to the position and we set pre-established rules. We're all in a 25% correction and then on a time basis, generally we'll do kind of two, four, six or eight month leg in. Perhaps it's three, six, nine months, depending on the risk tolerance. The plan is in place ahead of time. We want to remove emotion, because it's tough to sit there with a large windfall when market's down 25% and say, I want to buy today. However, if you pre-establish those rules and if the market keeps correcting, historical data will tell you that it will work out in the client's favor. We've done the numbers and we really liked the strategy we've developed and there is way less market timing risk for the client. At the end of the day, you want to protect that capital and you want to reduce the risk for the client. What kind of frame of mind are they in? PAUL - Let's talk about lottery. They must be elated and are they spend happy? Do they have automobiles and cars they want buy tomorrow? ROB – Everyone's different obviously. If you and I won the lottery, we'd be out there probably buying something for sure. The key is the expenditures I like to look at. It needs to be a portion of the money and we talk about this with the client. There's definitely money that can be spent on yourself and that's healthy. You have to do that and you've got this windfall emotionally, you want to do that. However, going out and buying assets that are not great for your wealth picture longterm is certainly something we want to avoid. If you could buy a home, a cottage or real estate, that's okay. It will appreciate in value. You can probably sell it if you need to down the line and the ongoing cashflow is also great. If you've got five properties, you want to look at what your monthly burn is on your cash. You have to look at the details when it comes to that. What's the portfolio generating? Are you still working? If you're not, how much are we sending you and what's your burn on those new assets? PAUL - In your experience, have they taken your advice and stuck with it over time? ROB -Yes absolutely, we've had some success with our lottery winners. It's just a process of taking them through lottery windfall and to go through the details. For some folks, it's the first time they ever sit down with a portfolio manager. Right? If first time you're sitting down with a portfolio, you're being explained what a stock is, what a bond is, what a preferred share is. It can be overwhelming. We take our time, a lot of education, and we get there. cash invested within nine to 12 months.

Respect The Grind with Stefan Aarnio
Starting a company from your garage with PAUL DAVID

Respect The Grind with Stefan Aarnio

Play Episode Listen Later Feb 15, 2019 53:20


The owner of Identified Talent Solutions, it's a talent recruitment company and this company has grown to the point where it's in the ink 500 Paul David   Stefan: Ladies and gentlemen, welcome to the show. Respect the Grind with Stefan Aarnio. This is the show where we interview people who have achieved mastery and freedom through discipline. We interview entrepreneurs, athletes, authors, artists, real estate investors, anyone who's achieved mastery and examined what it took to get there. Today on the show we have Paul David. He is the owner of Identified Talent Solutions, it's a talent recruitment company and this company has grown to the point where it's in the ink 500 of feet. Indeed Paul, welcome to the show. Respect the grind. Good to see you, my friend. Paul: Yeah. Thank you so much for having me Stefan. Stefan: Awesome. Yeah, I love having guys like you on the show because we got so many real estate people. I'm a real estate investor you know, I teach flipping houses and rental properties and stuff like that. And I love having someone from a different field and so for the people at home who don't know you that well Paul, tell us how'd you get started in the talent recruitment business? That's something that I'm sure is an awesome business. I've just never thought about it. So how did you get started? Paul: Sure. It was about 15 years ago, right out of college. I got into a firm that does third party recruiting. So basically they provide candidates, they provide employees to other companies. I did that for about six months. Very salesy position. Didn't think I was very good at it. I was really, really shy back then. But then I went into a mortgage company, they shot as a recruiter, mortgage was booming back then. I learned my whole entire trade from that particular point. After 10 years I decided, well it's about time to go on my own, utilized a lot of the relationships that I had over my 10 year career and I built the business basically in my garage. Stefan: Wow. I love stories where it starts in the garage. I think Apple started like that. All of these, I think Harley Davidson started in the garage. They all start in garages. I think Google started in a garage too. Paul: Yeah. Amazon started in the garage. Stefan: Yeah Bro. It's great. So really pertinent topic I think is recruiting. And a lot of people listening to the show, maybe they're solo preneurs or maybe they got like two employees or one employee or they want to recruit more. How does somebody effectively recruit? 'Cause I'll let the cat out of the bag here Paul. Every recruit I've done for my business has always been a referral. I've never done well with a head hunter. I've never done well with somebody recruiting for me it's always been through someone I know and I've tried agencies before. I've spent money before for whatever reason they don't stick. The talent is good if they don't know my brand or they don't know me in advance for whatever reason doesn't go. So how do you effectively recruit talent for so many companies and how does that match really work? Paul: Yeah, that's a good question. I mean I think what they need and recruitment's really tough because it's not only a matter of just the skill set that they have, but it's also how do you fit that person into a culture? Even if they have the incredible skillset. I mean that person might be really successful in one company, but then they go into a different culture and then they're completely off. So it is a little bit of a difficult process, but you said that most of your hires have been referrals. That by far is the best way to hire people in your company. Is if somebody in your company or yourself or someone that you know and trust vouches for them then that's fantastic. It's almost kind of like dating. If you meet someone and they're like, yeah, they are a great person, then generally you're going to trust that. Paul: But, if you don't have that capability, it is really important to stream that person properly. Now there's no silver bullet. So I mean you've kind of seen it. There's no silver bullet in picking the right person off the bat. I mean employment's like a dating process. So what we do is one, we're very narrow in the things that we do. So we know the skill set. So if you're a generalist and you're trying to do everything for everyone, like the larger staffing firms, it's really hard to understand what kind of skills are looking for cause you have to master one particular vertical. So what we do is we're mastering one specific vertical and understanding the skillset so the candidate is an optimal candidate from a skillset perspective. Then what we need to do is really, really build that relationship with the client. What is their team like? I mean not only the culture of the company, but what's the team like? How do they operate? What are they composed of? I mean what do they like to do? So you can look at the intangibles and the tangibles and place that candidate properly. Paul: So that's kind of how we do it. We really have to, I mean it's like a dating process. We got to make sure that we know our client really well so we know exactly what kind of candidate put in there. Stefan: I like what you say about the dating and I teach people real estate investing and they'll say, "How do I get a good deal?" And I'm like, "Bro, you got a good deal in real estate just like dating." You pick the most beautiful girl at the school, the Prom Queen. And if you go ask on stage wearing her sash that says homecoming and her tiara, you're never going to get a date. But if you wait for her to break up with her boyfriend and she's under the bleachers crying, wearing some dirty sweatpants with makeup running down her face, that's the time where you go in there and go, "Hey baby, look, let's grab a cheeseburger." And she's like, "I've been hungry for years. Let's go." And so it's really interesting 'cause I think people always try to over complicate business. Stefan: We always go, "Oh man, it's different. My industry is different. This business is different. This time it's different." It never is. It really is just dating. It's relationships. And I like what you said about, it's almost like a marriage. These two people have to come together, the culture has to come in with the skill set and it has to fold together. What do you think when you're out there recruiting people Paul, what's the most important thing that you look for in any candidate? Maybe like is it grit? Is it drive? Is it just general intelligence? What's something that when you're just meeting talent that you want to see in just about everybody? Paul: For me what I'm looking for is an intangible skillset. You can have someone that has the most impressive resume, the most impressive of education, but if they don't have a personality where they can build relationships, well I mean, at the end of the day, the fundamentals of business is relationships. If you do not know how to build a relationship, then you're just going to fail, period. I mean like, you know, I don't care how much you automate things, all the click funnels I hear, if you do know how to shake hands, talk to somebody and really build that relationship, you're not going to be successful, period. So I want to make sure that one of the things that we make sure it is how do we converse with this person? Will this person be able to influence other ... I don't care if it's an individual contributor or a manager. They need to be able to interact with people regardless if they do software development or if they're a nurse. Paul: So relationship skills are very, very important. Communication skills are very, very important and that's what we look for first and foremost. It's not a complicated thing, but I think people would really want to work with other people and that they can kind of get along. And if that happens then what happens is you build trust, right? So once you build trust, because you [inaudible 00:06:37] then you can kind of work through anything else. Stefan: I love that. So is it more, would you say, are you looking for more he EQ or IQ? I guess you're more of an EQ guy. Emotional quotient. Paul: I'm an EQ guy. I mean most of the people that I have, you know what I first did this, I was looking for skills, but when I started my company, I was looking for grit. I was looking for someone that had tenacity. Someone that wanted to improve, I can teach them the skills, I can't teach them to drive. Stefan: You just got to respect the grinding bro. Yeah there go. You've got a gong already. A gong's been hit man. I like that. You know, grit is something that in the military academies, they noticed that that's the number one thing that keeps people going. And one thing I say all the time is, I fail at 80% of the stuff I do. I'm failing all the fricking time, man. I'm an entrepreneur, so it's constant failure. And then the 20% I win on is so big. It handles all the losses and then some. Now, how would you describe grit? What is grit? What is the ability to keep going? What is that? Paul: You kind of hit it on the head. It's like for me happens after my why. Why do I want to achieve something? Why do I want to, what is it that's important to me? Once I fundamentally understand why something's important to me, then it's the dedication. What I've learned about grit is grit really is the ability to embrace failure, right? And really learn from that failure. 'Cause here's the deal. I don't care what you do in life you're going to fail. I don't care if it's walking down the street. One of these days you're going to fail. 'Cause I look at things this way, you're going to fail or you're going to succeed. And those two instances for failure, I'm going to learn something. I'm going to learn something really quick so it doesn't happen again. And if I do that, then I'm going to succeed. So I try to rush into failure as much as I can. Paul: I try to embrace it as much as I can and I look at it, I think being able to have grit is you can look at that failure not as a failure itself, but an opportunity to learn. Because all of us entrepreneurs, if we don't know how to learn from our failures, we're never going to be succeeding. So I've kind of looked at it in a different perspective. I actually enjoy failure because it's like, "Oh crap, I didn't do this right. Well let's try to figure out something else." So that's how I see it. So I think grit is the ability to understand that failure is more of a learning opportunity and something that sets us back forever. Stefan: I like what John Maxwell says. He says, "You either win or you learn." Paul: Yeah. That's in his book Failing Forward. Stefan: Yeah, you win and you learn. And that's just something I started to do in my life. I had some pretty hardcore things happen to me this year is what's the meaning of this? What's the story? What am I learning here? And I don't know if you ever read the book Man's Search for Meaning. You ever read that Viktor Frankl? It's one of Tony Robbin's favorites, and it's about a man who was thrown in the Nazi death camps in World War II. And he had a book manuscript, I guess he was like a scientist or something. A book manuscript he was going to publish and the Nazis took his book and they I don't burn it or ripped it up. They took it away from him. And what he noticed when he was inside the death camps was the optimist died first. So the people who were "Oh, we'll be out by Christmas, we'll be out by Christmas, we'll be out by Christmas." Stefan: Christmas comes, they die of a broken heart. But the people who lived through the death camps were the people who had meaning and they had a child to see. They had a book to write, they had a spouse to go find after the camp. And that to me when something bad happens to you in life, it's so interesting because there's two meanings. There's the victim meaning you can have, and then there's the, what am I learning meaning. Is that something you see in some of these very successful people where they have major setbacks and kind of the bigger the setback, the higher they climb? Paul: Yeah, yeah, absolutely. I think a lot of people that have overcome tragedy, have been very, very successful because they know how to adapt to it and they know how to get over it. I think when we first started talking, I told you I never really wanted to be an entrepreneur. I was kind of forced at it where my wife died of cancer at 36 we went through a four and a half year battle with cancer. I was left with a four year old. I had $150,000 in debt. And it's like I had to make a decision at that particular point. I had to look up my why, which was my daughter. What am I going to do? Am I going to crumble? Am I going to fall apart? I mean, that's not an alternative that I want. So I did, and I had no idea how to start this company. Paul: All I know was I needed to do it. So with that intensity and that drive, I said, I have to make this happen. And after that what's all your focus is I think from tragedy, once all your focus is pointed to one direction, then you'll start to see the opportunities that you've never seen before. So, I mean, I think people that have gone through tragedies and really decided to not let that tragedy define who they are, but let their choices make them who they are, that you see magic when that happens. Because intensity to succeeding and making sure that they're never defined by what happened to them in life so. Stefan: Bro I'm giving you a gong. I love you, man. Dude, I love you man. You know that story you have. I'm so sorry to hear your wife died. I mean that's just the most brutal thing. But I love that you picked up the pieces and I love that you saw the why in your daughter. And I love that you were able to get that emotional charge 'cause so many people would have folded like a lawn chair. It's so easy. Whenever you go downtown, you see a homeless guy on the side of the street. That's someone who folded a lawn chair, but you said, "No, I'm going to use this. I'm going to use it as fuel." And it's tremendous to see what you built. Now shifting gears a little bit, Paul- Paul: I actually wanted to kind of comment on that I don't know it's going to be ... I have colleagues and friends that have children right? And every time I hear them they say like, "Well, I can't do this. I can't do that. I can't do that because I have to take little Johnny or little Cathy or little whatever to the baseball game. I can't do that." I decided and I think people should decide that you know what? You don't make your children your reason why you can't do things. You make them your reason why you do, do things. Stefan: Oh, another gong. Bro. We're hitting today. Church of the grind is in session. Damn. Instant replay on that. I want you to say that again for the kids at home. Paul, one more time. Paul: Yeah. Absolutely. I mean, I have colleagues and I have friends that continuously tell me "I can't do this because I have to take little Johnny, or they have to take their children or their little Kimmy to their basketball game. Their ballet practice." But you know what? You have to be able, I mean, either you're going to choose to have your children be the reasons why you can't do something or you make them your reason why you can. So that's the different mindset. I mean, you have to make your kids a reason why you can achieve your dreams. Because that's the truth of the matter is if you don't, they're going to learn from that. Don't ever make your children your reason why you can't do something for yourself because that's not their fault. Stefan: You know, it's like the old seminar story. I don't know if you've heard this story, but there's two brothers and they're identical and they're twins. And one brother says he's living in cardboard box downtown and it's raining on this cardboard box and he's with the woman that's ugly. And they fight and they hate each other and he doesn't know where his kids and he can't hold down a job. He's got no money in his bank account. His creditors are coming after him all the time and life is horrible for this guy. And he says, "My life's a failure 'cause my dad was a drunk who beat me and my mom was a prostitute, smoked weed." And then I cross the tracks. And the nicest part of town is his identical twin brother who's in a mansion, the gorgeous wife and they have great sex and they've got lots of kids and the kids love the dad and they love the mom and they'd go on four vacations a year and they got the dream car and money in the bank and they sleep well at night. Stefan: And he says, "Man, I'm a success today 'cause my dad was a drunk who beat me. My mum was a prostitute who smoked weed every day." You know that same thing happened to those two guys. But on one side, one guy says, "This is my fuel." And the other guy says, "Oh man, this thing totally devastated me." And I love your story, man. Massive, massive props to your story because I come from a family, my dad was the son of an alcoholic and he had the dad who beat him. He says "Oh, I can't do this. I can't do that. It totally froze him." And with me, I use it as total motivation you know, my why. I think these interests are the whys, you're talking about your why's your little daughter. With whys I notice it's either people's parents that they want to save or it's their kids. Paul: Sure. Yeah. Stefan: And it's just either they want to help their parents who are screwed up or fix the parents or whatever, or they want to help their kids. And you know, how important do you think Paul to have a reason and a meaning outside of yourself to succeed? It can't be all about you. Paul: Oh, 1000%. I think if you don't have a reason outside, I think as human beings we're called to do something bigger than ourselves. And the reasons have to be more than ourselves. So I think innately, if you do not have a reason outside of your own personal gain, then it's going to be futile at the end because the drive stops. The why stops. So it's like when people are only motivated about money or cars or whatever, and they get that, then what happens after that? Right? If you have a purpose that's intangible and that can create a change for everybody else and the reason outside of yourself needs to be there. I mean it just has to. Stefan: I love that. We're going back to the Viktor Frankl Search for Meaning. You know, Man's Search for Meaning. What is the meaning of all this? And I think that one thing that's common across all of our shows, you're a very successful guy, especially in the space you're in. Is that the darker people get, the more they go into the darkness, the more they're in the light. And the worse it is and the deeper that pit of despair is, I call it the pit of despair. The deeper people go into that darkness, the higher they're able to climb after. And I think there's so many people at home that want to, they want to have it easy. They want to get a job, they don't want to go through any of the risk or the pain, they don't want to have their whys die, anything like that. But in some ways, Paul this is an interesting thing, like that event of losing your partner in some ways is that the best thing that ever happened to you? Paul: Yeah. I mean it's the worst and the best thing that happened to me. When I look back at it now, it's been about five years since she's passed away. But I look back at it now and even when we were struggling, right. And it was even before that, I mean we were homeless when my daughter was born and she was three months and we were sleeping out of our pathfinder and then a year later she got cancer. I mean we were going through a lot of crap, but I look back at it now and I think about it. If I didn't go through any of those struggles, it wouldn't have made me who I am today. Because I had to choose- Stefan: I'm going that. I'm gonging that bro. Paul: I had had to choose to be better. I had to choose. And I think seeing my wife pass away at an early age, that kind of pushed me too. 'Cause I think what happens is people don't realize how delicate their life is. Right. They can always wait until tomorrow. They can always wait till tomorrow. They can always wait till tomorrow. And you never know. You never know. Like my wife never knew she wasn't supposed to die when she was 36 so. Stefan: Right, right. Well that's super young men and like most women live till like 86 or something. So it's like 50 years too early. Paul: Yeah really early. Stefan: One word that you use and that I love those, the word choose. And the one thing that no one can ever take away from any of us, even if we're thrown in a Nazi death camp, is the choice to choose. Paul: Yes. Stefan: We can always choose the meaning of things. We can choose, what does this mean? This horrible thing. Is this going to be a wake up call? Is this going to be your fuel for the future? I had a big event in my life when I was younger and it was my parents' divorce. And it's interesting, my brother loved them to pieces. He uses it as a reason why he can't do stuff. You know, he says, I remember once he was yelling at my mom, he said, "Mom, if you guys didn't get divorced, I'd be in the NHL Right now." I'm like "Really?" I'm like "Dude, I don't know about that. You're a December baby. December babies don't make it in the NHL. You've got January, February, March, April go in." Paul: You've got a lot of Malcolm Gladwell. Stefan: Yeah man. I'm a Malcolm Gladwell reader. But it's so interesting 'cause I was with one of my girlfriends at the time and she said to me. I remember she came to one of my seminars and she said "All this stuff that you do and all this that you built, you do it for him." And I said, "Who?" She didn't know me that well and I didn't know her that well but she in two seconds as a woman with her intuition knew that the education company I've built is for my father 'cause my father never had that. And that was, yeah, there's such a deep meaning there and there's such a big why and it's so much fuel. 'Cause in life you got so much shit thrown at you all the time. They just, it's buckets and buckets of shit over and over again. And the people with a strong enough why can bear any how. What do you think about that famous quote? I think it's a Nietzsche quote. Paul: Yeah. No, I absolutely believe that. I absolutely believe that things that get you through the day. And the thing that gets you through life is why are you doing it? If you don't know why you're doing it, you're like a sailboat without a rudder. I mean, you're just kind of going endlessly through and through life, you know? And I think nowadays, I look at it nowadays with how instant everything is. Postmates, instant coffee instant, instant this, instant that. We're forgetting that the true gift of success is actually the journey that you go on. It's who you have to become, to become successful. That's what the gift is, not the actual achievement. It's who you have to become to achieve that. So like, yeah and to achieve that, you need to know your why and why you do it. I mean, so yeah, I absolutely believe in that quote. Stefan: Wow. Yeah. Now, I love what you're saying about the process and you know, this show's called Respect the Grind, right? You've got to respect that 10 years, respect the 10,000 hours. You can't cut the line. And we live in Instagram life, it's Instagram, Insta popcorn, Insta sex, Insta phone, Insta everything. Right? And I wrote about my book here Hard Times Create Strong Men. It's my fifth book I wrote. And it's interesting, right now there's like a porn and video game epidemic with young men. And I did the math. It's 10,000 hours to master let's say business or something, right? 10,000 hours. Well, you can master a video game in 500 hours. So where we give up our 10,000 hour endeavor, like maybe becoming an artist or a musician or an athlete or maybe starting a business. Stefan: Those are all like really worthy things. We go play World of Warcraft for 500 hours and we're at level 100 torrent shifting or something. What do you think about, does that translate into the workforce now with you recruiting young people? I mean, are there people out there who just don't get it and they're playing their world of Warcraft but they're not willing to put in the 10,000 hours? Paul: That's funny that you're saying that because I've visited Blizzard many times for one of our clients. Stefan: Dude, I want to work for Blizzard when I was younger, they didn't return my phone call though. Paul: Oh man. They give away like swords and shields when you hit your five and 10 year anniversary. Quite an organization but to your question about the younger generation, you know we do a lot of work with this particular segment because they're the incoming generation, they have to take over in the workforce. Right. You know what we are figuring out, it's not that they're not intelligent and it's not that they're not motivated or driven. They just want to get from A to B as fast as possible. And you and I both know it's like that's not going to work. You can't master anything. I don't know taking an online course or skipping out of school or whatever it is. You've got to learn the fundamentals and the basics. It's like building a house, right? If you're building a house and you decide that you don't really want to do and you think that the foundation, you just build it on the rock side it came on, it's got to fall down eventually. Paul: So we forget that I need to build that. But yeah, I mean I think because of how society is propagating this instantness that we're having, we're not putting in the fundamental work to make sure that not only our minds are strong, but our characters are strong, our will is strong, our drive is strong, everything is strong. So it is getting a little bit harder to recruit the younger folks just because they want things more instantaneous than before. And what they do is if they don't get it, they start moving to a different place of work or something else. I mean, I think the statistics were that the new grads, the last two years of college graduates, their average tenure at a company's eight months. So after eight months they're out. If they're truly a millennial, the average tenure at a company is 18 months. So we're seeing them just take off. So even if you get into a company, there's no level of mastery yet in that. Paul: And even if you're an entrepreneur, because it seems like everyone wants to be an entrepreneur now, but it takes a lot more than 18 months or eight months to really master a craft. You can't do that automatically. And if you do, you're probably going to lose it in the end. If you get lucky, you'll make a lot of money, but you lose it in the end because you don't have the fundamental to see it through different types of market. Stefan: Yeah. You know, those numbers are scary to me, man. I mean, I'm an employer and what happened to me last year, I came out of the jungle. I was fasting in the jungle for last year's 18 days, I'm going on a 40 day water fast actually. Yeah bro. So I came out of the jungle last year and I wrote this book, Hard Times Create Strong Men because I came out of the jungle and my young 21 year old, 22 year old millennial employees were saying like, "You're mean, I don't like you. You make me feel like a piece of shit." You know, they started complaining. And I was like "What's wrong with these guys? What's going on?" And you know it's interesting 'cause their tenure, those young millennial boy's wasn't very long. Probably right in that timeframe that you mentioned. And what happened was I went home and ... Well first I had to give these guys a talk. I gave two three hour talks one week in my office of how to be a man, which is like the most, that would never happen in the 50s. That would never happen in the 60s right? Stefan: The sixties you'd like smoking a cigar and a scotch and everyone just knew how to be a man. That was a normal thing. But I give this like six hour how to be a man talk and do your work. Being a man is about your work and that's what you do. We don't have a uterus, we don't have ovaries, we can't bear children. You're a dad by proxy, but you didn't have that thing come out of you, man. I mean you planted some seeds and walked away right? Paul: I didn't do it. I did the fun work. Stefan: You did the fun work yeah. It was like two minutes. So like- Paul: One and a half. You're being too generous to me. Stefan: One and a half minutes yeah. And I'm going to give that a gong. Bang. So these young boys, they're like, "Oh man, I want to be the leader of the company. I want this big salary. I want to make all this money." And what I found that was really interesting was these boys who were complaining like teenage girls never had fathers. And it was so interesting because you know, look at the stats 50% of the couples are divorced now, the marriages fall apart. And then I don't know what the status for dads sticking around, but dad's typically don't stick around 'cause either they don't want to stick around or the laws are so bad, the guy isn't around. And then you've got this entire generation of young men raised by young women and they don't know how to be a man and show up to work. Stefan: So I wrote this book Hard Times Create Strong Men and the cycles of history go hard times create strong men. Strong men create good times. Good times create weak men. Weak men create hard times. Paul: That's absolutely right. Right. Stefan: And we're in this like weak man time and it's so interesting, my sales manager Ian, he had a very strong relationship with his dad. And his dad has a farm, a goat farm out East and the we're in Canada up here. And he had a great relationship with his dad and because he had a great wish up with his dad, he has a great relationship with work. And it's so interesting cause the guy with the good dad, he's a great worker, he does great work. And then the guys with problems still at my office guess what? Have daddy issues. You ever notice this where there's like daddy issues on some of these men and then they creep in your workforce and now they're bouncing after eight months. You ever notice that? Paul: Yeah. I think there's a strong linkage between how someone grew up and what their family structure was to whether it work [inaudible 00:26:14]. When people say that there's a work life and then there's a home life there's no difference. You're going to blend your personality with both. So yeah. I see there's a strong linkage. And also there's a strong link to you what you just said about your book where like, you know, when we're looking at World War II where all these young kids were born in a battle, right? They're after depression. There was a lot of adversity. But then you look at our times now we've been going through a lot of prosperity, especially in the last 10 years. I think we're both old enough to understand. In 2007 2008 there was a crash. Nearly all of us were getting our house foreclosed on and everything. Paul: So you've got these kids that have been going through this prosperity. I mean, you can throw anything at the wall and make money nowadays. And they haven't seen that [inaudible 00:26:54] yet. And then I think it's problematic in our domestic workforce too, because like especially in the technology field, because if you think about it, we've had all this prosperity and it's been a little bit easy, but then you have these emerging countries, these emerging markets like India and China that were oppressed for a long time and they're like, "Screw this shit." You know, like I want to work. Right. They were what we were going through back in World War II and the depression and things like that. So now they're becoming the very, very strong capitalistic societies that were a little bit more weak. So, I don't know it just, you made a really good point about your book because I completely agree with you on that. Stefan: Yeah. Well, they're hungry. Right. And like immigrants in America are four times more likely to become millionaires than native born Americans. Paul: Mm-hmm (affirmative). I know that 'cause I'm an immigrant, so I get it. Stefan: Where were you from, man? Paul: I'm from the Philippines. Yeah, my dad- from Manila. Stefan: Okay. Awesome. Yeah, I'm up here in Winnipeg and we got, I think 16% of the population is from the Philippines. I would flip houses and I'd sell them to the new immigrants. So I'd give him the Canadian dream for like a 100 grand or 129 grand. These houses look like little mansions. Right? And I always have these customers from Manila and they'd see it and they go, "Oh man, I got to have that house." And we actually just got a Jollibee bro. Paul: Oh my God. That's awesome. Stefan: We got some spaghetti and like a chicken leg or like a mango pie. They're pineapple pie or mango pie at Jollibee? Paul: It's a mango pie. Stefan: Oh, a mango pie. I haven't been there, dude, I haven't been to Jollibee yet, but I heard they play the song, the Jollibee song and- Paul: Yeah, you got to go, man. Stefan: Man. I'm trying to look after my health here, man. Paul: You can do it once. Stefan: Yeah go try it once man. Do they have a hot dog spaghetti at Jollibee too? Paul: Yeah they do. So the Spaghetti they put a little bit of sugar in there to sweeten it up. Stefan: Oh, of course. Of course. My dad's from Sweden, so I have an immigrant dad, and I remember going to Sweden when I was 12 and we're sitting down at the table and like Sweden is like, it's one of those countries, I looked it up, I was like, what's a racial slur for a suite? They call the Spanish people spics and they call Italian people waps and I looked up the Swedish one there isn't one because they're tall and they're beautiful and they're smart. So nobody's the Swedish people. But I'm over in Sweden and it's such a developed place. And they had these like Woodfire pizzas back in the day and they had like nice little pastries, they're so civilized. Stefan: And then we sit down at the kitchen table at my aunts or great aunts, I don't even know who these family members are. We're sitting down at the kitchen table at their house and they're making spaghetti. And I'm like, "Oh damn, I love Spaghetti." You know, my mom makes a great spaghetti back in Canada. We sit down at the table and they give us these like white boiled noodles. So it's like plain ass noodles and then you know what they do. And Paul you're going to be horrified at this man. They put the ground beef like straight up on noodles. So you got just playing ground beef, not taco meat. It's just like plain like gray brown ground beef on these plain white noodles. 'Cause like in Sweden they're not into spices. It's like salt is the white band spice over there. Salt and bill pepper. Stefan: So they put the ground beef down on the noodles and then I was horrified. They pull on a ketchup bottle and you cover it and ketchup. I know Bro. Ketchup spaghettis, you haven't ground ketchup and it wasn't just white noodles. I went to house to house to house. I was like "How are you guys eating this ketchup spaghetti 'cause you know we got like Oregano, we got basil, we've got garlic, we got all these great things written in the Ketchup Spaghetti." But I digress. I digress Paul. Now, let me ask you this. A lot of young people listening to this show, 12 years old, 15 years old, 18 years old, different ages, younger people. Do you think in 2019, it's going to be 2019 in like a week. Do you think that it's still good to get a degree today? Or do you think that no degree is the way to go and just get some skills and figure it out? Paul: That's kind of a controversial topic, but I promote education. I think you should at least get your college degree. And the reason why you should do that is, and this is just what I truly believe is that college is an opportunity for you to, it's kind of like a playground, right? You're accomplishing something. A four year degree isn't easy. So it's the first step I'm trying to accomplish something before you do anything else from the studies. I got my degree in Kinesiology, which is exercise physiology. I obviously don't use that, but what I learned from college is I communicated with a lot of people. I had to collaborate with my other students. I had to do projects with the other students. I had to get them to buy into a lot of things. I was part of a fraternity, so I understood that organization. Paul: So it's much more of an experience than anything else. And that's what I grew out of. But I look back, I mean I even got my MBA, but a lot of the reasons why I did that was because of the networking progress and the ability to build relationships during that. So I was really active in college and that's why I think it meant something to me. The stats don't lie, I don't know the stats exactly off the bat, but college graduates tend to earn twice as much as high school graduates. People with masters have by 40% more earning potential then that someone with just a high school degree. Now we have to understand that, okay, well don't go to college and then start your own business. But the failure rate of business is 99%- Stefan: I was going to say 99 bro. 90 in the first five, 90 in the second five but 99 yeah, you're going to die man. Paul: Right. So it's like go ahead and not have any education and then you have nothing to really kind of I don't know fall back on I guess. And not to say that a degree is going to help you out because I'm in recruitment, so you have a degree and you don't have skills, it doesn't really matter. But what I've noticed that every time I do interview someone, someone that has been active in college and has gotten through college, they will most all the time be better communicators and be better at being able to grip through their job. So I mean, that's my opinion for whatever it's worth, I still believe in it. I come from a very highly educated family. My Dad's a physician, so I don't know, look at the statistics. Most of the billionaires have a college degree, so I wouldn't dash it I guess. Stefan: Yeah. There's a lot of BAs actually in the billionaire club, bachelor of arts, which is interesting. I got a degree in English. So I went to school, I went to music school 'cause I want to be a rock star. So my mom says, "Oh if you want to be a rock star, get a music degree." Right? So I go and I'm studying jazz of all things, which jazz, it's funny it's all over here up in Canada, 2005 so like I don't know what is this. Like 50 years after jazz is relevant. They opened this new music called Jazz [crosstalk 00:33:23] behind. So I went and got a ... I was working in the jazz faculty there and I was a professional musician and then I realized I don't want to be a jazz musician 'cause it's a very hard and horrible life. Stefan: And then I dropped out of that and I went to the business school and I dropped out of that. Then I went into computer science, I dropped out. I was very good at computer science. I wanted to work for Blizzard bro. That was actually ... And then I ended up dropping out of computer science and I went to the registrar and I said, "Hey, can you recommend a way for me to get out of here without dropping out that won't piss my parents off." And she said, "Yeah, take two poetry class, you're going to have an English degree." So now I have an English degree with a minor in music. And I remember 2008 that was when I graduated, it was May 2008 and I went to go get a job. And the only thing I could get with an English, was a call center job in the middle of the night selling luxury hotel rooms to rich people, and you actually needed a degree. Stefan: And it was, we were making minimum wage, it was just like hardcore minimum wage. And I remember having like a post grad depression about that cause I was like, "Man, I spent my whole life, I spent 12 years plus kindergarten or whatever, plus four years of university and that degree got me here to a call center job. I could have just painted houses." But here's the bittersweet flip side of it is I'm a resourceful person. So I've written five books now, I'm 32 I've written five books. I'm sure the English degree helped with that a bit. Paul: Probably. Stefan: And then Mark Cuban, the billionaire in Texas, he says that today in today's world, an English degree is suddenly one of the most powerful degrees to have because we live in the world of content. People need more and more content. All content comes from writing. And so it's interesting, I used to totally bash on my degree. I used to totally beat on it. I still beat on it, but I kind of have to shut up about it now because I've published five books. By the end of this year I'll be up to eight books. I'm an avid blogger. On the flip side though, I wrote my first book when I was 12 before I went to school. So it's an interesting thing. I think it's a catch 22. I throw out resumes with degrees in my office. When they come in, I got a stack a degrees and it's actually kind of sad. Stefan: I get guys with PhDs, they go in the garbage. I get guys with MBAs or master's. It's pretty sad man. 'Cause a lot them are applying for entry level sales jobs. Now let me ask you this, Paul. I mean degree in school versus learning to sell. What do you think is more valuable? Someone who knows how to sell and make money on commission or somebody who has some sort of degree. We don't even know what it is. Mystery box. It could just be a mystery degree. What would you say is more valuable? Paul: Selling. Hands down. If you know how to sell, you'll beat out a degree. Stefan: So, okay. I love that answer man. I mean that's powerful stuff and I think being good at sales, it's funny like the Mormons in Utah, they all go on missions and they sell bibles door to door. So they have all these fantastic call centers up in Utah for these educated smart, street smart salespeople who speak two languages or more. With learning to sell, what are some of the best places that people can go to learn to sell? 'Cause there really isn't a degree in that there isn't a school. Nobody teaches it. Where do you think people should go and learn to sell? Paul: You know what? I'm kind of lost for like where people would want to sell. I mean, like when I'm talking to my sales guys I think the most important thing before any sales techniques is again, going back to the ability to build relationships. I don't think anyone likes to be sold to, but I think in order to be an effective salesperson, you have to be in a relationship with somebody and understand what their problems are, what their needs are, right? You can't just push it on them not knowing that there is a need. Right. I think the ability to be able to problem solve is one of the highest, well, one of the most critical abilities that there is. And the only way to do that is to be able to get into relationships. Paul: So, I mean, as far as sales techniques, I mean I don't know I guess I'm kind of lost as far as I think the best thing that you could possibly do in any kind of sales is really understand what the problem is. Or who you're dealing with and get into a relationship with them and make sure that once you do it, you can understand what their problems are and then you can fix it. Stefan: Right. Right, yeah. I love what you're saying man. I got a book I wrote here about sales called The Close: 7 Level Selling. On the back I put stop selling, start serving. That's just the main thing you said nobody wants to be sold these days. But it's funny 'cause everybody wants to buy. Paul: Yeah everybody wants to buy. Stefan: And they want to buy but they don't want to buy in some salesy way where they feel like you're manipulating them. They want to buy on their own terms. So how do you make it so that they choose you? So they decide and they want you. Coming back to dating. It's interesting like the man might choose the woman he wants to date, but he has to make the woman choose him. Paul: Yeah, I mean it's the same thing I think we're talking about. If we understand what the wires. So like let's take for instance our clients. If we get into a relationship and understand okay where their inefficiencies are, what's happening, what their troubles are with their current staff, what we can do. Once we understand what's keeping them up at night and what's keeping them desperate and what's keeping them in pain, people want to alleviate pain. So the minute you understand what their pain is and then you bring up a solution, you're not selling, they're going to be buying all day long. Stefan: Bum. You know, I heard a great quote weeks ago, I was down in San Diego at a conference and one of the speakers said "All human beings, all purchases are either avoiding or alleviating pain or elevating status." Paul: Yeah, true. I would bet it's more about pain. I think people are motivated by the carrot or the stick, but I think most people are motivated by pain. They don't want it. Why do we follow rules? Well, I don't want to get in trouble, right? Sometimes people don't understand the pain. So you have to be like, "Hey, you know what? As an expert, here's what's going to happen if you don't do that." So you've got to sometimes the pain understanding that you got to do good for them. You can't just create pain and just sell them crap. You've got to make sure that whatever you are doing is going to improve their situation. And I think that's how you have long lifelines. I'm sure you see that all day long in the real estate industry. Stefan: Yeah. Well one thing I say to my, and my sales guys, I say, "Look, do what's right for the customer.: And that gets in the ethics. I think ethics is the base, then it goes the product, then it goes sales, marketing, brand. And if you do what's right for the customer, whatever that is. If you go to chick fil a and you forget your credit card, the guy comes running out to get your credit card and hands you your food. If you do what's right for the customer, if you take care of the customer, you're always going to have food to eat. Right? Paul: Absolutely. I think in dealing with business integrity is the most. I mean that's the one thing that you cannot succeed without. You cannot succeed without integrity. Stefan: Yeah, absolutely. Well, Paul, I've got some questions I'd like to ask everybody. Here's one that I love just floating by you. Now, you see all sorts of people, man, you're in the hardcore people business. You got employees, you're recruiting, you're matching with customers. You're just like, your business is nothing but people. What do you think is the biggest cause of failure in people? Paul: They lose reasons on why they're doing it. It's always going back to the why, the problems, the challenges, the obstacles, whatever they have become bigger than the reasons why they're doing it. And once you start doing that, and a lot of it is perspective, if you start looking at, okay, I didn't get this promotion, I didn't to get this client, I didn't get this. And they start looking at all those challenges and obstacles and setbacks, that starts to vary your why. And I think that's one of the biggest reasons of failure. If you don't hold onto the reasons why you're doing things, you're going to fail nine times out of 10. So you've got to want to embrace that. But if you can't hold onto the reason why the heck you're doing something like a fitness goal, right? Paul: Like, okay, I want to lose 20 pounds. I lost 92 pounds. I was really heavy at one time and I wanted to do that because I wanted to be there for my daughter, right? And it got hard. I didn't want to wake up in the middle of the morning. I mean, it's not, the first thing that I want to do is wake up and be like, "Whoa, holy crap, I'm going to run like five miles." It's like I want to go to bed, but why am I doing that? Why am I doing this? And the reason why we fail is because we forget why we're doing things. Why was it important to begin with? So that's what I feel the biggest reason of failure is. Stefan: So it's really coming back to meaning, you know, when working out to be alive for your daughter or being healthy for your daughter's there, that's way bigger than you want to look sexy at the club and that mesh shirt you bought, right? Paul: Yeah. I mean that can be motivating to people too- Stefan: Oh yeah. Right. There's, there's some sex there, right? Paul: Yeah. There's always a why. If you don't know your why, then you're never going to be able to hold on to anything. You'll feel at everything if you don't know why you're doing it. Stefan: Right. I love that, man. I think we've had a really deep conversation here about the meaning and the why and it just translates everything. Now, Paul, if you go back in time, to let's say 15 year old Paul. And you would give yourself a piece of advice time machine here, what would you say to a 15 year old Paul? Paul: Do you. Don't think about anybody else and their opinions. Whatever's you feel is going to make you succeed, you do it. That would be my advice. Stefan: Yeah. Well everybody else is taken. You might as well do you, right. Paul: Exactly. Stefan: Awesome. Top three books that changed your life. Paul: Principles by Ray Dalio. Stefan: Damn. I'm giving that a gong. Great book. Paul: Awesome book. The Bible is one I mean just from a learning aspect and then Failing Forward by John C. Maxwell. Stefan: Those are three tasty books. Let me ask you this, the Bible and organized religions have lost a lot of ground in the last 70, 80 years in the United States, why do you think the Bible is so important? Personally, I think it's like I was born into a church and then I went to university, became an atheist communist as they manufacturer over there. And then now I'm back hardcore with the book of 5,000 years of human civilization and all the things that worked and didn't. But why do you think the Bible is so important? Paul: I think because there's a lot of great fundamentals in there. I think success books have, I mean they've originated somewhere, right? Napoleon Hill's Think and Grow Rich is to think is great right? But then if you look back at Proverbs, it says "As a man thinketh so he is. So if it's like if you kind of go back to it, I'm not saying that I'm religious or anything, but I just actually like the content of the book. The story of Job where he was really depressed and he went through this whole entire depression and then what he did to come out of that. I mean those are all very applicable things for me in my life now. I'm not a big organized religion guy, but I mean if the Bible is the most read book in the entire world, there must be something coming out of it. So I wanted to try and get my bits and pieces out of it and I've just noticed after reading it, it's very similar to a lot of the new things that we talk about. So that's why I'm like it. Stefan: Yeah, well it's so interesting. It's incredible. I did a bit of a study on it and my book Hard Times and what it is is it's the base values of our civilization. Our laws come from those value. Our entire framework comes from there. So whether you're religious or not, it's super important. And you know what else I think is really cool about the Bible. I was lecturing my secretary the other day about how to live her life as old men like me do. And I said, "Look, the Bible, you got to study it because they've already tried everything. They tried it all for 5,000 years. 'Cause there's the Old Testament, there's the New Testament. They tried it. They tried all the bullshit we're doing now. If you look at Sodom and Gomorrah, the Tower of Babel, they already did this shit. They already did it, and they move on exactly how it happened or how things went down and they wrote down all the problems. So you know in advance, if you just read that thing, you can see the future because it's 5,000 years. Stefan: And I think it's so interesting how every 70 or 80 years, we always think we're smarter than the past. You know, oh, let's try out communism this time, or let's try out something that clearly does. Try socialism out I know. Yeah. Let's try out socialism. And when you read back on that text, whether it's history or not history, it's amazing because all the answers are in there. Paul: It is. Stefan: And the Bible means the book. It's the original book so. Paul: It is, I mean, I think if we don't learn from history, we're destined to repeat it right? That's the quote, right? Stefan: Right. Yeah it's money. All right, awesome. Well next question here, Paul. Talking about the young people again. This is one of my favorite questions I ask this absolutely everybody. 100% of the people on this show get this question. Come back to the young people, the millennials. What do think is the number one thing that the young people today need to succeed in this world? Paul: We just talked about him. Grit. I mean you just need to, I mean there's always going to be challenges. You need to be able to have heart and critic and desire and quite frankly you need balls man. This world is tough. So regardless if you want them to be successful, you've got to have balls. Stefan: Big massive bowling ball balls. Paul: I mean, yeah, absolutely. If you want to be anything you got to have balls 'cause the opposition to be successful is so, so stiff. I mean you just have to have the biggest pair of balls ever so. Stefan: I'm giving you a gong for that one, boom. Yeah, some big balls, big ovaries, whatever you're running with there. Awesome. Paul, how can people get in touch with you man, if they want to know more about you? Paul: Sure. I have a personal website, paulmichaeldavid.com and my Instagram handle is Paul Michael David. Those are the two best ways you can reach out to me. Our company website is identifiedtalent.com. Stefan: Awesome. Really appreciate having you in the show Paul. Respect the Grind, man. Yeah, we'll have to have you on again. I thought we had a really great chat today and I really appreciate you and your story, man. Bless you. Paul: Yeah, bless you too, man. Happy holidays brother. Stefan: You too. Bye, bye.  

Track Changes
Less Machine Learning, More Human Learning: A Conversation with Charles Broskoski

Track Changes

Play Episode Listen Later Jun 4, 2018 26:16


Are you sick of productivity apps and social platforms that hijack your time? What happens when a platform encourages creativity rather than distracting us? How can you raise capital from users rather than ads? by Chris Sherron Less machine learning, less algorithms, less likes: This week Paul Ford and Rich Ziade meet with Charles Broskoski, founder of Are.na, to discuss how his platform moves away from the like-based models of Facebook, Twitter, and Instagram. We talk about how pattern recognition drives our creativity, discuss the difficulty of building a community that people are willing to pay for, and complain about Pinterest. Rich also discovers what an Art Prof is! [Soundcloud] ►iTunes/►SoundCloud/►Overcast/►Stitcher/►MP3 /►RSS 2:35 — Charles: “The main thing that you’re doing [with Are.na] is making collections of resources… You can throw anything in there and the point is that you’re thinking of things you’re consuming over a long period of time. It’s about doing this research and thinking about it as you’re doing things.” 4:15 — Paul: “It’s the overall platform of Pinterest that’s okay, and the membership is very very excited, but it just breaks the web. You hit Google images and you go into Pinterest.” 4:40 — Paul: “Compared to Pinterest, Are.na users tend to have intent when they link things together. Pinterest, on the other hand, is watching people and making these connections for them.” 9:30 — Charles: “I think what was appealing about Del.icio.us is that it didn’t orbit around likes and hearts and whatnot. The thinking was that you use it for your own selfish needs and the sort of by-product of that was something really great for everybody else.” 9:45 — Rich: “There was more of a culture around thinking and deep thought, about being more inquisitive and curious and less about performing a personality online.” 11:00 — Rich: “This is success now on the Internet. Build the tool that lets you ‘heart’ pictures and sounds… It’s born out of Twitter and Facebook and the like.” 17:40 — Paul: “So you’ve got this very abstract set of things. This has actually been one of the challenges of hypertext and the web in general, it’s that most websites end up looking like something that was there before. Newspaper websites look like newspapers. Youtube is about video of a certain aspect ratio that looks like TV… The thing that you’re doing here, the thing that you’re describing — which I think both Rich and I have found really hard to get across to people — is that here are abstract nodes that connect to other abstract nodes about concepts and they can be remixed. I’ve seen a lot of experiments along this line and I think that this one is really interesting in that forty thousand people doing abstract hypertext stuff is really a lot.” 23:00 — Charles: “We’re doing an equity crowdfunding campaign right now, and that was a sort of scary proposition… The scary part with a community like ours is that they’re very critical, they know what’s going on, and they’re very sensitive to changes — but it’s going a lot better than we ever expected.” 23:45 — Paul: “The mental model of what success is has to be changed to accommodate the spaces like this that people really want and will pay for and will be a good business.” 24:10 — Charles: “I’m also very optimistic that people are getting smarter — and I know this is a minority opinion — but people’s ability to pattern recognize different things that are happening in the world, that ability gets strengthened over time and there’s nowhere to put that.” 24:50 — Charles: “We just might as well not do it if we’re gonna do ads. It sets up a weird dynamic because your customer is not the user, your customer is the advertiser. Your motivation then is to serve the advertiser and not the user. We’re just trying to make a good enough product that people will pay for it. The type of people we’re after are knowledge workers, people who are working in creative professions. This is the tool that helps your thinking on an every-day basis.” 26:50 — Charles: “[What stops people from standing up Are.na] is that it’s really hard to build a community. The community building is a fuzzy activity — it’s inviting people, it’s talking to people. It’s not the same kind of productivity that you’re doing when you’re writing code.” A full transcript of this episode is available. LINKS Are.na Yahoo.icio.us? — Yahoo Acquires Del.icio.us Basecamp Project Management This Is What A Designer-Led Social Network Looks Like Pinterest Should Die Are.na Crowdfunding — Republic Track Changes is the weekly technology and culture podcast from Postlight, hosted by Paul Ford and Rich Ziade. Production, show notes and transcripts by EDITAUDIO. Podcast logo and design by Will Denton of Postlight

Track Changes
The Glut of the Platform Economy

Track Changes

Play Episode Listen Later May 28, 2018 32:49


How many cake decorating videos does it take to disrupt the platform economy? Would forcing constraint on platforms generate better content? How do we reconcile unlimited access to an infinite library when we’re being pummeled by bad content? Endless scrolling is the opium of the people: This week Paul Ford and Rich Ziade discuss how platforms like Spotify, Netflix, and Youtube have turned into an inescapable hellscape of unfocused content. We talk about being disappointed with the infinite media libraries of our dreams, and the potential for platforms to redeem themselves by constraining content, while looking at how smaller creators are already doing that. Paul also reveals his utopian dream of a centralized platform of curated cake-making content.   4:45 — Rich: “I go to the track, and I go View Album, because I’m wondering if I’ve stumbled on an artist that I want to really dive into… then I go to the album, and I want to like it so I’ll give the album a full listen. There’s so much shit. I get through the first [few] tracks of the album and then the waves break the glass in my house and flood, taking the table and me and the chair, and I go to the next thing.” 5:45 — Paul: “You know what I’ve noticed is the truly talented young artists just produce EP after EP, for years, and then they’re like ‘oh, I’m gonna do this album now.’ They don’t jump to the album. It’s a high risk game. 80% of it is gonna be trash unless you know what you’re doing.” 8:30 — Paul: “With the pure algorithmically defined entertainment that Netflix specializes in, there’s this thing called Dinotrux. It’s dinosaurs that are trucks because they know that little boys like trucks and dinosaurs — little girls too! Have you seen Dinotrux? It’s so bad.” 10:00 — Paul: “It must have been very exciting though at first where it’s like, ‘I’m doing a new thing, a Netflix standup special,’ and then a month goes by and it’s just not as cool for the comedians. Now you’re like, ‘I’m doing a Netflix special!’ and your housekeeper says, ‘so am I!” 12:30 — Paul: “We have a developer/designer here named Darrell and he made a playlist expiration tool. It’s called Dubolt. It’s quite good, you seed it with a few tracks and parameters and you get a very good playlist back.” 13:30 — Paul: “So we’re hitting a point in the glut where we’re realizing that emotionally and intellectually it’s not that satisfying to keep waiting and searching. You saw this when cable TV suddenly had five thousand stations and nobody could figure out what to watch.” 14:00 — Paul: “There’s always the great simplifying agent, which in our industry is often Apple, [saying], ‘you don’t want all those choices.’ Now the problem that Apple has — which is the problem everybody who creates a successful minimalist approach has — is that everybody starts adding stuff to it.” 15:00 — Paul: “We’re in the glut. There’s very little quality in a glut. There’s no sense of quality. Literally, it’s just this tsunami of content coming in and we’re all just like, ‘wow, that’s a lot of content!’ You thought it was what you wanted.” 15:25 — Paul: “We measure creativity by how people respond to constraints.” 16:50 — Rich: “When I see a Netflix Original Series, I just assume — and I could be surprised — I assume it’s bad.” 16:55 — Paul: “Compare Netflix and Youtube for a minute. What do both of them solve? They solve distribution. Suddenly they were like, ‘oh my god, we can put moving pictures in a rectangle on a screen and we can get it out to millions and millions of people.” 17:20 — Rich: “There’s a phenomenal quote by the Chief Content Officer of Netflix. They said, ‘what’s your strategy?’ and he said, ‘we have to become HBO faster than HBO can become us.’” 19:10 — Paul: “Here’s a thing I think a lot about: Cakes. Cake making is a whole scene on Youtube. There’s probably 30 million people… who watch and subscribe to cake content where people smear things with fondant. Very charming people. They sell spatulas. That’s how they monetize. I sort of look at Netflix as being very well set up to capitalize on these nascent expanding scenes in a way that Youtube can’t. You’ve got thirty, forty, fifty cake-making personalities but Youtube doesn’t really bring them together.” 20:50 — Paul: “It’s a promise that everyone is roughly equal on the platform, which is weird because you walk down the street and there’s a giant picture of a Youtube celebrity painted on the side of a wall in Manhattan.” 22:00 — Paul: “Netflix is weird because it’s all about subjects and I almost think it should be more focused around verticals. Like channels, or something on Netflix where you can go over and participate as opposed to these ‘movies for people who like cats and have no hair!’ I think Netflix is totally primed to do that.” 24:10 — Paul: “The whole system is set up where the platforms make it challenging to create real utility. The ways that you focus by making products that allow them to access the media and give them new powers and understanding — the platforms are not set up for that. They’re set up for continual delivery of a single experience which is usually a rectangle of video. They’re focused around the media, not the actual usage of the media to do things.” 24:50 — Paul: “Youtube is just a big open hole that anybody can throw their trash into, and sometimes people are like, ‘that’s not trash! That’s good!’” 26:00 — Rich: “For the consumer, I’m worried about them. The motivation on the creator side is to just pour more and more on my head. For the consumer, that’s led to a terrible state. Everything’s garbage. Most things are lousy.” 26:25 — Paul: “Even when you have a lot of money and you do everything right, the odds are that it’s gonna be pretty bad.” 28:35 — Rich: “You know what the most popular piece of advice is now? [Companies are] telling the person: Leave your phone outside the bedroom. Take a book with you. Pause and think! Think deeper!” 29:10 — Paul: “It’s always been crappy bestsellers and big stupid movies with car chases. That’s been the baseline for a long time. It’s not surprising that in an era of digital glut we just end up with more. Not better, but more… Do you try to build the new platforms where there are more constraints and more creative work? That’s a way to address this but you are climbing a very high mountain.” 32:20 — Paul: “Constraints matter, but platform economics take over. You have to choose how to live in this world, because it’s being done to you.” A full transcript of this episode is available. LINKS Dubolt by Darrell Hanley Is Netflix the Next HBO? Platform Economy Longform Rheo.tv Longreads And for His Next Act, Ev Williams Will Fix the Internet Track Changes is the weekly technology and culture podcast from Postlight, hosted by Paul Ford and Rich Ziade. Production, show notes and transcripts by EDITAUDIO. Podcast logo and design by Will Denton of Postlight.

Track Changes
Making Sense of Capitalism and Ethics: A Conversation with Christian Madsbjerg

Track Changes

Play Episode Listen Later May 21, 2018 28:45


  Paul and Gina meet up with Christian Madsbjerg to discuss the ideas behind his new book, “Sensemaking: The Power of Humanities in the Age of the Algorithm” What happens when you take a philosopher out of their element and plunk them into management? How can the business and tech worlds benefit from the humanities? Are we putting too much trust into algorithms and the promise of artificial intelligence? Courtesy of ReD Associates Just because Google does it, doesn’t mean we should do it too: This week Paul Ford and Gina Trapani meet with Christian Madsbjerg, author of Sensemaking: The Power of Humanities in the Age of the Algorithm. Christian ruminates on the limits of the algorithm, bringing human insight into tech and business where artificial intelligence falls short, and the impact of Elon Musk (ed. note: unfortunaltey this interview was recorded before the Met Gala) 4:00 — Christian: “Philosophers are for critique and against suggesting anything. But if you want to make something, you’ve got to suggest something.” 4:55 — Christian: “[Philosophers] see there’s still a way to have integrity in what you’re doing, and still deal with the kinds of things and the way they want to deal with them but in a different world.” 7:15 — Christian: “I suppose philosophy is just making manifestos — what’s sort of underneath us all the time, and that we didn’t think about. What’s happening, at least in the technology space right now, it’s this big reckoning. There’s this big sort of realization that there’s more to this than we thought there was. That’s what a philosopher would do, they would ask, ‘based on what do you say that? What are the underlying assumptions?’” 8:15 — Paul: “A vast number of our conversations… are ultimately about ethics. It’s a constant refrain through the organization. It’s daily and it’s top-to-bottom. Everything we do — maybe also because we deal with so many abstractions and so many requirements from the client — it’s more about preventing unethical situations.” 10:40 — Christian: “It’s often a group of people that aren’t like you and trying to understand what their life is like. ‘What is it like to be them?’ is the basic idea. You can enter their world and you can enter it in a way that can inform that world with whatever you’re making. 13:45 — Christian: “There are things we humans can do that we don’t understand yet. The fact that the machine can beat us in chess doesn’t mean that it can beat us in every other aspect of life, including understanding each other.” 16:20 — Paul: “No one is going to buy a car that sacrifices your life to save another life… We’re about to hit a wall. This is where capitalism and ethics are about to have a very exciting moment around self driving cars.” 16:45 — Christian: “Another way to think about driverless cars is [asking] are they really so attractive? Some people enjoy driving cars […]and that’s worth something as well. Another way of seeing it is that you can look at the people that get slaughtered in traffic every day, but does that really mean that all cars have to be driverless? Isn’t it a magical thing if you think about all the people that step into a car every day and they somehow find their way through these streets and they don’t crash?” 20:50 — Christian: “I wish [Elon Musk] would represent a more interesting dream for eighteen-year-olds than going to Mars.” 21:05 — Christian: “The first process is that in any public institution or any company there is a language that is often native to that place… The first thing is to translate that business language, or the language of the institution, into a human language. So how would human beings think about this? What would be the human phenomenon at the heart of this?” 24:15 — Paul: “So sensemaking as a practice is observing and understanding an organization well enough that you now have a foundation for organizational change, for defining what needs to happen now.” 25:55 — Christian: “The humanities are the place where you can try to exercise the muscle of [understanding] others in the most advanced way… The world of literature and art is a place where you can see human worlds in a way that’s advanced and interesting and often beautiful. So, often, the people that are good at [sensemaking] have a level of sensitivity to it.” A full transcript of this episode is available. LINKS Sensemaking: The Power of the Humanities in the Age of the Algorithm by Christian Madsbjerg ReD Associates The Moment of Clarity: Using the Human Sciences to Solve Your Toughest Business Problems by Christian Madsbjerg Elon Musk wants to colonize Mars with SpaceX Track Changes is the weekly technology and culture podcast from Postlight, hosted by Paul Ford and Rich Ziade. Production, show notes and transcripts by EDITAUDIO. Podcast logo and design by Will Denton of Postlight. 

Track Changes
Understanding Deception: Rex Sorgatz on Misinformation

Track Changes

Play Episode Listen Later May 7, 2018 30:30


How can true information be used to rile communities? What is the difference between misinformation, disinformation and malinformation? How is deception tracked and quantified? Is the next generation more media literate? Häagen-Dazs is from the Bronx; Umami is from LA: This week, Paul Ford sits down with Encyclopedia of Misinformation author Rex Sorgatz. We discuss his new book, the ways marketers, newsrooms, and scientists use deception to their advantage, and the diffusion of misinformation. We talk about our role as consumers and how we’re changing the media literacy movement to revolve around systems of thought, rather than presenting everything as opposition. Rex also shares a list of supermyths (Spoiler: Colombus knew the Earth was round before he set sail). 1:40 — Rex: “Misinformation is data that is incorrect, effectively. Disinformation is intentionally spreading that information… Malinformation, which is relatively new, is not actually incorrect information, it’s information that is correct but spread with the intent of abuse.” 6:30 — Rex: “[Conspiracy theories] moved out of pop culture and onto the internet. I think back then, it was a playful thing, but now in the age of Infowars, I don’t know what to call it anymore. It’s a completely different thing.” 11:00 — Rex: “I grew up in a small town before the internet and I still remember having access to information that didn’t seem right.” 15:34 — Paul: “So this is a practical guide to the nightmare mediascape in which we find ourself.” 16:40 — Rex: “I tell people it’s barely a book. My publisher said to stop saying that…” 25:30 — Rex: “Instead we should try to think about how other people are coming to the conclusions that they’re coming to — it’s not a matter of what, it’s a matter of how. I think there’s a lesson in there about media literacy for kids, that we work toward letting them understand systems of thought, not presenting everything as opposition.” 26:20 — Paul: “We consume so much media, so much, all day… People are willing to lightly hold and connect to all kinds of ideas as they suck media down their media holes in their brains. Part of the literacy is giving people the credit as discerning consumers who accept and reject the things that they’re hearing.” 28:30 — Rex: “Learning is systems more than it is facts.” A full transcript of this episode is available. LINKS Encyclopedia of Misinformation The Internet Really Has Changed Everything. Here’s The Proof. Track Changes Episode 20: Rex Sorgatz — “The Other Side of Fate” Fate Magazine Anti-Vaxers  The Flat Earth Society What are supermyths? Track Changes is the weekly technology and culture podcast from Postlight, hosted by Paul Ford and Rich Ziade. Production, show notes and transcripts by EDITAUDIO. Podcast logo and design by Will Denton of Postlight.

Track Changes
Decentralized Journalism : A Conversation with Maria Bustillos

Track Changes

Play Episode Listen Later Mar 26, 2018 29:06


Is the blockchain more than bitcoin? Can the publishing space be taken out of the hands of banks and billionaires? Can local journalists band together to make the change? This week, Paul and Rich sit down with Maria Bustillos to discuss the future of the news on her new blockchain-powered publication, Popula. Blockchain Fever: This week Paul Ford and Rich Ziade sit down with Maria Bustillos to talk to about Popula— a blockchain based publication on news and culture. We chat about what it means to publish journalism on Civil: Self-Sustaining Journalism, honouring archives, the power behind direct and transparent news, and how Popula is working to address the problems that centralized banks have caused the world. Rich and Paul also try to write a song, titled Blockchain Fever!    5:05 — Paul: “The internet exists because people took a piece of technology and an idea into their heart, and couldn’t leave it alone until it manifested…and I can see that happening with bitcoin.” 5:34 — Maria: “Blockchain technology isn’t the answer, but it’s the paper that you can write the answer on.” 7:55 — Maria: “Journalism has a lot of problems: in its funding model, in its deteriorating archives, in the vulnerability to billionaires who don’t like what we write. …And all these things can be addressed using blockchain technology.” 9:37 —  Maria: “Whenever we publish anything on Popula, a text version of it will be published to the Ethereum blockchain, and it cannot be altered. Ever.” 12:00 —  Maria: “It protects again Peter Thiel, it protects against linkrot, it protects against the degradation of search engines.”  16:00 —  Paul: “So local journalists are banding together and they are going to publish using these blockchain technologies on Civil. So does this get rid of the quixotic billionaire who funds the news?” 24:54 — Maria: “We know it’s anti-bank, it’s anti-central bank, that it’s anti the dilution of currency. These are significant problems. They’re serious problems. There’s nothing bullshit about this. It’s not about instantaneous wealth, it’s not specifically anti-government either. It’s about addressing the problems that centralized banks have caused the world.” 25:28 — Rich: “So this is a statement. Can you build economies and startups on a statement?” A full transcript of this episode is available. LINKS Maria Bustillos on Twitter Popula Civil Peter Thiel bidding on Gawker Wayback Machine Microfiche Ethereum Vitalik Buterin Satoshi Nakamoto The Winkelvoss Twins Track Changes is the weekly technology and culture podcast from Postlight, hosted by Paul Ford and Rich Ziade. Production, show notes and transcripts by EDITAUDIO. Podcast logo and design by Will Denton of Postlight.    

rich production civil ethereum peter thiel decentralized popula paul ford paul so maria bustillos editaudio postlight maria it rich ziade
Going Linux
Going Linux #257 · Listener Feedback

Going Linux

Play Episode Listen Later Oct 5, 2014


Going Linux #257 · Listener Feedback We've received a lot of email from our listeners around the latest trend in Linux: Security concerns! We discuss the Bash bug, pasting commands into a terminal, and how malicious shell scripts can cause damage. We also discuss speech synthesis and speech recognition, photo management and more. Episode 257 Time Stamps 00:00 Going Linux #257 · Listener Feedback 00:15 Introduction 01:02 Still running Sabayon 01:14 Paul: Shellshock 04:15 How to test 04:57 Are you vulnerable? 06:51 Free OSs beat Google and Apple to a patch 07:30 How will this affect you? 08:23 The real risk is you! 10:00 The bigger problem 11:19 Will virus protection help? 11:41 How does a shell script cause damage? 14:30 Paul: Pasting commands from forums 19:16 Rainy: Problem with AntennaPod 22:05 Angelo: More of screen readers 26:06 Michael: Speech synthesis and recognition 29:44 Shoji: Photo programs 32:48 Paul: So much to do after installing! 36:09 Paul: Linux firewalls 40:05 Stay secure -- stay updated. 40:59 goinglinux.com, goinglinux@gmail.com, +1-904-468-7889, @goinglinux, feedback, listen, subscribe 41:57 End

ELLLO Podcast
Episode 24: Sun vs Snow

ELLLO Podcast

Play Episode Listen Later Jul 9, 2014 5:34


This week Paul from England and Aimee from Scotland discuss where they would like to live. Go to elllo.org for the full lessons with audio, video, vocabulary, and more.  See transcript of interview below: Paul: So, we were talking about climates, Amy. Uhm, you know are there any sort of climates that you’d like to live in? Aimee: I would like to live in Iceland or Scandinavia. Paul: Interesting. Why would you like to live in that sort of climate? Aimee: Uhm, The snow is just so beautiful and my image of those countries is that their infrastructure is sufficient enough to keep you warm when you’re inside. You know? But I’d say it's just so beautiful. The snow is amazing, It quietens everything. I think it’s glorious. I just really like it. I used to ski when I was younger. So I always ... I like skiing and I like the hills, and yeah, and the snow on hills is just beautiful for me. How about you? Paul: Well I, I love snow too, but I don’t like it when it gets so slushy and sloppy you know, and your feet are freezing. You know I think like, the ideal of snow is really appealing. I’m not sure about, you know, living in it. I prefer, I don’t know maybe the climate of like Southern Italy, kind of Mediterranean, climate I think that would be really quite pleasant. You know? Not too hot, by the sea, although yeah, in the summer, it does gets hot. But I don’t think it’s the humidity. Aimee: Right, I was just thinking about that. What kind of heat is it? Is it a dry heat? Paul: I think it is a drier heat. Yeah, yeah, whereas the heat we obviously we get here is unbearable at times, right? Aimee: Yeah, it’s really bad. Yeah. Paul: So, uhm…. Aimee: What’s the highest temperature? What’s the range of temperature in Southern Italy , what kind of climate, do you know? Paul: Not sure, I guess maybe at this time of year it starts getting up towards 20 degrees C.  Aimee: That’s nice. Paul: And then I think it does you know places like Sicily, I think it does get pretty hot, probably like high 30s? Yeah, yeah, so and I think the winters are probably quite mild, unless you’re from the North of Italy of course, near the mountains.  Aimee: Yeah. Paul: Down in the south it remains kind of pretty mild, you know? Aimee: Aha, if it’s in the Med ... It's my images of that. I’ve never been to Italy so I don’t know. I’ve been to the South of France and it got really hot. That was a nice temperature. It was dry, and yeah the nighttime wasn’t too hot either, it was really nice during the day. That was a nice climate, I think.   Thanks for listening.