POPULARITY
Categories
Jake and Michael discuss all the latest Laravel releases, tutorials, and happenings in the community. (04:16) - Laravel 10.23 released (10:32) - Laravel 10.24 released (12:55) - Support for Bun lands in Laravel Sail and Forge (17:56) - Final release of Laracon AU 2023 tickets now on sale! (19:31) - Laravel Collective HTML package is abandoned (22:28) - Create tables for your models with Livewire Tables (25:03) - Generate APIs with ease with Laravel Rest Api (26:16) - Laravel Ecommerce with Lunar PHP (27:18) - Tablar: A Laravel dashboard preset (28:51) - Laravel Date Filtering package for Eloquent (29:50) - Git Delta is a syntax highlighting pager for git, diff, and grep output (31:55) - Symfony's DomCrawler with Laravel HTTP tests Show links Bun is disrupting JavaScript land Sushi
It is what you love AND more! In this episode I explain why we rebranded from Mom's Exit Interview to be The Exit Interview with Kim Rittberg. And explain what you can expect of the podcast (all the good stuff from before and MORE of it!) Basically, so many people I've met who find this show valuable, relatable and feel connected to it–they want to create a balanced, successful life outside the traditional 9-to-5 and the challenges we face don't require being a parent. This show is for all you folks out there betting on yourself. I want to help you win! I want to help you grow your business and craft a life you love. That is success on your terms. Plus I go deeper and share more of my own story, going from media executive on top of the world to having a career crisis in the hospital during childbirth. And I'll tell you how I found my way into your audio library! You'll also get some of the “best of” the advice from our experts on the show including: Carley Roney, CoFounder of the Billion Dollar Company The Knot on how big to grow your business. Rebeca Minkoff, Designer and Entrepreneur on how to delegate. Robin Arzon, Peloton Instructor & Vice President of Programming on balance. Melissa Urban, Co-Founder & CEO of Whole30 on how to say no and create better boundaries. Leah Neaderthal, Smart Gets Paid on how to charge higher prices. Terry Rice, Host of Launch Your Business on what to charge. Shannan Monson, Serial Entrepreneur on how to prioritize and focus on revenue generation. Sabina Hitchen, Press for Success on setting goals.-FREE DOWNLOAD: Improve Your Video Quality to Increase Your Revenue - 10 Tips to Take Your Videos from Mediocre to Magnetic click here -Follow host Kim Rittberg on
On the podcast: The B2B opportunity for B2C apps, the App Store alone being bigger than most Fortune 500 companies, and which current or future company will build the Berkshire Hathaway of consumer subscriptions.Top Takeaways
This week we're joined by Steve O'Grady, Principal Analyst & Co-founder at RedMonk. The topic today is the definition of open source, the constant pressure on the true definition of the term, and the seemingly small but vocal minority that aim to protect that definition. In Steve's post Why Open Source Matters, he says “open source is at a crossroads” and there are some seeking to break the definition of open source to one that is more permissive to their desires, and they are closer than ever to achieving that goal. Today's conversation goes deep on this subject.
Keith and Liz Perkins of L1 Diagnostics and Programming recount their humble beginning when Keith refused to work for free and was fired from his job only to realize his dream of being a full-time diagnostic tech was waiting for him on the other side. Sponsored by Ford Motorcraft
Topics covered in this episode: OverflowAI Switching to Hatch Alpha release of the Ruff formatter What is wrong with TOML? Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training Python Testing with pytest, full course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Michael #1: OverflowAI Integration of generative AI into our public platform, Stack Overflow for Teams, and brand new product areas, like an IDE integration. Have a conversation about the search results and proposed answer with GenAI Coming with IDE integration too. Check out the video on their page for some more detail than the article. Brian #2: Switching to Hatch Oliver Andrich Hatch has some interesting features Template built from hatch new myproject includes isolating dev, test, lint virtual environments. Each env can have scripts Test matrix ala tox, but possibly easier to express complex matrices. May not even need tox then, but then now you have hatch. A way to specify which optional dependencies needed for default environment. Notes from Brian One premise is that lots of projects are now using hatch. I don't know if that's true. A quick spot check of a few projects include projects that use hatchling. While hatchling is the back end to hatch, they are not the same. I use hatchling a lot now, but haven't picked up using hatch. But I do want to try it more after reading this article. Michael #3: Alpha release of the Ruff formatter vis Sky Kasko Charlie Marsh announced that an alpha version of a Ruff formatter has been released in Ruff v0.0.289. The formatter is designed to be a drop-in replacement for Black, but with an excessive focus on performance and direct integration with Ruff. Sky says: I can't find any benchmarks that have been released yet, but I did some extremely unscientific testing and found the Ruff formatter to be around 5 to 10 times faster than Black when running on already-formatted code or in a small codebase, and 75 times faster when running on a large codebase of unformatted code. (The second outcome probably isn't very important since most people would not often be formatting thousands of lines of completely unformatted code.) For more info, see the README: https://github.com/astral-sh/ruff/blob/main/crates/ruff_python_formatter/README.md Brian #4: What is wrong with TOML? Colm O'Connor Suggested by Will McGugan This is a comparison of TOML vs StrictYAML under the use case of “readable story tests”. TLDR; For smallish things like pyproject.toml, toml is fine. For huge files, something like StrictYAML may be less horrible. from Brian: Short answer: Nothing, unless you're doing crazy things with it. Re “readable story tests”: WTF? Neither of these are something I'd like to maintain. Extras Brian: Python Testing with pytest, the course New intro video to explain what the course is about Using Teachable video like notes, mini-viewer, and speed controls Chapter on “Testing Strategy” is next Michael: HTMX + Django: Modern Python Web Apps, Hold the JavaScript Course Coding in Rust? Here's a New IDE by JetBrains Delightful Machine Learning Apps with Gradio out on Talk Python Joke: The 5 stages of debugging
Talk Python To Me - Python conversations for passionate developers
So, you've got this amazing machine learning model you created. And you want to share it and let your colleagues and users experiment with it on the web. How do you get started? Learning Flask or Django? Great frameworks, but you might consider Gradio which is a rapid development UI framework for ML models. On this episode, we have Freddy Boulton, to introduce us all to Gradio. Links from the show Freddy on Twitter: @freddy_alfonso_ Gradio: gradio.app Use as API Example: huggingface.co Components: gradio.app Svelte: svelte.dev Flutter UI/Code structure: docs.flutter.dev XKCD Matplotlib Theme: matplotlib.org Gradio XKCD Full Theme: huggingface.co PrivateGPT: ai.meta.com Langchain: docs.langchain.com pipdeptree: pypi.org Watch this episode on YouTube: youtube.com Episode transcripts: talkpython.fm --- Stay in touch with us --- Subscribe to us on YouTube: youtube.com Follow Talk Python on Mastodon: talkpython Follow Michael on Mastodon: mkennedy Sponsors PyCharm Sentry Error Monitoring, Code TALKPYTHON Talk Python Training
We review Jeroen Engels' journey with Elm from ESLint to elm-review. Jeroen even gives tips on how to introduce rules to a team.Thanks to our sponsor, Logistically. Email: elmtown@logisticallyinc.com.Music by Jesse Moore.Recording date: 2023.08.01GuestJeroen EngelsShow notes[00:00:21] Sponsored by Logistically[00:00:58] Introducing Jeroen Engelselm-reviewElm RadioElm Town 61 – Turning the pages with Dillon Kearnselm-syntaxjfmengels/elm-review-commonjfmengels/elm-review-documentationjfmengels/elm-review-simplifyjfmengels/elm-review-unused[00:02:37] It all started with a book[00:06:09] Getting a job as a backend developer[00:11:33] Senior: Figuring out what you're passionate about[00:15:24] Using ESLint to solve challenges with JavaScript[00:20:25] The refreshing experience of discovering Elm[00:26:13] A greenfield Elm projectCrowdStrike® Falcon LogScale™[00:33:04] Starting elm-reviewelm-analyze[00:42:06] elm-review v2"Implementing multi-file analysis for linters" on Jeroen Engels' blog[00:43:33] Middle names[00:44:40] Humor, coding, & podcastinghttps://postitontheweb.tumblr.com[00:50:19] Challenges with building elm-reviewElm Radio 84 – Writing Great Docs"Pushing unused exports detection one step further" on Jeroen Engels' blog"A tale of failing to design rule boundaries - Data-last functions" on Jeroen Engels' blog
Neal A. Mesnick, M.D., M.A., FAAPMR is board certified in Physical Medicine and Rehabilitation. He is a fellow of the American Academy of Physical Medicine and Rehabilitation, a member of the American Board of Physical Medicine and Rehabilitation, a member of the American Medical Association and a member of the Medical Society of the state of New York. He is an attending physician at New York Presbyterian Medical Center and is on the faculty at Weill-Cornell Medical College where he is an Assistant Clinical Professor in Rehabilitation Medicine. He has published abstracts and has presented at national conferences.Dr. Mesnick specializes in musculoskeletal injuries including neck and back pain, shoulder pain, knee and ankle pain. He believes and treating the patient as a whole in order to return them to full function. Dr. Mesnick takes a thorough history and physical, including diagnostic testing if necessary, in order to oversee proper physical therapy. He may also prescribe medication or perform procedures such as injections to alleviate acute pain. He works closely with the licensed professionals at Advanced Sports Medicine & Rehabilitation to ensure the best possible outcome for his patients.Dr. Mesnick has his own practice conveniently located next to Union Square in NYC.In this episode we discuss:Dr. Mesnick's personal journey with strength training and reasons behind his preference for power lifting.The importance of strength training particularly for injury prevention with aging.Starting a power lifting program at any age.Programming strength, hypertrophy, and maintenance.The importance if recovery and how to individualize recovery time periods.Re-evaluating goals and metrics as we age.Considering mobility and cross training.Referenced in the podcast:Starting Strength by Mark RippetoeThe Barbell Prescription: Strength Training for Life after 40The podcast episodes drop weekly on Mondays in seasonal chunks. This is the last episode in season 2!Subscribe to stay up to date, and tune in when you can! Be sure to rate, review, and follow on your favorite podcast app and let me know what other brain & body things you'd like to hear about.For more information about me, check out my website, www.natashamehtamd.com.Follow me on Instagram, Twitter, or Tik Tok @drnatashamehta.Connect with Dr. Mesnick via his website.This episode is not sponsored.
Do you participate in a lateral movement sport such as tennis or pickleball? In today's podcast we discuss 5 concepts that SHOULD be a regular part of your strength training in order to prevent injury and improve performance specifically in lateral movement sports! Great stuff!!!
Angus Mustang, Event Horizonhttps://rumble.com/c/c-3286258YouTubeAngus Mustang, Event Horizonhttps://www.youtube.com/@edchmiX (Twitter)@angus_mustang2And coming soon to Freeworld.FMDownload the limited edition episode 1 of The Forbidden Documentary!!https://www.buymeacoffee.com/forbiddendoc/extrasThe Forbidden Documentary Episode 1 Official Trailerhttps://youtu.be/fhlyLfFkHFEWatch The Food Conspiracy Now!https://bit.ly/fkn-food-conspiracyFKN Link Treehttps://linktr.ee/ForbiddenKnowledgeNewsMake a Donation to Forbidden Knowledge News http://supportfkn.comhttps://www.paypal.me/forbiddenknowledgeneForbidden Knowledge Network https://forbiddenknowledge.news/Get tickets to Disclosurefest https://disclosurefest.org/Sign up on Rokfin!https://rokfin.com/fknplusFKN ON Rumblehttps://rumble.com/c/FKNSign up for The Big Fat Challenge!https://bit.ly/fkn-food-conspiracyBG Casthttps://rumble.com/user/BGcasthttps://www.spreaker.com/show/bgcastYouTube https://youtube.com/@fknclipsGet Quantum Healing Patches!https://qestrong.com/Use coupon code: FKNSign up for Paranormality Magazine here!https://paranormalitymag.com?ref=1281Coupon code: FKNBook a free consultation with Dads Here Nowhttps://calendly.com/josephblisshome/now Get Cory Hughes Book!https://www.buymeacoffee.com/jfkbookC60 PurplePowerhttps://go.shopc60.com/FORBIDDEN10/ or use coupon code knowledge10Become Self-Sufficient With A Food Forest!!https://foodforestabundance.com/get-started/?ref=CHRISTOPHERMATHUse coupon code: FORBIDDEN for discountsSustainable Communities Telegram Grouphttps://t.me/+kNxt1F0w-_cwYmExThe FKN Store!https://www.fknstore.net/Our Facebook pageshttps://www.facebook.com/forbiddenknowledgenewsconspiracy/https://www.facebook.com/FKNNetwork/Instagram @forbiddenknowledgenews1@forbiddenknowledgenetworkTwitterhttps://twitter.com/ForbiddenKnow10?t=7qMVcdKGyWH_QiyTTYsG8Q&s=09email meforbiddenknowledgenews@gmail.comForbidden Knowledge News is also available on all popular podcast platforms!some music thanks to:https://www.bensound.com/This show is part of the Spreaker Prime Network, if you are interested in advertising on this podcast, contact us at https://www.spreaker.com/show/3589233/advertisement
TO LEARN MORE: www.CrossFitEdwardsville.com www.Facebook.com/CrossFitEdwardsville TikTok: @crossfitedwardsville Instagram: @crossfitedwardsville Twitter: @cfedwardsville YouTube: CrossFit Edwardsville TO GET STARTED AT CFE: Book a No-Sweat Conversation with a coach, using this scheduler: https://crossfitedwardsville.com/intro/ You can also find the link to schedule on our website. While this show is educational & entertaining in nature, it does not replace or supplant professional medical guidance from your own physician. Before beginning any exercise or nutrition program, please first consult with your doctor.
Sign up for Data Mesh Understanding's free roundtable and introduction programs here: https://landing.datameshunderstanding.com/Please Rate and Review us on your podcast app of choice!If you want to be a guest or give feedback (suggestions for topics, comments, etc.), please see hereEpisode list and links to all available episode transcripts here.Provided as a free resource by Data Mesh Understanding / Scott Hirleman. Get in touch with Scott on LinkedIn if you want to chat data mesh.If you want to learn more and/or join the Data Mesh Learning Community, see here: https://datameshlearning.com/community/All music used this episode was found on PixaBay and was created by (including slight edits by Scott Hirleman): Lesfm, MondayHopes, SergeQuadrado, ItsWatR, Lexin_Music, and/or nevesf
AI using a ton of water; individual efforts just a drop in the bucket; X suing California over disclosure law; TikTok accidentally blocked strike videos, hit with fine over privacy settings for children; oral decongestant on sale for 50 years just doesn't work; Mila & Ashton's bad week, Stoner Cats; Lyft Women+ Connect; Bluesky hits a million Scalzis; manifesting yourself broke; government web design systems; no AI Grammys; Spotify payola; Milli Vanilla; Interview with the Vampire; PodCast One; WhatsApp; Unity; Aibo Foster program; Apple leaking radiation in France; the Witcher; Elon Musk; Buffy the Vampire Slayer; Levar Burton; lost Star Wars props; laserdiscs & Blue-Rays; the house lost in Vegas this week; programming language inventor or serial killer?Sponsors:Dark Web Academy - Head over to darkwebacademy.com and use code "gogfree" for complimentary access to ANY course!1Password - Get a great deal on the only password manager recommended by Grumpy Old Geeks! gog.show/1passwordPrivate Internet Access - Go to GOG.Show/vpn and sign up today. For a limited time only, you can get OUR favorite VPN for as little as $2.03 a month.Show notes at: https://gog.show/618FOLLOW UPArtificial intelligence technology behind ChatGPT was built in Iowa–with a lot of waterIN THE NEWSX is suing California over social media content moderation lawTikTok accidentally blocked Hollywood writers strike videos while casting a QAnon netTikTok hit with €345 million fine over privacy settings for childrenThe most common oral decongestant in the US does not work, FDA findsMila Kunis and Ashton Kutcher's ‘Stoner Cats' NFTs get smoked by the SECLyft Can Now Connect Women and Nonbinary Passengers With Drivers of the Same GenderBluesky officially hits 1 million usersPeople who ‘manifest' big dreams are more likely to go bankruptSpaceX projected 20 million Starlink users by 2022—it ended up with 1 millionU.S. announces official web design systemGOV.UK Design SystemMEDIA CANDYAI-generated Drake and The Weeknd track won't be winning a GrammySpotify will promote artists' music on your Home feed, if they payMilli Vanilli | Official Trailer | Paramount+We Tried to Tell You About Interview With the VampireNetflix's live-action One Piece to set sail with even more episodesPodcastOne's Stock Is Off To Rough Start, Losing More Than Half Its Value.With PodcastOne's Stock Still Falling, Parent LiveOne Opens Door To Buying Back Shares.Exposing a Podcast Scam by CoffeezillaAPPS & DOODADSWhatsApp tests feature that could open it up to other messaging appsUnity cancels town hall over reported death threatsSony will repair aging Aibo robot dogs to help them find their forever homesApple Says It's Going to Fix Those Alleged High-Radiation iPhone 12sAT THE LIBRARYApothecary (First Contact) by Peter CawdronElon Musk by Walter IsaacsonBuffy the Vampire Slayer's Universe Returns in a New Audio DramaLevar Burton ReadsThe Project Gutenberg Open Audiobook CollectionTHE DARK SIDE WITH DAVEThe CyberWireDave BittnerHacking HumansCaveatControl LoopLong-lost ‘Star Wars' X-wing model up for auction with starting price of $400,000Star Wars HelmetsDisney celebrating centennial with a $1,500 box set of these 100 filmsCaesars reportedly paid millions to stop hackers releasing its dataHacking a Vegas casino may just take a single phone callThe Terms and Conditions game.Programming language inventor or serial killer?See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.
America Emboldened with Greg Boulden – Nick is the founder and host of The Occult Rejects podcast. He has spent many years exploring and learning about the occult. In his words, he sought and attained magical experiences. Our country has been accused of moving towards occult practices. In order to understand whether or not this was a bunch of malarky, I felt it would be best to bring Nick on to compare his occult...
We've got a heart-stopping episode in store for you. Brace yourself as we plunge into the story of our guest, Kate, who unveils her gripping tale of survival. Kate continues her story, revealing more shocking truths. She discusses her military connections, the connection to the Skull & Bones secret society, and the implications of George W. Bush's influence on her placement in Operation Armageddon. This podcast comes with a TRIGGER WARNING.Covered in this episode:Kate's True Identity and Jewish HeritageUncovering the Super Soldier Spy PlanDark Rituals, Sacrifice and FreemasonryDiscovering Childhood Trauma and AbuseChildhood ProgrammingManipulative Teachings in ChristianityDiscovering Ancestry and Uncovering Dark ForcesAnd much more...This show is part of the Spreaker Prime Network, if you are interested in advertising on this podcast, contact us at https://www.spreaker.com/show/4656375/advertisement
Rip answers questions live from Starting Strength Network subscribers and fans. 01:57 Comments from the Haters! 16:57 Programming and certification questions 29:53 Overweight and having spine problems 42:57 Kids and training while in season 56:39 Elbow replacement and deadlift 1:00:32 NLP and deadlift numbers 1:11:35 Why increase in weight if still making progress? 1:26:39 Neuromuscular disease and fatigue
On today's episode, Jason, Chris, and Andrew start off with a captivating discussion that starts with bleeping offensive content, reminiscing about the era of Walkman's, and hearing about Andrew's absence from social media. The conversation then shifts to the announcement of the removal of TypeScript and exploring the challenges and community dynamics surrounding it. The guys share their experiences with TypeScript, communication challenges in open source projects, and the importance of maintaining a positive and respectful community. Additionally, they touch on recent announcements related to software source code and a humorous incident involving law enforcement. They also have discussions on React, Active Model Dirty API, and the benefits of using type checking tools like TypeScript and Sorbet in Rails applications. They also explore methods for improving code clarity and performance enhancements for sending notification emails. Hit download now to hear more! [00:00:33] Andrew talks about having a Walkman and his absence from Twitter and social media. [00:03:13] The removal of TypeScript comes up and how DHH declared it dead this week. Jason mentions the removal of TypeScript from Turbo and its impact an Andrew anticipates downstream effects of removing TypeScript. [00:08:01] Jason describes the controversy surrounding DHH's blog post about removing TypeScript, and Chris comments on the toxic behavior and reactions from the TypeScript community. [00:10:19] Chris talks about his experience with TypeScript and how struggled with it while trying to make a PR to Stimulus. He also expresses concerns about the lack of open communication in some Rails JavaScript projects. [00:12:31] Andrew shares that he feels pretty good about the decision and discusses the potential benefits of the removal of TypeScript, making contributions and reviews easier for Rails developers who are not familiar with TypeScript. [00:13:20] Jason empathizes with Marco, one of the maintainers, for not getting a chance for discussion and mentions the potential benefits of using JS doc as a compromise. [00:14:24] Chris talks about the toxicity he witnessed during the TypeScript removal discussion and emphasizes the importance of maintaining a positive community. Andrew points out that toxicity can exist in both the Rails and JavaScript communities, urging everyone to work towards a more positive environment. [00:18:22] Chris announces a recent announcement by Basecamp, suggesting they might be selling software with source code included. [00:21:47] Chris shares a wild week he had when a sheriff showed up at his door looking for him. Was it because he wasn't using TypeScript? Also, Andrew tells us what happened when two detectives showed up at his house due to an address mix-up. [00:24:22] Andrew mentions that he's been writing a lot of React lately and is upgrading his database. [00:25:47] Andrew shares an experience with the Active Model Dirty API, initially struggling to understand it but eventually realizing how it works.[00:28:27] Chris and Andrew discuss the idea of converting all of Rails to Sorbet and how it might reveal inconsistencies and improve code clarity. [00:30:36] Andrew discusses using yard docs with parameter types in methods to understand complex code areas better and how it can help clarify data flow in an application. [00:31:24] Jason mentions he's been working on speeding up the sending of notification emails, discusses working on Podia's community feature, and talks about implementing dynamic URLs and substitution data based on user types to batch send emails through their service. [00:34:20] The guys discuss the concept of feature flags, their potential for various case uses, and the performance considerations when relying on Redis. [00:38:49] The conversation transitions with the guys talking about traveling to Amsterdam for Rails World and what they want to do there. Panelists:Jason CharnesChris OliverAndrew MasonSponsor:HoneybadgerLinks:Jason Charnes TwitterChris Oliver TwitterAndrew Mason TwitterRemove TypeScript #971Turbo 8 is dropping TypeScript by DHHOpen source hooliganism and the TypeScript meltdown by DHH
Jason Fitz is joined by a star-studded cast of celebrity guests to take one final look back at NFL Week 1 and look ahead to Week 2. Fitz kicks things off with a couple flaming hot takes based off last week's action before Geoff Schwartz joins to give his take on why offensive lines have been struggling early. JJ Watt tunes in to catch up with Fitz and give his perspective on retirement and early defensive line dominance. Later, country superstar Chris Young joins to discuss the hot start for his beloved Dallas Cowboys and Texas Longhorns, and actor/comedian Rob Riggle talks about his expectations for his Kansas City Chiefs, along with a wild prediction for their upcoming game against Jacksonville.1:00 - Fitz kicks off the show with Five Fireballs: takes based off of the past weekend's action that are so hot they caught fire (plus a couple extra).10:35 - The legendary Geoff Schwartz joins the show to discuss his thoughts on the false start debate with the Kansas City Chiefs offensive line that swept the nation last week. Next, the duo discuss whether or not it's time to sound the alarm for Josh Allen and look ahead to Week 2 with the Weekend 180, as they decide on teams that could look totally different than we saw in Week 1.25:10 - Fitz is joined by legendary defensive end JJ Watt to catch up on how retirement is treating him after his first Sunday not on the field. Watt also gives his opinion on why defenses looked better than offenses in Week 1 and his thoughts on the Chiefs offensive line jumping.30:45 - Country superstar and diehard Dallas Cowboys fan Chris Young joins Fitz to discuss the Cowboys's red hot start on Sunday Night Football and his expectations for the season, the Texas Longhorns' huge victory over Alabama and the worst bar tab he's ever been stuck with.43:20 - Actor and comedian Rob Riggle joins to recount his experience when the Chiefs won their first Super Bowl, give a very oddly-specific prediction for the upcoming Chiefs game against the Jacksonville Jaguars and show off his group chat with other Chiefs fan celebrities. On Thursday, September 28th, he'll join Katie Couric, members of the D.C. Pickleball team, and other D.C. personalities, for the inaugural National Mall of Pickleball, presented by Trust for the National Mall and Humana. Programming will feature celebrity “Mall of Famers” matches starring Katie Couric, and more, with Rob serving as emcee and color commentator. The event will also include a media tournament and showdown, where newsrooms will go head-to-head for bragging rights as the “Best Media Picklers” in town, a DMV-area recreation league tournament, on-site pickleball lessons and clinics and a D.C.P.T Exhibition match with Major League Pickleball's newly minted D.C. Pickleball Team. Fans and picklers can reserve their courts and clinics when bookings officially open to the public at Noon PM ET on Thursday, September 14th. For more information about programming, or for a peak at the planned footprint of 9 courts and grandstands, visit https://nationalmall.org/pickleball. Zero Blitz would be nothing without the impact of our beloved Terez Paylor, who was a pillar of Yahoo Sports' NFL editorial and podcast coverage. We will continue to produce this NFL podcast in his honor, and hope that you can support Terez Paylor's legacy in one of three ways:• Buy an "All-Juice Team" hoodie or tee from BreakingT.com/Terez. All profits directly fund the Terez A. Paylor scholarship at Howard University.• Donate directly to the PowerMizzou Journalism Alumni Scholarship in memory of Terez Paylor• Donate directly at giving.howard.edu/givenow. Under “Tribute,” please note that your gift is made in memory of Terez A. Paylor. Under “Designation,” click on “Other” and write in “Terez A. Paylor Scholarship.”See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.
Love it or hate it, TypeScript is here to stay for the foreseeable future. But, what happens when widely adopted packages go completely Type free or remove TypeScript in favor of JS with type annotations? Join us to unpack these recent events with Rich Harris, creator of Svelte, as he walks us through the nuanced decision his team made for the Svelte project, and ofc, lots of laughs along the way.
TO LEARN MORE: www.CrossFitEdwardsville.com www.Facebook.com/CrossFitEdwardsville TikTok: @crossfitedwardsville Instagram: @crossfitedwardsville Twitter: @cfedwardsville YouTube: CrossFit Edwardsville TO GET STARTED AT CFE: Book a No-Sweat Conversation with a coach, using this scheduler: https://crossfitedwardsville.com/intro/ You can also find the link to schedule on our website. While this show is educational & entertaining in nature, it does not replace or supplant professional medical guidance from your own physician. Before beginning any exercise or nutrition program, please first consult with your doctor.
This week we're joined by Haroon Meer from Thinkst — the makers of Canary and Canary Tokens. Haroon walks us through a network getting compromised, what it takes to deploy a Canary on your network, how they maintain low false-positive numbers, their thoughts and principles on building their business (major wisdom shared!), and how a Canary helps surface network attacks in real time.
Capt'n Amy is a Systems Engineer Supervisor for NASA at the Kennedy Space Center. Her mission is to make sure that the facilities are always mission ready. Her team also provides support for launch operations. In this episode, Amy takes us through her journey from studying electrical engineering in college and designing sprinkler systems to becoming a supervisor at NASA. 00:00 Introduction 01:23 What is Amy Doing Today? 09:55 First Memory of a Computer13:55 Interests in High School18:00 Starting University21:10 Designing Sprinkler Systems32:26 Applying to NASA38:30 First Experiences at NASA42:30 Telemetry in the Control Room48:00 Newfound Excitement at NASA54:50 Anyone can Work at NASA59:00 Thoughts on A.I1:02:40 Going Back to College1:08:30 Contact InfoConnect with Amy: Twitter: https://twitter.com/CaptnAmyLinkedin: https://www.linkedin.com/in/amy-lendian/Mentioned in today's episode:NASA: https://www.nasa.gov/Want more from Ardan Labs? You can learn Go, Kubernetes, Docker & more through our video training, live events, or through our blog!Online Courses : https://ardanlabs.com/education/ Live Events : https://www.ardanlabs.com/live-training-events/ Blog : https://www.ardanlabs.com/blog Github : https://github.com/ardanlabs
In this episode of the Revelation Project podcast, Monica welcomes guest Libby to discuss the transformative journey of unbecoming and divesting from patriarchal conditioning. They explore the importance of storytelling, the limitations of societal roles for women, and the need to explore unconscious conditioning. The conversation delves into personal stories of loss, grief, and healing, as well as the impact of family lineage on self-discovery. They emphasize the power of group work and embodied experiences for unearthing hidden conditioning and connecting the dots. The episode also touches on the spell of celebrity culture, disordered eating, and the importance of consent and personal boundaries. Monica and Libby highlight the need to reclaim one's true self and break free from the trance of unworthiness imposed by patriarchy. They invite listeners to join them in this transformative journey of unbecoming and remember their innate worth and brilliance. For more information, visit the website and remember to leave reviews and feedback. Special Guest: Libby Bunten.
What's good love doves! This is the audio from my latest Barbarian Yak Fest Friday AM livestream on Rokfin. if you haven't done so already, check out my video channel over there, I am doing my best to stay consistent with the weekly Friday morning streams. This stream addresses the ever-widening gap between what's actually happening in reality and what is being presented to us by the compromised Project Mockingbird corporate press. I am continuing to track and address the developing situation on Maui. It's too important not to. My good brother up mauka on the island is continuing to fight the good fight alongside the beautiful powerful people of Hawaii. Right now he said many are battling a strange cold that's going around, and the people of Kula still cannot shower, wash or drink the water because it is laced with chemicals. Please help me send prayers of health, focus, calm and comfort. This is the organization he vouches for if you are able to donate to help the people who really need help right now: https://www.malamalahaina.org/In the second half of the stream I cover the unsettling situation with far-right neo nazi gatherings beginning to crop up around the United States. These elements are linked with certain aspects of the proxy war in Ukraine, and are being funded, armed and seeded by certain darker secret 3 letter aspects of the empire's permanent bureaucracy. In my perception, this is one tentacle of the new Strategy of Tension being deployed against us. It won't work, but we have to be nimble and savvy. I also address what I perceive to be subliminal messaging and tonal hypnosis experiments currently being covertly executed at mass pop culture gatherings, such as T Swift's Eras tour. Fans are reporting post-concert amnesia and bizarre out of body experiences at these live events. We need to be smarter and more agile than the behavior managers, narrative controllers, and those who seek to hack the human spirit. We won't let them and they won't be able to. We humans are a lot of things, but most of all we are slippery and adaptable. Flow, adapt, process, overcome. Love and appreciate all you radiant elegant listeners of light! One Love,little raven kakaawwwTRACKLISTDykotomi - Corvid CrunkInner Healing - Awaken Your SpiritSupport the showIf you dig the pod, check out the adjacent video show w/ Dr. Sylvie: https://rokfin.com/BarbarianYakFestFind me on IG: barbarian_noetics Help me stay on the air: patreon.com/noeticsDirect Donate on Cash App: $BarbarianRavenOne time donation: buymeacoffee.com/noetics.Spread the word and tell a friend. Remember to set the BNP on Auto Download after you subscribe. I appreciate you all.Let's elevate the human spirit! FAIR USE DISCLAIMER:Section 107 of the Copyright Act of 1976 allows for “fair use” for purposes such as criticism, comment, news reporting, teaching, education and research."The good things of prosperity are to be wished; but the good things that belong to adversity are to be admired." - Lucius Annaeus Seneca
Andrea is joined on Beyond the Reiki Gateway by Kim Morrison, essential oil expert, instructor, author, and inspiration. Together, they explore the world of aromatherapy, self-love, and self-care, offering valuable insights and techniques to energize your everyday. Kim reveals a fascinating perspective on how oils can serve as anchors for our thoughts, connecting with our unconscious mind to enhance our mindset and intentionality toward better living and health. If you're curious about essential oils and how to prioritize your well-being, tune in to this enlightening episode. It's packed with wisdom that will leave you feeling inspired.✨ Learn more about Kim Morrison https://www.kimmorrison.com/[00:00] Welcome[00:03:40] Essential oils course discovery.[00:06:27] Modern medicine vs. natural therapies.[00:10:14] Adulteration in essential oils.[00:12:41] The power of understanding whether or not an oil is pure.[00:18:57] The power of essential oils.[00:20:14] The power of lavender oil.[00:24:38] Essential oil safety.[00:29:45] Emotional response to scents.[00:33:11] Using aromatherapy for concentration.[00:35:41] The power of intentionality and rituals.[00:40:22] Programming that scent.[00:45:07] Aromatic environment and motivation.[00:49:06] Aromatic linen and room sprigs.[00:51:14] Essential oils for daily rituals.[00:54:27] Placebo effect and mindset.[01:00:55] Fear and self-love.[01:02:12] Self-discipline.[01:07:37] Beautiful quote on self-care.[01:09:09] Mainstream Reiki community.Become a BTRG Insider and receive exclusive content! Support the showSponsored by The New Mainstream Reiki CommunityBringing Reiki people together in a whole new way, we are the Destination for Reiki Practitioners to Learn, Share, Connect, and Evolve.Find out more: https://members.mainstreamreiki.com/
Topics covered in this episode: Heliclockter - Like datetime, but more timezone-aware Wagtail 5 Git log customization MiniJinja template engine Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training Python People Podcast Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Brian #1: Heliclockter - Like datetime, but more timezone-aware Suggested by Peter Nilsson The library exposes 3 classes: datetime_tz, a datetime ensured to be timezone-aware. datetime_local, a datetime ensured to be timezone-aware in the local timezone. datetime_utc, a datetime ensured to be timezone-aware in the UTC+0 timezone. Michael #2: Wagtail 5 Wagtail is the leading open-source Python CMS, based on Django. Anything you can do in Python or Django, you can do in Wagtail. Wagtail 5.0 provides even more options for your content creation experience Dark mode has arrived SVG support Enhanced accessibility checker Delete more safely Some breaking changes in it because this release removes some of the old code paths that were maintained to give people more time to adapt their code to the new upgrades Add custom validation logic to your Wagtail projects. You can now attach errors to specific child blocks in StreamField. Brian #3: Git log customization Justin Joyce Just a simple git log --oneline makes the log so much more readable, but don't stop there. --graph helps to show different branches -10 shows the last 10 commits. And this beauty in .gitconfig makes git lg mostly do what you want most of the time: [alias] lg = log --graph -10 --format='%C(yellow)%h%Creset %s %Cgreen(%cr) %C(bold blue)[HTML_REMOVED]%Creset' Michael #4: MiniJinja template engine MiniJinja is a powerful but minimal dependency template engine for Rust compatible with Jinja/Jinja2 Comes with integration back into Python via minijinja-py package. MiniJinja has a stronger sandbox than Jinja2 and might perform ever so slightly better in some situations. However you should be aware that due to the marshalling that needs to happen in either direction there is a certain amount of loss of information. Compiles to WebAssembly Extras Brian: The pytest Primary Power course is ready. To celebrate wrapping up the first course, pytest Primary Power is $49, the bundle is $99. Bundle: This + next 2 courses + access to repo, discussion forum, Slack, and Discord Michael: New HTMX, language course, and data science course coming at Talk Python. Add your name here to get notified. I'll be at PyBay 2023 on Oct 8, 2023 Use "friendofspeaker" with for a 20% discount on the regular tickets. Follow up from docstrings: From Rhet John Hagen: You can certainly omit the type information from the docstring when you are using typehints. This is the way I've seen almost all modern usages of Google style docstrings nowadays. They still have some examples that include the type information because the original standard pre-dated Python 3 type annotations. Here is a simple example: https://github.com/johnthagen/python-blueprint/blob/main/src/fact/lib.py#L5 This also shows off the next point that you brought up: can I document all of the exceptions that a function could raise. Google docstrings have the "Raises:" block for this, and I find it pretty nice and concise for when this is needed. Also, PyCharm can be configured to autocomplete and render Google style docstrings https://www.jetbrains.com/help/pycharm/settings-tools-python-integrated-tools.html Tools | Python Integrated Tools | Docstrings | Docstring Format: Google What's nice about this, is that then PyCharm will render the google style docstrings in the Quick Doc function (Ctrl+Q), making the headers bold and larger and lists look nice so it's easy to read. Joke: Fully optimized my algorithm
August 24, 2023 Joanne Lechasseur, Co-founder, Program Director of the Global Innovation Cooperative Summit, and Zuraidah Hoffman, Communications Director for the Global Innovation Cooperative Summit, discuss the upcoming Global Innovation Cooperative Summit, which will occur in Montreal, September 27 – 29, 2023. Zuraidah Hoffman is an Independent International Cooperative Communications consultant, with more than 20 years of experience in communications. Her cooperative journey began with NRECA International, a US-based global rural electrification NGO that takes its roots from the American electric cooperative movement. She continues to support their communications needs and travels the world to produce stories on the impact rural electric cooperatives have on improving lives. Zuraidah is currently the Communications Director for the Global Innovation Cooperative Summit. In 2021, Zuraidah was the MC for International Cooperative Alliance's (ICA) 33rd World Cooperative Congress in Seoul and led the Congress communications team from her home office in Washington DC. She also served as ICA's interim communications director in 2019. Zuraidah is an alumnus of The George Washington University, in Washington, D.C. Joanne Lechasseur, holds a master's degree in industrial relations from Université Laval, Quebec and she's a content expert for events on the cooperative business model. She served as the ICA Seoul 2021 World Cooperative Congress Event Manager. Prior to that she was the Director of Programming and Scientific Activities for the International Summit of Cooperatives in 2012, 2014 and 2016, where she worked for 28 years for the Desjardins Group in various sectors of activity to include work organization, regional development, strategic planning, business development, and much more.
Ray and Nick review the steps in the NLP and go through progressions to intermediate programming for each lift and examples of common issues with making changes. 01:47 Squat progression - Novice to Intermediate 03:37 Start with the basics - only make changes when needed 06:22 Technique/form 09:23 Adding a light day 11:59 Changes are individual dependent 13:51 Go up on the first set of five 15:33 Anything that's not adding five pounds to a workout isn't NLP 16:54 40-year-old/last steps for progression/decide which day is the heavy day 19:19 Triples 21:44 Considerations on program changes at this level 24:00 Women will move to threes pretty early 25:42 Programming issues - determining what change to make 26:36 Too much stress or not enough? 30:16 Not enough stress 31:49 If you make a change, make a small change 37:48 Standard progression on the deadlift 41:15 Simplifying things 44:37 Alternating the deadlift with another pulling movement 52:19 Making 10-pound jumps on the deadlift 55:09 Bench progression 57:30 Press progression 1:03:10 Nick's clients grinding through reps 1:04:39 Post novice - continue increasing stress
TO LEARN MORE: www.CrossFitEdwardsville.com www.Facebook.com/CrossFitEdwardsville TikTok: @crossfitedwardsville Instagram: @crossfitedwardsville Twitter: @cfedwardsville YouTube: CrossFit Edwardsville TO GET STARTED AT CFE: Book a No-Sweat Conversation with a coach, using this scheduler: https://crossfitedwardsville.com/intro/ You can also find the link to schedule on our website. While this show is educational & entertaining in nature, it does not replace or supplant professional medical guidance from your own physician. Before beginning any exercise or nutrition program, please first consult with your doctor.
Chris Woodruff, or as his friends call him, Woody, is a software developer and architect of over 25 years. Woody loves software engineering, especially allowing applications and services to communicate across networks and through Web APIs. He has been a Microsoft MVP in SQL, Data, and C# in the past, along with multiple years of being awarded the AWS Community Builder Award. Woody lives in Grand Rapids, Michigan, where he explores the many breweries in West Michigan and travels with his family. Woody is also a long-time bourbon fan and loves hunting for whiskey bottles. Topics of Discussion: [4:46] The many positions Woody has held in his career. [7:14] The genesis behind Woody's new book, Practical Network Programming Using C#. Dive deep into #CSharp12 and #DotNET8. [9:24] The second book Woody is working on co-writing, on the patterns of developer relations. [14:10] The original intent of the internet was to protect the military. [15:22] What is a packet? [21:08] A brief history of web services. [24:00] Who was Roy Fielding? [28:48] Woody talks about using different applications, the WebSocket service, and Dapr. [35:36] You have to know about the transport across the network, as well as how to build the code and architect your application so that it utilizes the network efficiently. [40:14] We can expect the book out by May or June 2024. Mentioned in this Episodes: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer's Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo's Twitter — Follow to stay informed about future events! Architect Tips — Video podcast! Azure DevOps Chris Woodruff's Blog Chris Woodruff LinkedIn Chris Woodruff Twitter Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.
Talk Python To Me - Python conversations for passionate developers
We write tests to show us when there are problems with our code. But what if there are intermittent problems with the tests themselves? That can be big hassle. In this episode, we have Gregory Kapfhammer and Owain Parry on the show to share their research and advice for taming flaky tests. Links from the show Gregory Kapfhammer: gregorykapfhammer.com Owain Parry on Twitter: @oparry9 Radon: pypi.org pytest-xdist: github.com awesome-pytest: github.com Tenacity: readthedocs.io Stamina: github.com Flaky Test Management: docs.cypress.io Flaky Test Management (Datadog): datadoghq.com Flaky Test Management (Spotify): engineering.atspotify.com Flaky Test Management (Google): testing.googleblog.com Detecting Test Pollution: github.com Surveying the developer experience of flaky tests paper: www.gregorykapfhammer.com Build Kite CI/CD: buildkite.com Flake It: Finding and Fixing Flaky Test Cases: github.com Unflakable: unflakable.com CircleCI Test Detection: circleci.com Watch this episode on YouTube: youtube.com --- Stay in touch with us --- Subscribe to us on YouTube: youtube.com Follow Talk Python on Mastodon: talkpython Follow Michael on Mastodon: mkennedy Sponsors PyCharm Sentry Error Monitoring, Code TALKPYTHON Talk Python Training