POPULARITY
Categories
Vérző fejű, magyar zászlót lengető MI-katonákkal kampányol Orbán az ukrán EU-csatlakozás ellen Kárpátaljai roma menekültek Budapesten Kesztyűt dobott az Orbán-kormánynak az uniós biztos Megvonhatják Ilaria Salis mentelmi jogát Életfogytiglanra ítéltek egy szadista szíriai orvost Frankfurtban Új taktikát alkalmazott Irán? Vészjósló fenyegetés érkezett Izraelből Szijjártó Péter köreiben is egyre több a milliárdos Elafonisi tengerpart – Karibi élmény Európában Nagy Márton elárulta, miért járna jól hazánk Montenegró uniós csatlakozásával Sokan fellélegezhetnek az OTP mostani lépése után Kisközség rejti az ország egyik legbarátságosabb gyógyfürdőjét MTK–FTC örökrangadó az NB I nyitó fordulójában F1: Norris megmutatta, hogy nem bajnok alkat Nem hoz tartós lehűlést a hidegfront A további adásainkat keresd a podcast.hirstart.hu oldalunkon.
Vérző fejű, magyar zászlót lengető MI-katonákkal kampányol Orbán az ukrán EU-csatlakozás ellen Kárpátaljai roma menekültek Budapesten Kesztyűt dobott az Orbán-kormánynak az uniós biztos Megvonhatják Ilaria Salis mentelmi jogát Életfogytiglanra ítéltek egy szadista szíriai orvost Frankfurtban Új taktikát alkalmazott Irán? Vészjósló fenyegetés érkezett Izraelből Szijjártó Péter köreiben is egyre több a milliárdos Elafonisi tengerpart – Karibi élmény Európában Nagy Márton elárulta, miért járna jól hazánk Montenegró uniós csatlakozásával Sokan fellélegezhetnek az OTP mostani lépése után Kisközség rejti az ország egyik legbarátságosabb gyógyfürdőjét MTK–FTC örökrangadó az NB I nyitó fordulójában F1: Norris megmutatta, hogy nem bajnok alkat Nem hoz tartós lehűlést a hidegfront A további adásainkat keresd a podcast.hirstart.hu oldalunkon.
In this episode, we will learn from Michelle LeRoy, PhD, OTR/L, BCP & Colton Sayers, OTD, OTR/L, CNS: OT in LGBTQIA+2S Health & Fellowship. Dr. Colton Sayers is a practicing clinical occupational therapist at UC Health and an adjunct instructor at the University of Cincinnati. He works primarily in an outpatient neurological clinic. His doctoral work has consisted of creating learning initiatives that help healthcare workers better understand the lived experience of members of the LGBTQ+ community while accessing healthcare. In his own experience accessing healthcare as a gay man, he has suffered many uncomfortable situations with medical professionals which has led to feelings of shame and guilt. Some of his work has included being on his healthcare institutions diversity, equity, and inclusion council, teaching graduate courses on global and community health, creating the first LGBTQ+ continuing education course for the American Occupational Therapy Association, and pioneering the first Occupational Therapy LGBTQIA+ Fellowship in the world. Through his work, he is hopeful it will decrease barriers to accessing healthcare, improve healthcare workers understanding of the LGBTQ+ community, and help individuals live long and meaningful lives. Dr. Michelle LeRoy is an assistant professor in the occupational therapy department at Colorado State University. Their research area focuses on how occupational therapy can support the mental health of LGBTQ+ youth in schools. As an occupational therapist they are board certified in pediatrics and has worked as an occupational therapist serving the transgender community in a primary care clinic focused on serving the LGBTQ+ community. They have provided multiple presentations for free to the transgender community regarding how to bind, tuck and pack safely to maintain body integrity and also currently volunteers with multiple organizations to provide support to the LGBTQ+ community in Fort Collins, Colorado. Their passion stems from being the proud mother of a transgender child and seeing the difficulty their child has had in receiving proper healthcare. Through this fellowship, they are hopeful that there will be more practitioners who can provide quality care to the LGBTQ+ community and help anyone who is part of the community reach the goals that are important to them.Fellowship InstagramInstagram: @Ot_lgbtqia2s_fellowshipDirector emailsColton: Colton.Sayers@uchealth.comMichelle: Michelle.LeRoy@colostate.eduYoutubehttps://www.youtube.com/watch?v=5qh_FFc2beQAs always, I welcome feedback & ideas from all of you or if you are interested in being a guest on future episodes, please do not hesitate to contact Patricia Motus at transitionsot@gmail.com or DM via Instagram @transitionsotTHANK YOU for LISTENING, FOLLOWING, DOWNLOADING, RATING, REVIEWING & SHARING “The Uncommon OT Series” Podcast with all your OTP friends and colleagues!Full Episodes and Q & A only available at:https://www.wholistic-transitions.com/the-uncommon-ot-seriesSign Up NOW for the Transitions OT Email List to Receive the FREE Updated List of Uncommon OT Practice Settingshttps://www.wholistic-transitions.com/transitionsotFor Non-Traditional OT Practice Mentorship w/ Patricia:https://docs.google.com/forms/d/e/1FAIpQLSeC3vI5OnK3mLrCXACEex-5ReO8uUVPo1EUXIi8FKO-FCfoEg/viewformHappy Listening Friends!Big OT Love!All views are mine and guests' own.
Connor Rigby joins the Elixir Wizards to talk about Blue Heron BLE (Bluetooth Low Energy) support for Elixir apps. Blue Heron implements the BLE specs in pure Elixir, leveraging binary pattern matching and concurrent message processing to handle Bluetooth protocols. Unlike most solutions that require C ports or NIFs, Blue Heron runs entirely in user space, so it works seamlessly in both Nerves-based embedded projects and (eventually) desktop Elixir applications. We discuss how Nerves development differs from building Phoenix apps. Connor shares challenges he's experienced with hardware compatibility, where some chips only partially implement the spec, and he discusses the surprisingly deep (but sometimes incomplete) world of BLE device profiles. His tip for anyone entering the BLE space: read the official spec instead of trusting secondhand blog posts. Tools like Nerves LiveBook give you hands-on examples, so you can get a BLE prototype running on a Raspberry Pi and your phone in no time. Key topics discussed in this episode: Blue Heron origins and “bird” naming convention BLE vs. Bluetooth Classic: core differences Pure Elixir implementation—no C dependencies Binary pattern matching for packet parsing Hardware transport options: UART, SPI, USB, SDIO GenServer patterns in Nerves vs. Phoenix Linux requirement and power-consumption trade-offs GATT (Generic Attribute Table) implementation patterns SQLite integration for Nerves apps Hardware chip quirks and spec compliance Manufacturer-specific commands and workarounds BLE device profiles and spec gaps Security Management Profile (SMP) for encryption Device connection and pairing workflows Web vs. embedded development differences Where to get started: hardware recommendations and docs Links mentioned: https://github.com/ConnorRigby/ https://github.com/blue-heron/ https://nerves-project.org/ BLE (Bluetooth Low Energy) https://en.wikipedia.org/wiki/BluetoothLowEnergy https://developer.apple.com/ibeacon/ https://learnyousomeerlang.com/building-otp-applications Linux https://www.linux.org/ HCI (Host Controller Interface) https://en.wikipedia.org/wiki/Hostcontrollerinterface Circuits UART Library https://hexdocs.pm/circuitsuart/readme.html SPI (Serial Peripheral Interface) https://github.com/elixir-circuits/circuitsspi SDIO (Secure Digital Input Output https://en.wikipedia.org/wiki/SDIO Raspberry Pi https://www.raspberrypi.com/ Coral SoM Dev Board https://coral.ai/products/dev-board/ BeagleBone Single-Board Linux Computer https://www.beagleboard.org/boards/beaglebone-black https://www.bluetooth.com/bluetooth-resources/intro-to-bluetooth-gap-gatt/ Genservers https://hexdocs.pm/elixir/1.12/GenServer.html https://hexdocs.pm/ecto/Ecto.html https://github.com/elixir-sqlite/ectosqlite3 https://github.com/nerves-livebook/nerveslivebook Special Guest: Connor Rigby.
News includes the major OTP 28 release with priority messages functionality, ElixirConf EU 2025 videos starting to appear including Chris McCord's keynote on his new phoenix.new service and James Arthur's introduction of Phoenix Sync for real-time database synchronization, the EEF board election results and their new role as a CVE Numbering Authority for the Hex ecosystem, upcoming co-located hooks and macro components in LiveView, updates to the Elixir Lua package and MDEx with its new Markdown sigil, a new convention for AI-friendly usage_rules.md files in hex packages, and more! Show Notes online - http://podcast.thinkingelixir.com/255 (http://podcast.thinkingelixir.com/255) Elixir Community News https://www.honeybadger.io/ (https://www.honeybadger.io/?utm_source=thinkingelixir&utm_medium=podcast) – Honeybadger.io is sponsoring today's show! Keep your apps healthy and your customers happy with Honeybadger! It's free to get started, and setup takes less than five minutes. https://www.erlang.org/news/180 (https://www.erlang.org/news/180?utm_source=thinkingelixir&utm_medium=shownotes) – OTP 28 release announcement with new priority messages functionality and SBOM support https://www.erlang.org/eeps/eep-0076 (https://www.erlang.org/eeps/eep-0076?utm_source=thinkingelixir&utm_medium=shownotes) – EEP 76 specification for priority messages in OTP 28 https://www.youtube.com/playlist?list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z (https://www.youtube.com/playlist?list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z?utm_source=thinkingelixir&utm_medium=shownotes) – ElixirConf EU 2025 YouTube playlist with conference videos https://www.youtube.com/watch?v=ojLVHc4gLk&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2oZ&index=3 (https://www.youtube.com/watch?v=ojL_VHc4gLk&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z&index=3?utm_source=thinkingelixir&utm_medium=shownotes) – Chris McCord's keynote "Code Generators are Dead. Long Live Code Generators" https://x.com/chris_mccord/status/1923417060593356889 (https://x.com/chris_mccord/status/1923417060593356889?utm_source=thinkingelixir&utm_medium=shownotes) – Chris McCord's announcement about phoenix.new paid service https://phoenix.new/ (https://phoenix.new/?utm_source=thinkingelixir&utm_medium=shownotes) – Chris McCord's new phoenix.new paid service at Fly.io https://www.youtube.com/watch?v=4IWShnVuRCg&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z&index=2 (https://www.youtube.com/watch?v=4IWShnVuRCg&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z&index=2?utm_source=thinkingelixir&utm_medium=shownotes) – James Arthur's keynote "Introducing Phoenix Sync" from ElixirConf EU https://github.com/electric-sql/phoenix_sync/ (https://github.com/electric-sql/phoenix_sync/?utm_source=thinkingelixir&utm_medium=shownotes) – Phoenix Sync GitHub repository for real-time sync to Postgres-backed Phoenix apps https://hexdocs.pm/phoenix_sync/readme.html (https://hexdocs.pm/phoenix_sync/readme.html?utm_source=thinkingelixir&utm_medium=shownotes) – Phoenix Sync documentation on HexDocs https://github.com/josevalim/sync (https://github.com/josevalim/sync?utm_source=thinkingelixir&utm_medium=shownotes) – José Valim's sync project that inspired Phoenix Sync https://erlef.org/blog/eef/election-2025-results (https://erlef.org/blog/eef/election-2025-results?utm_source=thinkingelixir&utm_medium=shownotes) – EEF board election results for Cohort C https://x.com/TheErlef/status/1924531926008004633 (https://x.com/TheErlef/status/1924531926008004633?utm_source=thinkingelixir&utm_medium=shownotes) – EEF Twitter announcement of election results https://erlef.org/blog/eef/election-2025-candidates (https://erlef.org/blog/eef/election-2025-candidates?utm_source=thinkingelixir&utm_medium=shownotes) – Information about the EEF election candidates https://erlef.org/blog/security/eef-cna-announcement (https://erlef.org/blog/security/eef-cna-announcement?utm_source=thinkingelixir&utm_medium=shownotes) – EEF becomes CVE Numbering Authority for Hex and BEAM ecosystem https://github.com/erlef-cna (https://github.com/erlef-cna?utm_source=thinkingelixir&utm_medium=shownotes) – EEF CNA GitHub organization https://cna.erlef.org/ (https://cna.erlef.org/?utm_source=thinkingelixir&utm_medium=shownotes) – EEF CNA website https://github.com/surface-ui/surface (https://github.com/surface-ui/surface?utm_source=thinkingelixir&utm_medium=shownotes) – Surface UI project for server-side rendering components https://github.com/phoenixframework/phoenixliveview/pull/3810 (https://github.com/phoenixframework/phoenix_live_view/pull/3810?utm_source=thinkingelixir&utm_medium=shownotes) – Draft PR for co-located hooks and macro components in LiveView https://github.com/tv-labs/lua (https://github.com/tv-labs/lua?utm_source=thinkingelixir&utm_medium=shownotes) – Elixir Lua package v0.2.x release by TvLabs https://x.com/davydog187/status/1925186045156463034 (https://x.com/davydog187/status/1925186045156463034?utm_source=thinkingelixir&utm_medium=shownotes) – Dave's tweet about ElixirConf EU Luerl talk https://www.youtube.com/watch?v=4YBBoXXH_98 (https://www.youtube.com/watch?v=4YBBoXXH_98?utm_source=thinkingelixir&utm_medium=shownotes) – "Lua on the BEAM" talk by Dave Lucia & Robert Virding https://discord.gg/6Ukp9vpj (https://discord.gg/6Ukp9vpj?utm_source=thinkingelixir&utm_medium=shownotes) – Discord link for Lua community https://x.com/germsvel/status/1922602086065148093 (https://x.com/germsvel/status/1922602086065148093?utm_source=thinkingelixir&utm_medium=shownotes) – German Velasco's video highlighting LiveDebugger tool https://bsky.app/profile/germsvel.com/post/3lp4snnkpj225 (https://bsky.app/profile/germsvel.com/post/3lp4snnkpj225?utm_source=thinkingelixir&utm_medium=shownotes) – German Velasco's BlueSky post about LiveDebugger https://podcast.thinkingelixir.com/249 (https://podcast.thinkingelixir.com/249?utm_source=thinkingelixir&utm_medium=shownotes) – Thinking Elixir episode 249 featuring LiveDebugger discussion https://hexdocs.pm/mdex/MDEx.Sigil.html (https://hexdocs.pm/mdex/MDEx.Sigil.html?utm_source=thinkingelixir&utm_medium=shownotes) – MDEx v0.7 documentation for new ~MD sigil https://hexdocs.pm/autumn (https://hexdocs.pm/autumn?utm_source=thinkingelixir&utm_medium=shownotes) – Autumn syntax highlighter package that works with MDEx https://github.com/leandrocp/mdex_mermaid (https://github.com/leandrocp/mdex_mermaid?utm_source=thinkingelixir&utm_medium=shownotes) – MDEx Mermaid plugin for adding mermaid support to Markdown https://bsky.app/profile/zachdaniel.dev/post/3lpofyykwds2i (https://bsky.app/profile/zachdaniel.dev/post/3lpofyykwds2i?utm_source=thinkingelixir&utm_medium=shownotes) – Zach Daniel's BlueSky post about usage_rules.md convention https://hexdocs.pm/usage_rules (https://hexdocs.pm/usage_rules?utm_source=thinkingelixir&utm_medium=shownotes) – Usage rules package documentation https://github.com/ash-project/usage_rules/ (https://github.com/ash-project/usage_rules/?utm_source=thinkingelixir&utm_medium=shownotes) – Usage rules GitHub repository https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/ (https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/?utm_source=thinkingelixir&utm_medium=shownotes) – Microsoft announcement about Windows Subsystem for Linux going open source https://www.zdnet.com/article/believe-it-or-not-microsoft-just-announced-a-linux-distribution-service-heres-why/ (https://www.zdnet.com/article/believe-it-or-not-microsoft-just-announced-a-linux-distribution-service-heres-why/?utm_source=thinkingelixir&utm_medium=shownotes) – ZDNet article explaining Microsoft's Linux strategy and Azure statistics Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com) Find us online - Message the show - Bluesky (https://bsky.app/profile/thinkingelixir.com) - Message the show - X (https://x.com/ThinkingElixir) - Message the show on Fediverse - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir) - Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com) - Mark Ericksen on X - @brainlid (https://x.com/brainlid) - Mark Ericksen on Bluesky - @brainlid.bsky.social (https://bsky.app/profile/brainlid.bsky.social) - Mark Ericksen on Fediverse - @brainlid@genserver.social (https://genserver.social/brainlid) - Dave Lucia - @davydog187 (https://x.com/davydog187)
In the Season 14 premiere, hosts Dan Ivovich and Sundi Myint chat with Isaac Yonemoto, creator of the Zigler library, to explore how Zigler brings Zig's performance and safety to Elixir through Native Implemented Functions (NIFs). Isaac walks through the core design of Zigler and how it auto-generates the Elixir-to-Zig bridge, enforces type safety, and exposes multiple execution modes (normal, dirty, threaded). The conversation covers real-world applications, from SIMD-powered token selection for LLM hardware acceleration to OTP-style fault tolerance in low-level code. Isaac shares his own journey: stepping back from professional software work to launch a biotech startup focused on reducing drug manufacturing costs while continuing to maintain Zigler and even leveraging Elixir for bioinformatics pipelines. Topics discussed in this episode: What is the Zigler library and what does it do? What does it mean to run a "dirty NIF"? Async mode is temporarily removed from Zig (therefore, yielding NIFs is temporarily deprecated in Zigler) Zigler's three execution modes (normal, dirty, and threaded) and how you switch modes with a single config change Isaac's journey from professional software work to launching a biotech startup How Isaac leverages Elixir in bioinformatics pipelines at his startup LLM hardware acceleration using Zigler NIFs and SIMD-powered token picking Fault-tolerant load balancing of NIF workloads via OTP principles Transparent handling and recovery from hardware failures through monitoring Potential future memory-safety features in Zig and their implications The Elixir-based borrow-checker prototype: purpose and design Unit-checking for scientific computations to enforce correctness New OS support in Zigler 0.14: macOS, Windows, and FreeBSD Inline Zig code authoring directly within Elixir modules Isaac's commitment to maintain Zigler through its 1.0 release (...and beyond?) Links mentioned: https://github.com/E-xyza/zigler https://github.com/ziglang/zig https://vidalalabs.com/ Zig Programming Language: https://ziglang.org/ https://obsidian.md/ https://hexdocs.pm/elixir/macros.html https://erlang.org/documentation/doc-4.7.3/doc/extensions/macros.html A Deep Dive Into the Elixir AST: https://dorgan.ar/posts/2021/04/theelixirast/ https://www.erlang.org/doc/system/nif.html https://nodejs.org/en Llama Open-Source LLM: https://www.llama.com/ Mixtral Open-Source LLM: https://mistral.ai/news/mixtral-of-experts https://Fly.io SIMD: https://en.wikipedia.org/wiki/Singleinstruction,multiple_data https://opentrons.com/ CI/CD: https://en.wikipedia.org/wiki/CI/CD https://hexdocs.pm/zigler/Zig.html http://www.x.com/DNAutics https://bsky.app/profile/dnautics.bsky.social
2025. május 26., hétfő 6.30-8 óra NÉVNAPOK, ÉVFORDULÓK, HÍRES SZÜLETÉSNAPOSOK, JELES NAPOK. LAPSZEMLE és TŐZSDEI HELYZETKÉP BUDAPEST, TE CSODÁS: Hírek a fővárosból és környékéről A vízvisszatartás lesz a békásmegyeri Gőtés-tó rendezésének első számú célja; Karácsony Gergely szerint vagy a Fidesz oligarchái járnak jól, vagy a buszok Budapesten; Feloszlik az egyik legnépszerűbb magyar zenekar – ekkor lesz búcsúkoncert. ÉBRESZTŐ TÉMA: Hatalmas verseny a bankok között a fiatalokért Egészen komoly kedvezményekkel csábítják magukhoz a nagykorúvá váló diákokat a hazai bankok, de már a gyerekekért is küzdenek egymással és a Revoluttal. Ennyire ragaszkodnak már a fiatalok is az egyszer kiválasztott bankjukhoz, hogy megéri sok tízezer forintért behúzni őket? Hol vannak most a legjobb ajánlatok a behúzós kedvezményeken túl? Gergely Péter, a Biztosdöntés.hu alapítója, pénzügyi szakértő. HETI KITEKINTŐ: MNB-kamatdöntés és inflációs adatok Szeptember óta változatlanul 6,5% a hazai alapkamat és várhatóan most sem változtat rajta az MNB Monetáris Tanácsa. Bár a csökkenő európai infláció és bérdinamika miatt az EKB a korábban vártnál mélyebbre, 1,5-1,75%-ig csökkentheti az euró alapkamatot, az új amerikai adminisztráció vámháborúja és költségvetési tervei miatt a hosszú futamidejű kötvények hozamai ismét érdemben emelkedtek a fejlett piacokon, ráadásul a gyors ukrajnai békébe vetett hit megingása csökkenti a régiós eszközök iránti étvágyat. Tardos Gergely, az OTP elemzési központ vezetője.
Send us a textLosing your OTP or access to Amazon Seller Central can cost sellers serious time. This video breaks down how to recover your account and prevent future login problems. Includes steps for better 2FA setup, security tips, and tools like Authenticator.Need help securing your Amazon account or getting back in? https://bit.ly/44uHuaR#AmazonSeller #SellerCentral #AmazonAccountHelp #TwoStepVerification #FBAHelpWatch these videos on YouTube:Simple Trick to Cut PPC Costs https://www.youtube.com/watch?v=k5CM6XtYo1c&list=PLDkvNlz8yl_YEKE1B5o1uhbBm1QQcPzmY&index=39How to Increase IPI https://www.youtube.com/watch?v=TMysF_XACdQ&list=PLDkvNlz8yl_b5s-jb7KgPe-aPWP47jZIL-------------------------------------------------Struggling with ads? Download our free PPC guide made for Amazon sellers: https://bit.ly/4kjWmgQWant better rankings? Grab the free Amazon SEO toolkit and start fixing your listings: https://bit.ly/3GW5zxMTimestamps00:00 – What To Do If You Lose Your OTP Code00:30 – Common Mistakes When Setting Up OTP01:20 – Account Recovery Using Amazon.com Login02:00 – Required Documents for OTP Reset03:00 – Manual Review Process by Amazon Security04:00 – Better Ways to Set Up Account Security05:10 – How to Use an Authenticator App06:00 – Using 1Password or LastPass for OTP07:00 – Why All Amazon Sellers Should Update OTP Settings-------------------------------------------------Follow us:LinkedIn: https://www.linkedin.com/company/28605816/Instagram: https://www.instagram.com/stevenpopemag/Pinterest: https://www.pinterest.com/myamazonguys/Twitter: https://twitter.com/myamazonguySubscribe to the My Amazon Guy podcast: https://podcast.myamazonguy.comApple Podcast: https://podcasts.apple.com/us/podcast/my-amazon-guy/id1501974229Spotify: https://open.spotify.com/show/4A5ASHGGfr6s4wWNQIqyVwSupport the show
“Verification is no longer a nice-to-have—it's a must-have,” says Gegham Azatyan, Co-Founder and Chief Business Officer at Dexatel, in a conversation with Doug Green, Publisher of Technology Reseller News. In this episode, Azatyan introduces Dexatel Verify, a new CPaaS solution designed to intelligently authenticate users across multiple channels in real time. Founded in 2015, Dexatel helps global brands build secure and reliable customer communication through SMS, voice, email, and chat apps like WhatsApp, Telegram, and Viber. Now, with the launch of Dexatel Verify, the company is addressing the rising challenges of online fraud, fake accounts, and high messaging costs—particularly in markets where SMS pricing is prohibitive or unreliable. Gegham Azatyan Unlike traditional one-time password (OTP) solutions, Dexatel Verify uses smart fallback logic, a system that dynamically selects the best communication channel for each user and region. If a text message fails, the system might try a voice call or switch to WhatsApp or RCS—all automatically and in real time. This innovation isn't just about efficiency—it's also about cost savings. “Customers using fallback logic can save up to 30%,” Azatyan notes, especially those in high-volume industries like fintech, e-commerce, healthcare, and education. The solution is also fully compliant with GDPR and ISO 27001, making it suitable for businesses operating in regulated sectors. As Dexatel expands into the U.S. and Canadian markets, Azatyan sees Verify as a critical enabler for companies onboarding new users securely and affordably—turning customer verification into a seamless, cost-effective, and fraud-resistant process. Learn more at https://dexatel.com
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 7 O'clock hour is brought to you by All Four Seasons Garage and Entry Doors, Big enough to serve. small enough to care OTP presented by Artisan Custom Closets Run Pass Option presented by Subaru of Gwinnett Atlanta Braves Today See omnystudio.com/listener for privacy information.
I am delighted to have my good friend, Kelli Weber, with us for the second part of a two-part series about Olive Tree People and their fantastic products. Kelli introduced me to Beautycounter about ten years ago, and last year, she brought Olive Tree People to my attention. Today, in Part 2, we dive into the details of certain Olive Tree products, and Kelli walks us through a great skincare routine using those products. Please listen to Part 1 first if you have not yet done so. Serum & Moisturizer Tips The hyaluronic acid in F86 works best on damp skin to lock in moisture Only layer the F63 oil-based serum after using a water-based serum to seal in hydration Use a lightweight moisturizer for oilier skin, and a richer moisturizer for dry or mature skin Kelli Weber's Bio: Kelli Weber is a wife, mother, and Child of God! A Jesus-loving free spirit with a heart to share knowledge she has learned (and unlearned) over the years. Her wellness journey started with a simple swap of Mac & Cheese and J&J bath wash. Now, deep dive is her middle name, questioning everything in all facets of life, and helping others win in spaces that mean most to them is how she defines success. Adding Olive Tree People to her resume last year was a decision that was a beautiful leap of faith. Kelli quickly went to the highest ranks within OTP, Black Olive Star, with hundreds sharing Bio Active Wellness. Kelli wears many hats: mother, designer, mentor, friend, and advocate. She believes in creating layers of life. From wellness to designer, she has woven together all her favorite parts of life, from travel to art. She continues to peel back the layers of how God designed us to live & thrive while creating a foundation of freedom for her family. Her goal is building foundational, repeatable daily actions that compound in business, creativity & wellness, modeling the actions of creating a life outside of the box that society has designed. In this episode: How oil and gel cleansers work together to remove makeup gently and deep clean the pores Why skin prep, and layering serum before oil and oil before cream, is crucial for effective absorption How to personalize your skincare routine by taking a quiz and consulting with a mentor for personalized product recommendations The benefits of using F86 hyaluronic acid to address dull or crepey skin. How pairing the F86 serum with the F63 cell-active oil serum targets hyperpigmentation and signs of aging Why eye care must be layered Use the La Dope and Oliveda product lines for seasonal and sensitive-skin options How F59 can naturally relax facial muscles, soften lines, and extend Botox results The long-term value of cycling with F59 and F82 Relative Links for This Show: Use code COQ10 to get 10% off COQ10 Use CODE BERGAMOT to get 10% off Citrus Bergamot Try Halo (Salt) Therapy for respiratory and skin health. Call 319-363-0033 to schedule your session. Link to Shop Olive Tree People:
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets Run Pass Option presented by Subaru of Gwinnett Bulldogs Beat presented by Georgia's Own Credit Union, Georgia Pack and Load Attorney Ken Nugent Bet Nots presented by Harrah's Cherokee Casino See omnystudio.com/listener for privacy information.
I am delighted to have my good friend, Kelli Weber, joining us for a two-part series about Olive Tree People and their fantastic products. Kelli introduced me to Beautycounter about ten years ago, and last year, she brought Olive Tree People to my attention. Today, in Part 1 of our series, she shares her strong belief in Olive Tree People and explains why she has stayed in the skincare industry for as long as she has. She also discusses the concept of waterless beauty, dives into the power of the Olive Tree elixir, hydroxytyrosol, and tells us about some of her favorite products. The Benefits of Olive Tree's Waterless Beauty Products: They contain a higher concentration of active ingredients They contain no filler content, water, or chemical stabilizers Free from harsh preservatives Gentle on the skin barrier and microbiome They have olive leaf elixir as a base They provide more value and effectiveness per bottle Kelli Weber's Bio: Kelli Weber is a wife, mother, and Child of God! A Jesus-loving free spirit with a heart to share knowledge she has learned (and unlearned) over the years. Her wellness journey started with a simple swap of Mac & Cheese and J&J bath wash. Now, deep dive is her middle name, questioning everything in all facets of life, and helping others win in spaces that mean most to them is how she defines success. Adding Olive Tree People to her resume last year was a decision that was a beautiful leap of faith. Kelli quickly went to the highest ranks within OTP, Black Olive Star, with hundreds sharing Bio Active Wellness. Kelli wears many hats: mother, designer, mentor, friend, and advocate. She believes in creating layers of life. From wellness to designer, she has woven together all her favorite parts of life, from travel to art. She continues to peel back the layers of how God designed us to live & thrive while creating a foundation of freedom for her family. Her goal is building foundational, repeatable daily actions that compound in business, creativity & wellness, modeling the actions of creating a life outside of the box that society has designed. In this episode: Why Kelli got into the skincare industry and stayed there What sets Olive Tree People apart from the rest? Kelli explains the concept of waterless beauty All the benefits of the olive leaf elixir, hydroxytyrosol Why Olive Tree People products are so potent and long-lasting How the Olive Tree company supports sustainable farming practices Kelli shares her skincare routine and some of her favorite products Relative Links for This Show: Use code ENERGY to get 10% off MITOCHONDRIAL COMPLEX Use code BRAINMAG to get 10% off Neuro Magnesium Support Sinus Support Link to Shop Olive Tree People:
This show has been flagged as Clean by the host. Standard UNIX password manager Password management is one of those computing problems you probably don't think about often, because modern computing usually has an obvious default solution built-in. A website prompts you for a password, and your browser auto-fills it in for you. Problem solved. However, not all browsers make it very easy to get to your passwords store, which makes it complex to migrate passwords to a new system without also migrating the rest of your user profile, or to share certain passwords between different users. There are several good open source options that offer alternatives to the obvious defaults, but as a user of Linux and UNIX, I love a minimal and stable solution when one is available. The pass command is a password manager that uses GPG encryption to keep your passwords safe, and it features several system integrations so you can use it seamlessly with your web browser of choice. Install pass The pass command is provided by the PasswordStore project. You can install it from your software repository or ports collection. For example, on Fedora: $ sudo dnf install pass On Debian and similar: $ sudo apt install pass Because the word pass is common, the name of the package may vary, depending on your distribution and operating system. For example, pass is available on Slackware and FreeBSD as password-store. The pass command is open source, so the source code is available at git.zx2c4.com/password-store. Create a GPG key First, you must have a GPG key to use for encryption. You can use a key you already have, or create a new one just for your password store. To create a GPG key, use the gpg command along with the --gen-key option (if you already have a key you want to use for your password store, you can skip this step): $ gpg --gen-key Answer the prompts to generate a key. When prompted to provide values for Real name, Email, and Comment, you must provide a response for each one, even though GPG allows you to leave them empty. In my experience, pass fails to initialize when one of those values is empty. For example, here are my responses for purposes of this article: Real name: Tux Email: tux@example.com Comment: My first key This information is combined, in a different order, to create a unique GPG ID. You can see your GPG key ID at any time: $ gpg --list-secret-keys | grep uid uid: Tux (My first key) tux@example.com Other than that, it's safe to accept the default and recommended options for each prompt. In the end, you have a GPG key to serve as the master key for your password store. You must keep this key safe. Back it up, keep a copy of your GPG keyring on a secure device. Should you lose this key, you lose access to your password store. Initialize a password store Next, you must initialize a password store on your system. When you do, you create a hidden directory where your passwords are stored, and you define which GPG key to use to encrypt passwords. To initialize a password store, use the pass init command along with your unique GPG key ID. Using my example key: $ pass init "Tux (My first key) " You can define more than one GPG key to use with your password store, should you intend to share passwords with another user or on another system using a different GPG key. Add and edit passwords To add a password to your password store, use the pass insert command followed by the URL (or any string) you want pass to keep. $ pass insert example.org Enter the password at the prompt, and then again to confirm. Most websites require more than just a password, and so pass can manage additional data, like username, email, and any other field. To add extra data to a password file, use pass edit followed by the URL or string you saved the password as: $ pass edit example.org The first line of a password file must be the password itself. After that first line, however, you can add any additional data you want, in the format of the field name followed by a colon and then the value. For example, to save tux as the value of the username field on a website: myFakePassword123 username: tux Some websites use an email address instead of a username: myFakePassword123 email: tux@example.com A password file can contain any data you want, so you can also add important notes or one-time recovery codes, and anything else you might find useful: myFake;_;Password123 email: tux@example.com recovery email: tux@example.org recovery code: 03a5-1992-ee12-238c note: This is your personal account, use company SSO at work List passwords To see all passwords in your password store: $ pass list Password Store ├── example.com ├── example.org You can also search your password store: $ pass find bandcamp Search Terms: bandcamp └── www.bandcamp.com Integrating your password store Your password store is perfectly usable from a terminal, but that's not the only way to use it. Using extensions, you can use pass as your web browser's password manager. There are several different applications that provide a bridge between pass and your browser. Most are listed in the CompatibleClients section of passwordstore.org. I use PassFF, which provides a Firefox extension. For browsers based on Chromium, you can use Browserpass with the Browserpass extension. In both cases, the browser extension requires a "host application", or a background bridge service to allow your browser to access the encrypted data in your password store. For PassFF, download the install script: $ wget https://codeberg.org/PassFF/passff-host/releases/download/latest/install_host_app.sh Review the script to confirm that it's just installing the host application, and then run it: $ bash ./install_host_app.sh firefox Python 3 executable located at /usr/bin/python3 Pass executable located at /usr/bin/pass Installing Firefox host config Native messaging host for Firefox has been installed to /home/tux/.mozilla/native-messaging-hosts. Install the browser extension, and then restart your browser. When you navigate to a URL with an file in your password store, a pass icon appears in the relevant fields. Click the icon to complete the form. Alternately, a pass icon appears in your browser's extension tray, providing a menu for direct interaction with many pass functions (such as copying data directly to your system clipboard, or auto-filling only a specific field, and so on.) Password management like UNIX The pass command is extensible, and there are some great add-ons for it. Here are some of my favourites: pass-otp: Add one-time password (OTP) functionality. pass-update: Add an easy workflow for updating passwords that you frequently change. pass-import: Import passwords from chrome, 1password, bitwarden, apple-keychain, gnome-keyring, keepass, lastpass, and many more (including pass itself, in the event you want to migrate a password store). The pass command and the password store system is a comfortably UNIX-like password management solution. It stores your passwords as text files in a format that doesn't even require you to have pass installed for access. As long as you have your GPG key, you can access and use the data in your password store. You own your data not only in the sense that it's local, but you have ownership of how you interact with it. You can sync your password stores between different machines using rsync or syncthing, or even backup the store to cloud storage. It's encrypted, and only you have the key.Provide feedback on this episode.
In this episode, we will learn from the editors of the first of its kind book, "Occupational Therapy in the Philippines: Theory, Practice, and Stories.” This book aims to provide a more relatable and culturally appropriate understanding of occupational therapy, showcasing the diverse practices and experiences of Filipino occupational therapists.Caroline Fischl, PhD, Reg.OT, OTRP, Assistant Professor, School of Health and Welfare, Jönköping University, Jönköping, Sweden. Caroline earned her bachelor's degree in occupational therapy from the University of the Philippines Manila and her master's degrees in ergonomics and occupational therapy in Sweden. She completed her PhD at Umea University, focusing on older adults' social participation through digital technologies. Caroline has worked in community and home settings, as well as private clinics and a school in the Philippines. She currently serves as an assistant professor of occupational therapy at Jönköping University, managing the Swedish and international master's programs in occupational therapy. She teaches scientific theory, research methods, and ethics. Caroline also serves as President of the European Network of Occupational Therapy in Higher Education (ENOTHE) and is a member of the executive board of Occupational Therapy Europe. She has co-developed the 2024 European Qualifications and Assessment Reference Frameworks in Occupational Therapy.Michael Palapal Sy, PhD, OTRP, Senior Researcher, Institute of Occupational Therapy, Zurich University of Applied Sciences, Zurich, Switzerland. Michael is a licensed occupational therapist (Philippines) and a health professions educator with a PhD in occupational therapy from the Tokyo Metropolitan University, Japan. His PhD focused on translating occupational justice concepts into occupational therapy practice in the drug addiction rehabilitation setting in the Philippines. He worked as a private clinician both in the pediatric and community settings in the Philippines and has held various academic positions in teaching in the Philippines. As a senior researcher at the Institute of Occupational Therapy, Zurich University of Applied Sciences, Michael focuses his research on the return-to-work process of people with long COVID, occupational justice, and occupational science. He also teaches for the European Master of Science in Occupational Therapy program. Currently, Michael has external appointments as an academic at Dalhousie University (occupational science), Tokyo Metropolitan University (occupational therapy), University of Southern Queensland (occupational therapy) and University of the Philippines Open University (international health).Roi Charles Pineda, PhD, OTRP, Associate Researcher, Department of Rehabilitation Sciences, KU Leuven, Leuven, Belgium. Roi has a professional background in occupational therapy with nearly 15 years of experience in various roles. Early in his career, he was a practitioner in hospital- and home-based physical rehabilitation settings and a clinical instructor for occupational therapy students. He later worked as a university instructor and contributed to the development of the only occupational therapy program in Central Luzon, Philippines. Roi received full scholarships to complete his postgraduate degrees in adapted physical activity (MSc) and biomedical sciences (PhD) from KU Leuven. His postgraduate education allowed him to flourish as a researcher with international collaborations. Currently, his research is focused on physical activity, across the spectrum of top-performance sport to leisure-time physical activity, with relevance to policies and practices for facilitating physical activity participation among persons with disabilities and their inclusion in the Paralympics.Order Yours Today!https://www.thriftbooks.com/w/occupational-therapy-in-the-philippines-theory-practice-and-stories/53878899/item/73476316/?utm_source=google&utm_medium=cpc&utm_campaign=shopping_new_condition_books_high_14637440387&utm_adgroup=&utm_term=&utm_content=545822004371&gad_source=1&gclid=CjwKCAiAiaC-BhBEEiwAjY99qA2z5Etel9xHVTM1qgRkJGwTY4lkv-3pUstP_8MHZby_7Ff98kWmMBoC6WAQAvD_BwE#idiq=73476316&edition=71914116As always, I welcome feedback & ideas from all of you or if you are interested in being a guest on future episodes, please do not hesitate to contact Patricia Motus at transitionsot@gmail.com or DM via Instagram @transitionsotTHANK YOU for LISTENING, FOLLOWING, DOWNLOADING, RATING, REVIEWING & SHARING “The Uncommon OT Series” Podcast with all your OTP friends and colleagues!Full Episodes and Q & A only available at:https://www.wholistic-transitions.com/the-uncommon-ot-seriesSign Up NOW for the Transitions OT Email List to Receive the FREE Updated List of Uncommon OT Practice Settingshttps://www.wholistic-transitions.com/transitionsotFor Non-Traditional OT Practice Mentorship w/ Patricia:https://docs.google.com/forms/d/e/1FAIpQLSeC3vI5OnK3mLrCXACEex-5ReO8uUVPo1EUXIi8FKO-FCfoEg/viewformHappy Listening Friends!Big OT Love!All views are mine and guests' own.
Az Egyesült Államok és Kína vámcsökkentő megállapodása miatt a piacok kockázatkereső üzemmódba kapcsoltak, így komoly részvénypiaci emelkedéssel indult a hét. A témában itt volt velünk Nagy Viktor a Portfolio vezető részvénypiaci elemzője. A második részben szintén Nagy Viktorral, az orosz-ukrán háborúval kapcsolatos pozitív hírek legnagyobb hazai nyertesét, az OTP-t, illetve annak negyedéves jelentését elemeztük. Főbb részek: Intro – (00:00) Pozitív hangulat a tőkepiacokon – (01:30) Makronaptár – (16:16) OTP – (18:05) Kép forrása: Anna Moneymaker/Getty ImagesSee omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets Bulldogs Beat presented by Georgia's Own Credit Union, Georgia Pack and Load Attorney Ken Nugent See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets Run Pass Options presented by Subaru of Gwinnett See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets Crosstalk with Nick & Chris See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets Run Pass Option presented by Subaru of Gwinnett Bet Nots presented by Harrah's Cherokee Casino See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 7 O'clock hour is brought to you by All Four Seasons Garage and Entry Doors, Big enough to serve. small enough to care OTP presented by Artisan Custom Closets Run Pass Option presented by Subaru of Gwinnett Atlanta Braves Today See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closets The Jeff Francoeur Show Movin' The Chains presented by Georgia Pack and Load See omnystudio.com/listener for privacy information.
Amie Wells sits down with Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis to recap the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Az OTP mai közgyűlésének bejelentéseiről volt szó, köztük Csányi Péter, Csányi Sándor fiának vezérigazgatói kinevezéséről. A témában vendégünk volt Nagy Viktor, a Portfolio Részvény rovatának vezető elemzője. Az adás második részében arról a súlyos demográfiai válságról volt szó, ami a KSH ma publikált születésszám adataiból, és az elmúlt pár év népszaporulati trendjeiből látszik. Kapitány Balázs demográfus volt a vendégünk. Az adás harmadik részében pedig Ferenc pápa holnapi temetését és a hamarosan megkezdődő bíborosi konklávé lehetséges dilemmáit elemeztük Török Csaba teológussal, az esztergomi bazilika plébánosával. Főbb részek: Intro – (00:00) OTP – (01:42) Demográfiai válság – (09:59) Ferenc pápa – (22:58) Tőkepiaci kitekintő – (42:01) Kép forrása: Getty ImagesSee omnystudio.com/listener for privacy information.
Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis give Amie Wells their lists of top prospects in the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis give Amie Wells their lists of top prospects in the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closest Bulldog Beat presented by Georgia's Own Credit Union, Georgia Pack and Load and Attorney Ken Nugent See omnystudio.com/listener for privacy information.
Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis give Amie Wells their lists of top prospects in the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Welcome to "The Locker Room" with "Hometeam" Brandon Leak, John Michaels and former Atlanta Falcon Brian Finneran. The guys talk all the top stories from the Braves, Falcons, Hawks, Bulldogs, Tech as well as across the nation. The 9am hour is Driven by Hayes Chrysler, Dodge, Jeep and Ram with locations in Lawrenceville and Gainesville It's time to start something new at HayesAtlanta.com OTP presented by Artisan Custom Closest Movin' The Chains presented by Georgia Pack and Load Bet Nots presented by Harrah's Cherokee Casino See omnystudio.com/listener for privacy information.
Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis give Amie Wells their lists of top prospects in the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Send us a textHace poco más de 4 años que empecé en el mundo de las conferencias y del public speaking, esta semana en OTP te comparto los hacks que me han ayudado a dominar el escenario frente a miles de personas, desde salas pequeñas hasta eventos internacionales con Tony Robbins en el backstage.Hablamos de:✅ Cómo estructurar tu contenido para enganchar desde el inicio. ✅ Qué hacer antes, durante y después de cada conferencia para destacar. ✅ El poder de la música en tus presentaciones (y cómo la usé por primera vez a las 4am). ✅ Por qué la audiencia es la estrella, no tú. ✅ Cómo convertir una plática en el origen de nuevas oportunidades (y más gigs).Spoiler: te comparto el momento incómodo en el que me dejaron a oscuras en un escenario con 14,000 personas... y cómo lo resolví.Escúchalo y llévate las herramientas prácticas que me han funcionado para vivir del escenario y generar verdadero impacto.
In this special OT Month episode, we are doing something a little different — a reunion episode! Just a couple of weeks ago, the four of us were on stage at SXSW, one of the world's most influential festivals for tech, film, music, and culture, sharing our experiences, perspectives, and our passion for role-emerging and non-traditional OT practice. And today, we're bringing the band back together to debrief, reflect, and process what that incredible panel meant to us — and where we go from here. So, I am thrilled to welcome back our three amazing panelists — Francisco Lasta, Dawn Heiderscheidt and Esther Bae— brilliant practitioners, storytellers, and changemakers in the OT design space. If you missed our SXSW panel, don't worry — we'll catch you up, dive deeper, and pull back the curtain on what it really felt like to share our message with such a dynamic and diverse audience.Occupation-Centered Design: Unlocking Inclusive Experienceshttps://schedule.sxsw.com/2025/events/PP146632 Francisco Lasta, OTR/L, Assoc. AIAInclusive Spaces & DesignLinkedIn: https://www.linkedin.com/in/flastaotr/IG: @spinyfiredragon Esther Bae, OTD, OTR/L, CPACCMake Up, Beauty & Product DesignWebsite: https://www.modifiedindependent.com/LinkedIn: https://www.linkedin.com/in/esthersbae/IG: @modifiedindependent Dawn Heiderscheidt, OTR/L, ECHM, CAPS, CHAMPAging In Place SpecialistWebsite: https://www.auroraindependence.com/LinkedIn: https://www.linkedin.com/in/dawn-heiders2024/IG: @auroraindependenceAs always, I welcome feedback & ideas from all of you or if you are interested in being a guest on future episodes, please do not hesitate to contact Patricia Motus at transitionsot@gmail.com or DM via Instagram @transitionsotTHANK YOU for LISTENING, FOLLOWING, DOWNLOADING, RATING, REVIEWING & SHARING “The Uncommon OT Series” Podcast with all your OTP friends and colleagues!Full Episodes and Q & A only available at:https://www.wholistic-transitions.com/the-uncommon-ot-seriesSign Up NOW for the Transitions OT Email List to Receive the FREE Updated List of Uncommon OT Practice Settingshttps://www.wholistic-transitions.com/transitionsotFor Non-Traditional OT Practice Mentorship w/ Patricia:https://docs.google.com/forms/d/e/1FAIpQLSeC3vI5OnK3mLrCXACEex-5ReO8uUVPo1EUXIi8FKO-FCfoEg/viewformHappy Listening Friends!Big OT Love!All views are mine and guests' own.
Titans Radio's dynamic draft duo of Rhett Bryan and Dave McGinnis give Amie Wells their lists of top prospects in the 2025 NFL Draft on the OTP.See omnystudio.com/listener for privacy information.
Amie Wells, Rhett Bryan, and Dave McGinnis talk to Titans GM Mike Borgonzi about the color system he's implemented with the scouting department on the OTP.See omnystudio.com/listener for privacy information.
Amie Wells visits with new Titans broadcaster Taylor Zarzour on the OTP.See omnystudio.com/listener for privacy information.
Dave sits down with a favorite OTP guest, Dr. Spencer Nadolsky of the Docs Who Lift Podcast to discuss a recent study that asked, “Does Sucralose Increase Hunger?” Dr. Spencer gives his take. Decoding GLP-1: A Guide for Friends and Family of Those On The Pen By Dave Knapp
Welcome to Season 7 of OTP! We are starting a new series on the transition IEP. The episodes are "Snack Size" so you can listen to short episodes to gain information. Each episode will include links in the show notes to resources that support the topics. Episode one covers Supported Decision Making and Inviting the student to the IEP meeting as well as ideas to engage the student in their IEP. Resource Links for this episode: Gen. Supervision, Priority Area 5 SDM 1-pager Handbook link for Invite the Student OTP Gmail: oregontransitionpodcast@gmail.com
News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 release introducing priority process messages, the EEF Security Working Group's roadmap called Aegis, a new LiveViewPortal library for embedding LiveView pages in any website, upcoming improvements in Elixir that will spawn more OS processes for compiling dependencies potentially doubling performance, Sean Moriarity's keynote about designing LLM Native systems, and more! Show Notes online - http://podcast.thinkingelixir.com/247 (http://podcast.thinkingelixir.com/247) Elixir Community News https://gigalixir.com/thinking (https://gigalixir.com/thinking?utm_source=thinkingelixir&utm_medium=shownotes) – Gigalixir is sponsoring the show, offering 20% off standard tier prices for a year with promo code "Thinking". https://bsky.app/profile/samrat.me/post/3lksxzzjqss2t (https://bsky.app/profile/samrat.me/post/3lksxzzjqss2t?utm_source=thinkingelixir&utm_medium=shownotes) – Phoenix now comes with DaisyUI, a decision that has sparked mixed reactions in the community. https://github.com/phoenixframework/phoenix/issues/6121 (https://github.com/phoenixframework/phoenix/issues/6121?utm_source=thinkingelixir&utm_medium=shownotes) – The GitHub issue discussing the addition of DaisyUI to Phoenix, showing the community's divided opinions. https://github.com/phoenixframework/phoenix/issues/6121#issuecomment-2739647725 (https://github.com/phoenixframework/phoenix/issues/6121#issuecomment-2739647725?utm_source=thinkingelixir&utm_medium=shownotes) – José Valim's explanation of the decision to include DaisyUI in Phoenix. https://security.erlef.org/aegis/ (https://security.erlef.org/aegis/?utm_source=thinkingelixir&utm_medium=shownotes) – EEF Security Working Group released their objectives and roadmap as the Aegis of the ecosystem. https://podcast.thinkingelixir.com/245 (https://podcast.thinkingelixir.com/245?utm_source=thinkingelixir&utm_medium=shownotes) – Previous podcast episode featuring the Erlang Ecosystem Foundation (EEF). https://x.com/erlangforums/status/1902297914791358669 (https://x.com/erlangforums/status/1902297914791358669?utm_source=thinkingelixir&utm_medium=shownotes) – Announcement of Erlang/OTP 28.0-rc2 release. https://erlangforums.com/t/erlang-otp-28-0-rc2-released/4599 (https://erlangforums.com/t/erlang-otp-28-0-rc2-released/4599?utm_source=thinkingelixir&utm_medium=shownotes) – Forum discussion about the Erlang/OTP 28.0-rc2 release. https://github.com/erlang/otp/releases/tag/OTP-28.0-rc2 (https://github.com/erlang/otp/releases/tag/OTP-28.0-rc2?utm_source=thinkingelixir&utm_medium=shownotes) – GitHub release page for Erlang/OTP 28.0-rc2, which includes a source Software Bill of Materials (SBOM). https://www.erlang.org/eeps/eep-0076 (https://www.erlang.org/eeps/eep-0076?utm_source=thinkingelixir&utm_medium=shownotes) – Erlang Enhancement Proposal (EEP) 76 introducing priority messages, a key feature in OTP 28. https://www.youtube.com/watch?v=R9JRhIKQmqk (https://www.youtube.com/watch?v=R9JRhIKQmqk?utm_source=thinkingelixir&utm_medium=shownotes) – Sean Moriarity's keynote at Code BEAM America 2025 about designing LLM Native systems. https://www.cybersecuritydive.com/news/AI-project-fail-data-SPGlobal/742768/ (https://www.cybersecuritydive.com/news/AI-project-fail-data-SPGlobal/742768/?utm_source=thinkingelixir&utm_medium=shownotes) – Report showing AI project failure rates are on the rise, with 42% of businesses scrapping most AI initiatives. https://tech.doofinder.com/posts/live-view-portal (https://tech.doofinder.com/posts/live-view-portal?utm_source=thinkingelixir&utm_medium=shownotes) – Introduction to LiveViewPortal, a JavaScript library for embedding Phoenix LiveView pages into any website. https://github.com/doofinder/liveviewportal (https://github.com/doofinder/live_view_portal?utm_source=thinkingelixir&utm_medium=shownotes) – GitHub repository for LiveViewPortal. https://elixirforum.com/t/liveviewportal-embed-liveviews-in-other-websites/70040 (https://elixirforum.com/t/liveviewportal-embed-liveviews-in-other-websites/70040?utm_source=thinkingelixir&utm_medium=shownotes) – Elixir Forum discussion about LiveViewPortal. https://bsky.app/profile/ftes.de/post/3lkohiog4uv2b (https://bsky.app/profile/ftes.de/post/3lkohiog4uv2b?utm_source=thinkingelixir&utm_medium=shownotes) – Announcement of phoenixtestplaywright v0.6.0 release. https://github.com/ftes/phoenixtestplaywright (https://github.com/ftes/phoenix_test_playwright?utm_source=thinkingelixir&utm_medium=shownotes) – GitHub repository for phoenixtestplaywright with new features like cookie manipulation and browser launch timeout options. https://bsky.app/profile/david.bernheisel.com/post/3lkoe4tvc2s2o (https://bsky.app/profile/david.bernheisel.com/post/3lkoe4tvc2s2o?utm_source=thinkingelixir&utm_medium=shownotes) – Announcement about Elixir's upcoming improvement to spawn more OS processes for compiling dependencies. https://github.com/elixir-lang/elixir/pull/14340 (https://github.com/elixir-lang/elixir/pull/14340?utm_source=thinkingelixir&utm_medium=shownotes) – Pull request for concurrent dependencies compilation in Elixir, potentially improving performance by 2x. https://goatmire.com/ (https://goatmire.com/?utm_source=thinkingelixir&utm_medium=shownotes) – Explanation of the name "Goatmire," which is a loose translation of Getakärr, the historical name for Varberg. Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com) Find us online - Message the show - Bluesky (https://bsky.app/profile/thinkingelixir.com) - Message the show - X (https://x.com/ThinkingElixir) - Message the show on Fediverse - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir) - Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com) - Mark Ericksen on X - @brainlid (https://x.com/brainlid) - Mark Ericksen on Bluesky - @brainlid.bsky.social (https://bsky.app/profile/brainlid.bsky.social) - Mark Ericksen on Fediverse - @brainlid@genserver.social (https://genserver.social/brainlid) - David Bernheisel on Bluesky - @david.bernheisel.com (https://bsky.app/profile/david.bernheisel.com) - David Bernheisel on Fediverse - @dbern@genserver.social (https://genserver.social/dbern)
In this special OT Month episode, we will learn from inspiring industry leaders in the OT Design Space. Listen to our SXSW 2025 panel discussion recording as we dive deep into Occupation-Centered Design. Occupational science provides crucial insights into human capabilities, diverse needs, and environmental impacts required for inclusive design. This presentation explores the transformative power of collaboration between Occupational Therapists (OTs) and designers. By leveraging OTs' expertise in occupational science, systems thinking, and diverse client experience, we can create spaces and products that facilitate our meaningful engagement in activities that contribute to our well-being.Occupation-Centered Design: Unlocking Inclusive Experienceshttps://schedule.sxsw.com/2025/events/PP146632Francisco Lasta, OTR/L, Assoc. AIAInclusive Spaces & DesignLinkedIn: https://www.linkedin.com/in/flastaotr/IG: @spinyfiredragon Esther Bae, OTD, OTR/L, CPACCMake Up, Beauty & Product DesignWebsite: https://www.modifiedindependent.com/LinkedIn: https://www.linkedin.com/in/esthersbae/IG: @modifiedindependent Dawn Heiderscheidt, OTR/L, ECHM, CAPS, CHAMPAging In Place SpecialistWebsite: https://www.auroraindependence.com/LinkedIn: https://www.linkedin.com/in/dawn-heiders2024/IG: @auroraindependenceWe will explore how an occupational therapy perspective can reshape design thinking
Amie Wells and Titans Radio's Rhett Bryan join forces to get to the bottom of what some of Coach Mac's phrases really mean on this edition of the OTP.See omnystudio.com/listener for privacy information.
Donald Trump legújabb vámbejelentéséről volt szó, amely az autóipart érinti. Vendégünk Túry Gábor, a HUN REN Világgazdasági Intézetének tudományos főmunkatársa volt. A második részben az OTP egy lehetséges újabb bankfelvásárlását elemeztük, erről Nagy Viktorral, a Portfolio vezető részvénypiaci elemzőjével beszélgettünk. A műsor támogatója az OTP Alapkezelő, részletek ezen a linken. Főbb részek: Intro - (00:00) Autóipari vámok - (01:12) OTP bankvásárlás - (10:10) A kép illusztráció. Kép forrása: Getty ImagesSee omnystudio.com/listener for privacy information.
In this episode, we will learn from, Adeola (Toni) Solaru, MS, OTD, OTR/L, QMHP (they/he). Toni is a community-based mental health occupational therapist and clinical assistant professor working in Chicago, IL. Driven by justice and inclusion, Toni is dedicated to providing equitable services to meet the diverse needs of their students and clients. In addition to their role as a professor and clinician, Toni is the co-founder and chair of Diverse-OT National. Diverse-OT is a 501(c)3 non-profit organization that aims to advance the OT profession's cultural climate by increasing student knowledge of culturally responsive practice and works to support underrepresented students of color. Toni received their Bachelor of Science in Human Ecology from Ohio State University, Master of Science in Occupational Therapy from the University of Wisconsin – Madison, and Occupational Doctorate from Columbia University. Toni is passionate about delivering high-quality and culturally relevant client-centered services, health equity and justice, and assisting clients to achieve their personal goals.Contact & Resources:Instagram: @tonisolaru & @DiverseOT_NationalWebsite: www.diverse-ot.comEmail: info@diverse-ot.comLinkedIn: Diverse-OT National Phoenix's Insta: @Pheenie.The.Weenie Toni Solaru Digital PortfolioDiverse-OT CE Events! March 22: Solidarity & Solutions: Moving OT Education & Practice ForwardMarch 26: Reading for the RevolutionRAYO CO-OP www.rayoco-op.org Mockingbird Incubator website - https://www.mockingbirdincubator.org/SCORE website - https://www.score.org/ Where Are All the Black OTs - Sign up [www.givebutter.com/diverseot] Reading for the Revolution - [www.givebutter.com/readingrevolution] General Fundraising Campaign [www.givebutter.com/diverseot] As always, I welcome feedback & ideas from all of you or if you are interested in being a guest on future episodes, please do not hesitate to contact Patricia Motus at transitionsot@gmail.com or DM via Instagram @transitionsotTHANK YOU for LISTENING, FOLLOWING, DOWNLOADING, RATING, REVIEWING & SHARING “The Uncommon OT Series” Podcast with all your OTP friends and colleagues!Full Episodes and Q & A only available at:https://www.wholistic-transitions.com/the-uncommon-ot-seriesSign Up NOW for the Transitions OT Email List to Receive the FREE Updated List of Uncommon OT Practice Settingshttps://www.wholistic-transitions.com/transitionsotFor Non-Traditional OT Practice Mentorship w/ Patricia:https://docs.google.com/forms/d/e/1FAIpQLSeC3vI5OnK3mLrCXACEex-5ReO8uUVPo1EUXIi8FKO-FCfoEg/viewformBIG THANKS to our sponsors Picmonic & TruelearnUSE DISCOUNT CODE “TransitionsOT” to Score 20% OFF Your Membership Today!Happy Listening Friends!Big OT Love!All views are mine and guests' own.
It's been a busy week for the Titans and Amie Wells gets Jim Wyatt's free agency take on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
ESPN's Jordan Reid shares his analysis as Amie Wells wraps up the Titans coverage from the NFL Scouting Combine with Rhett Bryan, Dave McGinnis, and Ramon Foster on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
Amie Wells, Rhett Bryan, and Dave McGinnis dig in deeper with NFL Network's Cynthia Frelund and the Athletic's Dane Brugler on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
Amie Wells, Rhett Bryan, and Dave McGinnis visit with NFL Network's Daniel Jeremiah and Charles Davis at the 2025 NFL Scouting Combine on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
Amie Wells, Rhett Bryan, Ramon Foster, and Dave McGinnis visit with Titans head coach Brian Callahan and general manager Mike Borgonzi on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
Amie Wells visits with Titans Radio's Rhett Bryan and Dave McGinnis to preview the NFL Scouting Combine on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.
From Texas to Alabama to New Orleans, Jim Wyatt is the Tennessee Titans "I've Been Everywhere Man" and visits with Amie Wells on the OTP, presented by Farm Bureau Health Plans.See omnystudio.com/listener for privacy information.