POPULARITY
Categories
[From June 10, 2025] Mary welcomes back Olivier Melnick to discuss the new normal: antisemitism. He is a Jewish believer in Jesus from France, the son of Holocaust survivors, whose maternal grandfather was killed by the Nazis. Olivier is an internationally known speaker on antisemitism. He holds a BA from Moody Bible Institute and a masters from Dallas Theological Seminary, and has been equipping believers to understand and fight antisemitism since 2000. The ramping up of antisemitism is a complete surprise to some, it’s not that long ago that they were the target of genocide during WW2, and if anyone alive has a parent who fought in that war, the connection is still strong. So why now? How are things different? Today we talk about the stages of normalization from his book, “The Normalization of Antisemitism”. World leaders are not so subtly being drawn into this hate as the world turns their back on Israel. Words matter. Words turn to violence. Even our neighbor to the north is being drawn in. Israel can do nothing right, so they might as well do what they are going to do to stave off the end of the west through violence, immigration, and Islam. Stand Up For The Truth Videos: https://rumble.com/user/CTRNOnline & https://www.youtube.com/channel/UCgQQSvKiMcglId7oGc5c46A
In this episode, Steve Seckler speaks with Dr. Sarah Alsaidi, a psychologist, executive coach, and creator of the Brain in Mind Method, a coaching framework that integrates neuroscience and psychology to help high-performing professionals better understand how their brains work and perform at their best. Dr. Alsaidi explores the critical role of executive functioning in high-performing legal professionals. She demystifies how these mental skills influence productivity, resilience, and well-being, offering practical insights for lawyers and their organizations. This episode offers a blend of neuroscience, practical coaching strategies, and insights into the unique challenges faced by legal professionals, making it a valuable listen for anyone looking to enhance their cognitive skills and resilience in high-stakes careers. Key Takeaways: Executive functioning is like the brain's CEO, involving skills such as planning, organization, and emotional regulation. Microaggressions and cultural factors can significantly impact cognitive functions and focus. Distinguishing between perfectionism and healthy ambition is crucial for sustainable performance. Metacognition, or thinking about your thinking, is essential for identifying effective tools and strategies. Emotional regulation is vital for managing stress and maintaining resilience in high-pressure environments. Timestamps: 00:00 - Introduction and guest background 02:00 - Relevance of executive skills in legal practice 04:00 - Impact of microaggressions and sociocultural factors on cognition 06:50 - Behavior patterns linked to executive function challenges 11:15 - The importance of giving tools time to work 16:00 - Normalizing individual differences in the workplace 23:00 - Practical tools for self-assessment and improvement 30:00 - Supporting colleagues with executive functioning challenges
We can enhance athletic performance, lose weight with a pill and even take psychedelics to alter consciousness. At what point does all this self-optimization become self-obsession? When does it get in the way of our humanity itself? My guest this week is the German biotech entrepreneur Christian Angermayer, who believes scientific breakthroughs to extend our lives — and even put us in touch with the divine — are close at hand. 0:00 - Intro 01:40 - Investing in longevity, A.I. and psychedelics 6:06 - The vision for the Enhanced Games 13:45 - Normalizing enhancements for everyone 20:02 - Ozempic is the first of many... 30:00 - The five basics for health and well-being 36:52 - Psychedelics trips and spiritual revelations 59:20 - Christian skepticism 01:04:22 - "Jesus is not human-maxxing." Thoughts? Email us at interestingtimes@nytimes.com. Read the full transcript here: https://www.nytimes.com/2026/06/11/opinion/better-sex-better-hair-better-sleep-humanmaxxing-is-here.html Unlock full access to New York Times podcasts and explore everything from politics to pop culture. Subscribe today at nytimes.com/podcasts or on Apple Podcasts and Spotify. Subscribe today at nytimes.com/podcasts or on Apple Podcasts and Spotify. You can also subscribe via your favorite podcast app here https://www.nytimes.com/activate-access/audio?source=podcatcher. For more podcasts and narrated articles, download The New York Times app at nytimes.com/app. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
This show has been flagged as Clean by the host. 01 Introduction This is a follow up to my 4 part series on simple podcasting. In this episode I will discuss a number of experiments with audio filtering. These experiments were inspired by comments by listeners and by other discussions about audio on HPR. I am not an audio expert, so I am doing this partly in order to learn something, but mainly in order to have a bit of fun. I hope that you find this entertaining as well. In a comment on the first episode a listener mentioned something called Solocast and said that the method bore a resemblance to the method that I was using. Here is his comment -------------------- 02 Comment #3 posted on 2026-04-03 07:49:58 by Reto It reminds me about Solocast Hi Whiskeyjack, I really liked your podcast and the topic. I cannot remember about your last, but the sound quality of this one was good on my mobile speakers :) The concept reminded me about the program from Norrist (another host on HPR), while similar does it have some differences HPR 3496 https://hackerpublicradio.org/eps.php?id=3496 As I am not on the future feed, I look forward to your next episode. Cheers, Reto -------------------- 03 End of comment. I did not recall having heard the episode on Solocast, but this sounded very interesting. Solocast was in HPR episode 3496 and was released by norrist on the 27th of December 2021. I listened to that episode and does indeed use use the same basic concept of recording short segments of audio and combining them later instead of creating one big recording and editing it with an audio editor. 04 The main difference is that the work flow that I described involves a lot of manual steps, while Solocast is a short Python program that automates the entire process of presenting your script, recording the segments, combining the segments, and filtering and normalizing the result. I won't try to describe Solocast in detail, instead I would recommend just listening to HPR episode 3496 to get norrist's explanation directly. -------------------- 05 While I wanted to make sure that I credited norrist with having come up with this concept four years before I did, this won't be the focus of this episode. Instead I will talk about audio filtering and various experiments that I ran on several different methods. 06 While looking at the source code for Solocast I noticed that it used a filtering method that resembled one used by Jivetalk, a podcast production program that caught the attention of one of the HPR community news presenters. This method involves taking a sample of quiet audio where there is no speaking taking place, and then using this as input to a noise reduction filter which is applied to the voice recording. The filter subtracts the quiet sample from the voice audio, which should theoretically remove the ambient noise. 07 I decided to apply this method to a number of different audio test recordings which were recorded under different circumstances using different hardware. In this way I could see if the method worked equally well under all circumstances or if there were some sorts of noise which it was suited to and some sorts that were not. 08 While I was at it, I also picked several other filter methods to see how they worked as well. Potentially, some methods may be better under some conditions while other methods were better suited to others. -------------------- 09 I won't present all of my experiments, as that would be a bit dull to listen to. Instead I will describe each method and then present audio samples which illustrate my conclusions. There are two pieces of audio software involved, both of which were also used in my series on simple podcasting. 10 The first is Sox, spelled s o x , and which is short for Sound Exchange. Sox is a command line program for audio manipulation. Sox is Free Software, released under the GPLv2 or later. The other is FFMPEG, which is also a command line program. FFMPEG is also Free Software, released under the LGPL V 2.1 or later, and GPL v 2 or later. Sox actually uses FFMPEG for certain operations. -------------------- 11 Audio Hardware For recording hardware I used the following. 12 Maxwell Headset The first is a cheap Maxwell headset that has an electrical noise problem. Unfortunately I don't have a model number for this headset. I described this hardware, the noise problems that I had with it, and how I created filters to deal with the noise in my series on simple podcasting. Briefly though, this is a headset that has a build in microphone on a boom which allows the microphone to be positioned close to the mouth. It connects with a USB cable. 13 Borne Earpiece and In-line Microphone This is a set of earplugs that go in your ears and connected by wires and a very small microphone built into a small bulge in the cable. It connects using a 3.5mm jack. The model number seems to be BUD250-BL. 14 XTrike Headset This is a gaming headset similar to the Maxwell headset described above. The model number is GH-510 It uses a USB connection. 15 Yanmai Condenser Microphone This is a microphone that comes with a small tripod stand. The model number is SF-910 It uses a 3.5mm audio jack. -------------------- 16 This is not a review of the hardware. Rather, I was trying to create audio problems so that I could test ways to fix them. Therefore, do not take the above list as a recommendation of what to buy. However, you can see that I am not using any expensive audio hardware. If you want to make an HPR podcast, you do not need professional level hardware. -------------------- 17 Audio Samples The audio samples are as follows 18 Quiet This was recorded in a quiet environment at my desk. This is my normal podcasting environment and represents optimal conditions. The main reason for this method is to see how the various filter methods perform when dealing with the electrical noise from the Maxwell headset. 19 Small fan This is a small USB powered table fan approximately 10 cm in diameter. It was located roughly 40 cm or less to the left of the microphone, although this varies depending on the microphone. 20 Traffic This was along a busy street with traffic noise in the background. -------------------- 21 Filter Methods Sox noisered Filter with Audio Profile This method uses the Sox noisered filter. Here is a brief quote from the Sox documentation on this filter. Quote Reduce noise in the audio signal by profiling and filtering. This effect is moderately effective at removing consistent background noise such as hiss or hum. To use it, first run SoX with the noiseprof effect on a section of audio that ideally would contain silence but in fact contains noise - such sections are typically found at the beginning or the end of a recording. End of quote For these tests I recorded a separate noise profile to go with each test. -------------------- 22 Basic Manual Filter This is a basic high and low pass filter pair based on the work I had done in my previous series on simple podcasting. However, based on the tests that I have done for this episode, I decided to get a bit more aggressive in terms of filtering. I use a high pass filter of 120 Hz, and low pass filter of 8 kHz. The each filter is then applied twice to increase its effect. I also added band reject filters to deal specifically with 50 and 60 Hz line noise. -------------------- 23 Complex Manual Filter This uses the manually constructed filter described in my series on simple podcasting. This uses the basic manual filter plus a series of custom bandreject filters to fix specific noise problems with the Maxwell headset. -------------------- 24 FFMPEG afftdn Filter The documentation describes this as "Denoise audio samples with FFT." -------------------- 25 FFMPEG arnndn Filter The documentation describes this as "Reduce noise from speech using Recurrent Neural Networks." -------------------- 26 FFMPEG agate Filter I will pronounce this as "agate" for convenience. The documentation describes this as "A gate is mainly used to reduce lower parts of a signal. This kind of signal processing reduces disturbing noise between useful signals." -------------------- 27 Method The experimental method used was to take each noise sample and apply the different filter methods to it. Where there are parameters which can be adjusted, a script was used to generate a series of different sample files with different parameter values. Not all possible parameters were experimented with, as the goal is to see which method produces what sorts of results under different circumstances, not to get the best possible result for the samples that I happen to have. The method in each case was as follows 28 Step 1 Convert the audio file to FLAC if it is not already in that format. 29 Step 2 Apply a basic high and low pass filter described previously to each sample. The reason for this basic filtering is that it eliminates at least some undesired noise in a fairly fool proof manner, leaving less for the more advanced filter to deal with. This should allow for a better test of the filter under realistic conditions. 30 Step 3 Apply the noise reduction filter being tested. 31 Step 4 Normalize the filtered sample to 17 LUFS according to the EBU R128 standard. The EBU standard is described in my series on simple podcasting. Normalizing adjusts the audio signal to a desired loudness level. This allows for more more consistent sound levels and allows us to hear the results under realistic conditions. I normalize the audio individually for each sample as different recording hardware requires different amounts of loudness adjustment. This is different from the typical podcast process where normalizing takes place as the very last step in the process, but it was necessary in this case. 32 Step 5 Concatenate selected sample audio files to one another to allow for better review and comparing. -------------------- 33 Results The results are grouped according to the type of noise which is being mitigated. This allows for easier comparison of the effectiveness of each technique under different circumstances. I have only picked a few examples of interest out of the numerous experiments that I conducted. -------------------- 34 Quiet Recording Environment with Maxwell Headset This compares how well the various filtering methods work on the noise induced by the electronics in the Maxwell headset. This electronic noise consisted of a noise spike every 1 kHz. This should be representative of electronic noise caused by problems in recording hardware. 35 Manual Filter The manual filter applied a narrow band reject filter every 1 kHz from 1 kHz to 12 kHz. This completely removed the otherwise audible whine caused by the noise. 36 FFMPEG afftdn This method allows for setting a noise floor and then specifying how much the noise floor should be reduced by. The method is very sensitive to getting the noise floor correct for that recording. Set the floor too low and nothing happens. Set it too high, and some distortion results. However it seemed to be moderately effective, but it would seem to require checking it and possibly adjusting it each time it is used. 37 FFMPEG agate This method allows setting a noise floor and then suppressing all sound which falls below that level. This method is very sensitive to getting the noise floor correct for that recording. If set too low (or quiet), it is ineffective. If set too high (or loud), it distorts words which come after a pause, which would typically be between sentences. 38 When set correctly, it completely removes noise in the silences between sentences. However, the noise is still audible during speech. This is because the noise in this case is a higher frequency than normal speech, and so stands out more. It may not be a significant problem for noise which is closer to the main vocal frequency band. Overall, this method is not suitable for this particular problem. 39 FFMPEG arnndn This method used the standard model. A variety of different noise reduction models are available. I only tested it with one, std.rnnn It does not seem to introduce much distortion in the voice signal even with a high amount of mix parameter. 40 However, it is only slightly effective at removing the whine from the signal, even with a high amount of mix parameter. Overall, this method does not appear to be useful for this sort of noise problem. 41 Sox noisered Filter This was effective in removing noise between words, but noise can be heard while words are being spoken. It was better than agate however. 42 Overall Conclusion for the Maxwell Headset Noise When dealing with narrow noise bands that occur at known frequencies, the manual filter is leagues ahead of any of the other tested alternatives. 43 Sample Audio Here is a sample audio recording showing the best overall results The sample is repeated, first with only basic low and high pass filtering, and then with the manually constructed filtering. In the first sample you should hear a high pitched background whine. In the second sample, the high pitched whine is completely removed. 44 (Audio sample inserted here.) -------------------- 45 Traffic Noise This was recorded using the Borne in-line microphone connected to a mobile phone while walking along beside a busy street. This was in dry cool spring weather, and the road was paved with asphalt. This should be reasonably representative of podcasting while walking outdoors in a noisy environment. 46 Basic Manual Filter This used the basic manual filter with high and low pass filters. This did nothing very useful in this case as the signal was already filtered within those limits by the recording hardware anyway. The low sample rate of 8 kHz in the phone limited the upper frequency to 4 kHz. Recall that the sample rate has to be twice the highest frequency that you want to detect. Overall, this is not suitable for this sort of problem. 47 FFMPEG afftdn With a high noise floor, background noise is reduced, but not eliminated. There was not much distortion in the voice. This is only slightly useful for this sort of problem. 48 FFMPEG agate With a high threshhold, background noise is reduced, but not eliminated. There was some distortion in the voice. The background noise could also be heard when speaking, but because the frequency of the background signal was similar to the louder voice signal, it was not as noticeable as it would have been if the two were very different. This is moderately useful for this sort of problem. It may be more useful in situations where the background noise was not quite as loud. 49 FFMPEG arnndn With high amounts of noise reduction, much of the background noise is suppressed, but there is not a lot of distortion in the voice. The background traffic noise is still present, but is significantly less. This offers only a moderate improvement. 50 Sox noisered Filter With small amounts of noise reduction voice is clear but traffic noise is present as a very significant continuous warbling sound in the background. This is no improvement on the original and in fact could be seen as making it worse. With moderate amounts of noise reduction, traffic noise is mostly gone, but there are still various squeaks present. Voice is noticeably distorted. With large amounts of noise reduction, traffic noise is gone but voice is highly distorted. This is moderately useful for this sort of problem, but requires careful adjustment. 51 FFMPEG arnndn Followed by FFMPEG agate This combined two different filters. First, it used arnndn to suppress the background noise to a lower level without much voice distortion. Then it applied the agate filter to suppress the noise levels between words still further. This used the same amount of mix and threshold as was found to be most effective when each of these filters was used on its own. The background noise is almost completely gone while distortion of the voice signal is low. 52 Overall Conclusion for Traffic Noise The arnndn combined with agate filters was the most successful at suppressing background noise while limiting the amount of voice signal distortion. 53 Sample Audio Here is an audio sample for what I felt to be the best overall results, the arnndn filter combined with the agate filter. First is the original audio with basic filtering. This is followed with the same audio after being passed through the arnndn and agate filters. 54 (Insert arnndn plus agate audio sample here) 55 Another Sample Here is a second audio sample showing the Sox noisered profile based filter. I have included this to show how a profile based filter can make things worse if you are not careful how you use it. This repeats the test audio 4 times. The first is with basic filtering only. The second uses low amounts of noise reduction. The third uses moderate amounts of noise reduction. The fourth uses high amounts of noise reduction. 56 (Insert noisered audio sample here) -------------------- 57 Small Fan Noise with Yanmai Microphone This was recorded using the Yanmai condenser microphone. A small fan was set up behind and to the left of the microphone. This is intended to represent situations where someone may have a fan or air conditioner running in the background due to hot weather, or has a loud computer fan. 58 A condenser microphone was used for this test as they are more prone to picking up unwanted noise. However, for practical recording purposes, this sort of microphone is unsuitable for this type of environment. 59 Basic Manual Filter This used the basic manual filter with high and low pass filters. This did nothing useful as the fan noise was in the same frequency range as the voice signal. This may be of more help in cases where the noise is below the 120 Hz cut off used in the low pass filter. 60 FFMPEG afftdn With high amounts of noise reduction, much of the background noise is suppressed, but there is some distortion in the voice. The background fan noise is still present, but is significantly less. Overall this is moderately effective. 61 FFMPEG agate This was effective in removing noise between words, but noise can be heard while words are being spoken. However, this was a small voice sample and it is possible that more problems could occur. With less fan noise than was in this sample this technique may work much better. 62 FFMPEG arnndn With high amounts of noise reduction, much of the background noise is suppressed, but there is not a lot of distortion in the voice. The background fan noise is still present, but is significantly less. Overall this was fairly effective. 63 Sox noisered Filter With small amounts of noise reduction voice is clear but fan noise is present as a slight warbling sound in the background. With moderate amounts of noise reduction, fan noise is gone, but voice is somewhat distorted. With large amounts of noise reduction, fan noise is gone but voice is very distorted. 64 In general this method is fairly successful at dealing with this sort of problem. However, there is a trade off between background noise and voice quality. Getting that trade off correct takes experiment and judgment for each specific situation. 65 FFMPEG arnndn Followed by FFMPEG agate This combined two different filters. First, it used arnndn to suppress the background noise to a lower level without much voice distortion. Then it applied the agate filter to suppress the noise levels between words still further. This got rid of virtually all of the background noise between words. If you listen carefully however, there is a slight buzzing sound in the voice signal. 66 Overall Conclusion for Fan Noise with Yanmai Microphone. Of the methods tested, the arnndn followed by agate filter seemed to offer the most improvement for the least effort and least voice distortion. The arnndn filter on its own seemed the next most preferable to me despite leaving some fan noise in the background. 67 Audio Sample Here is an audio sample for what I felt to be the best overall results, the arnndn filter combined with the agate filter. First is the original audio with basic filtering. This is followed with the same audio after being passed through the arnndn and agate filters. 68 (Insert audio sample here) -------------------- 69 Small Fan Noise Recorded with Headset The following is an observation rather than a filtering technique. When a recording was made using the Maxwell headset and listened to on the headset later or with speakers, the fan was virtually inaudible. When the same recording was listened to with the XTrike headset, it was barely audible with careful listening and only identifiable as a fan because I knew it was there. 70 In situations where there is ambient noise, the best noise reduction technique is probably to move the microphone as close to your mouth as possible, although not directly in front of it, and reduce the gain if there is a gain adjustment in the microphone. This will work far better than trying to remove the noise later. If you are recording an HPR episode at a desk, then an inexpensive headset with boom mike may do the job just fine with minimal effort and expense. -------------------- 71 Conclusions I have tested three noise scenarios - Electronic noise in the audio hardware at specific frequencies. Recording outdoors with an inline microphone in a noisy traffic environment. A noisy fan creating background noise in an office. My conclusions on these are as follows. 72 Electronic Noise in the Audio Hardware at Specific Frequencies If you can use Audacity or some other means to find the frequencies which are causing the noise, the best solution, assuming you don't just replace the hardware, is to manually construct filters to remove those specific frequencies. This is the safest solution in terms of only doing what you tell it to and not producing unexpected surprises some time down the road when something changed in the environment. 73 If you are looking for a fairly automatic filtering method, the Sox noisered profile based filter seems to work fairly well. There is an equivalent filter in ffmpeg, but I did not include that in my experiments as it is harder to use in a script because it does not use a separate noise profile file. 74 Recording Outdoors with an Inline Microphone in a Noisy Traffic Environment. In this situation, the FFMPEG arnndn combined with agate filters seem to be the most successful. The Sox noisered filter may work, but at the cost of more distortion in the voice than is seen in the other methods. 75 An inherent problem with any profile based noise reduction method is that if the background noise is not constant, which it seldom is in that sort of environment, the profile may not represent the background noise which is present later on in the recording. This risks adding more distortion in the voice as the profile and later environments diverge. 76 However, for this application a different microphone that provided a better recording would appear to be advisable. A solution which brought the microphone much closer to the mouth and so resulted in a better ratio of voice signal compared to background noise would appear to be necessary, after which the question of what sort of noise reduction to use would need to be re-evaluated. 77 A Noisy Fan Creating Background Noise in an Office. The Sox noisered filter and the FFMPEG arnndn, afftdn, and agate methods all work to some degree. However, they all need correct selection of parameters to achieve the proper results. When I compared all four methods side by side, I found the arnndn combined with the agate filter to be preferable in terms of the trade off between background noise reduction and distortion of the voice signal. The arnndn filter on its own seemed the next most preferable to me despite leaving some fan noise in the background. 78 However, that is a subjective judgment of a specific noise sample when recorded using a specific microphone. Keep in mind though that many listeners will not be listening in an idea environment. They may be doing things where background noise is present rather than in a very quiet room and so may find a small amount of background noise in the recording to be less of a problem than distortion in the voice signal which may make some words harder to understand. 79 When I conducted the same experiment recorded with the XTrike headset I found that arnndn seemed to offer no noticeable improvement. This may be because the amount of audible fan noise was far less with the XTrike headset to begin with. In other words, there is no single best solution here, and you may have to be prepared to try different options to see which one works in your situation. The important thing is to avoid making things worse by applying filtering that is not appropriate for that situation. The best method may be to use a recording method that doesn't pick up the fan noise to begin with. This can include just using a gaming headset with boom mic. 80 I have one final observation on this point regarding headsets. The Maxwell headset has a foam cover over the microphone while the XTrike headset does not. There was some slight audible wind buffeting noise picked up by the XTrike headset that was not observed with the Maxwell. This seemed to cause particular problems with the Sox noisered profile based filter, as this noise was irregular and after filtering would show up as a warbling sound. If you use a headset and plan to use it in conjunction with a fan, it may be advisable to apply some sort of wind cover over it. 81 Combining Complex Filters In several cases I found that combining several complex filters offered better results than using any single one on its own. The basic strategy though is to first use a method which is good at reducing undesirable noise without introducing excessive voice distortion. Then apply a different filter which is good at reducing small levels of background noise to an even lower level while affecting the voice signal as little as possible. This uses the relative strengths of different filter types to compensate for the weaknesses of the other. 82 Different combinations of filters were most effective for different types of problems. I did not try all possible combinations however. Perhaps a further exploration of this would be worth doing in a later podcast. -------------------- 83 Case Study - Noise in Another HPR Episode Audio In the comments to my second episode on Simple Podcasting (which is HPR4618) where I discussed basic filtering, a couple of listeners brought up an interesting point. Antoine mentioned "declicking" in a post. -------------------- Vance replied 84 Antoine, thanks for mentioning the click removal capability in Audacity! While I already knew about its noise removal filter, I wasn't aware it also had click removal. It might have helped me for HPR4637, where some sort of electromagnetic signal was picked up by my microphone/recorder, a Zoom H2 (the tapping sound was *not* present in the room where I recorded). While click removal does seem to distort speech when applied to it (though to my ears, it doesn't sound as weird as when noise removal is done with speech), I could have applied the filter only to the pauses, where the "tapping" is most noticeable. I will consider doing this in the event that I'm not able to eliminate the source of interference in the future, which would be the best way to go. -------------------- 85 End of quote. I found this interesting as it sounded like another audio problem that could be experimented with. I found a sample of the episode which had the clicks and cut a copy of that segment out to experiment with. These sounds are a series of clicks, or "ticks" would be another way to describe them, in the quiet part of the audio between sentences or phrases. 86 Next I used Audacity to study the sound spectrum. I found a massive 60 Hz noise spike. However, my speakers won't reproduce sound that low, and filtering this out didn't reduce the clicks. The clicks turned out to be bursts of noise across the 100 to 800 Hz band, which is right where the main vocal band also is. This makes it difficult to filter based on frequency. The most promising approach would seem to be to filter based on sound level. 87 I tried all of the individual audio filter techniques mentioned in the other experiments above. None produced satisfactory results except for agate, which makes quiet audio quieter. This completely suppressed the clicks. However, when applied to the entire episode it also distorted the start of a few sentences which began with single short syllables. 88 The agate filter has a number of parameters which could be adjusted to try to deal with these cases, although I did not spend the time to do so. Another solution to this distortion problem is to simply not apply the filter to those parts of the audio which are affected. If you record the audio as a series of small individual files, it would be easy enough to filter before concatenating the files together while skipping those files which contain audio which is not suited to this method. Here are the results of the experiments. 89 FFMPEG afftdn This reduces the size of of the ticks, but they are still present. However, they may be reduced to a level which is considered acceptable. 90 FFMPEG agate This was very effective in removing ticks with the right parameters. However, it can introduce some voice distortion in the form of cutting out the start of a few sentences which began with single short syllables. This can be corrected with a very short "attack" parameter to turn off the filter when it detects sound above a set threshhold. 91 FFMPEG arnndn This was relatively ineffective. 92 Sox noisered This was effective in removing the sounds between phrases. However, it introduces some distortion in the voice signal. 93 I also tried combining filters. FFMPEG afftdn Followed by agate This combined two different filters. First, it used afftdn to suppress the background noise to a lower level without much voice distortion. Then it applied the agate filter to suppress the noise levels between words still further. This got rid of virtually all of the background noise between words. 94 Here is a short audio sample from HPR4637. First is the unfiltered audio. Second is the filtered audio using the combined afftdn plus agate filters. Since the "clicks" are very quiet, you may not hear them unless you are in quiet environment. Quite a few listeners would probably not be aware of the perceived audio problem in this episode if it had not been discussed here. None the less, it makes for an interesting experiment. Here it is: 95 (Insert sample audio here) 96 Overall Conclusion for Noise "Ticks" The afftdn combined with agate filters seemed to offer the best overall results when used with the right parameters. However, the author, Vance, speaks very clearly and evenly, and so his voice is ideally suited for use with this filter. Another author's voice may not be as suited to this filter. 97 The Sox noisered profile based filter offers various degrees of trade off between suppressing noise and distorting the voice signal. As to whether this is an acceptable trade off depends on the particular voice in question and how easily understood it is under normal circumstances with out additional distortion. The afftdn filter may be a fairly safe filter to use on its own while producing acceptable if not perfect output. -------------------- 98 Overall Conclusions I have presented only a few of the experiments that I conducted. My overall conclusion after all of this is that there is no universal audio filtering method that works best in all circumstances. There are instead a number of tools in the toolbox, and picking the right one for the job takes a bit of trial and error. 99 However, if you have a repeatable recording environment, then once you have decided what tool you need you should create a script for it so you can have a repeatable processing setup. These conclusions apply to voice podcasting. Music has a different set of criteria and techniques that work well with basic voice podcasting may produce poor results when applied to music which has a broader range of frequency and just as importantly, a broad range of loudness. 100 If you are used to using filters and effects in Audacity, many of the settings on those correspond to arguments in the command line version of ffmpeg. It is worth learning how to use ffmpeg directly to automate your recording process. 101 The experiments that I conducted were greatly assisted by writing scripts which created multiple versions of audio files with different settings, thereby allowing me to try many different alternatives relatively easily. It also allowed me to concatenate different audio samples into a single audio file and so listen to different versions in quick succession, making subjective listening judgments more reliable. 102 It is important to keep in mind in all this that I am playing with audio filtering mainly to have fun. It is not necessary to do any of this if you think your podcast episode sounds just fine without it. So, don't let any of what I have talked about in all this discourage you from simply recording a podcast and sending it in as is. I will include copies of the filters I have described here in the show notes. -------------------- 103 Related Matters Hardware Characterization Using Audio Signals I found it useful to characterize the hardware that I had in order to understand its limitations better before starting the experiments. This involved playing a signal out through a set of speakers and then recording it through a microphone. 104 I used two types of signal for this. One is type of signal is known as a "chirp" signal. This is a sine wave that steadily increases in frequency as it sweeps across the audio spectrum. The standard audio range is 20 Hz to 20 kHz, but for my purposes I limited the upper frequency to 15 kHz to save time as anything beyond that is not very useful for voice podcasts. 105 By recording the chirp signal with a microphone and analyzing it with a Fourier transform, I could quickly see what each device was capable of. See my previous series on simple podcasting for an explanation of what a Fourier transform is and what software to use to see the results of it. Here is a chirp signal. 106 (Insert Audio Sample Here) 107 In addition to a chirp signal, I also used a series of simple tones of specific frequencies. By using these tones of known frequency I could gain an understanding of the limitations of my speakers and headphones, and just as importantly, my own ears. By understanding these limitations I was able to narrow the range of frequencies that I need to deal with quite considerably and set the high and low pass filters accordingly. These tones are a series of flac files generated with ffmpeg. 108 Here is a a sample audio tone at a 2 kHz frequency. 109 (Insert Audio Sample Here) 110 Copies of the script to create the chirp signal and the tones are in the show notes. -------------------- 111 A "Not a Review" of some of the Hardware that I Used I said that I would not do a review of the hardware that I used. However, some of it deserves mention for either how good or bad it was. I will record each section using the hardware being described. 112 Maxwell Headset This is my original recording hardware. This is a headset with boom mic and USB connection. There is no model number on it, so I don't know the model. This probably cost somewhere between 10 and 25 dollars. The earpieces sit on the ears and do not fully enclose them. This makes it light weight and comfortable to wear for extended periods of time. It has a problem however with electronic noise consisting of a noise spike every 1 kHz. I was able to fix this with a series of filters using FFMPEG. Fixing this problem is what got me started in understanding audio. I will probably continue to use this headset to make podcasts. 113 XTrike Headset, Model GH-510 This is also a headset with boom mic and USB connection. I purchased this headset for the purposes of experimentation for this podcast episode. It cost $12.88. I found it to be surprisingly good for the price. It has fully enclosed ear pieces however, which may make it uncomfortable to wear in hot weather. I may try doing some of my future podcasting using this headset. 114 Borne Earpiece and In-line Microphone This is a set of earplugs that go in your ears and connected by wires and a very small microphone built into a small bulge in the cable. It connects using a 3.5mm jack. The model number seems to be BUD250-BL. It cost approximately $3.00. I bought several sets of these and use them for listening to podcasts from an MP3 player. The ear pieces are pretty good for listening with. The microphone works reasonably well when used in a quiet location. It is less good when in a noisy environment. It is very important however to secure the microphone to your lapel or other location reasonably near your mouth and to point the microphone (that is the small hole) outwards and not simply let it dangle freely. If you let it just hang, you will get poor quality and inconsistent audio. 115 Yanmai Condenser Microphone, Model SF-910 I purchased this microphone for the purposes of experimentation for this podcast episode. It cost $3.88. As it is a condenser microphone, it is prone to picking up background noise more and as such is probably not a good choice for podcasting by single person sitting at a desk. However, it is none the less a surprisingly good microphone for surprisingly little money. 116 iCan USB Microphone, Model M-306 I purchased this microphone for the purposes of experimentation for this podcast episode. This has a USB connection. This was also relatively inexpensive at $7.99, or roughly twice the price of the Yanmai microphone. Unlike the Yanmai however, it is absolutely wretched. There was such a high degree of distortion when recording through it that I found I could not use it in the fan experiments which I had bought it for. I ended up buying the Yanmai microphone for that instead. -------------------- 117 Easy Effects Software The techniques described so far all involve recording audio files and then processing them later to produce the desired result. This is probably the simplest and most straightforward way of doing things if you are making a typical podcast. However, there may be instances where you want to apply filtering or other effects on the "live" signal immediately and not after the fact. 118 There is audio software which can hook into your computer's audio system and do this with a live signal. For Linux, there is a package called "Easy Effects". This is Free Software and comes under a GPL V3 or later license. I installed it from the Debian repository under Ubuntu 24.04. 119 You can create various filters and even chain them together to combine them. I played with it a bit but do not know enough about it to discuss it seriously at this time. However, I thought it would be worth mentioning for the sake of those who may wish to try it out themselves. -------------------- 120 Episode Conclusion After having had some fun with audio and listening to other HPR members talk about audio, I thought I would have some more fun by playing with noise reduction filters. I have no intention of becoming an audio professional, but by doing some experiments I learned a few things and had some fun doing it. I hope that the rest of you found this interest as well. I will see you all again later in another episode of Hacker Public Radio. -------------------- Scripts Basic Filter This shows basic high and low pass filters ( 120 Hz and 8 kHz respectively) and band reject filters for 50 and 60 Hz. # The high and low pass filters. hlpfil="highpass=f=120, highpass=f=120, lowpass=f=8000, lowpass=f=8000" # Band reject filters filter for 60Hz and another for 50Hz. linefil="bandreject=f=60:width_type=h:w=20, bandreject=f=50:width_type=h:w=20" # Filter using ffmpeg. ffmpeg -i inputfile.flac -af "$hlpfil, $linefil" outputname.flac # ====================================================================== afftdn Filter # noisefloor should be between 20 and 80. noisefloor=$1 # Run the noise reduction. ffmpeg -i testrec-filtered.flac -af "afftdn=nr=10:nf=-""$noisefloor" tmptestrec.flac # ====================================================================== agate Filter # threshold shoud be between 10 and 80. threshold=$1 # Run the noise reduction. ffmpeg -i testrec-filtered.flac -af "agate=threshold=-"$threshold"dB:range=-60dB" tmptestrec.flac # ====================================================================== arnndn Filter # mix should be between 0 and 1. mix=$1 # Run the noise reduction. ffmpeg -i testrec-filtered.flac -af 'arnndn=model=std.rnnn:mix='"$mix" tmptestrec.flac # ====================================================================== sox noisered Filter # Generate the noise profile from a sample of background noise. sox silencefiltered.flac -n noiseprof noise.prof # nramount shoudl be between 0 and 1 sox testrec-filtered.flac noiseout-testrec.flac noisered noise.prof "$nramount" # ====================================================================== Manual Filter for Maxwell Headset Noise # Create a series of band reject filters, from 1 kHz to 11 kHz. ftemplate="bandreject=f=%s000:width_type=h:w=100" kilospikefil=$( seq 1 11 | xargs printf "$ftemplate," ) # Using ffmpeg ffmpeg -i testrec-filtered.flac -af "$kilospikefil" tmptestrec.flac # ====================================================================== Create a "chirp" signal # Start frequency. f0=20 # End frequency. f1=15000 # Duration of signal. duration=10 ffmpeg -f lavfi -i "aevalsrc=sin(2 * PI * (0.5 * ($f1 - $f0)/$duration * t^2 + ($f0 * t))):s=44100:d=$duration" -c:a flac -af "aformat=sample_fmts=s16" chirp.flac # ====================================================================== Generate Audio Tones toneout () { printf -v freqval "%05d" $1 ffmpeg -f lavfi -i "sine=frequency=$freqval:duration=3" tmptone.flac # Normalize ffmpeg -i tmptone.flac -af loudnorm=I=-17:TP=-2.0:LRA=4.0 -ar 44.1k -sample_fmt s16 tone$freqval.flac rm tmptone.flac } # List of frequencies in hertz. freqlist="50 60 100 120 130 140 150 160 170 200 500 1000 2000 3000 4000 5000 6000 7000 8000 9000" for freq in $( echo $freqlist ); do toneout $freq done # ====================================================================== Provide feedback on this episode.
Hey Rockstars! I have another guest on the pod today and I am so excited to bring you along! Please welcome, Amanda Thebe
In this episode, we're playing “normalizing it or not” and giving our honest takes on the everyday debates that come up in marriage, motherhood, friendships, and life. Should you track your husband's location? Is it okay to go through your partner's phone? Should you pull your kids out of school for travel? We talk through the gray areas, the hot takes, and the situations everyone has an opinion on but not everyone says out loud. From relationship boundaries and trust to parenting decisions, friendship dynamics, and modern motherhood, we're sharing what we think is normal, what might be a red flag, and where we think it depends. We want to hear your takes too, are you normalizing it or not? For more exclusive content, join our Patreon here! Stay up to date on all the latest Camp Chaos news here! Learn more about your ad choices. Visit megaphone.fm/adchoices
Sickness is not normal for a child of God. Yet, so many of us have learned to normalize our physical and emotional pain, wrapping it in excuses of age, genetics, or circumstance. But what if your breakthrough is waiting on your voice?In this powerful episode, My LORD, My HEALER, we dive deep into Psalm 41 and Matthew 9 to uncover the holistic nature of God's redemptive covenant. King David didn't whisper in his sickness; he vocalized his faith from the bed of suffering.Join us as we dismantle the religious myth of a "divided Gospel"—the idea that forgiveness is guaranteed but healing is an optional extra. Discover how Jesus beautifully weaves pardon and preservation together, proving that the same authority that removes your sin is the very authority that restores your health.In this episode, you'll learn:Why faith never produces in the silence of the heart.The Hebrew meaning of amar (to speak) and yasha (salvation/wholeness).Why soul healing must precede body healing ("God can't heal what you conceal").How the cross of Isaiah 53 addresses the total ruin of humanity—not just legal guilt.Stop normalizing what Jesus paid to defeat. It's time to open your mouth, speak to your pain, and claim the complete covenant package of wholeness.Scripture References: Psalm 41:1-13 (TPT); 1 John 4:17; 3 John 1:2; Psalm 103:2-3; Matthew 9:2-8; Isaiah 53:4-5.
In this solo Q&A episode, I'm diving into your most-asked questions about motherhood, homemaking, and our new farmhouse build. From figuring out how to prioritize marriage when you have little ones, to managing clutter and paper piles, to designing a kitchen that actually works for a real family—I'm sharing what's working (and what's not) in our home right now. I also cover topics like breastfeeding while pregnant, sourdough fermentation timing, pantry organization, and how we're thinking through long-term homesteading plans. If you're navigating the beautiful chaos of family life while trying to live intentionally, this episode is for you. In this episode, we cover: Navigating weddings and events while co-sleeping and breastfeeding a baby or toddler Normalizing having a great marriage with less “perfect” marriage moments in busy seasons How to have a relaxing in-home date night and why it might actually be better Kitchen and pantry flow: am I worried it will be inconvenient to keep the fridge inside the pantry? Design uncertainty and the challenge of visualizing space before living in it Listener tip: what two products every mom should have on hand for allergic reactions Fermenting water kefir safely without explosions Plans to plant fruit trees and long-term property development goals How I avoid countertop clutter and what we do with important documents to keep them from piling up Naturally weaning a toddler when I become pregnant with the next child Why I am choosing old-house charm even if it's not always the most practical or convenient Is it better to long ferment sourdough bread with a small amount of starter? Troubleshooting issues with gritty texture in bread made with freshly-milled flour How I handle going out in public with kids who are constantly getting their clothes dirty View full show notes on the blog + watch this episode on YouTube. Thank you for supporting the sponsors that make this show possible! RESOURCES MENTIONED Listen to my conversation with Katie Voetberg on episode 190 of the podcast Check out my conversation with Katie & Elisha on their podcast, Now That We're a Family NTWAF episode on their recent home build Join my FREE masterclass to learn my 4-step framework for making money on YouTube Master the rhythm of sourdough with confidence in my Simple Sourdough course Gain the sewing knowledge and skills every homemaker needs in my Simple Sewing series Turn your content creation dreams into a profitable business with my YouTube Success Academy Keep all my favorite sourdough recipes at your fingertips in my Daily Sourdough cookbook CONNECT Lisa Bass of Farmhouse on Boone | Blog | YouTube | Instagram | TikTok | Facebook | Pinterest Do you have a question you'd like me to answer on the podcast? A guest you'd like me to interview? Submit your questions and ideas here: bit.ly/SFLquestions.
In this solo Q&A episode, I'm diving into your most-asked questions about motherhood, homemaking, and our new farmhouse build. From figuring out how to prioritize marriage when you have little ones, to managing clutter and paper piles, to designing a kitchen that actually works for a real family—I'm sharing what's working (and what's not) in our home right now. I also cover topics like breastfeeding while pregnant, sourdough fermentation timing, pantry organization, and how we're thinking through long-term homesteading plans. If you're navigating the beautiful chaos of family life while trying to live intentionally, this episode is for you. In this episode, we cover: Navigating weddings and events while co-sleeping and breastfeeding a baby or toddler Normalizing having a great marriage with less “perfect” marriage moments in busy seasons How to have a relaxing in-home date night and why it might actually be better Kitchen and pantry flow: am I worried it will be inconvenient to keep the fridge inside the pantry? Design uncertainty and the challenge of visualizing space before living in it Listener tip: what two products every mom should have on hand for allergic reactions Fermenting water kefir safely without explosions Plans to plant fruit trees and long-term property development goals How I avoid countertop clutter and what we do with important documents to keep them from piling up Naturally weaning a toddler when I become pregnant with the next child Why I am choosing old-house charm even if it's not always the most practical or convenient Is it better to long ferment sourdough bread with a small amount of starter? Troubleshooting issues with gritty texture in bread made with freshly-milled flour How I handle going out in public with kids who are constantly getting their clothes dirty View full show notes on the blog + watch this episode on YouTube. Thank you for supporting the sponsors that make this show possible! RESOURCES MENTIONED Listen to my conversation with Katie Voetberg on episode 190 of the podcast Check out my conversation with Katie & Elisha on their podcast, Now That We're a Family NTWAF episode on their recent home build Join my FREE masterclass to learn my 4-step framework for making money on YouTube Master the rhythm of sourdough with confidence in my Simple Sourdough course Gain the sewing knowledge and skills every homemaker needs in my Simple Sewing series Turn your content creation dreams into a profitable business with my YouTube Success Academy Keep all my favorite sourdough recipes at your fingertips in my Daily Sourdough cookbook CONNECT Lisa Bass of Farmhouse on Boone | Blog | YouTube | Instagram | TikTok | Facebook | Pinterest Do you have a question you'd like me to answer on the podcast? A guest you'd like me to interview? Submit your questions and ideas here: bit.ly/SFLquestions. See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.
Is seed investing facing an existential crisis? This week on The Data Minute, Peter sits down with Rob Go, Founding Partner at NextView Ventures, to discuss the structural shifts making the "game on the field" harder than ever for early-stage investors.Rob explains why many successful seed VCs are exiting the industry and how the rise of mega-funds and massive accelerators like YC has squeezed traditional seed firms into a narrow "subset" of the market. They dive into the "feeder fund" phenomenon, the arbitrary nature of ownership mandates, and why the $1B–$3B exit range has become a "Death Valley" for startups.Despite the current angst, Rob shares his optimistic "bull case" for 2030, explaining why diminishing competition and a rotation away from late-stage consensus will lead to a healthier venture substrate in the years to come.Subscribe to Carta's weekly Data Minute newsletter: https://carta.com/subscribe/data-newsletter-sign-up/Explore interactive startup and VC data, with Carta's Data Desk: https://carta.com/data-desk/Chapters:00:20 – Intro: Rob Go and the Seed Existential Crisis02:16 – Defining Seed: Betting on anything before PMF03:35 – Why senior seed VCs are exiting the industry05:02 – The Squeeze: Mega-funds vs. Accelerators07:02 – Scarcity vs. Abundance: What's left for seed funds?08:44 – The "Feeder Fund" trap and the factory supply chain12:38 – The risk of taking seed money from a mega-fund13:34 – Breaking down the 4 styles of seed investing15:20 – Why specialist seed funds can be transient19:29 – Super Compounders: Will exits keep getting bigger?21:59 – The "Death Valley" of $1B–$3B exits25:08 – The Blumhouse equivalent for venture capital27:18 – Normalizing secondaries as an exit strategy33:53 – Rant: Why ownership targets are backwards39:04 – Offensive vs. Defensive bridge rounds45:07 – "I've become way more Zen": Why the 2030 outlook is bullish50:18 – OutroThis presentation contains general information only and eShares, Inc. dba Carta, Inc. (“Carta”) is not, by means of this publication, rendering accounting, business, financial, investment, legal, tax, or other professional advice or services, and is for informational purposes only. This presentation is not a substitute for such professional advice or services nor should it be used as a basis for any decision or action that may affect your business or interests. © 2026 eShares, Inc., dba Carta, Inc. All rights reserved.
Today, Peggy talks with Daniel Gaylor, LCSW, OSW-C, ACHP-SW, and a social work supervisor at Moffitt Cancer Center, about what happens after patients and caregivers get through the intense treatment period and begin asking, “Now what?” Daniel explains that recovery does not mean life snaps back to normal. Survivorship brings fear, relief, hope, uncertainty, and exhaustion all at once. Those reactions are normal, and they deserve to be named. Daniel explains why post-traumatic stress disorder (PTSD) can show up after transplant. A transplant is not a routine treatment. It can involve long hospital stays, isolation, major physical side effects, and real fears about survival. When patients return for follow up visits, they may be brought back emotionally to those difficult hospital days. This can make survivorship feel complicated, even when the transplant was successful. Another key theme is slowly letting go. Patients may feel afraid to go out, socialize, eat in a restaurant, drive, or return to activities they once enjoyed. Daniel encourages survivors to start small and to be fair to the situation. It is easy to imagine the worst case. But it also helps to keep yourself honest - say out loud what could happen if things go well. The episode also addresses the “strain of worry.” Daniel describes signs of anxiety and depression, including sleep problems, racing thoughts, trouble concentrating, irritability, sadness, appetite changes, and not wanting to do things that usually bring joy. He reminds listeners that difficult days do not mean failure. Survivors should be able to say, “Today is not my best day,” and ask for help. Peggy and Daniel also talk about toxic positivity. While loved ones often mean well, phrases like “you're lucky to be alive” can minimize a survivor's fear or pain. Daniel encourages honest communication. Patients can thank loved ones for their support while also explaining what would help more. Social connection is another major part of healing. Daniel urges survivors and caregivers to increase connection and reduce isolation. A quick text, a short call, a support group, or a shared conversation can make a real difference. Peggy highlights programs where survivors can meet others who understand graft versus host disease (GVHD) and transplant recovery. Daniel closes with the idea of building a “tool belt.” Each person needs practical coping tools, whether that is a friend, music, journaling, counseling, mindfulness, a book, or a favorite place to reset. Caregivers need their own tool belts too. Transplant affects the whole support system, and survivorship works best when people communicate, ask for help, and remember they are not meant to do this alone. Links: Elephants and Tea: https://elephantsandtea.org/ BMT InfoNet: https://bmtinfonet.org/ Blood Cancer United: https://bloodcancerunited.org/ Thanks to this season's sponsors, Incyte and Sanofi. (00:00) Intro (01:01) Normalizing emotional reactions during recovery (04:22) PTSD after transplant and why it matters (08:59) Slowly letting go after transplant (13:12) Facing the worst case and choosing to move forward (13:53) The strain of worry and mental health red flags (19:31) Toxic positivity and the power of validation (20:26) How to talk with loved ones who are trying to help (22:39) Social health, connection, and friendship (26:43) Support groups, GVHD, and feeling understood (28:07) Building a survivorship "tool belt" (33:08) Why transplant never fully “stops” (36:39) A patient story about resilience and asking for help National Bone Marrow Transplant Link - (800) LINK-BMT, or (800) 546-5268.nbmtLINK Website: https://www.nbmtlink.org/Check out our valued nbmtLINK resource books, some for sale, some free as downloadable, https://www.nbmtlink.org/shop/nbmtLINK Facebook Page: https://www.facebook.com/nbmtLINKFollow the nbmtLINK on Instagram! https://www.instagram.com/nbmtlink/The nbmtLINK YouTube Page can be found by clicking here.This content is provided for informational purposes only and is not intended to substitute for professional medical advice, diagnosis, or treatment. It is crucial to consult directly with a qualified healthcare professional regarding any medical conditions, treatment options, or other health concerns.The views and opinions expressed by the speakers are their own and do not necessarily reflect the official policy or position of the nbmtLINK. Unless otherwise stated in an official policy, the nbmtLINK does not endorse any specific treatments, products, or services mentioned by the speakers. Reliance on any information provided is solely at your own risk.The Marrow Masters Podcast is produced by JAG Podcast Productions: https://jagpodcastproductions.com/ Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
Jeff and Jim are back with the May 2026 mailbag, answering listener questions from Amsterdam, Mumbai, Austin, and Berlin. Topics include navigating IAM vendor acquisitions, defending against AI deepfakes in remote onboarding, governing contractor and third-party identities, fixing the leaver process in IGA, and tackling a decade of IAM technical debt. The episode closes with unpopular industry opinions: why RFPs are procurement theater, why rip and replace should be normalized, and why one-throat-to-choke vendor thinking usually backfires.IDPro new member discount: https://idpro.org/idac/Connect with us on LinkedIn:Jim McDonald: https://www.linkedin.com/in/jimmcdonaldpmp/Jeff Steadman: https://www.linkedin.com/in/jeffsteadman/Visit the show on the web at http://idacpodcast.comCHAPTER TIMESTAMPS00:00 Intro and SNL nostalgia03:25 AI model roundup: ChatGPT, Claude, Gemini, and usage limits10:16 Identiverse 2026 and IDPro member discount14:53 Q1: Navigating vendor acquisitions (Isabelle, Amsterdam)24:00 Q2: AI deepfakes in identity verification (Rajan, Mumbai)32:32 Q3: Contractor and third-party identity governance (Caleb, Austin)43:00 Q4: The leaver process and IGA scope gaps (Anonymous)51:10 Q5: Tackling IAM technical debt (Tomas, Berlin)57:00 Normalizing rip and replace01:01:00 RFPs, one throat to choke, and other hot takes01:08:00 Wrap-upKEYWORDSIAM, identity governance, IGA, vendor consolidation, acquisitions, deepfakes, identity verification, contractor management, non-employee identity, technical debt, rip and replace, RFP, joiner mover leaver, leaver process, Identiverse 2026, IDPro, IDAC, Identity at the Center, Jeff Steadman, Jim McDonald
The silence ends here.
In this episode of The Brave Enough Show, Dr. Sasha Shillcutt and Dr. Christina Radics discuss: Confidence follows action—not the other way around Taking routine mini retreats to hold yourself accountable Normalizing career pivots "We must be brave enough to take time to ask ourselves what is it that I really want? And not be afraid to follow the answer." - Dr. Christina Radics Dr. Christina Radics is a dentist and former clinic owner who understands leadership from the inside. She created Leadership Pulse™ to give leaders a safe, structured way to listen to their teams — and make better decisions without burnout, guesswork, or hierarchy getting in the way. This system is coach-led by design, because leadership requires interpretation, not automation. Website Christina's book Brave Enough 2026 CME Conference For ten years, women have gathered at the Brave Enough Conference to step away from the demands of medicine and into a space of renewal. This anniversary year, we celebrate a decade of empowerment and sisterhood—ten years of lifting each other up, reigniting purpose, and remembering that none of us has to do this alone. Join us September 24-27, 2026, at the Omni Scottsdale Resort and Spa. Coaching with Dr. Sasha Shillcutt As a leadership coach and a certified Enneagram coach, Dr. Shillcutt provides a personalized coaching strategy to help meet you exactly where you are, according to your personality. She will provide an in-depth look at your current work life challenges, and lead you through a plan to master them using the power of your personality strengths. Follow Brave Enough: WEBSITE | INSTAGRAM | FACEBOOK | TWITTER | LINKEDIN Join The Table, Brave Enough's community. The ONLY professional membership group that meets both the professional and personal needs of high-achieving women.
Your business can be making more money… while your nervous system still feels financially stressed underneath it. Because scaling revenue and creating financial stability are not automatically the same thing. I see women entrepreneurs increase their income, raise their prices, sign more clients, and still feel pressure around money, avoid looking at numbers, struggle to create savings, or wonder why the business still doesn't feel financially supportive yet. That's the conversation we're having in this episode. I'm breaking down what actually changes when women learn how to scale well financially—the shifts in stewardship, decision-making, profit, savings, and emotional capacity that allow money to start functioning differently inside your business. Because real scaling is not just bigger revenue. It's creating a business where money starts supporting your life in a completely new way. If your income has grown but your sense of financial stability hasn't grown with it yet, this episode will hit home. In this episode, I talk about: How scaling creates opportunities for greater wealth, stability, and financial power. The difference between increasing revenue and expanding true financial abundance. 4 foundational money habits that support long-term scaling and financial independence. How intentional money stewardship strengthens your business growth. Why normalizing wealth accumulation is essential for sustainable expansion. The mindset shifts that support a richer relationship with money. How to build a business that creates more profit, more peace, and more freedom. Featured on the Show: Ep #123: Owner's Pay 101: What It Is, How It Works, and Why It Matters: https://www.themoneycoachschoolpodcast.com/owners-pay-101/ Ep #135: Money Guilt and the Fear of Outgrowing the People Around You: https://www.themoneycoachschoolpodcast.com/money-guilt-outgrowing-people/ Ep #136: Freedom-Based Scaling: Why More Clients Isn't the Answer: https://www.themoneycoachschoolpodcast.com/freedom-based-scaling/ Ep #138: Masterful Coaching Is the New Premium: https://www.themoneycoachschoolpodcast.com/masterful-coaching-new-premium/ Raise your rates with clarity and hold them with confidence inside The Pricing Room™: https://kendallsummerhawk.com/pricingroom/ Join Sacred Money Archetypes® Certified Coach Training to get this done-for-you, and brand as your own, money coaching system: https://sacredmoneyarchetypes.com/ Take the Free Sacred Money Archetypes® Quiz: https://www.sacredmoneyarchetypes.com/quiz/pc/ Download my Free Pricing Guide for Coaches: https://kendallsummerhawk.com/pricing/ Follow me on Instagram: https://www.instagram.com/kendallsummerhawk/ Follow me on Facebook: https://www.facebook.com/KendallCoach/ What question would you love for me to answer on the podcast, about money, pricing, or coaching? Email me here: podcast@kendallsummerhawk.com The Money Coach School Podcast is for coaches and consultants ready to grow their income through premium pricing, stronger coach pricing decisions, and a more effective client onboarding process. Hosted by money feminist Kendall SummerHawk, each episode delivers powerful money coaching that changes how you think and decide with money—from the money coaching questions that shift your patterns to working through money guilt and expanding your coaching income. Explore the full episode library to receive money coaching that increases your income, strengthens your decisions, and puts you back in charge of how money flows in your business.
It's a timely subject: This week, Corinne Malcolm and Hillary Allen dive into not just the physical side of injury, but the mental skills needed.With Hillary dealing with her own injury right now, she's put a lot of time and thought into building a practical injury toolkit:Normalizing the mental struggle athletes go throughReframing your goalsControlling what you can controlAnd building a recovery identity & communityInjury can disrupt identity, routine, and motivation — but dealing with injuries is also incredibly common for runners. Let's learn together to work on the skills we need during these periods.Follow Us:Join Feisty at the Grand Traverse in Duluth, MN on October 3rd! Use code FEISTY20 for $20 off when you register at https://feisty.co/events/the-grand-traverse/@feisty_media@trail.societySupport our Partners:Injinji: use code Trailrun15 to get 15% off at https://www.injinji.com/ProBio: Use code Trail20 for 20%-off orders (30%-off + free shipping w/ subscriptions) at https://www.probionutrition.com/rabbit: Visit https://www.runinrabbit.com/ use code: APRILTRAIL for 10% off.
In this episode, Ali Damron shares insights on navigating the emotional and physical challenges that come with busy seasons, hormonal fluctuations, and life's unpredictability. Whether you're dealing with perimenopausal symptoms, overwhelming schedules, or emotional stress, this discussion offers practical advice rooted in understanding and neuroscience. Key Topics: How busy seasons, like end-of-school chaos, amplify emotional stress and overwhelm Recognizing that feelings of anxiety, irritability, or fatigue are normal responses to societal pressures and hormonal shifts The importance of acknowledgment, acceptance, and support during demanding times The impact of hormonal fluctuations in perimenopause on mood, sleep, and resilience Practical self-care strategies: prioritization, trusting others, decreasing mental load The significance of establishing routines: regular meals, hydration, sleep hygiene, movement, and mindfulness How to reduce unnecessary mental and emotional clutter by trusting others and minimizing over-communication The concept of "Recovery on the Run": integrating supportive practices into daily life Timestamps: (00:00) - Introduction: Recognizing seasonal overwhelm and the importance of support (02:36) - The peak of busy end-of-school activities and managing emotional load (04:53) - Normalizing feelings of sadness and anxiety as part of life's chapters (09:16) - Understanding how societal over-stimulation and chronic stress affect our nervous systems (12:44) - Comparing childhood summer freedom to today's over-scheduled summers (13:47) - The intersection of perimenopause, hormonal fluctuations, and emotional reactivity (16:19) - How hormonal shifts increase anxiety and stress sensitivity (18:28) - Managing mental overload and the importance of reducing attempts at control (20:28) - Practical steps for prioritization and gut-checking daily routines (22:34) - Delegating, trusting others, and loosening control in parenting and daily tasks (27:46) - Foundations for hormonal resilience: nutrition, hydration, sleep, movement (30:24) - The simple power of breakfast and hydration for stabilizing mood and energy (32:11) - Setting boundaries with screen time and daily commitments (34:03) - Embracing ebbs and flows; supporting your body's natural rhythm (36:17) - Actionable tips: integrating recovery into busy lives and seeking help Remember, supporting your nervous system and managing expectations are key. By slowing down, trusting others, and taking small daily steps, you can navigate stressful seasons with resilience. If you're feeling overwhelmed, reach out—help is available, and recovery can be integrated into your busy life. Ali's Resources: Consults with Ali BIOptimizers Magnesium Breakthrough 10% off using code ALIDAMRON10 www.alidamron.com/magnesium Master Your Perimenopause Course + Toolkit "Am I in Perimenopause?" Checklist. What Hormone is Imbalanced? Quiz! Fullscript (Get 25% off all supplements) "How To Balance Your Hormones For Better Sleep, Mood, Periods and Energy" Free, On Demand Training Website Ali's Instagram Ali's Facebook Group: Holistic Health with Ali Damron
A huge thanks to this episode's sponsor: Hire Overseas: Exceptional Talent for Less - https://www.hireoverseas.com/value Navattic: Interactive Product Demo Software - https://navattic.com/valueIn this episode, Jenny Wanger, a coach for product teams, shares her story of growth and leadership development. Jenny discusses the pivotal moment at SpotHero when she was informed that she would not receive a promotion due to her leadership style, a feedback that deeply affected her. She reflects on how this experience shaped her approach to leadership, focusing on building accountability and receiving constructive feedback. Jenny shares how she turned this difficult moment into an opportunity for personal growth, creating a peer council to help her improve her leadership and communication. This journey of self-reflection ultimately transformed her leadership approach and contributed to her professional success.Things to listen for:(00:00) Intro(01:07) Transitioning from cook to systems(03:58) The journey into product coaching(05:29) Key lessons from strategy panic(07:23) Pushing for promotion at SpotHero(09:21) Missteps during offsite strategy planning(13:36) Leadership transition: a wake-up call(15:01) Thank you to our sponsors, Hire Overseas and Navattic(17:45) Trust and defensiveness in leadership(24:19) Building an inclusive change playbook(26:41) Effective tactics for a listening tour(27:02) The power of small group workshops(29:45) Confidence-building moments in leadership(30:47) Dealing with promotion denial fallout(33:47) Uncovering psychological safety blindspots(37:08) Creating a feedback loop with advisory council(43:50) Avoiding overcorrection in leadership practices(48:00) Confronting imposter syndrome and belonging(51:23) The purpose behind this show(53:27) Normalizing struggle through empathyResources:Connect with Jenny:LinkedIn: https://www.linkedin.com/in/jennywanger/Connect with Andrew:LinkedIn: https://www.linkedin.com/in/andrewcapland/Substack: https://media.deliveringvalue.coHire Andrew as your coach: https://deliveringvalue.co/coaching
On this Salcedo Storm Podcast:David Clarke is Retired Sheriff of Milwaukee County. He's the President of “Rise Up Wisconsin INC,” And is on the Board of Directors at the Crime Research Center. Sheriff Clarke is the author of the book, “Cop Under Fire”AND Tim Graham is the Executive Editor of NewsBusters, host of the NewsBusters Podcast and coauthor with Brent Bozell of the book Unmasked: Big Media's War Against Trump.
This show has been flagged as Clean by the host. 01 This is the third in a four part series on simple podcasting. 02 In this episode we will cover the following topics: Analysis of audio noise problems and filtering methods used to deal with specific problems that we may find. Command line recording. Command line playback. Getting information about an audio recording. 03 Introduction When I did my first couple of podcasts I didn't notice that there was a quiet high pitched whine or buzz in the background. Nobody complained about it, but I thought I could do better in subsequent episodes. 04 Creating an Audio Sample If you have a similar problem, the first step is to find out where it is coming from. If there is no audible noise where you are recording, there is a good chance the problem is in the microphone or another part of the audio system. Plug in your microphone and record 2 or 3 seconds of quiet audio where you do not speak into the microphone or make other noise. 05 You will need a minimum amount of data in order to analyze it. For a flac file sampled at 44.1 kHz, 2 to 3 seconds of data should be enough. To get a sample of just electronic noise you can put the microphone in a drawer or somewhere like that if you want to be sure of getting a quiet signal. Any sound recorded in this way should be mainly from the microphone or other electronic elements in the analogue pathway. To get a sample of possible ambient noise, such as fans, make sure the microphone is in the open air in an area which is representative of where it will be when you are recording. -------------------- 06 Analyzing using Fourier Transforms Next you need to look at the wave form. At this point I will describe this using Audacity. I will show other ways later, but Audacity is actually the easiest if you are starting from nothing. You don't need to become an expert in Audacity to use it, just follow the steps I will describe. I myself don't know how to use Audacity beyond using this one feature. 07 We are going to analyze the sound spectrum in our sample. The technique being used is a Fourier Transform. A Fourier transform, often called an "FFT" for fast fourier transform, is a mathematical method of showing a signal in terms of frequency along the x axis instead of time. This allows us to spot troublesome noise frequencies which appear when we don't want them to. The FFT is a very common mathematical technique which is widely used in signal processing, not just in audio. 08 There is software which will create pretty coloured animations of sound waves, but this is not what you want. These are simply decorative patterns and won't tell us what we want to know. -------------------- 09 Using Audacity Install Audacity if you haven't already. Start Audacity. Select file > import > audio, then navigate to your sample and select "open". The file should load. 10 In the wave form part of the window, click anywhere and then type Ctrl-S to select all data points. The chart should turn a slightly darker colour. From the menu, select Analyze > Plot Spectrum. A new window will open, showing magnitude in db on the Y axis, and frequency in hertz on the x axis. For "algorithm" be sure it is set to "spectrum" 11 There are now two settings that we need to play with while we look for problems. One is "size" The default for this is 1024. The other is "axis". The default for this is "log frequency". -------------------- 12 What to Look For What we are looking for are large obvious spikes that stand out in the data. Since our test signal has very little to no actual audio data, any spikes should represent electrical or other noise that doesn't belong there. 13 I have found two combinations of settings to be most helpful in finding problems. These are Size 2048, axis linear frequency. Size 32768, axis log frequency. 14 A small size value can help very narrow spikes stand out from the background more, while a large size value can help separate spikes from surrounding noise. A linear frequency axis can help with seeing all spikes across the full frequency range, while a log frequency axis can help to better see what is happening in the often very crowded lowest frequency range. -------------------- 15 A Real Example of an Audio Problem If you have good audio equipment you may find nothing obvious. If you cannot hear any noise in the signal, there may be none of any consequence and there is nothing for you to do. 16 However, in my case I found two main problems and one lesser one. One problem was a spike at 60 Hz, which is the AC line frequency. There is also a lesser problem of a collection of a broad frequency range of noise below 60Hz. Both of these however will be taken care of by the basic filtering that we looked at earlier so we do not need to worry about them here. 17 The other main problem is I had a large spike at every 1 kHz interval from 1 kHz to 19 KHz. This was noise generated within the head set electronics, or the result of noise on the USB power supply. This is the product of a cheap headset. 18 These spikes are not very large compared to the volume of my voice, but if I do the same sort of analysis of samples where I am speaking, they appear in the intervals between words. This results in a high pitched whine or buzz. This was the source of the background noise or buzz in my first two podcast episodes. I need to get rid of this. 19 One option would be to get a better microphone, but, well, that wouldn't be any fun would it. It would also cost money and I don't want to spend any of that if I don't have to. If you analyze your own signal, you may find a different pattern, or even no noise at all. If you did not find anything when shielding your microphone from ambient audio noise, repeat the same test but with the microphone exposed to acoustic noise in the room. -------------------- 20 Advanced Filtering The next step is to figure out how to get rid of this noise. I have called this section "advanced filtering", but we are actually just making use of a technique that was already covered in basic filtering. 21 To deal with the remaining spikes we can use additional "band reject" filters, each of which removes a specific frequency at 1 kHz intervals from 1 kHz to 12 kHz. We will use this in combination with the filtering that we have already done previously, so we don't need to worry about anything above 12 kHz as we already remove that with a low pass filter. After a small amount of experimenting I came up with the following. 22 Because I am applying a total of 16 filters, 4 for basic filtering and 12 to deal with the specific microphone problems that I have, I have broken up the filters into separate strings. I then generate the 12 new band reject filters from a template. Note that I don't show the "de-esser" filter here. I would recommend adding it as a separate step after doing the sort of filtering we are talking about here. 23 Rather than reading out multiple lines of bash script, I will post them in the show notes. I will give a brief description of them here which you can refer to when reading the show notes. The FFMPEG and Sox versions are very similar in concept so I don't need to go over the Sox version in detail. See the show notes for it. FFMPEG Version Here's the FFMPEG version. # The high and low pass filters. hlpfil="highpass=f=80, lowpass=f=12000" # Band reject filters filter for 60Hz and another for 50Hz. linefil="bandreject=f=60:width_type=h:w=20, bandreject=f=50:width_type=h:w=20" # Create a series of band reject filters, from 1 kHz to 12 kHz. # Change or remove this part if your recording hardware does not require it. ftemplate="bandreject=f=%s000:width_type=h:w=100" kilospikefil=$( seq 1 12 | xargs printf "$ftemplate," ) # Using ffmpeg ffmpeg -i input.flac -af "$hlpfil, $linefil, $kilospikefil" output.flac 24 There are a total of 5 lines of bash script. In the first line, we create a string called "hlpfil" which is just the high and low pass filters copied from our previous discussion on basic filtering. In the second line, we create a string called "linefil" which is just the simple bandreject filters to cover 50 and 60 hertz AC line noise filters also from basic filtering. 25 In the third and fourth lines, we create a string called "kilospikefil" containing the new filters. The "f" parameter represents the frequency we are targeting. The "w" parameter represents the "width" of the frequency range we are filtering in terms of hertz. The filter is applied gradually rather than with a sharp cut-off, so to get more filtering action we need to have larger width. In this case I decided to hammer the spike quite aggressively and so used a relatively wide width of 100 hertz. Testing with a voice file did not show any noticeable distortion, so it's an acceptable solution. 26 For this filter we need to create a dozen filter command so we use the shell "seq" command to generate a sequence of numbers from 1 to 12. We then pipe that into the xargs command which applies each number to the next command. The next command is "printf", which takes the number it gets from xargs and applies it to the "ftemplate" string template in a manner very similar to C programming printf string templates. 27 We also have a comma in there to separate each of the individual filters. We then surround this with a $ and () so we can run the command and capture the output into a variable. Then we call ffmpeg and pass it the filters we created by putting the variable names inside a double quoted string, separated by commas. All of this will be in the show notes, so don't worry about trying to get the exact details right now. Sox Version Here's the Sox version. # The high and low pass filters. sxhlpfil="highpass 80 lowpass 12000" # Band reject filters filter for 60Hz and another for 50Hz. sxfilter="$sxhlpfil $sxkilospikefil bandreject 60 20 bandreject 50 20" # Create a series of reject filters filters, from 1 kHz to 12 kHz. sxftemplate="bandreject %s000 100" sxkilospikefil=$( seq 1 12 | xargs printf "$sxftemplate " ) # Using SOX. sox input.flac output.flac $sxhlpfil $sxfilter $sxkilospikefil 28 The Sox version is very similar with the exception that the command arguments representing the filters must not be in quoted strings as Sox wants to see them as separate arguments instead of parsing a string. -------------------- 29 Confirming the Effect If we apply the above filters and look at this headset noise output file in the Audacity spectrum analyzer we will now see that these noise spikes are almost completely gone. We can now confirm how well this works by using a test audio file. Any normal short voice audio file will do for this. Just talk into the microphone normally and create a voice sample file that is 5 or 10 seconds long, or whatever you feel comfortable with. 30 With the original unfiltered voice audio I can hear a distinct high pitched whine overlaying the voice. With the filtered audio that whine or hum is not detectable. If we then look at the voice file in the Audacity spectrum analyzer, we can see distinct "notches" at the 50 Hz and 60 Hz frequencies, and at every 1 kHz from 1 kHz to 12 kHz. These notches are narrow enough that they won't cause a noticeable problem with voice signals. If we apply this filter to voice samples, the buzz or whine is gone and the voice signal sounds fine. Despite using a very cheap microphone, I now have acceptable quality audio for a podcast. 31 Again I want to emphasize that in this instance I am dealing with deficiencies with my hardware instead of buying a better microphone. These additional filters are intended to deal with the specific hardware problem I am facing. You don't need these additional filters if you cannot detect an audible problem. On the other hand, if you have a different problem you may wish to deal with a different set of frequencies. Finding these problems is the reason for using a spectrum analyzer. 32 FFMPEG has other filtering methods as well. However, as I didn't end up using them I can't really do an adequate job of describing them. If anyone has used them successfully, they are welcome to make a podcast on the subject. -------------------- 33 Completing the Process With these new filters added into the middle of the processing steps, you can now complete the processing by doing the de-essing, normalizing, and review steps as described in the previous episode. -------------------- 34 Command Line Recording I will now cover a separate topic, which is recording using command line programs. I am covering it in this episode as it is a short topic and it is convenient to talk about it here. 35 As well as using GUI based recording programs such as Gnome Sound Recorder, it is possible to record podcast episodes using command line tools such as FFMPEG. As for why you may wish to use command line tools to record audio, there are several reasons. One is that you may simply prefer to do it this way because it pleases you to do so. Another is that it allows the recording step to be included in a script that encompasses other parts of the process, automating what may have otherwise been separate manual steps. 36 However, if you don't find these arguments particularly compelling, then I'm not going to attempt to persuade you to use the command line to record audio. I am doing this part of this episode out of a desire to have a bit of fun and I probably won't be using it much myself. I will however use one of these methods to record this part of this episode. 37 Recording with FFMPEG - The Basics One of the common command line tools you can use is FFMPEG, a package which I have previously mentioned with respect to filtering audio files. Here is an example of how to record using FFMPEG. We call FFMPEG specifying the audio input system as the FFMPEG input, and then specify a file to output to. 38 # Record audio. ffmpeg -f pulse -i default ff.flac 39 Press 'q' to stop. This uses pulse audio on Linux for input "-f pulse", and the default input "-i default". However, this does not specify the the sample rate or mono recording. To do that we need to add a few more parameters as in the following 40 ffmpeg -f pulse -i default -ac 1 -ar 44100 ff.flac 41 "-ac 1" specifies mono output "-ar 44100" specifies 44.1 khz bit rate. 42 Playback with FFMPEG - The Basics FFMPEG can also play back music. In this case however we need to call the "ffplay" program rather than FFMPEG itself. To play an audio file, simply call ffplay and give it the name of the audio file as an argument to the command. For example: 43 # Play an audio file. ffplay podcast.flac 44 We can also call it with the "autoexit" option, which tells ffplay to automatically exit when the audio file has finished playing. ffplay -autoexit ff.flac 45 -autoexit means Exit when the audio file is done playing. 46 To exit in the middle of the recording, press "q' or ESC. To pause the playback, press "p" or space bar. To decrease the volume press "9" or "/". To increase the volume press "0" or "*". 47 To seek forward 10 seconds, press the right cursor button. To seek backward 10 seconds, press the left cursor button. To seek forward 1 minute, press the up cursor button. To seek backward 1 minute, press the down cursor button. 48 The "0" and "9" keys mentioned above are those on the top row of the keyboard, not the ones on the separate numeric pad. 49 While the recording is playing, a graphical window will open which shows a cascading waveform based on the current content. This is purely decorative and does not serve any particularly useful purpose. -------------------- #!/bin/bash # Record a podcast episode segment. # Get the next file name. # First we check if any matching file patterns exist. If they don't, # then we create the first one starting counting at 1. fcount=$( ls [0-9][0-9].flac 2>/dev/null | wc -l ) if (( $fcount < 1 )); then fname="01.flac" else # If there are any matching file patterns, we find the highest number # and increment it by 1. filenum=$( ls [0-9][0-9].flac 2>&1 | cut -d. -f1 | sort | tail -1 ) newfilecount=$(( 10#$filenum + 1 )) fname=$( printf "%02d.flac" $newfilecount ) fi echo "Recording to: $fname" # Record using ffmpeg. # This makes use of pulse audio and the input is the default audio input. # The sample rate is set to 44.1 kHz, and it is recorded as mono (1 channel). ffmpeg -f pulse -i default -ar 44100 -ac 1 $fname echo "Recorded audio to: $fname" # Report on basic information about the audio file that was just recorded. ffprobe -hide_banner $fname -------------------- 50 Sox - Not so Good I did not find the recording or playback features of Sox to be as useful as those of FFMPEG, so I won't bother to cover them here. -------------------- 51 Getting Information About an Audio Recording There are also command line tools which can be used to retrieve information about audio recordings. 52 FFMPEG Version With FFMPEG this is called "ffprobe". For example: 53 ffprobe hpr4566.mp3 54 This will print out a lot of information about FFMPEG itself. To skip that use the hide_banner option. 55 ffprobe -hide_banner hpr4566.mp3 56 This will print out information about the audio recording. This will include things like the duration, bit rate, sample rate, stereo or mono, etc. If the author added metadata tags to the file, it will also show those. HPR add things like the title, author, copyright license, comment, etc. You can extract the ones you want using something like grep and cut. 57 Sox Version Sox has a similar feature, called "soxi". 58 soxi ff.flac 59 However, it may not work on mp3 files if you do not have an mp3 handler for it installed. -------------------- 60 Conclusion In this episode we took a brief look at an example of how to solve an audio problem through filtering. We looked at how to use Audacity to find where the problems were. We then looked at how to apply filters to remove these sources of noise. We also looked at how to record podcasts and get information about audio files using command line tools. 61 In the next episode we will look at alternatives to Audacity for analyzing audio. While Audacity works just fine, this is an opportunity to have a bit fun with some gratuitous hackery. 62 This has been the third episode in a four part series on simple podcasting. -------------------- -------------------- Full Audio Processing Pipeline This version includes the special filters used to fix my headset problems. Use the version from the previous episode if you do not have the same audio hardware problems. #!/bin/bash # Full processing pipeline for making simple podcasts. # ====================================================================== # Concatenate multiple flac files into a single flac file. # This is used to combine podcast recorded segments into a single # flac file for uploading to HPR. concataudio () { outputname="$1" # First create the list file. printf "file '%s'n" [0-9][0-9].flac > podseglist.txt # Now concatenate them ffmpeg -f concat -safe 0 -i podseglist.txt "$outputname" rm podseglist.txt } # ====================================================================== # Basic and advanced filters. filter () { inputfile=$1 outputname=$2 # Using ffmpeg. # The high and low pass filters. hlpfil="highpass=f=80, lowpass=f=12000" # Band reject filters filter for 60Hz and another for 50Hz. linefil="bandreject=f=60:width_type=h:w=20, bandreject=f=50:width_type=h:w=20" # Create a series of band reject filters, from 1 kHz to 11 kHz. ftemplate="bandreject=f=%s000:width_type=h:w=100" kilospikefil=$( seq 1 11 | xargs printf "$ftemplate," ) # Using ffmpeg ffmpeg -i $inputfile -af "$hlpfil, $linefil, $kilospikefil" $outputname } # ====================================================================== # De-Essing. deessing () { inputfile=$1 outputname=$2 option=$3 # De-essing filter. ffmpeg -i $inputfile -filter_complex "deesser=i=0.5:m=0.5:f=0.5:s=$option" -b:a 336k -sample_fmt s16 $outputname } # ====================================================================== # Normalizing the audio to EBU R128 standard for review using ffmpeg. normffmpeg () { inputfile=$1 outputname=$2 # Normalize to EBU R128 standard. ffmpeg -i $inputfile -af loudnorm=I=-17:TP=-2.0:LRA=4.0 -ar 44.1k $outputname } # ====================================================================== # Output an MP3 version to help with reviewing. mp3convert () { inputfile=$1 # Get the name of the file and then create the output file name. j=$( basename $inputfile ".flac" ) outputname="$j"".mp3" # Convert to MP3. ffmpeg -i $inputfile $outputname } # ====================================================================== # Concatenate the separate audio files. concataudio fullpod-unfiltered.flac # Basic filtering. filter fullpod-unfiltered.flac filtered.flac # De-essing. This is the version to send for publishing. # The third argument should be "o" for de-essing, or "i" for pass through without de-essing. deessing filtered.flac fullpod.flac o # Normalized for review. normffmpeg fullpod.flac fullpod-norm.flac # Output an MP3 copy for review. mp3convert fullpod-norm.flac -------------------- -------------------- Provide feedback on this episode.
Reframing Anxiety and Emotions: A Deep Dive into Nervous System RegulationIn this episode, Ali Damron explores the human experience of emotions, anxiety, and nervous system regulation, emphasizing a compassionate and normalized approach to mental and emotional health. Discover how understanding your body's signals can lead to better self-awareness and health. Main Topics Covered: The importance of normalizing human emotions and experiences How anxiety and stress are your body's communication tools The role of cognitive distortions and how to identify them Differentiating between thoughts from the anxious vs. wise brain Somatic tracking and other methods to process emotions The connection between repressed anger and chronic physical conditions Practical strategies for emotional regulation and nervous system safety The impact of societal narratives on mental health diagnoses In this episode: Ali discusses the misconception that emotions like anxiety are pathology, highlighting they are normal human signals. She shares insights on how to recognize and validate feelings rather than suppress them. An exploration of cognitive distortions such as catastrophizing and mind reading, with tips to identify and reframe them. Practical tools like feelingswheel.com and somatic tracking for emotional awareness. The link between unprocessed anger, autoimmune diseases, and chronic pain, referencing Dr. Gabor Mate. Emphasizes that a regulated nervous system involves acceptance of highs and lows, not constant calmness. Ali advocates for deeper work to address root causes of stress and emotional dysregulation for lasting health. Timestamps: 00:00 - Understanding the deeper function of emotions and nervous system signals 01:23 - Surface symptoms and the journey towards nervous system regulation 02:48 - Asking about life to identify hidden stressors 04:35 - The societal narrative around fixing mental health issues 05:42 - Emotions as communication: betrayal, jealousy, sadness, and more 06:42 - Using emotion vocabulary tools like feelingswheel.com 08:33 - Curiosity and self-compassion as keys to emotional resilience 09:57 - Normalizing anxiety and the impact of diagnostic labels 11:18 - Addressing societal pressure to fix or pathologize human struggles 12:46 - The loneliness of emotional suppression and curated vulnerability 13:11 - Thoughts, sensations, and the importance of accepting your current experience 14:08 - Differentiating between thoughts from the anxious vs. wise brain 15:54 - Cognitive distortions: catastrophizing, mind-reading, magical thinking 16:51 - The evolutionary need to belong and its influence on emotional perception 18:06 - Strategies for rewiring anxiety and managing triggers 19:31 - Disengaging from anxious thoughts and feeling emotions physically 21:10 - Processing emotions without pressure or needing to fix them instantly 22:35 - Somatic tracking for emotional regulation and pain management 24:52 - Active strategies to release anger healthily 27:14 - Recognizing and owning anger without shame 31:06 - The nervous system's constant danger scan and creating safety 32:33 - Misconceptions about emotional balance and the reality of regulation 34:23 - The importance of self-acceptance and deeper emotional work Resources & Links: Feelings Wheel Atlas of the Heart by Brené Brown Gabor Maté's Work on Emotions & Chronic Disease This episode encourages a compassionate perspective on emotional health, emphasizing that understanding and accepting our human experience can lead to profound healing and vitality. Ali's Resources: Consults with Ali BIOptimizers Magnesium Breakthrough 10% off using code ALIDAMRON10 www.alidamron.com/magnesium Master Your Perimenopause Course + Toolkit "Am I in Perimenopause?" Checklist. What Hormone is Imbalanced? Quiz! Fullscript (Get 10% off all supplements) "How To Balance Your Hormones For Better Sleep, Mood, Periods and Energy" Free, On Demand Training Website Ali's Instagram Ali's Facebook Group: Holistic Health with Ali Damron
Your labs came back clean. Your doctor says your blood work is “normal.” Your weight is “fine.” But your energy is dropping, your thinking feels slower, and there's a ceiling you keep bumping up against. This episode is for that specific situation. It's far more common among high-performing executives and founders than most people realize.Julian walks through exactly how he thinks about it: why standard blood work can't see what's actually happening, the four layers he maps before ordering a single test, and the phased approach he uses to create clarity before adding anything new. If you've been told everything looks normal, but you know something isn't right, this one is for you.— Episode Chapter Big Ideas (timing may not be exact) —0:00 – Welcome & the "normal labs but feeling off" situation 1:54 — Who Julian is & what Executive Health does2:37 — Why "normal" doesn't mean optimal 3:01 — What a standard annual physical actually measures 4:52 — What standard blood work doesn't measure6:15 — Why your TSH in range doesn't mean your thyroid is functioning optimally 7:37 — Why a single morning draw misses the full rhythm of cortisol 9:19 — Why fasting glucose isn't enough10:54 — Why health sovereignty matters 11:31 — The four diagnostic layers Julian maps first12:40— Layer 1: Energy Timeline14:03— What energy patterns actually signal15:13 — Layer 2: Cognitive Quality16:27 — Decision fatigue as an early signal of declining biological capacity18:03 — Layer 3: Lifestyle Load21:38 — Why accumulated stress without recovery creates a compounding deficit22:22 — Layer 4: Environmental Inputs:23:10 — Morning light, circadian rhythm, and why most executives are running a circadian deficit25:02 — Why seven hours of sleep can still leave you depleted25:59 — Overlooked signs of sleep debt26:45 — Constant stimulation and the cost of a nervous system that never downregulates28:34 — The three-phase approach overview: Stabilize, Signal Clarity, Targeted Testing29:23) Phase 1: Stabilize29:56 — Why sleep consistency matters more than duration31:36 — Why sleeping before midnight hits differently34:34 — Meal timing and sleep quality35:31 — Phase 2: Signal Clarity36:34 — Why layering more interventions buries the real problem further37:36 — Phase 3: Targeted Testing38:20 — What targeted testing actually looks like39:00 — Why hormonal health is the foundation40:18 — The skill of slowing down before speeding up40:49 —Why accomplished leaders stay stuck42:04 — Pattern 1: Trusting labs over lived experience43:28 — Pattern 2: Adding tactics instead of creating clarity44:58 — Why complexity feels like progress but often buries the real issue46:15 — Pattern 3: Normalizing subpar performance because external metrics are still moving47:55 — The cost shows up gradually…then suddenly49:11 — The gap between existing and thriving51:06 — How to work with Julian privately— Connect with Julian and Executive Health —LinkedIn — https://www.linkedin.com/in/julianhayesii/X — https://x.com/thejulianhayesDon't let your biology become the bottleneck to the enterprise you're building. Book a private call —https://www.executivehealth.io/contactWebsite — https://www.executivehealth.io/***DISCLAIMER: The information shared is not meant to treat or diagnose any condition. This is for educational, informational, and entertainment purposes. The content here is not intended to replace your relationship with your doctor and/or medical practitioner. Consult your provider before making any decisions.
Are we protecting free speech, or are we normalizing political violence?In this episode of Go Right with Peter Boykin, the Constitutionalist for Liberty, Peter Boykin takes a deeper look at a disturbing cultural question facing America. What happens when political violence becomes entertainment? What happens when tragedy becomes content? What happens when people start treating assassination, threats, and dehumanization like jokes, trends, or viral sound bites?This is not just about one political figure, one app, one party, or one online controversy. This is about the condition of our Constitutional Republic.The First Amendment protects offensive speech, unpopular speech, political speech, and speech that challenges power. That protection matters. However, liberty also requires responsibility. A free nation cannot survive if citizens lose the ability to see their political opponents as human beings.Peter breaks down the difference between censorship and accountability, the role of Big Tech algorithms in rewarding outrage, and why America must reject political violence without giving government unlimited power to police speech.This episode also connects the issue nationally, statewide, and locally, including why North Carolina communities should pay attention before online hatred becomes real-world intimidation.The question is simple, but the answer matters.Is America laughing at violence because we forgot what liberty requires?Read more at:https://gorightnews.com/are-we-protecting-free-speech-or-normalizing-political-violence/Find more from Peter Boykin:GoRightNews.comPeterBoykin.comGoRightMusic.comWatch and follow:Rumble: https://rumble.com/v79jrvg-are-we-protecting-free-speech-or-are-we-normalizing-political-violence.htmlYouTube:https://youtu.be/EDzpkq-9_BoBitchute: https://www.bitchute.com/video/5PGjZJOyNeDc/Spreaker:https://www.spreaker.com/episode/are-we-protecting-free-speech-or-are-we-normalizing-political-violence--71916382Support Go Right News:Cash App: $GoRightNews#GoRight, #GoRightNews, #PeterBoykin, #ConstitutionalistForLiberty, #FreeSpeech, #FirstAmendment, #PoliticalViolence, #ConstitutionalRepublic, #CivicResponsibility, #OnlineCulture, #BigTech, #TikTok, #NorthCarolina, #GoRightNC, #PoliticalCommentary, #Liberty, #Truth, #AmericaFirst, #Rumble, #YouTube, #Podcast, #GoRightMusicBecome a supporter of this podcast: https://www.spreaker.com/podcast/go-right-with-peter-boykin-the-constitutionalist-for-liberty--3096608/support.
On this episode, Dr. Sadaf welcomes Dr. Mona Masood, to talk about everything you need to know about mental health stigma, cultural baggage, and normalizing the how we talk about it all. Dr. Masood is an outpatient pyschiatrist and the Founder and Chief Organizer of the Physician Support Line, and during this discussion, she shares her expertise to dive into everything from the often ignored anxiety and depression medical professionals often feel and supress, red flags for emotional disconnect within a marriage, and her super fascinating fantasy novel. This episode draws attention to those discussions we often avoid and gets into the details of how we can reclaim how we think and apprach topics of mental health.Follow Dr. Masood on Instagram @shrinkwrapping and @msmasoodauthor.Learn more about her peer support work at physiciansupportline.com.Disclaimer: Anything discussed on the show should not be taken as official medical advice. If you have any concerns about your health, please speak to your medical provider. If you have any questions about your religion, please ask your friendly neighborhood religious leader. It's the Muslim Sex Podcast because I just happen to be a Muslim woman who talks about sex.To learn more about Dr. Sadaf's practice and to become a patient visit DrSadaf.comLike and subscribe to our YouTube channel where you can watch all episodes of the podcast!Feel free to leave a review on Apple Podcasts and share the show!Follow us on Social Media...Instagram: DrSadafobgynTikTok: DrSadafobgyn
Well, there's been another attempt on President Trump's life… but this one, if anything, is even more disturbing. THIS attempted assassin seems perfectly normal — within the Progressive Left's echo chamber of murder.
Guest Sheriff Richard Mack, Constitutional Sheriffs and Peace Officers Association, joins to help break down latest assassination attempt of President Trump. Discussion of the psychology behind the hatred against Trump, political rhetoric, and more. Are crimes rates going down across the nation under Trump? Will the left back off on the hate, accusations, and attacks of President Trump? Discussion of media playing nice...for a brief moment. Who was the attempted assassin, and where could he have gotten the idea Trump was so bad?
Taking hard feedback is one of the most underrated leadership skills — and most of us are doing it wrong.In this episode, JP, Betsy, and Nate get real about the emotional side of criticism: why feedback feels so personal for coaches and leaders, how to regulate before you respond, and the mindset shift that turns brutal feedback into your greatest tool for growth.Whether you're a coach, athletic director, team leader, or anyone who's ever been stung by a harsh comment — this conversation is for you.
Podcaster and standup Kaytlin Bailey of The Oldest Profession chats about decriminalizing sex work, the real agenda with harmful legislation, how she came to escorting, and her live show that's touring the US in 2026.On the show:Kaytlin Bailey, podcaster and comedianKaren Yates, host and producer of Wild & Sublime, writer, and energy workerMentioned on the show:The Oldest Profession live show and upcoming show dates in New Orleans, Chicago, Denver and moreThe movie Classified: The War on BackpageWe have a ton of resources at Wild & Sublime. Sign up for updates too!Check out our new line of tees and accessories! Be wild & sublime every day! Shipping discounts for orders over $50.Do you feel stuck? Work with host Karen Yates in Zoom groups and one-on-one as she uses the energy of sound to reduce stress and help repattern behavior. Learn more about Biofield Tuning.Show your love for sex-positive podcasting: Leave a lil' tip!Support the showFollow Wild & Sublime on Instagram and Facebook!
It's amazing how much dysfunction is ingrained in our classrooms, schools, and the education system itself. Much of it is so prevalent that we have resigned ourselves to accept it as reality. We can do better. Effective educators identify normalized dysfunction in their classrooms and then take steps to begin eliminating it. For things we can't completely control, we advocate for change and focus on leading by example.
What happens when a woman who's been casually watching spirits walk through her bedroom walls for a decade finally learns she's a medium? For Tammy Tocheniuk, it was less of a revelation and more of a remembering. In this episode, Sarah and Jane sit down with the psychic medium and animal communicator who built an extraordinary practice almost entirely on her own terms, with zero formal training and zero apologies for it. Tammy shares how her gifts unfolded in layers, from reading the energy of adults in a room as a child, to waking up in her twenties with multiple spirits standing at the foot of her bed, to accidentally launching her mediumship career by helping a grieving coworker connect with a friend who had been murdered. She talks honestly about what it cost her, including adrenal fatigue, flashbacks from criminal cases, and a full year off from all things spiritual, and about why pivoting to animal communication changed everything. This conversation goes deep into what it actually feels like to communicate with animals in spirit versus animals who are still alive, why animals have a profoundly different relationship with death than humans do, how Tammy navigates one of the hardest conversations a pet owner can have (is it time?), and the reading that brought a husband to tears when his dog remembered the engagement ring around his neck. Tammy also gets candid about normalizing her gifts for her three sons, keeping a regular day job as a cover story, and why doing it her own way, without the usual cookie-cutter mediumship school training, turned out to be exactly right for her. Key Takeaways Psychic and mediumship gifts often emerge naturally over time rather than all at once. For many intuitives, the abilities unfold in layers across childhood, young adulthood, and beyond, whether you're actively seeking them out or not. Sometimes the most validating moment in a medium's journey isn't a dramatic reading. It's simply hearing the right word, the right label, and feeling something click into place like a remembering. Intense mediumship work, especially around trauma, crime, or grief, can lead to real physical and emotional exhaustion. Burnout is real, and stepping back, even for an extended period, is not giving up. It's part of the practice. Setting boundaries around the kind of work you take on is not a limitation on your gifts. It's how you sustain them. Knowing what you're willing to do and what you're not is part of developing as a medium. Not having formal training has both gifts and costs. Your voice stays your own, but mentorship and community matter, especially when it comes to protecting your energy and knowing when to ask for support. Animal communication and psychic work tend to require less energetic output than evidential mediumship. If you're feeling drained, exploring these modalities might offer a gentler on-ramp or a much-needed reset. Animals can be powerful messengers in readings, even when the session is focused on a person in spirit. Don't be surprised when they show up and steal the show. When communicating with animals around end-of-life decisions, the most important thing you can offer a grieving pet owner is peace, not a verdict. Meeting people where they are matters as much as the message itself. Animals have a profoundly different relationship with death than humans do. Their acceptance and presence can be a gift not just to their owners, but to the mediums and communicators who work with them. Normalizing your gifts in your everyday life, with your family, your kids, your language, helps create an environment where intuition is treated as natural rather than strange or scary. "I would wake up at night and there would be a spirit in my bedroom. Sometimes two, three, four of them at one time. And I call it seeing 3D. I was seeing them like a piece of furniture." "I rarely have an animal that's not accepting of death. It's very different than people. They seem to understand intuitively that this is a transition." "Their messages are fairly simple and straightforward. A lot of times, people just want to know: are they still there, and do they remember me?" If This Episode Resonated…Share it with a friend who's been feeling the shift too. Or send it to someone who needs the reminder: You're doing it perfectly! You are the LIGHT!✨ Tammy's Instagram: https://www.instagram.com/tammytochintuitive/ Tammy's Website: https://www.tammytoch.com/ Tammy's Facebook: https://www.facebook.com/feathersandsmudge1? Website: https://www.mediumcurious.com Explore the Intuition & Mediumship Course: https://www.mediumcurious.com Book a reading with Jane Morgan https://www.janemorganmedium.com/ Book a reading with Sarah Rathke https://www.sarahrathke.com/ Jane's Substack: https://janemorgan.substack.com Instagram: https://www.instagram.com/mediumcuriouspod/
A life that looks steady on the surface can still carry deep, unspoken pain. Alison Byxbe shares a vulnerable and redemptive journey through grief, unexpected diagnoses, and emotional exhaustion, revealing how God met her in the midst of it all. Through the practice of journaling, she discovered not only healing but a deeper intimacy with the Lord, offering a pathway for others to process pain with honesty and hope.___Tune In to Discover▫️ How journaling supports emotional and spiritual healing▫️ The connection between writing and brain integration▫️ Breaking stigma around counseling and mental health▫️ Practical ways to use journaling in everyday life.___Inside the Episode02:00 – Hidden struggles behind a positive exterior05:20 – Grief, diagnosis, and compounded emotional weight10:22 – Normalizing counseling and mental health care17:47 – Why journaling is powerful for healing and brain integration21:24 – Using prompts to unlock deeper reflection23:30 – Practical ways campuses can integrate journaling25:42 – Journaling rhythms and seasons of life26:30 – Pairing journaling with prayer and meditation___To hear this interview and many more like it, subscribe on Apple Podcasts, Spotify, or our website, or search for Biblical Higher Ed Talk in your favorite podcast player.The Biblical Higher Ed Talk podcast is brought to you by The Association of Biblical Higher Ed and is proud to be a part of The Higher Ed Marketer Podcast Network. Hosted on Ausha. See ausha.co/privacy-policy for more information.
In Episode 423 of the Straight Dope Show, El Uno and TraB The Wonder pull no punches as they break down the frustrating state of the Golden State Warriors. The duo dissects Steve Kerr's bizarre "championship" comments, Draymond Green's undeniable defensive greatness, and why Steph Curry is carrying an aging roster with zero help. The sports talk spans the impact of NIL money on the NBA draft to the death of culturally unified sports viewing. Shifting gears, the guys tackle heavy hitters like America's "unseriousness" on the global stage, the illusion of performative protests, and the reality of surviving the empire's decline. Finally, they lighten things up by diving into the 100-squats-a-day challenge, men's fashion missteps, and why society needs to just let people cosplay in public without making it a spectacle.00:00:00 – Tip-off: Questionable court vision, Gui Santos, and Steve Kerr's zero-tolerance policy for not knowing the plays.00:05:32 – The Warriors' rough reality: Why is Steve Kerr calling a random regular-season win "our championship"? Plus, giving Draymond Green his defensive flowers.00:10:56 – Steph Curry's isolated greatness, lack of whistle respect, and critiquing the OKC Thunder's endless draft pick hoarding.00:18:37 – Broadcast woes: The downgrade of streaming games on Amazon Prime versus the 90s nostalgia of everyone watching Barry Bonds and the 49ers together.00:23:28 – The tanking dilemma: Why rebuilding is broken when NIL money keeps the best players in college longer.00:30:20 – Global politics: America's unseriousness on the world stage, the "end of an empire" feeling, and the complicated nature of Black American patriotism.00:35:37 – Performative activism, sanitized news narratives, and questioning environmental changes and Earth's cycles.00:41:40 – Finding peace in the matrix: Traditional tea houses, surviving "sweat clouds" at Green Day concerts, and starting the 100-squat-a-day challenge.00:50:09 – The state of men's fashion: Baggy fits vs. athletic wear, and why true style is just wearing what actually works for you.00:52:35 – Normalizing public cosplay: From Morpheus fits to Naruto jackets and cowboy themes—just let people be happy without filming them.00:59:18 – Star Wars lore, the truth behind Samuel L. Jackson's purple lightsaber, John Boyega's treatment, and reading energy in public.01:05:03 – The abrupt exit: Bubble guts strike and the show wraps up.
Send Dr. Li a text here. Please leave your email address if you would like a reply, thanks.In this episode, Dr. Christine Li empowers women to shift from chaos and stress to clarity. She explores why stress and overwhelm often accompany our to-do lists and clutter, and offers practical mindset strategies for releasing negativity and reclaiming agency over daily life. Listeners are guided to recognize their inherent clarity, start with small steps, and embrace success with a lighter, more productive outlook.Timestamps00:00:00 - Introduction: stress and clarity00:01:05 - Dr. Christine Li introduces herself and podcast focus00:01:48 - Clarity during stress for midlife women00:02:42 - Decluttering as a stress trigger00:04:08 - Normalizing anticipatory anxiety00:05:54 - Breaking the cycle of overwhelm00:06:26 - Affirming inner clarity00:08:03 - Tackling clutter and self-doubt00:09:07 - Clearing negativity00:11:01 - Reality vs negative stories about clutter00:13:22 - Clearing internal negativity00:14:08 - Freedom from self-battle00:16:07 - Embracing an open mindset00:17:55 - Progress through small steps00:19:41 - Hope for success and clarity00:20:05 - Free clarity worksheet offered00:20:44 - Closing and connection detailsTo get the free download that accompanies this episode, go to: https://maketimeforsuccesspodcast.com/clarityoverstressTo sign up for the Waitlist for the Simply Productive Program, go to: https://maketimeforsuccesspodcast.com/SPFor more information on the Make Time for Success podcast, visit: https://www.maketimeforsuccesspodcast.comGain Access to Dr. Christine Li's Free Resource Library -- 12 downloadable tools and templates to help you bypass the impulse to procrastinate: https://procrastinationcoach.mykajabi.com/freelibraryTo work with Dr. Li on a weekly basis in her coaching and accountability program, register for The Success Lab here: https://www.procrastinationcoach.com/labConnect with Dr. Christine LiWebsite: https://www.procrastinationcoach.comFacebook Group: https://www.facebook.com/groups/procrastinationcoachInstagram: https://www.instagram.com/procrastinationcoach/TikTok: https://www.tiktok.com/@procrastinationcoachThe Success Lab: https://maketimeforsuccesspodcast.com/labSimply Productive: https://maketimeforsuccesspodcast.com/SP
We're in our new "month of renewal" format. We're essentially exploring this question throughout the month... what if growth required less effort? This is an encore episode that helps us answer this question. Reminder that we'll be back with new episodes May 1, 2026. In this episode of Joy Lab, Dr. Henry Emmons and Dr. Aimee Prasek dismantle the idea that balance is a fixed destination you arrive at someday — once the laundry is done, the inbox is empty, and the kids are listening. Spoiler: that day is not coming. Instead, Henry and Aimee reframe equanimity as an active, embodied practice — more like balancing on one foot than standing rigidly still. Drawing on the metaphor of the Equinox, the rhythm of the ocean, and the very real signals your nervous system sends when you've overloaded your plate, they offer two practical, evidence-informed strategies: releasing perfectionism and cultivating outer stillness through the radical act of doing less. Whether you're recovering from burnout, drowning in self-help listicles, or just tired of waiting to feel balanced before you start living, this episode is your permission slip to recalibrate — right now, imperfectly, and with grace. About: The Joy Lab Podcast is an Ambie-nominated podcast that blends science and soul to help you cope better with stress, ease anxiety, and uplift mood. Join Dr. Henry Emmons and Dr. Aimee Prasek for practical, mindfulness-based tools and positive psychology strategies to build resilience and create lasting joy. Take the next leap in your wellbeing journey with the Joy Lab Program. If you enjoyed this episode, please rate and review us wherever you listen to your favorite podcasts! And... if you want to spread some joy and keep this podcast ad-free, then please join our mission by donating (Joy Lab is powered by the nonprofit Pathways North and your donations are tax-deductible). Like and follow Joy Lab on Socials: Instagram Linkedin Watch this episode on YouTube Sources and Notes: Joy Lab Program: Take the next leap in your wellbeing journey with step-by-step practices to help you build and maintain the elements of joy in your life. Full transcript here Key moments: [00:01:00] Defining equanimity — calm, serenity, inner peace, and balance Why "balance" is the most relatable word, even if it's overused and under-understood. [00:01:45] The biggest myth about balance: it's a fixed end state Unpacking the belief: "I just need to get my life in balance and then I can…" — and why it keeps failing us. [00:02:45] Balance as a boat on the ocean Waves, storms, narwhals, manatees — navigating it all is the practice. Balance is not the island. [00:03:45] Physical balance as a mirror for life balance Henry reflects on aging, illness, and how something we once took for granted can become a major effort — and what that teaches us. [00:05:30] When life knocks your reserves out — anxiety, depression, significant stress What once seemed doable can feel insurmountable. Normalizing the experience of losing your footing. [00:06:00] The Equinox metaphor for balance Twice a year, day and night are perfectly balanced — and it lasts a moment. Nature doesn't fight the shift. It flows. [00:07:30] Savoring moments of calm and preparing for inevitable shifts The Equinox teaches us to appreciate balance when we find it — and not to be blindsided when it moves on. [00:08:45] Balancing on one foot — balance is in the balancing Aimee reframes physical balance as wobbling, reassessing, and rebalancing — not rigidity. An invitation to ease up on yourself. [00:09:30] Honest check-in: Joy Lab's own season of imbalance Six months of heavy workload, three months of feeling out of balance — and the confidence that recalibration is possible. [00:11:00] Strategy 1: Let go of perfectionism Aimee breaks down how our vision of "balance" is often a vision of impossible perfection — and how that perfectionism causes us to delay our own self-care indefinitely. [00:12:30] How perfectionism anchors the balance myth We stop doing the things that help us recalibrate until we reach a state that never arrives. The invitation to check in and offer yourself grace. [00:13:45] Strategy 2: Cultivate outer stillness by doing less Henry's personal strategy — and why it runs counter to every "5 Things Highly Productive People Do" headline in your newsfeed. [00:15:30] What the pandemic unexpectedly taught about doing less When life was stripped back, Henry discovered his life could be rich without being packed full. [00:17:00] Why "do less" is the only wellness strategy with nothing to add to your list No gadgets. No hacks. No hooks for perfectionism. Just awareness and the willingness to say no. [00:17:30] Using your body as a navigation app for balance Tuning into the feeling of being rushed and pressured as a signal to change course — no wearable required. [00:19:00] Aimee's body check-in — stomach tension as a balance metric Instead of opening another listicle, go inward. Your nervous system is already telling you what you need. [00:20:00] We are balanced creatures when we allow ourselves to be Balance isn't about biohacking or concoctions. It's inner stillness and inner wisdom — skills we can all build. [00:21:00] Joy Lab Program and community support A reminder that the podcast is community-supported — and an invitation to go deeper in the Joy Lab Program. [00:21:45] Closing quote from Anna Quindlen Please remember that this content is for informational and educational purposes only. It is not intended to provide medical advice and is not a replacement for advice and treatment from a medical professional. Please consult your doctor or other qualified health professional before beginning any diet change, supplement, or lifestyle program. Please see our terms for more information. If you or someone you know is struggling or in crisis, help is available. Call the NAMI HelpLine: 1-800-950-6264 available Monday through Friday, 10 a.m. – 10 p.m., ET. OR text "HelpLine" to 62640 or email NAMI at helpline@nami.org. Visit NAMI for more. You can also call or text SAMHSA at 988 or chat 988lifeline.org.
This show has been flagged as Clean by the host. Basic-Filtering 01 Introduction This is the second episode in a four part series on a simple way to create your own HPR podcast episode. 02 This episode will cover the following topics: Basic filtering.. De-essing to improve voice quality. And normalizing to adjust audio levels for easier reviewing. 03 Filtering is removing unwanted noise from an audio signal. There are several ways of doing this. It is possible to do this with Audacity, but I don't know how so I won't try to describe that method. It is possible however to filter using command line tools such as FFMPEG and Sox. When assembled into shell scripts, these tools can become part of an automated process that you can use over and over again for each HPR episode that you record. 04 In a later episode I will discuss how to analyze audio signals to find the sources of noise that can be reduced or eliminated with filters. In this episode however I will discuss basic filtering that you can apply routinely without doing any analysis beforehand. 05 Sources of Noise A question that you may have is "why is there noise in the recording?" There are many sources of undesirable noise. 06 A very common one that you may not be aware of is electrical noise that works its way into the electronic recording circuits and is imperceptible to you until you play back the recorded audio. The most common noise signal is what is commonly called "line noise" and is a low frequency hum at 50 or 60 Hz from the electric power lines and reflects the 50 or 60 Hz frequency of the AC power lines feeding your recording hardware. 07 You may be familiar with this low frequency hum from when it emanates from large electrical hardware such as transformers as it makes the laminations vibrate. However, it can also work its way indirectly into electronic equipment as well. Good quality audio hardware may filter all or most of this out, but it is present in a lot of consumer grade hardware. 08 Other sources of electrical noise may reflect specific problems in your recording hardware. I will discuss one such problem with my microphone that I had to address. Still other sources of noise may reflect actual physical audio noise around you, such as fans. Placing the microphone close to your face will help in dealing with a lot of these problems, but you may find filtering to be of some help here as well. 09 Audio Frequency Range Let's start with some basics. A good quality stereo of the type you may have at home is typically rated to perform between 20 Hz and 20 kHz. This is the widest possible range that we need to consider. In reality, this is a far wider range than is needed for a voice oriented podcast. It is also well beyond the range of the hardware that many of your listeners will be using to listen to the podcast. 10 For example, the speakers that I have connected to my PC and a number of headphones and earphones that I have tested drop off drastically below 80 Hz or above 8 kHz, or even above 6 kHz in many cases. This is not audiophile quality hardware, but it is representative of the sort of hardware that a lot of your listeners will be using when listening to podcasts. And to be honest here, a lot of people will have difficulty hearing anything above 8 kHz even with the best quality audio hardware due to hearing loss from environmental noise exposure or age. 11 You can get a good idea of what different frequencies sound like by generating sine waves using either FFMPEG or Sox. Here's an example of generating a 1 kHz sine wave using FFMPEG. A copy of this will be in the show notes. ffmpeg -f lavfi -i "sine=frequency=1000:sample_rate=44100:duration=3" 01000hz.flac This creates a sine wave at 1 kHz and at a sample rate of 44.1 kHz for a duration of 3 seconds and saves it to a flac file named 01000hz.flac 12 Here's the same using Sox. sox -n -r 44100 -b 16 01000hz.flac synth 3 sine 1000 The -b 16 specifies using 16 bit audio to encode it, and the "sine 1000" element specifies the frequency in hertz. 13 You can test this out at different frequencies to get a feel for how your hardware responds. What the effective limits on typical hardware audio range means is that we can quite safely filter out a large part of what is considered to be the "audio range" without any noticeable loss of quality. For the purposes of our discussion here then I will limit the frequency range to between 80 Hz and 12 kHz, and that is being generous. You can probably narrow that, particularly at the top end, without any problems. 14 At the low end, the typical rule of thumb recommended by most people seems to be that for the average male voice you can set the lower threshold at 80 Hz, and for the average female you can set it at 160 Hz. Note that you don't *have* to set the threshold higher for a female. Rather, it is just that you typically *can* set it higher if you wish. Note also that these are averages, and may not reflect an actual individual. 15 Simple Filters We will now create some simple filters using the same command line software mentioned in a previous episode in this series. These are FFMPEG and Sox. 16 First let's define some terminology. A high pass filter passes through frequencies which fall above a certain threshold and blocks frequencies which are below that frequency. A low pass filter passes through frequencies which fall below a certain threshold and blocks frequencies which are above that frequency. 17 In reality there isn't an abrupt cut-off in the filters. Instead there is a gradual roll off or sloping off of amplitude below or above the specified filter frequency. This is for two reasons. One is that if there was an abrupt cut off then it would risk introducing audible distortion in the signal for frequencies on the margin. 18 The other reason is that this is how hardware filters traditionally inherently worked when they were made out of electronic components such as resistors, capacitors, and inductors. The sharpness of this cut off can be adjusted, but we won't be fiddling with it in that sort of detail. You will sometimes see filters specified in terms of "poles". This has to do with describing how filters were constructed using electronic components. Don't worry about it, it doesn't really matter. 19 Here is a typical high pass filter using ffmpeg which filters out frequencies below 80 hertz. # High pass filter. ffmpeg -i inputfile.flac -af "highpass=f=80" outputfile.flac Here is a typical low pass filter using ffmpeg which filters out frequencies above 12 kHz. # Low pass filter. ffmpeg -i inputfile.flac -af "lowpass=f=12000" outputfile.flac 20 Here is a filter which combines the two. # Combined filters. ffmpeg -i inputfile.flac -af "highpass=f=80, lowpass=f=12000" outputfile.flac And here is the same thing using Sox. sox inputfile.flac outputfile.flac highpass 80 lowpass 12000 21 Filtering Out Specific Frequencies Recall that I mentioned that a common source of noise is the 50 or 60 Hz AC power line frequency working its way through the electronics of your recording device. Because filters operate gradually and the 80 Hz lower filter threshold is close to 60 Hz, the high pass filter may not deal with this adequately. 22 Now it happens that your listeners may not be able to hear this 50 or 60 Hz noise anyway because their audio hardware won't reproduce it. That by the way includes you not being able to hear it either when you review your recording before uploading it. However, there may be some HPR listeners who are sitting back sipping a glass of wine and listening to your episode on their stereo and who can hear it. That suggests that we ought to do something about it just in case. 23 I will get into how to analyze audio signals in a later episode, but for now just accept that I looked at the frequency spectrum of a sample recording using my hardware and found a large 60 Hz noise spike which I wanted to address. 24 Experimenting with additional high pass frequencies up to 120 Hz did not improve things much with respect to the 60 Hz problem. There are other parameters which could be tweaked, but at this point it would seem most promising to attack the 60 Hz spike problem directly using a different filter method. To deal with the this 60 Hz spike we can use a "band reject" filter, which removes a specific band of frequencies. We will use this in combination with the filtering that we have already done above. 25 After a small amount of experimenting I came up with the following. I also added in a 50 Hz filter while I was at it, for the benefit of those living in areas with 50 Hz electrical supply. These filters will be included in the show notes, so don't worry if you can't quite understand all the details from a verbal description. 26 Here's the FFMPEG version. # Using ffmpeg ffmpeg -i input.flac -af "highpass=f=80, lowpass=f=12000, bandreject=f=60:width_type=h:w=20, bandreject=f=50:width_type=h:w=20" output.flac 27 This as the following elements A high pass filter at 80 Hz, A low pass filter at 12 kHz, A band reject filter centred at 60 Hz and with a width of 20 hertz. A similar band reject filter centred at 50 Hz. 28 Here's the Sox version. # Sox version. sox input.flac output.flac highpass 80 lowpass 12000 bandreject 60 20 bandreject 50 20 Note that with sox, don't quote the filter definition strings or else it will result in an error as sox doesn't see enough parameters. This is not a problem with ffmpeg. 29 The band reject filter knocks the stuffing out of the 60 Hz line noise, and the 50 Hz parameter should do the same for that frequency as well. This basic filter should be able to be applied to any podcast audio recording without causing any problems. You can probably reduce the low pass frequency from 12 kHz down to 8 kHz without any problems, but I would suggest that you test it with your voice before making that decision. 30 I will come back to filtering out specific frequencies again later when I discuss how I solved a specific problem with the hardware that I am using. However, we have to discuss how to analyze audio signals before we can do that sort of technical troubleshooting, and I will cover that in a later episode. -------------------- 31 De-Essing An additional type of filtering is "de-essing". When recording audio, the microphone or environment may result in "s", "sh", "ch" and possibly other sounds to be exaggerated. These are all higher frequency elements of voice recordings. "De-essing" attempts to soften these sounds by selectively reducing the volume on the frequency band which contains these sounds. 32 Software Filters De-essing is accomplished via software filters. FFMPEG and Sox both have de-essing filters. For FFMPEG, the de-essing filter is built in. For Sox however, we must install an optional plug-in. I will cover this is more detail when I discuss using Sox for de-essing. 33 Do You Need De-Essing? The first thing to make clear however, is that you may not need to worry about this. If you think the audio sounds just fine the way it is, you don't need to do any de-essing to it. De-essing is a very subtle change, and you would probably need to do some careful before and after comparisons of audio samples to tell the difference. I didn't know that a thing called de-essing even existed before I started doing the research to make this podcast episode. However, at this point we are doing things more for fun than out of necessity, so I'll describe it anyway. 34 De-Essing with FFMPEG De-essing with FFMPEG is relatively simple. The filter is built in, and there are just three values to adjust. On the other hand, it is not really obvious what these values mean in practical terms. 35 I will however warn you to not rely on the AI search results from Google to understand this feature. The AI, in my experience, just makes stuff up about it and tells you to use options that don't exist and values that are not valid. I found that the only useful information came from FFMPEG's own web site, and from examples written by actual humans. 36 I then experimented with different values to see what effects they had. Since the results are rather subtle, fine tuning isn't really that necessary and I found that I could arrive at some reasonable values fairly quickly. I will provide the parameters that I found useful for me, and I suspect they would probably work for you as well. 37 Here is a typical de-essing command. ffmpeg -i inputfile.flac -filter_complex "deesser=i=0.5:m=0.5:f=0.5:s=o" -b:a 336k -sample_fmt s16 outputfile.flac 38 The important arguments are i, m, and f. i is intensity for triggering de-essing. The allowed range is 0 to 1. The default is 0. By experimentation I found that "0" means no de-essing, and "1" is maximum de-essing. I found that setting it to "0.5" gave satisfactory results. 39 m is the amount of "ducking on the treble part of sound". The allowed range is 0 to 1. The default is 0.5. By experimentation I found that "1" means no de-essing, and "0" is maximum de-essing. I found that setting it to "0.5" gave satisfactory results. 40 f is how much of the original frequency content to keep when de-essing. The allowed range is 0 to 1. The default is 0.5. By experimentation I found that "1" means no de-essing, and "0" is maximum de-essing. I found that setting it to "0.5" gave satisfactory results. 41 Setting "m" or "f" too high can result in a distorted output as too much of the original sound is cut out. The defaults of 0.5 in both cases gave audible improvements without noticeable distortion. 42 There is an additional parameter called "s". This controls whether the de-essing filter does anything. Setting it to "o" is the normal and default mode. Setting it to "e" causes it to output just the components that it would normally have filtered out. This is useful for testing purposes so you can see what and how much is being filtered. You only use this when experimenting with different values. Setting it to "i" causes the input to be passed through without de-essing. This would be useful in scripts where you want to use a variable to control whether or not to use the de-esser while still creating the expected output file. 43 There are two other elements of the command which were included but are not strictly speaking part of the de-essing filter itself . These are " -b:a 336k" and "-sample_fmt s16". " -b:a 336k" sets the audio bit rate to 336k. "-sample_fmt s16" sets the audio sample format to 16 bit. I found it necessary to specify these in order to prevent the de-essing filter from changing formats. They are not part of de-essing however. 44 De-Essing with Sox You can also de-ess with Sox. However, this is more complex for several reasons. One reason is that Sox does not have its own de-essing filters. Instead it uses optional plug-ins, and you must find and install these. The actual plug in may vary depending on what operating system you are using. The other reason is that it deals with the issue in fairly low level parameters, and so is a bit more complex to describe. Because of this I will skip over describing this in detail and just give a very brief overview. If anyone would like me to describe in more detail how to de-ess with Sox, then send in a comment and I will do a short episode on it later. 45 Sox De-Essing Overview To de-ess with Sox, you first need to install the plug-ins. On Linux, these will be the TAP ladspa plug-ins. TAP stands for "Tom's Audio Processing" plugins. ladspa stands for "Linux Audio Developer's Simple Plugin API" To install the TAP plugins on Ubuntu, using the following command. sudo apt install tap-plugins The plug-in we need is called "tap_deesser.so". 46 In order to use the plug-ins, you need to set the path as a variable. On Ubuntu this is. export LADSPA_PATH="/usr/lib/ladspa:" I put the above in the shell script which calls the Sox de-esser. 47 To use the Sox de-esser, you do the following: sox inputfile.flac outputfile.flac ladspa tap_deesser tap_deesser -30 4500 48 tap_deesser tap_deesser tells it which plugin to use. We need to state tap_deesser twice because the first is the name of the ".so" file and the second is the name of the plugin. A single "so" file can contain multiple filters, although in this case there is only one. -30 is the threshold in dB at which to start to apply the filter. 4500 is the frequency in Hz that the filter centres around. 49 The TAP web page has a table of recommended frequencies. These are: Male 'ess' 4500 Hz Male 'ssh' 3400 Hz Female 'ess' 6800 Hz Female 'ssh' 5100 Hz You will need to do some trial and error to find what works best for you. 50 De-Essing Summary De-essing can be used to make minor improvements to voice quality by reducing certain harsh sounds which may be exaggerated by a microphone. If it sounds like a lot of work you can probably simply not bother with it and not really miss it. -------------------- 51 Normalizing Normalizing a signal means adjusting it to meet a specified level. For audio it means adjusting the volume or sound level. You may wish to normalize the audio of your recording to make it easier to listen to when reviewing it. The copy that you send to HPR however should be the original un-normalized version. 52 Sound level is measured in two ways, dB and LUFS. The latter is a more sophisticated way of measuring things which takes into account how the human ear perceives loudness. I won't go into a lot of detail in that regards, other than to say that just accept LUFS as a unit of perceived loudness that is the international standard. LUFS stands for "Loudness Units referenced to Full Scale", and is part of the EBU R128 standard, where EBU stands for European Broadcast Union. In both cases the measured value is a negative number, with numbers smaller in magnitude being louder. Smaller in magnitude means closer to zero. 53 HPR will adjust the sound level for publication, but if you wish to check the audio before uploading it can help to adjust it to something close to what HPR will do so that you can listen to it at a volume which most listeners will hear. In my case full volume on the audio system input produced a sound level which was much lower than a typical HPR episode. However, the volume level in the flac file itself can be adjusted using ffmpeg. 54 Measuring Volume Level First we need to see what the volume level is for a typical HPR podcast. To do this we use ffmpeg. In this example we are using an episode named "hprpodcast.mp3". Pick an episode which you think is suitable and copy the file to the working directory. 55 In the following script we use a volumedetect filter. The text we want normally outputs to standard error, so we have to do a bit of bashery to redirect this to standard output so it will go through a pipe. We then grep for the string "I:". This will have the average volume level in "loudness units" (LUFS). Then we extract the number, giving us a target LUFS level. 56 ffmpeg -i hprpodcast.mp3 -filter:a ebur128=framelog=quiet -f null /dev/null 2>&1 | grep "I:" | cut -d: -f2 57 Unfortunately I can't find a Sox feature which handles EBU loudness, so we need to work in dB instead. Here is the sox version. However, note that this may not work on mp3s if sox mp3 handing is not installed. 58 sox hprpodcast.mp3 -n stats 2>&1 | grep "RMS lev dB" | rev | cut -d" " -f1 | rev 59 You can use either of these for measuring the volume or sound level of an audio file. However, note that individual episodes from HPR may vary a bit in terms of loudness. In the samples that I looked at, this however was less than 1 LUFS or dB while my own recording was roughly 5 LUFS lower in volume than a typical HPR episode. -------------------- 60 If you Google for the EBU R128 standard the AI result will confidently tell you to use a target of -23 LUFS. However, this is wrong, which shouldn't be of any surprise if you are familiar with using AI. 61 The -23 LUFS figure is for broadcast television. There is in fact no standard level for podcasts. However, there is apparently a general industry convention of using somewhere around -17 LUFS. If I look at the first two HPR episodes that I did, HPR normalized them to -16.8 LUFS and -17.8 LUFS, while the original FLAC files that I submitted were -21.6 LUFS and -22.3 LUFS respectively. 62 So HRP appear to be targeting somewhere around -17 LUFS as well. We will therefore use -17 LUFS as our target for our own copy for review. -------------------- 63 The nice thing about using the EBU filter in FFMPEG is that this is very simple. Here is the FFMPEG version. 64 ffmpeg -i inputfile.flac -af loudnorm=I=-17:TP=-2.0:LRA=7.0 -ar 44.1k outputfile.flac 65 "I" is the LUFS target. LRA is the loudness range target. The default value is 7.0 so I used that. TP sets the maximum true peak. The default value is -2.0. so I used that. -------------------- 66 With Sox things are a bit more difficult. There is no direct method of setting the loudness that I am aware of, so we need to measure the current sound level in dB, do some calculations, and then apply that as a gain factor to the output. 67 First we need to subtract the measured db level from our flac file from the target db level from the HPR episode we decided to use as a sample. Bash by itself normally just does integer math. However, we would like to have at least one decimal point of resolution to work with. The simple solution is to do this calculation using bc, the shell arbitrary precision calculator. 68 Then take this new value and use it in a "volume" filter. The number which we give sox is the amount to increase or decrease the volume by. Sox will then output a new file with the new volume level. You can now listen to this file under conditions more closely approximating what it will be like after HPR have done their own audio adjustments and normalizaton on it This helps when listening to the file for any problems before you upload it. 69 Rather than reading 5 lines of complex shell script to you, I will put a copy of it in the show notes. level=$( sox $inputfile -n stats 2>&1 | grep "RMS lev dB" ) leveldb=$( echo "$level" | rev | cut -d" " -f1 | rev ) targetdb="-18.9" volumechange=$(echo "scale=2 ; $targetdb - $leveldb" | bc ) sox $inputfile $outputname gain "$volumechange" -------------------- 70 Normalization should be the last thing you do to the file. It should be done after any noise filtering, such as low pass, high pass, bandreject, etc. If you normalize first, you will be amplifying the noise as well as the desired signal. 71 The exact normalization level used for review purposes doesn't matter, as HPR will apply their own later. All we are doing at this point is adjusting the volume to something which approximates a normal episode so you can listen to it for final review. 72 When you send your file to HPR, send the original *unnormalized* version, not the normalized version. When you normalize an audio signal, if you are not careful you may introduce things which cause problems with later additional processing. HPR probably do more things to the audio than just normalizing and so they need the unnormalized file so that they can do their own normalizing last. -------------------- 73 If at this point you are happy with the recording as is, you are ready to send the *unnormalized* version to HPR. The scripts to implement the features discussed in this episode will be in the show notes. 74 Conclusion In this episode we covered basic filtering using ffmpeg and sox. We discussed what noise was and some of the origins of noise. We talked about the audio frequency range and the limitations of common hardware used to record and listen to podcasts. We covered basic high and low pass filters used to limit the audio frequency range in order to remove possible low and high frequency noise. 75 We discussed specific filters to eliminate 50 and 60 Hz electrical power noise. We talked about de-essing, what it was, why you may wish to use it, and some basic de-essing filter implementation details. We discussed normalizing, what it is, why you may wish to use it, and how it relates to podcasting conventions. 76 In the next episode we will discuss analyzing audio signals to help find the sources of noise problems. We will also discuss creating filters to eliminate any problems that we found. In my case I had a problem with the microphone that I use, and I describe how I used filters to deal with that problem. 77 This has been the second episode in a four part series on simple podcasting. -------------------- EBU R128 Loudness Measurement using FFMPEG #!/bin/bash echo "EBU r128 loudness measurement using FFMPEG" for inputfile in *.flac *.mp3 ; do level=$( ffmpeg -i $inputfile -filter:a ebur128=framelog=quiet -f null /dev/null 2>&1 | grep "I:" | cut -d: -f2 ) echo $inputfile $level done -------------------- DB Sound Level Measurement using Sox #!/bin/bash # Sox version. May not work for mp3 if an mp3 format handling is not installed. echo "dB sound level measurement using Sox." for inputfile in *.flac *.mp3 ; do level=$( sox $inputfile -n stats 2>&1 | grep "RMS lev dB" ) leveldb=$( echo "$level" | rev | cut -d" " -f1 | rev ) echo $inputfile $leveldb done -------------------- EBU R128 Loudness Normalization using FFMPEG #!/bin/bash # Adjust the volume to a desired level. for inputfile in *.flac ; do j=$( basename $inputfile ".flac" ) outputname="$j""-normff.flac" ffmpeg -i $inputfile -af loudnorm=I=-17:TP=-2.0:LRA=4.0 -ar 44.1k $outputname echo $outputname done -------------------- DB Sound Level Normalization using Sox #!/bin/bash # Adjust the volume to a desired level. for inputfile in *.flac ; do j=$( basename $inputfile ".flac" ) outputname="$j""-normff.flac" # Measure the volume level and extract the mean volume. level=$( sox $inputfile -n stats 2>&1 | grep "RMS lev dB" ) leveldb=$( echo "$level" | rev | cut -d" " -f1 | rev ) # Calculate the difference in dB desired. Scale specifies the number of decimal places. # Target db is the volume measured on hpr4506 (UCSD-P-System). targetdb="-18.9" volumechange=$(echo "scale=2 ; $targetdb - $leveldb" | bc ) echo "Using sox: File: $inputfile Original level: $leveldb Change by: $volumechange" # Adjust the volume. sox $inputfile $outputname gain "$volumechange" done -------------------- Full processing pipeline for making simple podcasts using FFMPEG #!/bin/bash #!/bin/bash # Full processing pipeline for making simple podcasts. # ====================================================================== # Concatenate multiple flac files into a single flac file. # This is used to combine podcast recorded segments into a single # flac file for uploading to HPR. concataudio () { outputname="$1" # First create the list file. printf "file '%s'n" [0-9][0-9].flac > podseglist.txt # Now concatenate them ffmpeg -f concat -safe 0 -i podseglist.txt "$outputname" rm podseglist.txt } # ====================================================================== # Basic filters. filter () { inputfile=$1 outputname=$2 # Using ffmpeg. # The high and low pass filters. hlpfil="highpass=f=80, lowpass=f=12000" # Band reject filters filter for 60Hz and another for 50Hz. linefil="bandreject=f=60:width_type=h:w=20, bandreject=f=50:width_type=h:w=20" # Using ffmpeg ffmpeg -i $inputfile -af "$hlpfil, $linefil" $outputname } # ====================================================================== # De-Essing. deessing () { inputfile=$1 outputname=$2 option=$3 # De-essing filter. ffmpeg -i $inputfile -filter_complex "deesser=i=0.5:m=0.5:f=0.5:s=$option" -b:a 336k -sample_fmt s16 $outputname } # ====================================================================== # Normalizing the audio to EBU R128 standard for review using ffmpeg. normffmpeg () { inputfile=$1 outputname=$2 # Normalize to EBU R128 standard. ffmpeg -i $inputfile -af loudnorm=I=-17:TP=-2.0:LRA=4.0 -ar 44.1k $outputname } # ====================================================================== # Output an MP3 version to help with reviewing. mp3convert () { inputfile=$1 # Get the name of the file and then create the output file name. j=$( basename $inputfile ".flac" ) outputname="$j"".mp3" # Convert to MP3. ffmpeg -i $inputfile $outputname } # ====================================================================== # Concatenate the separate audio files. concataudio fullpod-unfiltered.flac # Basic filtering. filter fullpod-unfiltered.flac filtered.flac # De-essing. This is the version to send for publishing. # The third argument should be "o" for de-essing, or "i" for pass through without de-essing. deessing filtered.flac fullpod.flac o # Normalized for review. normffmpeg fullpod.flac fullpod-norm.flac # Output an MP3 copy for review. mp3convert fullpod-norm.flac -------------------- -------------------- Provide feedback on this episode.
Thinking about sharing a sexual fantasy—but worried your partner will see you differently? This is where most couples unknowingly start creating distance instead of deeper intimacy.In this episode, we break down the 3 biggest mistakes couples make when sharing sexual fantasies—and why these patterns often lead to pressure, resentment, or emotional disconnection instead of closeness.If you've ever struggled with how to talk about sex, navigate kinks or fantasies, or handle differences in desire, this episode will give you a clear framework for doing it in a way that builds trust, emotional safety, and a more satisfying sex lifeWhat You'll LearnHow shame around sexual fantasies creates distance in relationshipsWhy avoiding conversations about sex limits intimacy and connectionThe hidden risk of pushing a fantasy too quickly after sharing itHow pressure and urgency can lead to coercion (even unintentionally)Why your partner's reaction is shaped by conditioning—not youThe truth about being “sex-positive” without abandoning your boundariesHow to handle mismatched sexual interests in a healthy wayWays to explore fantasies without being 100% sexually compatibleKey TakeawaysOpen communication about sex is essential for long-term intimacyFantasies require consent, pacing, and emotional safetyShame, pressure, and people-pleasing are the biggest intimacy killersYou can accept your partner's desires without participating in everythingGreat sex lives aren't about perfect compatibility—they're about how you navigate differences togetherChapters0:00 Introduction to the topic of sharing sexual fantasies and the common issues couples face.1:05 Introduction to the three biggest mistakes couples make.2:02 Mistake #13:23 Importance of openness and being sex-positive.4:19 Benefits of discussing sex more frequently.5:16 Normalizing conversations about sex.6:34 Importance of consent and communication in sexual relationships.7:31 Variety and novelty in long-term relationships.8:28 Understanding each other fully through sharing fantasies.9:27 Mistake #212:04 Mistake #316:03 Encouragement to maintain personal boundaries.21:32 Exploring fantasies in a healthy way.22:52 Conclusion and encouragement to seek help if needed.Resources & Next StepsIf you're noticing patterns like holding back, pushing too fast, or going along with things that don't feel right, that's exactly what I help couples work through.
In this episode, we sit down with the incredible Dr. Rachel Goldman to unpack how small, intentional shifts can create powerful change in your life—without the overwhelm of a full overhaul. We dive into the real mechanics behind Cognitive Behavioral Therapy (CBT) and why understanding the connection between your thoughts, emotions, and behaviors can be a total game changer.We also explore body image, perfectionism, and the sneaky ways our inner dialogue keeps us stuck. From “all-or-nothing” thinking to building confidence through simple daily tweaks, this conversation is packed with practical insights that will leave you thinking, okay… maybe I can do this differently. Press play—you're going to want to hear this.Episode Highlights[0:00] - Introducing Dr. Rachel Goldman and her new book When Life Happens[2:30] - Why small “tweaks” (not overhauls) are the key to lasting change[6:40] - Breaking down CBT: how thoughts, emotions, and behaviors are connected[10:30] - Where to start—changing your thoughts vs. changing your actions[12:15] - Why body image always shows up (even when it's not the main issue)[14:00] - A simple confidence boost: how what you wear impacts how you feel[16:30] - Becoming aware of your inner dialogue (and why it matters)[20:50] - Real-life example: all-or-nothing thinking and getting “unstuck”[25:00] - Perfectionism and why waiting until it's “just right” keeps you stuck[27:30] - Planning for when life happens (instead of reacting to it)[31:20] - Why you don't need a life overhaul—just one small step today[34:20] - Normalizing food noise and emotional eating Links & ResourcesDr. Rachel Goldman Instagram: @DrRachelNYC If today's discussion resonated with you or sparked curiosity, please rate, follow, and share "Insights from the Couch" with others. Your support helps us reach more people and continue providing valuable insights. Here's to finding our purposes and living a life full of meaning and joy. Stay tuned for more!Ever stayed quiet to keep the peace and felt yourself disappear? The Cost of Quiet is for anyone who avoids conflict and pays the price. Reclaim your voice, strengthen your relationships, and experience real peace. Order your copy and join the movement: https://www.colettejanefehr.com/new-book
The importance of early succession planning, cannot be overstated for business owners. Tim Staton and Byron McFarland emphasize that starting the process as soon as possible—ideally years in advance—makes a huge difference. Many owners procrastinate until their seventies, but building an exit strategy early helps you get paid properly and maximize the sale value of a business. Byron suggests a three-year lead time for a solid plan that ensures the owner gets compensated, while committing to seven years can secure the full value of a business. This proactive mindset lets owners envision life after the business, reducing delays and emotional hurdles when selling a business. A common pitfall is overestimating your company's worth, often because owners enjoy a lifestyle funded by pre-tax dollars. Normalizing those expenses reveals the true financial picture and impacts how to evaluate value of a business. Key methods include looking at multiples of EBITDA, discounted cash flow, or comparable sales—far beyond just the book value of a business or simple asset tallies. Owners often hear "four times EBITDA" as a benchmark, which might be the ceiling for smaller businesses relying heavily on bank financing. Larger buyers, like private equity firms, can offer higher multiples (six to eight times EBITDA) due to their capital structure. When considering exit options, owners typically have three paths: selling to a management team (internal buyout), to an external buyer (strategic, financial, or owner-operator), or via an Employee Stock Ownership Plan (ESOP). Selling to management demands heavy preparation to create "bankable buyers"—employees with an ownership mindset, strong emotional intelligence, and the ability to handle stress, personal guarantees, and risks like pledging assets. These buyers must be groomed in finance, risk management, and HR to qualify for buying a business loan, often through SBA-backed options or bank financing in phased transactions. External buyers frequently pay premium multiples because they inject more equity. ESOPs provide timing flexibility but add complexity. Buying and selling a business involves significant risks on both sides. For owners, risks of business ownership extend into the exit phase, including financial exposure from personal guarantees and the emotional toll of letting go—founders often tie their identity so deeply to the company that they experience breakdowns or last-minute "red zone fumbles," finding excuses to back out even when the deal benefits them financially. Potential internal buyers may walk away once they fully understand these commitments. To minimize risks and boost the sale value, engage key employees early. Share your vision for the company's future to foster loyalty and prevent talent loss (as in cases where key staff departed after a surprise sale announcement, slashing the price by 25%). Make employees "heroes" in due diligence by highlighting their expertise—this lowers buyer-perceived risk and can increase the final price. Discuss aspirations with your team to align goals and build buy-in. The steps to selling a business generally include early valuation, cleaning up financials, assembling a deal team (brokers, advisors, attorneys), identifying buyers, negotiating terms, and handling due diligence and closing. Preparation is key—whether selling a business near me locally or to a broader market, thorough planning ensures a smoother transition. In this episode, Byron McFarland dives deep into the nuances of business succession planning, stressing preparation, creating bankable successors, and addressing the financial and emotional challenges of when selling a business. He reminds us that people are at the heart of any organization—understanding their needs and risks is essential for a successful exit and long-term value. Connect with Byron Website: https://www.themcfarlandgroup.com/ LinkedIn: www.linkedIn.com/in/byronkmcfarland Website: https://thebankablebuyer.com/ Connect With Tim Website: timstatingtheobvious.com Facebook: https://www.facebook.com/timstatingtheobvious YouTube: https://www.youtube.com/channel/UCHfDcITKUdniO8R3RP0lvdw Instagram: @TimStating TikTok: @timstatingtheobvious LinkedIn: https://www.linkedin.com/in/tim-staton-04b41a271/ SKOOL Community: https://www.skool.com/timstatingtheobvious-9537/about?ref=de9c7e65d8ba4eeabc1a8eea413c125b
"That's just motherhood."It's time to call out the most normalized lie in mom culture... the idea that feeling exhausted, disconnected from your body, and like a stranger in your own life is just part of the deal. And today we're getting into exactly why that belief is the thing keeping you from the exit ramp.We cover:The three scenarios that will feel uncomfortably familiar The critical difference between motherhood being hard and motherhood making you feel lostWhy we've confused common with normal and why that distinction changes everythingThe "oh-shit moment" my clients experience a few weeks in and why it's the turning point that changes how they see everythingIf you've been quietly accepting survival mode as your baseline, this one's for you.The MILF Reset is opening soon.If this episode hit home, if you recognized yourself in any of those three scenarios then get on the waitlist. The MILF Reset is an 8-week group coaching program built specifically for postpartum moms who are done calling the struggle normal and ready to actually do something about it. We work on the real stuff: rebuilding your metabolism, reclaiming your energy, and creating a routine that holds up in your actual life.Waitlist members get first access and early enrollment pricing when doors open.→ Get on the waitlist: https://elevated-athletes.myflodesk.com/milf-reset-waitlist Connect with Link:Instagram: @_linkfitnessTikTok: @_linkfitnessIf this episode resonated with you, share it with another mom who needs to hear it. And leave a review because it genuinely helps more women find the show.
This week on Unjaded, I'm pulling back the curtain on the opening of Blue Sparrow -- my new online resale shop -- and using it as a live case study in what it actually looks like to make decisions from your Human Design. Not the pretty, cleaned-up version. The real one.Because this decision took a year. One full year. And if you know anything about Manifesting Generators, you know how painful that is.We're going deep on:The emotional authority piece no one talks about -- what it means to "wait your wave" when you have more than one wave, and why one wave is almost never enough for a real decision. I walked through three emotional waves before Blue Sparrow made sense. And I'd do it again.Abstract circuitry and verbal processing -- if you go around the mulberry bush when you talk (or think, or plan), you may have abstract circuitry in your design. The 46-29 and 41-30 channels in my design mean I'm always pulling from past experience to create forward-facing insight. It's not a flaw. It's the circuitry doing its job.Your Human Design signature and your sales -- this is the part I did not expect. The moment I committed to opening Blue Sparrow, my Human Design business sales spiked. Not a coincidence. When you're satisfied (Generators and MGs), successful (Projectors), surprised and delighted (Reflectors), or at peace (Manifestors), your aura expands. You magnetize people to you. When you're frustrated, angry, bitter, or disappointed? You push them away. Full stop.Why I'm leaving the bricks and mortar -- nothing against my partner Lisa (whose undefined G Center means that location is absolutely right for her). But I'm a second line with a markets environment and an emotional authority. I felt unsettled in that space from early on. Normalizing the knowing -- even when it doesn't make logical sense -- is the work.The big rock planning method -- how I prioritized Blue Sparrow as my Q1 non-negotiable and let other things slide to make it happen. The online store opened March 25th with $7-8K in inventory and a lot of conviction.If you want to understand your own design deeply enough to make decisions like this -- with your body, not your head -- readings are still half price on the site. Grab yours herehttps://www.vickiedickson.com/human-design-readingBlue Sparrow Shop: bluesparrow.caFollow along on Instagram: @bluesparrowshopBook a Human Design Reading: https://www.vickiedickson.com/human-design-reading
Stanford dropped a new study focused on AI causing "delusional spirals.” As you can imagine, it spun up sci-fi panic. And hey, there's some concerning stuff to consider. However, what the research actually reveals is far less about AI turning us into Norman Bates and far more about a hidden risk to your organization's decision-making. The reality is a sobering look at how we interact with technology that is mathematically built to agree with us. In this week's episode of Future-Focused, I‘m breaking down the recent research on AI-driven delusions and making it actionable. I start by demystifying the study's clickbait headlines to prevent you from being overly influenced by an extreme, biased sample size of 19 people from a support group and instead focusing on the underlying mechanics of the tech you should know about. I'll break down the five core patterns of the "Yes-Man" machine, including how AI actively dismisses counter-evidence and the "grandeur effect" where it strokes our egos at scale. Most importantly, I'll highlight why these traits are fueling a dangerous "Anti-AI Hangover" in the boardroom, where leaders are increasingly rejecting good ideas simply because an AI touched them. My goal is to help you move beyond the binary of "is AI good or bad" and mitigate the risks to your organization by highlighting three opportunities to prepare your team for what's ahead: Normalizing the "How" Over the "Did You": We love to play gotcha when it comes to AI use. I break down why simply asking "Did you use AI?" puts people on the defensive and fuels the taboo. You cannot build a healthy tech culture in secret; you must shift the question to "How was AI used as part of this process?" to celebrate efficiency while opening the door for critical review. Conducting a Human Context Audit: We casually assume that because AI sounds brilliant, it considered all the angles. I share why relying on a frictionless machine is a recipe for strategic failure. You need to actively ask your team what human context is missing and what counter-evidence the AI might have dismissed, ensuring you don't accidentally execute a strategy built in a vacuum. Designing Strategic Friction: We are avoiding slowing down because the market demands speed. I explain why AI's default setting of "frictionless alignment" is actually dangerous, because friction is what leads to growth. You must intentionally design "strategic friction" checkpoints into your workflows to pause, pressure-test assumptions, and verify that the AI isn't just steering you down the wrong path. By the end, I hope you'll recognize that true leadership in the AI era isn't about bracing for a sci-fi apocalypse or rejecting the tools altogether. It's about building the human guardrails and intentional friction that turn a sycophantic machine into a powerful engine for critical thinking. ⸻If this conversation helps you think more clearly about the future we're building, make sure to like, share, and subscribe. You can also support the show by buying me a coffee at https://buymeacoffee.com/christopherlind. And if your organization is wrestling with how to lead responsibly in the AI era, balancing performance, technology, and people, that's the work I do every day through my consulting and coaching. Learn more at https://christopherlind.co. ⸻Chapters00:00 – Introduction & The "Delusional Spirals" Headlines01:57 – Declassifying the Stanford Study (And Its Flaws)04:39 – The 5 Risks of the "Yes-Man" Machine10:55 – The Big Pivot: The "Anti-AI Hangover" Trap16:51 – Friction = Growth: Why AI's Alignment is Dangerous21:49 – Action 1: Ask "How", Not "Did You"24:41 – Action 2: The Human Context Audit26:54 – Action 3: Designing Strategic Friction29:16 – Conclusion & How to Work With Me#ArtificialIntelligence #Leadership #CriticalThinking #FutureOfWork #ChristopherLind #FutureFocused #BusinessStrategy #DecisionMaking #TechTrends
In this episode I chat with Jessica Maeve, a singer, songwriter, and ukulele player hard at work forging a path in music. Our conversation takes us from singing tips to gigging with the ukulele as a main instrument where it's not expected.Jessica's website: https://www.jessicamaeve.com/Jessica's Spotify: https://open.spotify.com/artist/06LzkhEMItktSTIvLkzYxISupport the showJoin my newsletter! It's free and I won't spam you. Get updates on new lessons and access to exclusive resources: https://liveukulele.com/signup/Support the podcast:Become a supporting member: https://liveukulele.com/register/supporting-member/?coupon=SUPPORT5Buy video lessons or a book: https://liveukulele.com/store/ Use my Sweetwater affiliate link next time you need to buy some gear! https://sweetwater.sjv.io/9WbER0.Gear I use to create this podcast: https://liveukulele.com/about/my-gear/#recordingCREDITS- Hosted, produced, edited, and mixed by Brad Bordessa - Theme music by Brad Bordessa: "Fallout," "Eat You," and "Sister's Got a Gun" available on https://bradbordessa.bandcamp.com/
402-521-3080A heartfelt conversation with survivors Stephanie Olson and Rebecca Saunders about healing from sexual assault, emphasizing that it is not the survivor's fault, the importance of support, and pathways to recovery. key topicsMyth of self-blame in sexual assaultThe importance of support systemsNavigating relationships with abusersHealing and self-care strategiesResources and next steps for survivors takeawaysWhat happened to you is not your fault.Find at least one trusted person to share your story.You don't have to tell everyone, just one safe person.Healing takes time; be patient with yourself.Your worth is inherent and unchangeable. sound bites"What happened to you is not your fault.""It's not your fault and we believe you.""You have intrinsic value that cannot be changed."Chapters00:00 Introduction and Survivor Perspectives01:12 The Impact of Self-Blame and Misconceptions03:07 Understanding the Complexity of Abuse from Trusted People03:58 Confusion and Emotional Responses Post-Abuse04:58 The Power of Disclosure and When to Share Your Story07:11 The Importance of Finding Support and Not Isolating08:06 Debunking Victim Blaming and Personal Responsibility08:59 Recognizing and Overcoming Self-Blame09:37 Self-Compassion and Doing the Best You Could10:43 The Role of External and Internal Victim Blaming11:31 Healing Requires Readiness and Emotional Preparation12:20 When and How to Share Your Story Safely13:23 The Power of Survivor Voices in Support Roles14:36 Avoiding Identity as a Survivor and Focusing on Strengths15:04 Normalizing the Long and Non-Linear Healing Process18:48 Challenges of Co-Parenting with an Abuser21:02 Prioritizing Safety and Making Empowered Choices26:10 Decision-Making and Support During Trauma Recovery27:19 Reaffirming That It's Not Your Fault28:35 Healing Is a Lifelong Journey and Self-Care29:39 Closing Remarks and Resources for SurvivorsresourcesRAINN (Rape, Abuse & Incest National Network) - https://www.rainn.org/National Sexual Assault Hotline - https://www.rainn.org/resources/national-sexual-assault-telephone-hotlineTherapists and Support Groups - https://www.psychologytoday.com/us/therapistsBooks on Healing from Sexual Trauma - https://www.amazon.com/s?k=healing+from+sexual+traumahttps://www.buzzsprout.com/admin/1862413/episodes/9379928-let-s-talk-the-fiji-house-sexual-assault-and-value-resilience-in-life-and-leadership-episode-005https://www.buzzsprout.com/admin/1862413/episodes/10850439-amy-nordhues-overcomer-of-therapist-abuse-resilience-in-life-and-leadership-episode-039Support the showEveryone has resilience, but what does that mean, and how do we use it in life and leadership? Join Stephanie Olson, an expert in resiliency and trauma, every week as she talks to other experts living lives of resilience. Stephanie also shares her own stories of addictions, disordered eating, domestic and sexual violence, abandonment, and trauma, and shares the everyday struggles and joys of everyday life. As a wife, mom, and CEO she gives commentaries and, sometimes, a few rants to shed light on what makes a person resilient. So, if you have experienced adversity in life in any way and want to learn how to better lead your family, your workplace, and, well, your life, this podcast is for you!https://setmefreeproject.nethttps://www.stephanieolson.com/
What if survival is not the starting point but the byproduct? In this episode, Thom explores why progress and evolution must come first, and how "Big Consciousness" turns survival into a natural side effect rather than a desperate project. Along the way, he unpacks the Committee on Darkness, the difference between dog consciousness and elephant consciousness, and why hesitation makes Nature scream.You will also hear how prevention, creative intelligence, and everyday social interactions become the measuring rod for your state of consciousness.Episode Highlights[00:45] Progress is Primary. Survival is a Byproduct[04:44] Stepping Out of Survival Mentality[07:33] The Committee on Darkness[11:03] Use the Light to Clean Up the Mess[14:31] Q - How can we avoid triggers of anger, rage, and old traumas?[15:03] A - Elephant Consciousness and Dog Consciousness[17:35] The Terrible World[21:56] Q - How do we know if our choices lead to progress?[22:11] A - Nothing Makes Nature Scream Like Hesitation[23:49] Decisiveness Yields High-grade Information[27:20] Q - How can we self assess our states of consciousness?[27:52] A - Normalizing higher states of consciousness[31:02] The Measuring Rod is the World Around You[34:58] Q - Do we have to feel pain to care?[35:50] A - Prevention, perception, and creative intelligence[37:59] What is Your Secret?[42:01] Study of the Problem is Not the AnswerUseful Linksinfo@thomknoles.com https://thomknoles.com/https://www.instagram.com/thethomknoleshttps://www.facebook.com/thethomknoleshttps://www.youtube.com/c/thomknoleshttps://thomknoles.com/ask-thom-anything/
Health anxiety is one of those things that can quietly take over your mind—and before you know it, you're stuck in a loop of symptoms, spiraling thoughts, and constant checking. We're unpacking what this actually looks like in real life, from those sudden “something's wrong with me” moments to the deeper patterns that keep the cycle going.We also get into the why behind it all—the underlying fears, life stressors, and emotional experiences that can trigger health anxiety in the first place. Along the way, we talk about what actually helps, how to break out of the loop, and how to find your way back to feeling grounded in your body and your life.Episode Highlights[0:00] - Welcome back + introducing health anxiety[1:00] - Laura shares her personal experience with health anxiety[2:30] - What health anxiety is (and what it's not)[3:45] - Health anxiety vs. hypochondriasis[6:30] - How physical symptoms turn into obsessive focus[9:30] - The reassurance trap: doctors, Google, and ChatGPT[11:15] - The feedback loop between anxiety and body sensations[15:45] - The deeper roots: core fears, grief, and life stressors[18:00] - Why reassurance-seeking keeps the cycle going[20:45] - Intuition vs. anxiety—how to tell the difference[24:30] - Avoidance, fixation, and how anxiety pulls us out of life[25:30] - The role of boredom and ADHD in anxiety patterns[28:00] - Why health anxiety connects to existential fear[29:15] - What actually helps: breaking cycles and shifting focus[31:00] - Engagement and healthy distraction as a way out[32:00] - Normalizing health anxiety and learning to navigate itIf you saw yourself in any part of this conversation, you're not alone—this is such a human experience, even when it feels overwhelming. Take what resonates, leave what doesn't, and be gentle with yourself as you navigate it.And if this episode supported you in any way, don't forget to rate, follow, share, and leave a review—it means so much to us and helps others find their way to these conversations. Ever stayed quiet to keep the peace and felt yourself disappear? The Cost of Quiet is for anyone who avoids conflict and pays the price. Reclaim your voice, strengthen your relationships, and experience real peace. Order your copy and join the movement: https://www.colettejanefehr.com/new-book
Former federal prosecutor Glenn Kirschner joins Marc Elias to break down why the rule of law is hanging by a thread. They also discuss the Epstein files cover-up, DOJ ethics violations, and why we need a scorched-earth accountability effort.Support Democracy Docket's mission:https://newsletters.democracydocket.com/anchor-youtube-tuesday00:00 Today's Guest: Glenn Kirschner00:41 One Year In: How is the Nation and the Rule of Law Doing?02:47 What Does the New "Accountability Project" Look Like?05:43 Where Will the Next Generation of Non-Political Prosecutors Come From?07:40 Context: Glenn's History with Eric Holder and Bob Mueller09:42 Unpacking Legal Standards: Probable Cause vs. Likelihood of Conviction11:06 Case Study: The Sean Dunn "Sandwich Throwing" Prosecution17:58 Accountability After Jan 6th: What Was Done Right and Wrong?23:56 Avoiding the "Normalizing" of Political Crimes in 202926:19 Current Events: The Seizure of Ballots in Fulton County28:15 Discussion: The "Presumption of Regularity" in Trump-era Courts35:02 Is the Supreme Court Recalibrating on Executive Power?37:21 Potential DOJ Interference in the Upcoming Election40:13 The Epstein Files: What is Happening with the Missing Records?47:44 Final Thoughts: What Can Everyday Americans Do to Fight Back?
Grief doesn't wait for loss to arrive. Sometimes it shows up early — sitting beside you while someone you love is still right there. That's anticipatory grief, and if you've ever felt your mind drift to a future without someone while they're still in the room, you already know it. In this episode of Joy Lab, Dr. Henry Emmons and Dr. Aimee Prasek explore the Eighth Gate of Grief: the grief, stress, anxiety, and dread that can accompany an expected loss — whether that's a terminal diagnosis, a parent's cognitive decline, a marriage ending, or even broader fears about the world your kids will inherit. Anticipatory grief can be a mentally and emotionally exhausting experience, and it doesn't get nearly enough airtime in conversations about mental health. Importantly, this episode won't tell you how to stop anticipatory grief — because you shouldn't. Research suggests it can actually support healing. What it will give you: science-backed tools for staying present, a simple framework for saying what matters most before it's too late, and honest guidance on sustaining yourself through anticipatory grief. If anxiety, depression, or stress around future loss is weighing on you — or someone you love — this one's for you. This episode is part of a 10-part series on grief. You can jump in here and circle back to Episode 248 when you're ready. p.s. Find a Simple Joy practice for this episode right here at our blog. About: The Joy Lab Podcast is an Ambie-nominated podcast that blends science and soul to help you cope better with stress, ease anxiety, and uplift mood. Join Dr. Henry Emmons and Dr. Aimee Prasek for practical, mindfulness-based tools and positive psychology strategies to build resilience and create lasting joy. Take the next leap in your wellbeing journey with the Joy Lab Program. If you enjoyed this episode, please rate and review us wherever you listen to your favorite podcasts! And... if you want to spread some joy and keep this podcast ad-free, then please join our mission by donating (Joy Lab is powered by the nonprofit Pathways North and your donations are tax-deductible). Like and follow Joy Lab on Socials: Instagram TikTok Linkedin Watch on YouTube Key moments: [00:00] — Introduction to the Eighth Gate: Anticipatory Grief [00:45] — What anticipatory grief is: the grief we feel in advance of an expected loss — terminal illness, dementia, a marriage ending, fears about the future of our planet or our children's world [01:00] — The extra "frosting" of this gate: dread, helplessness, and worry about what hasn't happened yet [01:15] — Anticipatory grief and cancer [02:30] — Anticipatory grief and Alzheimer's [04:00] — "We are apprentices to our grief, every time" — on never mastering grief, only practicing it [05:00] — FOBO: Fear Of Being Over — an earlier Joy Lab concept that connects to anticipatory grief and the pull away from the present moment [05:45] — Normalizing anticipatory grief: the goal is not to stop it, but to understand it [06:15] — The science: research on anticipatory grief shows it can actually be helpful — those who grieved some before a spouse died tended to have better outcomes afterward [07:30] — The void that often hits a month after a loss, when others return to their lives; how anticipatory grieving can build a support network that remains [08:00] — Anticipatory grief and early-onset Alzheimer's [13:45] — What anticipatory grief is really about: acceptance; facing truth instead of pushing it away [14:15] — Recognizing avoidance [14:45] — Anticipatory grief as a gift: time to say what needs to be said, to be present differently, to love fully even while grieving [15:15] — Practicing loving fully amidst grief; being kind to yourself about grieving while the person is still present; holding both the grief of the future and the goodness of the present — they can happen at the same time [16:45] — The Four Things That Matter Most (Dr. Ira Byock, hospice physician): Please forgive me. I forgive you. Thank you. I love you. [17:15] — Why saying these things — even imperfectly — creates completion and reduces regret [19:15] — The gift anticipatory grief offers that sudden loss cannot: the chance to share grief with someone, say the four things, have the conversation together [20:00] — Tending to your own wellbeing during anticipatory grief; checking your energy and nourishment levels; you have to take breaks, let people help, do nourishing things for yourself — it's not selfish, it's sustainable [21:45] — Small ways to refuel: a walk, a phone call, sitting outside, noticing breath; don't wait until you're depleted — build it in now; Letting people support you; they often want to help but don't know how — be specific; "Can you bring dinner Tuesday? Can you sit with her while I go to the store?" [22:30] — Anticipatory grief is a marathon, not a sprint; pace yourself; stepping back to breathe and enjoy lightness is not denial — it's wisdom [23:30] — Closing quote from Rilke: "Let everything happen to you: beauty and terror. Just keep going. No feeling is final." Sources and Notes for this full grief series: Joy Lab Program: Take the next leap in your wellbeing journey with step-by-step practices to help you build and maintain the elements of joy in your life. Grief Series: The Grief Series: The Wholeness of Being Human [part 1, ep 248] Everything We Love, We Will Lose: Navigating the First Gate of Grief[part 2, ep 249] Welcoming Back the Parts of You That Have Not Known Love [part 3, ep 250] Why You Can't Escape the Sorrows of the World (and why that's a good thing) [part 4, ep 251] Born to Belong: Grieving What Should Have Been There From the Start [part 5, ep 252] Breaking the Cycle: Ancestral Grief, Epigenetics, and the Power to Change Your Legacy [part 6, ep 253] How Facing the Harm You've Done Can Set You Free [part 7, ep 254] How the World's Pain Enters Your Body and What to Do Next [part 8, ep 255] Related Episodes: Savoring the Present and Overcoming FOBO (it's kinda like FOMO...) [ep 45] Wild Edge of Sorrow by Francis Weller The Four Things That Matter Most by Ira Byock, M.D. Beckes & Sbarra, Social baseline theory: State of the science and new directions. Access here Beckes, et al. (2011). Social Baseline Theory: The Role of Social Proximity in Emotion and Economy of Action. Access here Bunea et al. (2017). Early-life adversity and cortisol response to social stress: a meta-analysis. Access here. Eisma, et al. (2019). No pain, no gain: cross-lagged analyses of posttraumatic growth and anxiety, depression, posttraumatic stress and prolonged grief symptoms after loss. Access here Hirschberger G. (2018). Collective Trauma an d the Social Construction of Meaning. Frontiers in psychology, 9, 1441. Access here Kamis, et al. (2024). Childhood maltreatment associated with adolescent peer networks: Withdrawal, avoidance, and fragmentation. Access here Lehrner, et al. (2014). Maternal PTSD associates with greater glucocorticoid sensitivity in offspring of Holocaust survivors. Access here Maier & Seligman. (2016). Learned helplessness at fifty: Insights from neuroscience. Access here Sheehy, et al. (2019). An examination of the relationship between shame, guilt and self-harm: A systematic review and meta-analysis. Access here Strathearn, et al. (2020). Long-term Cognitive, Psychological, and Health Outcomes Associated With Child Abuse and Neglect. Access here Yehuda et al. (1998). Vulnerability to posttraumatic stress disorder in adult offspring of Holocaust survivors. Access here. Yehuda, et al. (2018). Intergenerational transmission of trauma effects: putative role of epigenetic mechanisms. Access here Full transcript here Please remember that this content is for informational and educational purposes only. It is not intended to provide medical advice and is not a replacement for advice and treatment from a medical professional. Please consult your doctor or other qualified health professional before beginning any diet change, supplement, or lifestyle program. Please see our terms for more information. If you or someone you know is struggling or in crisis, help is available. Call the NAMI HelpLine: 1-800-950-6264 available Monday through Friday, 10 a.m. – 10 p.m., ET. OR text "HelpLine" to 62640 or email NAMI at helpline@nami.org. Visit NAMI for more. You can also call or text SAMHSA at 988 or chat 988lifeline.org.
Medical student Umayr R. Shaikh discusses his article "The impact of CDC's new childhood immunization guidance." Umayr argues that recent CDC changes, moving vaccines like flu, Hep B, and meningococcal from universal recommendation to shared decision making, risk normalizing preventable illness. He highlights how his medical training now focuses on diagnosing diseases that should be rare footnotes. The conversation explores the danger of treating public health as an individual choice, warning that this shift will disproportionately harm vulnerable populations and widen health inequities. Discover why rebuilding trust in evidence based prevention is critical to avoiding a future of predictable outbreaks. Partner with me on the KevinMD platform. With over three million monthly readers and half a million social media followers, I give you direct access to the doctors and patients who matter most. Whether you need a sponsored article, email campaign, video interview, or a spot right here on the podcast, I offer the trusted space your brand deserves to be heard. Let's work together to tell your story. PARTNER WITH KEVINMD → https://kevinmd.com/influencer SUBSCRIBE TO THE PODCAST → https://www.kevinmd.com/podcast RECOMMENDED BY KEVINMD → https://www.kevinmd.com/recommended
Why does making friends feel so much harder as an adult? In a world where we're more connected online than ever before, why are so many people feeling deeply lonely? In this episode, Dr. Lauryn sits down with author, speaker, and friendship expert Shari Leid to explore the hidden crisis of adult friendship and why so many successful, driven people still feel disconnected in their daily lives. From friendship breakups to the pressure of building new relationships later in life, this conversation uncovers the emotional realities many people silently struggle with.Together, Lauryn and Shari dive into the loneliness epidemic, why friendship breakups can hurt as much as romantic ones, and how modern life has quietly eroded our sense of community. Shari shares lessons from her journey traveling the United States and meeting with women from every walk of life to better understand belonging, connection, and what truly builds lasting friendships. If you've ever felt like it's harder than it should be to make or maintain meaningful relationships as an adult, this episode offers practical insight and hope for creating deeper connections in your life.Key Takeaways:• Adult friendship requires intentionality. Unlike childhood or college friendships formed through proximity, meaningful adult friendships often require deliberate effort, shared environments, and consistent interaction to grow.• Friendship breakups are more common—and more painful—than most people realize. Normalizing the idea that friendships evolve or end can help people process those changes without shame or unnecessary self-blame.• Loneliness is a growing health crisis. Building community, practicing curiosity in conversation, and focusing on genuine connection can dramatically improve emotional wellbeing and long-term life satisfaction.About the Guest:Shari Leid is a nationally recognized keynote speaker, author, and connection expert dedicated to helping people build deeper relationships in an increasingly disconnected world. She is the creator of the Flip the Box Method, a human-centered leadership approach designed to foster belonging and meaningful connection. Shari is the bestselling author of multiple books including Table for 51, inspired by her journey traveling across the United States to share meals with women in every state. Her work has been featured on NBC's Today Show, ABC, CBS, FOX, and in publications including Time, HuffPost, and Shondaland.Find all things Shari Leid by visiting her website, An Imperfectly Perfect LifeFollow Shari on InstagramResourcesFollow Dr. Lauryn: Instagram | X | LinkedIn | FacebookFollow She Slays on YouTubeSign up for the Weekly Slay newsletter!Mentioned in this episode:Learn more about Sunlighten Saunas and get your She Slays discount by clicking the link below!She Slays Associates Job BoardTo learn more about CLA and the INSiGHT scanner go to the link below and enter code SHESLAYS when prompted.CLADo you need help in your practice with the busy work that you or your staff don't like doing? If you said yes, then you've got to check out the virtual chiropractic assistants offered by Chiro Matchmakers.Chiro MatchmakersGo from surviving to thriving with Genesis Chiropractic Software. Learn more and get your special discount using the link below!Genesis Chiropractic SoftwareHolistic Marketing HubHolistic Marketing Hub