Podcasts about swiftui

  • 217PODCASTS
  • 1,057EPISODES
  • 52mAVG DURATION
  • 1WEEKLY EPISODE
  • Nov 2, 2025LATEST

POPULARITY

20172018201920202021202220232024

Categories



Best podcasts about swiftui

Show all podcasts related to swiftui

Latest podcast episodes about swiftui

Mac Power Users
821: Developer Roundtable 2025

Mac Power Users

Play Episode Listen Later Nov 2, 2025 101:44


Sun, 02 Nov 2025 16:00:00 GMT http://relay.fm/mpu/821 http://relay.fm/mpu/821 Developer Roundtable 2025 821 David Sparks and Stephen Hackett Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. clean 6104 Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. This episode of Mac Power Users is sponsored by: Squarespace: Save 10% off your first purchase of a website or domain using code MPU. Indeed: Join more than 3.5 million businesses worldwide using Indeed to hire great talent fast. Guest Starring: James Thomson, Charlie Chapman, and Casey Liss Links and Show Notes: Sign up for the MPU email newsletter and join the MPU forums. More Power Users: Ad-free episodes with regular bonus segments Submit Feedback Apple Productivity Suite Field Guide (Expert) Apple Productivity Suite Field Guide (Essentials) Mac Power Users #820: The Apple Productivity Suite Field Guide - Relay Casey's Blog Callsheet Casey's Other Apps Accidental Tech Podcast RevenueCat Dark Noise Framous Launched Podcast TLA Systems PCalc Dice by PCalc Daring Fireball: Something Is Rotten in the State of Cupertino David Smith, Independent iOS Developer Supercharge your step tracking - Pedometer++ Apple introduces a delightful and elegant new software design - Apple iOS 26.1 Beta 4 Adds Liquid Glass Transparency Toggle - 512 Pixels Apple Unveils iOS 7 - Apple Living with iOS 7 - MacStories Apple's Developer Website On Apple's Piss-Poor Documentation — Liss is More Documentation | RevenueCat Apple Highlights Apps Using Its Foundation Models Framework - MacStories The Majority AI View - Anil Dash How Do I Start Programming? — Liss is More

Relay FM Master Feed
Mac Power Users 821: Developer Roundtable 2025

Relay FM Master Feed

Play Episode Listen Later Nov 2, 2025 101:44


Sun, 02 Nov 2025 16:00:00 GMT http://relay.fm/mpu/821 http://relay.fm/mpu/821 David Sparks and Stephen Hackett Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. clean 6104 Casey Liss, Charlie Chapman, and James Thomson join Stephen and David to discuss the state of software development on Apple's platforms in 2025. Topics include Liquid Glass, SwiftUI, documentation, subscriptions, and Apple Intelligence. This episode of Mac Power Users is sponsored by: Squarespace: Save 10% off your first purchase of a website or domain using code MPU. Indeed: Join more than 3.5 million businesses worldwide using Indeed to hire great talent fast. Guest Starring: James Thomson, Charlie Chapman, and Casey Liss Links and Show Notes: Sign up for the MPU email newsletter and join the MPU forums. More Power Users: Ad-free episodes with regular bonus segments Submit Feedback Apple Productivity Suite Field Guide (Expert) Apple Productivity Suite Field Guide (Essentials) Mac Power Users #820: The Apple Productivity Suite Field Guide - Relay Casey's Blog Callsheet Casey's Other Apps Accidental Tech Podcast RevenueCat Dark Noise Framous Launched Podcast TLA Systems PCalc Dice by PCalc Daring Fireball: Something Is Rotten in the State of Cupertino David Smith, Independent iOS Developer Supercharge your step tracking - Pedometer++ Apple introduces a delightful and elegant new software design - Apple iOS 26.1 Beta 4 Adds Liquid Glass Transparency Toggle - 512 Pixels Apple Unveils iOS 7 - Apple Living with iOS 7 - MacStories Apple's Developer Website On Apple's Piss-Poor Documentation — Liss is More Documentation | RevenueCat Apple Highlights Apps Using Its Foundation Models Framework - MacStories The Majority AI View - Anil Dash How Do I Start Programming? — Liss is More

CacaoCast
Épisode 296 - Évènement Apple, UIViewKit, Xcode 26, Tahoe Detector, ssh, Traduction

CacaoCast

Play Episode Listen Later Oct 22, 2025 72:40


Bienvenue dans le deux-cent-quatre-vingt-seizième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: Apple Event “Awe Dropping” - Les annonces UIViewKit - Un framework d'un de nos auditeurs Xcode 26 - Supporté dans les machines virtuelles Tahoe Detector - Pour les applications Electron sous Tahoe ssh et Tahoe - Vous pouvez déverrouiller le système via SSH Traduction - Un tas de détails ignorés par la plupart des gens par Michal Měchura Ecoutez cet épisode

Rocket Ship
#081 - Expo SDK 54, Expo Router v6 & Expo UI Beta for iOS with Beto Moedano

Rocket Ship

Play Episode Listen Later Sep 23, 2025 64:46


In this episode, I'm joined once again by Alberto Moedano aka Code with Beto. We discuss the exciting features of Expo SDK 54, including the introduction of React Native 0.81, the new Expo Router version 6, and the integration of Expo UI with SwiftUI.Beto and I also delve into the benefits of the Liquid Glass design, the improvements in build times, and the future of Expo Maps.Beto finally shares insights on his successful tool Snap AI and the importance of keeping up with SDK updates for better performance and user experience.

Point-Free Videos
Modern Search: Syntax & Tokenization

Point-Free Videos

Play Episode Listen Later Sep 22, 2025 38:58


Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account. --- We round out modern search by diving into FTS5's query syntax language. We'll learn how it works, how to escape terms sent directly by the user, and we'll introduce SwiftUI search tokens that can refine a query by term proximity and tags.

AppForce1: news and info for iOS app developers
AppForce1 Worklog: When Your Volume Slider Has a Mind of Its Own

AppForce1: news and info for iOS app developers

Play Episode Listen Later Sep 21, 2025 31:55 Transcription Available


Send me a textMake sure to let me know what you think of this episode.I completely refactored an audio system for a work app, splitting a single AVAudioEngine into separate engines for recording and playback. This architectural change fixed a bizarre bug where the system volume slider moved unexpectedly during audio operations.• Split AVAudioEngine into separate recording and playback engines• Fixed the MP Volume View movement issue by unifying audio session management• Improved background task management for location tracking services• Removed dead code and deprecated functionality• Explored solutions for audio session conflicts, threading issues, and memory leaks• Implemented dedicated dispatch queues for different audio operations• Created a robust background task management system for location updates• Added extensive logging to better understand audio session lifecyclesLooking ahead to SwiftUI integration, audio performance optimization, and iOS 26 compatibility testing. Do iOS 2025 is happening November 11-13 at NEMO Science Museum in Amsterdam - check out do-ios.com for more information.Support the showDo iOS: https://do-ios.com Rate me on Apple Podcasts. Send feedback on SpeakPipeOr contact me: Mastodon: https://hachyderm.io/@appforce1 X: https://x.com/appforce1 BlueSky: https://bsky.app/profile/appforce1.net LinkedIN: https://www.linkedin.com/in/leenarts/ Support my podcast with a monthly subscription, it really helps.My book: Being a Lead Software Developer

TechnoPillz
FCP Cut Finder Next: ChatGPT mi ha risolto una cagata sotto l'ombrellone: il trucco da dev che vi cambia la vita!

TechnoPillz

Play Episode Listen Later Sep 15, 2025 32:55


programmier.bar – der Podcast für App- und Webentwicklung
News 36/25: RippleJS // Zod Codecs // ESLint Multithreading // Apple UICoder

programmier.bar – der Podcast für App- und Webentwicklung

Play Episode Listen Later Sep 4, 2025 35:11


Die „programmier.con 2025 - Web & AI Edition“ findet am 29. und 30. Oktober 2025 statt. Sichert euch jetzt Tickets für die Konferenz!Fabi hat sich diese Woche Ripple genauer angeschaut, ein UI-Framework von einem der Köpfe hinter Svelte und React. Er berichtet, was sich hinter dem TypeScript-native UI-Framework verbirgt und warum es in Sachen Syntax einen ganz eigenen Weg geht.Außerdem erfahren wir von Dave, warum Zod 4.1 mit Codecs seine immerhin zweit-beliebteste Validation-Library in JavaScript ist und wer auf Platz eins steht.Von Garrelt hören wir, wie erfolgreich ESLint mit seiner neuen Multithreading-Implementierung war. Fabi, Dave und Jan lagen mit ihren Schätzungen zu den Performance-Gewinnen weit daneben! Jan hat sich das neuste AI Paper aus dem Hause Apple genauer angeschaut und berichtet über UICoder: Mit automatisierten Selbst-Training hat Apple einem offenen LLM beigebracht, SwiftUI auf dem Level von GPT-4 zu erstellen.Und natürlich gab es auch diese Woche wieder Themen, die nicht ganz in unsere Folge gepasst haben:Supply-Chain-Angriff auf das nx npm-package DocumentDB geht zur Linux Foundation mit Support von Microsoft, Amazon und GoogleDie Zoneless API wird stabil in Angular v20.2Google kann Chrome wohl behalten, aber muss Daten teilenDeno schafft es (noch) nicht, das JavaScript-Trademark von Oracle aufzuhebenGitPod gründet sich rund um AI Agents neu und wird OnaSchreibt uns! Schickt uns eure Themenwünsche und euer Feedback: podcast@programmier.barFolgt uns! Bleibt auf dem Laufenden über zukünftige Folgen und virtuelle Meetups und beteiligt euch an Community-Diskussionen. BlueskyInstagramLinkedInMeetupYouTube

CacaoCast
Épisode 295 - Évènement Apple, AFP, Swift Concurrency, GitDesktop, VoltStar, SillyBalls, Commodore, AltWeatherCan

CacaoCast

Play Episode Listen Later Sep 3, 2025 60:47


Bienvenue dans le deux-cent-quatre-vingt-quinzième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: Apple Event “Awe Dropping” - Les nouveautés de l'automne AFP - Maintenant obsolète avec macOS Sequoia 15.5 Swift concurrency - La documentation mise-à-jour GitDesktop - Un client Git simplifié VoltStar - Le chargement de votre Polestar dans la barre de menus SillyBalls - Un classique Mac QuickDraw réinventé Commodore - Le retour du C64 AltWeatherCan - Si vous vous ennuyez de l'application météo d'Environnement Canada Ecoutez cet épisode

Swift Package Indexing
61: People have been working on it for ten years

Swift Package Indexing

Play Episode Listen Later Aug 28, 2025 44:07


Join us for our interview with Marc Prud'hommeaux of skip.tools as we talk about Swift on Android, the Swift on Android Working Group, and cross-platform app development. And, as usual, we highlight our package picks.Interview with Marc Prud'hommeauxAndroid Working GroupInitial community announcementOfficial announcementPorting Swift packages to AndroidSkip and Kotlin MultiplatformPackagesUncertain by Mattt Thompsonswift-complexity by Fumiya TanakaSQLCipher.swift by Micah MooreLottie by Airbnb

Swift Package Indexing
60: Filename suffixes in Swift package prefixes

Swift Package Indexing

Play Episode Listen Later Aug 7, 2025 42:47


Join us as we talk about Swift packages names, explain some new details of the Swift Package Index' build system, and discuss an interesting paper about leveraging a compiler to find privacy bugs. And, as usual, we highlight our package picks.Apologies for the background white noise at the start of the episode on Dave's microphone. It clears up about 15 minutes in to the show.NewsParalegal via Joe GroffPackagesCadova by Tomas FranzénSwiftQC by Sheldon AristideEmailValidator by David MichaelSubprocess by Apple

Super Feed
Olá, Mundo - 076: Uma Árvore De Coisas Na Cabeça

Super Feed

Play Episode Listen Later Jul 22, 2025 43:47


Rambo e Bunn concluem que fazer hit testing envolvendo UIKit e SwiftUI é difícil. Ser contratado por uma startup, nem tanto.

Compile Swift
Two of our favorite WWDC25 API's

Compile Swift

Play Episode Listen Later Jul 13, 2025 22:51 Transcription Available


Peter and Geoff dive into their favorite WWDC25 APIs. Peter explores the new attributed text editing features in SwiftUI, while Geoff breaks down interactive snippets and updates to App Intents. A dev-focused episode packed with practical insights and examples.AttributedString Code SnippetButton(    action: {        resumeContent.transformAttributes( in: &selectedText ) { container in            let currentFont = container.font ?? .default            let resolved = currentFont.resolve(in: fontResolutionContext)            container.font = currentFont.bold(!resolved.isBold)        }    },    label: {        Text("B")            .foregroundColor(Color.white)            .bold()    })LinksCode-Along: Cook up a rich text experience in SwiftUI with AttributedStringExplore new advances in app IntentsPodcast Episode on App Intentshttps://cocoatype.comhttps://peterwitham.comShare your thoughts with ushttps://compileswift.com/contactBecome a Patreon member and help this Podcast survivehttps://www.patreon.com/compileswiftFollow us on Mastodonhttps://iosdev.space/@Compileswift Thanks to our monthly supporters flanker Jay Wilson Adam Wulf bitSpectre ★ Support this podcast on Patreon ★

Rocket Ship
#076 - Unistyles 3.0, SwiftUI Filters, Nitro Hype & the Expo Debate

Rocket Ship

Play Episode Listen Later Jul 10, 2025 27:20


In this week's episode, we explore new tools, visual upgrades, and some trending controversy in the React Native ecosystem—plus, I finally shipped my Amazon clone and share what's coming next.

Swift Package Indexing
59: At least mine was related to Swift

Swift Package Indexing

Play Episode Listen Later Jul 10, 2025 34:01


Join us for more package ecosystem talk, covering the new Swift Ecosystem Steering group, extracting reusable packages from the CodeEdit codebase, and how Rust error messages have evolved over the years. Of course, we also have plenty of package picks for you all.NewsAnnouncing the Ecosystem Steering GroupEcosystem Steering GroupCodeEdit: Introducing New Packages: WelcomeWindow and AboutWindowWelcomeWindowAboutWindowEvolution of Rust compiler errorsvia MonkeydomPackagesswift-security by Dmitriy ZharovTranslateKit by Cihat GündüzTextDiffing by Simon Støvringyap by Finn VoorheesObjects2XLSX by Xu Yang

Smart Software with SmartLogic
SDUI at Scale: GraphQL & Elixir at Cars.com with Zack Kayser

Smart Software with SmartLogic

Play Episode Listen Later Jul 3, 2025 49:18


Zack Kayser, Staff Software Engineer at cars.com, joins Elixir Wizards Sundi Myint and Charles Suggs to discuss how Cars.com adopted a server-driven UI (SDUI) architecture powered by Elixir and GraphQL to deliver consistent, updatable interfaces across web, iOS, and Android. We explore why SDUI matters for feature velocity, how a mature design system and schema planning make it feasible, and what it takes, culturally and technically, to move UI logic from client code into a unified backend. Key topics discussed in this episode: SDUI fundamentals and how it differs from traditional server-side rendering GraphQL as the single source of truth for UI components and layouts Defining abstract UI components on the server to eliminate duplicate logic Leveraging a robust design system as the foundation for SDUI success API-first development and cross-team coordination for schema changes Mock data strategies for early UI feedback without breaking clients Handling breaking changes and hot-fix deployments via server-side updates Enabling flexible layouts and A/B testing through server-controlled ordering Balancing server-driven vs. client-managed UI Iterative SDUI rollout versus “big-bang” migrations in large codebases Using type specs and Dialyxir for clear cross-team communication Integration testing at the GraphQL layer to catch UI regressions early Quality engineering's role in validating server-driven interfaces Production rollback strategies across web and native platforms Considerations for greenfield projects adopting SDUI from day one Zack and Ethan's upcoming Instrumenting Elixir Apps book Links mentioned: https://cars.com https://github.com/absinthe-graphql/absinthe Telemetry & Observability for Elixir Apps Ep: https://youtu.be/1V2xEPqqCso https://www.phoenixframework.org/blog/phoenix-liveview-1.0-released https://hexdocs.pm/phoenixliveview/assigns-eex.html https://graphql.org/ https://tailwindcss.com/ https://github.com/jeremyjh/dialyxir https://github.com/rrrene/credo GraphQL Schema https://graphql.org/learn/schema/ SwiftUI https://developer.apple.com/documentation/swiftui/  Kotlin https://kotlinlang.org/ https://medium.com/airbnb-engineering/a-deep-dive-into-airbnbs-server-driven-ui-system-842244c5f5 Zack's Twitter: https://x.com/kayserzl/ Zack's LinkedIn: https://www.linkedin.com/in/zack-kayser-93b96b88  Special Guest: Zack Kayser.

CacaoCast
Épisode 294 - Liquid Glass, Glasshole, Icon Composer, @Generable, Containerization, Yap

CacaoCast

Play Episode Listen Later Jun 26, 2025 65:38


Bienvenue dans le deux-cent-quatre-vingt-quatorzième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: Liquid Glass - Le guide Glasshole - Pour inspecter les effets Liquid Glass Icon Composer - Tout ce que vous avez toujours voulu savoir Foundation Models - Plus besoin de json avec @Generable Containerization - Des machines virtuelles Linux sur apple silicon Yap - Une interface en ligne de commande pour Speech.xcframework Ecoutez cet épisode

MacVoices Audio
MacVoices #25179: Road to Macstock - Kelly Guimont

MacVoices Audio

Play Episode Listen Later Jun 25, 2025 32:39


Kelly Guimont returns to The Road to Macstock Conference and Expo to talk about her session on practical, privacy-conscious home automation. Starting from zero, she will help attendees make informed choices and avoid feeling overwhelmed, with real-life examples and insights drawn from years of experience. She also shares why MacStock remains a favorite event—thanks to its community, connection, and even the karaoke.  http://traffic.libsyn.com/maclevelten/MV25179.mp3 Today's edition of MacVoices is supported by MacVoices Live!, our weekly live panel discussion of what is going in the Apple space as well as the larger tech world, and how it is impacting you. Join us live at YouTube.com/MacVoicesTV at 8 PM Eastern 5 PM Pacific, or whatever time that is wherever you are and participate in the chat, or catch the edited and segmented versions of the show on the regular MacVoices channels and feeds. Show Notes: Chapters: 00:07 Road to Macstock with Kelly Guimont 01:02 The Excitement of Macstock 03:00 Community and Connection 04:49 Kelly's Presentation Preview 08:39 Home Automation Insights 14:03 Balancing Convenience and Privacy 19:49 Understanding Smart Device Security 24:37 Preparing for Macstock 26:50 Connecting Beyond the Conference 29:50 Wrapping Up with Karaoke Links: Macstock Conference and Expo Save $50 with Kelly's discount code: verso50 Save $50 with Chuck's discount code: macvoices50 Guests: Kelly Guimont is a podcaster and friend of the Rebel Alliance. She has spoken at a wide variety of conferences, and will likely speak at many more. Between conference presentations, podcast appearances, and her deep abiding love of karaoke, Kelly has spent a significant amount of time talking into microphones. As a contributor to TUAW and The Mac Observer, she hosted tech news podcasts and interviewed notable members of the Apple community, also writing articles explaining various features of macOS and iOS You can also hear her on The Aftershow with Mike Rose, and she still has more to say which she saves for Twitter and Mastodon.  Support:      Become a MacVoices Patron on Patreon      http://patreon.com/macvoices      Enjoy this episode? Make a one-time donation with PayPal Connect:      Web:      http://macvoices.com      Twitter:      http://www.twitter.com/chuckjoiner      http://www.twitter.com/macvoices      Mastodon:      https://mastodon.cloud/@chuckjoiner      Facebook:      http://www.facebook.com/chuck.joiner      MacVoices Page on Facebook:      http://www.facebook.com/macvoices/      MacVoices Group on Facebook:      http://www.facebook.com/groups/macvoice      LinkedIn:      https://www.linkedin.com/in/chuckjoiner/      Instagram:      https://www.instagram.com/chuckjoiner/ Subscribe:      Audio in iTunes      Video in iTunes      Subscribe manually via iTunes or any podcatcher:      Audio: http://www.macvoices.com/rss/macvoicesrss      Video: http://www.macvoices.com/rss/macvoicesvideorss

MacVoices Video
MacVoices #25178: Live! - PSAs You Need To Know, An Attendee Perspective on WWDC

MacVoices Video

Play Episode Listen Later Jun 24, 2025 28:41


This MacVoices Live! discussion starts off with three essential public service announcements: a major recall of Anker PowerCore batteries, warnings about malicious unsubscribe links in emails, and serious privacy concerns surrounding Meta's AI assistant. The panel of Chuck Joiner, David Ginsburg, Jim Rea, Web Bixby, Brian Flanigan-Arthurs, and Marty Jencius emphasizes the importance of staying alert to avoid real-world risks. Jim Ray then shares a developer-focused perspective on WWDC, highlighting SwiftUI upgrades, AI integration in Xcode, and Apple's new foundation models. He also reflects on a week filled with events, developer camaraderie, and why WWDC 2025 might have been one of the best weeks of his life.  Today's MacVoices is supported by CleanMyMac by MacPaw, your ultimate solution for Mac control and clair. Try CleanMyMac for 7 days free, then use the code “MacVoices20” for 20% off at CLNMY.com/macvoices. Show Notes: Chapters: 00:11 Welcome to MacVoices01:16 Essential Public Service Announcements10:56 Jim's WWDC Experience19:31 Developer Insights from WWDC20:08 Jim's Memorable Week at WWDC26:02 Reflections on the Experience Links: Anker Recalls 1.1 Million PowerCore 10000 Power Bankshttps://tidbits.com/2025/06/13/anker-recalls-1-1-million-powercore-10000-power-banks/ Watch Out for Malicious Unsubscribe Linkshttps://lifehacker.com/tech/watch-out-for-malicious-unsubscribe-links Your Questions in the Meta AI App Might Be Posted Publiclyhttps://lifehacker.com/tech/how-to-keep-your-meta-ai-questions-private Guests: Web Bixby has been in the insurance business for 40 years and has been an Apple user for longer than that.You can catch up with him on Facebook, Twitter, and LinkedIn. Brian Flanigan-Arthurs is an educator with a passion for providing results-driven, innovative learning strategies for all students, but particularly those who are at-risk. He is also a tech enthusiast who has a particular affinity for Apple since he first used the Apple IIGS as a student. You can contact Brian on twitter as @brian8944. He also recently opened a Mastodon account at @brian8944@mastodon.cloud. David Ginsburg is the host of the weekly podcast In Touch With iOS where he discusses all things iOS, iPhone, iPad, Apple TV, Apple Watch, and related technologies. He is an IT professional supporting Mac, iOS and Windows users. Visit his YouTube channel at https://youtube.com/daveg65 and find and follow him on Twitter @daveg65 and on Mastodon at @daveg65@mastodon.cloud. Dr. Marty Jencius has been an Associate Professor of Counseling at Kent State University since 2000. He has over 120 publications in books, chapters, journal articles, and others, along with 200 podcasts related to counseling, counselor education, and faculty life. His technology interest led him to develop the counseling profession ‘firsts,' including listservs, a web-based peer-reviewed journal, The Journal of Technology in Counseling, teaching and conferencing in virtual worlds as the founder of Counselor Education in Second Life, and podcast founder/producer of CounselorAudioSource.net and ThePodTalk.net. Currently, he produces a podcast about counseling and life questions, the Circular Firing Squad, and digital video interviews with legacies capturing the history of the counseling field. This is also co-host of The Vision ProFiles podcast. Generally, Marty is chasing the newest tech trends, which explains his interest in A.I. for teaching, research, and productivity. Marty is an active presenter and past president of the NorthEast Ohio Apple Corp (NEOAC). Jim Rea built his own computer from scratch in 1975, started programming in 1977, and has been an independent Mac developer continuously since 1984. He is the founder of ProVUE Development, and the author of Panorama X, ProVUE's ultra fast RAM based database software for the macOS platform. He's been a speaker at MacTech, MacWorld Expo and other industry conferences. Follow Jim at provue.com and via @provuejim@techhub.social on Mastodon. Support:      Become a MacVoices Patron on Patreon     http://patreon.com/macvoices      Enjoy this episode? Make a one-time donation with PayPal Connect:      Web:     http://macvoices.com      Twitter:     http://www.twitter.com/chuckjoiner     http://www.twitter.com/macvoices      Mastodon:     https://mastodon.cloud/@chuckjoiner      Facebook:     http://www.facebook.com/chuck.joiner      MacVoices Page on Facebook:     http://www.facebook.com/macvoices/      MacVoices Group on Facebook:     http://www.facebook.com/groups/macvoice      LinkedIn:     https://www.linkedin.com/in/chuckjoiner/      Instagram:     https://www.instagram.com/chuckjoiner/ Subscribe:      Audio in iTunes     Video in iTunes      Subscribe manually via iTunes or any podcatcher:      Audio: http://www.macvoices.com/rss/macvoicesrss      Video: http://www.macvoices.com/rss/macvoicesvideorss

MacVoices Audio
MacVoices #25178: Live! - PSAs You Need To Know, An Attendee Perspective on WWDC

MacVoices Audio

Play Episode Listen Later Jun 24, 2025 28:42


This MacVoices Live! discussion starts off with three essential public service announcements: a major recall of Anker PowerCore batteries, warnings about malicious unsubscribe links in emails, and serious privacy concerns surrounding Meta's AI assistant. The panel of Chuck Joiner, David Ginsburg, Jim Rea, Web Bixby, Brian Flanigan-Arthurs, and Marty Jencius emphasizes the importance of staying alert to avoid real-world risks. Jim Rea then shares a developer-focused perspective on WWDC, highlighting SwiftUI upgrades, AI integration in Xcode, and Apple's new foundation models. He also reflects on a week filled with events, developer camaraderie, and why WWDC 2025 might have been one of the best weeks of his life.  Today's MacVoices is supported by CleanMyMac by MacPaw, your ultimate solution for Mac control and clair. Try CleanMyMac for 7 days free, then use the code “MacVoices20” for 20% off at CLNMY.com/macvoices. Show Notes: Chapters: 00:11 Welcome to MacVoices 01:16 Essential Public Service Announcements 10:56 Jim's WWDC Experience 19:31 Developer Insights from WWDC 20:08 Jim's Memorable Week at WWDC 26:02 Reflections on the Experience Links: Anker Recalls 1.1 Million PowerCore 10000 Power Banks https://tidbits.com/2025/06/13/anker-recalls-1-1-million-powercore-10000-power-banks/ Watch Out for Malicious Unsubscribe Links https://lifehacker.com/tech/watch-out-for-malicious-unsubscribe-links Your Questions in the Meta AI App Might Be Posted Publicly https://lifehacker.com/tech/how-to-keep-your-meta-ai-questions-private Guests: Web Bixby has been in the insurance business for 40 years and has been an Apple user for longer than that.You can catch up with him on Facebook, Twitter, and LinkedIn. Brian Flanigan-Arthurs is an educator with a passion for providing results-driven, innovative learning strategies for all students, but particularly those who are at-risk. He is also a tech enthusiast who has a particular affinity for Apple since he first used the Apple IIGS as a student. You can contact Brian on twitter as @brian8944. He also recently opened a Mastodon account at @brian8944@mastodon.cloud. David Ginsburg is the host of the weekly podcast In Touch With iOS where he discusses all things iOS, iPhone, iPad, Apple TV, Apple Watch, and related technologies. He is an IT professional supporting Mac, iOS and Windows users. Visit his YouTube channel at https://youtube.com/daveg65 and find and follow him on Twitter @daveg65 and on Mastodon at @daveg65@mastodon.cloud. Dr. Marty Jencius has been an Associate Professor of Counseling at Kent State University since 2000. He has over 120 publications in books, chapters, journal articles, and others, along with 200 podcasts related to counseling, counselor education, and faculty life. His technology interest led him to develop the counseling profession ‘firsts,' including listservs, a web-based peer-reviewed journal, The Journal of Technology in Counseling, teaching and conferencing in virtual worlds as the founder of Counselor Education in Second Life, and podcast founder/producer of CounselorAudioSource.net and ThePodTalk.net. Currently, he produces a podcast about counseling and life questions, the Circular Firing Squad, and digital video interviews with legacies capturing the history of the counseling field. This is also co-host of The Vision ProFiles podcast. Generally, Marty is chasing the newest tech trends, which explains his interest in A.I. for teaching, research, and productivity. Marty is an active presenter and past president of the NorthEast Ohio Apple Corp (NEOAC). Jim Rea built his own computer from scratch in 1975, started programming in 1977, and has been an independent Mac developer continuously since 1984. He is the founder of ProVUE Development, and the author of Panorama X, ProVUE's ultra fast RAM based database software for the macOS platform. He's been a speaker at MacTech, MacWorld Expo and other industry conferences. Follow Jim at provue.com and via @provuejim@techhub.social on Mastodon. Support:      Become a MacVoices Patron on Patreon      http://patreon.com/macvoices      Enjoy this episode? Make a one-time donation with PayPal Connect:      Web:      http://macvoices.com      Twitter:      http://www.twitter.com/chuckjoiner      http://www.twitter.com/macvoices      Mastodon:      https://mastodon.cloud/@chuckjoiner      Facebook:      http://www.facebook.com/chuck.joiner      MacVoices Page on Facebook:      http://www.facebook.com/macvoices/      MacVoices Group on Facebook:      http://www.facebook.com/groups/macvoice      LinkedIn:      https://www.linkedin.com/in/chuckjoiner/      Instagram:      https://www.instagram.com/chuckjoiner/ Subscribe:      Audio in iTunes      Video in iTunes      Subscribe manually via iTunes or any podcatcher:      Audio: http://www.macvoices.com/rss/macvoicesrss      Video: http://www.macvoices.com/rss/macvoicesvideorss

iOS Today (Video HI)
iOS 757: Apple Design Awards 2025 - CapWords, Feather, Taobao, & more!

iOS Today (Video HI)

Play Episode Listen Later Jun 19, 2025 36:18


Mikah Sargent and Rosemary Orchard go over Apple's 2025 Design Award winners, exploring groundbreaking apps that showcase the best of Apple's platforms. From AI-powered language learning tools to visually stunning adventure games, these winners represent the pinnacle of mobile innovation and design excellence.Delight and Fun Category CapWords - Revolutionary language learning app that transforms everyday objects into interactive stickers, supporting nine languages with AI-powered photo recognition Balatro - Award-winning poker-inspired deck builder that cleverly teaches poker fundamentals while delivering addictive gameplay across multiple platforms Innovation Category Play - Developer-focused app enabling interactive SwiftUI prototype creation with seamless cross-device syncing between iPhone and Mac PBJ, the Musical - Quirky Shakespeare adaptation telling Romeo and Juliet with condiments as characters, featuring original soundtracks and creative storytelling Interaction Category Taobao - Pioneering Apple Vision Pro shopping experience with photorealistic 3D models allowing users to visualize furniture and products in their actual spaces DREDGE - Atmospheric horror fishing adventure with seamless gameplay continuity across iPhone, iPad, and Mac platforms Inclusivity Category Speechify - Accessibility-focused text-to-speech app supporting 50+ languages and hundreds of voices, designed for users with dyslexia, ADHD, and low vision Art of Fauna - Beautiful wildlife puzzle game featuring vintage-style artwork with full voiceover support and innovative block-based puzzle mechanics Social Impact Category Watch Duty - Critical wildfire tracking app providing real-time evacuation updates and emergency information faster than traditional services Neva - Emotionally resonant adventure game exploring environmental themes through the relationship between a girl and her wolf companion Visuals and Graphics Category Feather - Intuitive iPad app enabling users to transform 2D designs into stunning 3D models using touch and Apple Pencil interactions Infinity Nikki - Visually spectacular open-world adventure game featuring magical outfits, whimsical creatures, and breathtaking rendering quality Shortcuts Corner New "Use Model" action in Shortcuts enables cloud, local, or ChatGPT model integration for AI-powered automation Apple's Shortcuts Gallery now features dedicated Apple Intelligence examples including leftover recipe generation and PDF summarization App Caps Mikah's Pick: Gigapixel AI-powered photo upscaling app that enhances image resolution and quality using sophisticated machine learning models Features standard and low-res enhancement modes plus specialized face recovery for portrait photographs Particularly useful for printing older photos or enlarging images without quality loss Rosemary's Pick: Dark Noise Premium white noise app enabling custom sound mixing with extensive library of ambient sounds Supports audio layering with other apps, iCloud sync across devices, and Siri Shortcuts integration Includes whimsical features like "unnamed goose mode" and developer-friendly privacy controls These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/ios-today/episodes/757 Hosts: Mikah Sargent and Rosemary Orchard

iOS Today (MP3)
iOS 757: Apple Design Awards 2025 - CapWords, Feather, Taobao, & more!

iOS Today (MP3)

Play Episode Listen Later Jun 19, 2025 36:18


Mikah Sargent and Rosemary Orchard go over Apple's 2025 Design Award winners, exploring groundbreaking apps that showcase the best of Apple's platforms. From AI-powered language learning tools to visually stunning adventure games, these winners represent the pinnacle of mobile innovation and design excellence.Delight and Fun Category CapWords - Revolutionary language learning app that transforms everyday objects into interactive stickers, supporting nine languages with AI-powered photo recognition Balatro - Award-winning poker-inspired deck builder that cleverly teaches poker fundamentals while delivering addictive gameplay across multiple platforms Innovation Category Play - Developer-focused app enabling interactive SwiftUI prototype creation with seamless cross-device syncing between iPhone and Mac PBJ, the Musical - Quirky Shakespeare adaptation telling Romeo and Juliet with condiments as characters, featuring original soundtracks and creative storytelling Interaction Category Taobao - Pioneering Apple Vision Pro shopping experience with photorealistic 3D models allowing users to visualize furniture and products in their actual spaces DREDGE - Atmospheric horror fishing adventure with seamless gameplay continuity across iPhone, iPad, and Mac platforms Inclusivity Category Speechify - Accessibility-focused text-to-speech app supporting 50+ languages and hundreds of voices, designed for users with dyslexia, ADHD, and low vision Art of Fauna - Beautiful wildlife puzzle game featuring vintage-style artwork with full voiceover support and innovative block-based puzzle mechanics Social Impact Category Watch Duty - Critical wildfire tracking app providing real-time evacuation updates and emergency information faster than traditional services Neva - Emotionally resonant adventure game exploring environmental themes through the relationship between a girl and her wolf companion Visuals and Graphics Category Feather - Intuitive iPad app enabling users to transform 2D designs into stunning 3D models using touch and Apple Pencil interactions Infinity Nikki - Visually spectacular open-world adventure game featuring magical outfits, whimsical creatures, and breathtaking rendering quality Shortcuts Corner New "Use Model" action in Shortcuts enables cloud, local, or ChatGPT model integration for AI-powered automation Apple's Shortcuts Gallery now features dedicated Apple Intelligence examples including leftover recipe generation and PDF summarization App Caps Mikah's Pick: Gigapixel AI-powered photo upscaling app that enhances image resolution and quality using sophisticated machine learning models Features standard and low-res enhancement modes plus specialized face recovery for portrait photographs Particularly useful for printing older photos or enlarging images without quality loss Rosemary's Pick: Dark Noise Premium white noise app enabling custom sound mixing with extensive library of ambient sounds Supports audio layering with other apps, iCloud sync across devices, and Siri Shortcuts integration Includes whimsical features like "unnamed goose mode" and developer-friendly privacy controls These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/ios-today/episodes/757 Hosts: Mikah Sargent and Rosemary Orchard

All TWiT.tv Shows (MP3)
iOS Today 757: Apple Design Awards 2025

All TWiT.tv Shows (MP3)

Play Episode Listen Later Jun 19, 2025 36:18


Mikah Sargent and Rosemary Orchard go over Apple's 2025 Design Award winners, exploring groundbreaking apps that showcase the best of Apple's platforms. From AI-powered language learning tools to visually stunning adventure games, these winners represent the pinnacle of mobile innovation and design excellence.Delight and Fun Category CapWords - Revolutionary language learning app that transforms everyday objects into interactive stickers, supporting nine languages with AI-powered photo recognition Balatro - Award-winning poker-inspired deck builder that cleverly teaches poker fundamentals while delivering addictive gameplay across multiple platforms Innovation Category Play - Developer-focused app enabling interactive SwiftUI prototype creation with seamless cross-device syncing between iPhone and Mac PBJ, the Musical - Quirky Shakespeare adaptation telling Romeo and Juliet with condiments as characters, featuring original soundtracks and creative storytelling Interaction Category Taobao - Pioneering Apple Vision Pro shopping experience with photorealistic 3D models allowing users to visualize furniture and products in their actual spaces DREDGE - Atmospheric horror fishing adventure with seamless gameplay continuity across iPhone, iPad, and Mac platforms Inclusivity Category Speechify - Accessibility-focused text-to-speech app supporting 50+ languages and hundreds of voices, designed for users with dyslexia, ADHD, and low vision Art of Fauna - Beautiful wildlife puzzle game featuring vintage-style artwork with full voiceover support and innovative block-based puzzle mechanics Social Impact Category Watch Duty - Critical wildfire tracking app providing real-time evacuation updates and emergency information faster than traditional services Neva - Emotionally resonant adventure game exploring environmental themes through the relationship between a girl and her wolf companion Visuals and Graphics Category Feather - Intuitive iPad app enabling users to transform 2D designs into stunning 3D models using touch and Apple Pencil interactions Infinity Nikki - Visually spectacular open-world adventure game featuring magical outfits, whimsical creatures, and breathtaking rendering quality Shortcuts Corner New "Use Model" action in Shortcuts enables cloud, local, or ChatGPT model integration for AI-powered automation Apple's Shortcuts Gallery now features dedicated Apple Intelligence examples including leftover recipe generation and PDF summarization App Caps Mikah's Pick: Gigapixel AI-powered photo upscaling app that enhances image resolution and quality using sophisticated machine learning models Features standard and low-res enhancement modes plus specialized face recovery for portrait photographs Particularly useful for printing older photos or enlarging images without quality loss Rosemary's Pick: Dark Noise Premium white noise app enabling custom sound mixing with extensive library of ambient sounds Supports audio layering with other apps, iCloud sync across devices, and Siri Shortcuts integration Includes whimsical features like "unnamed goose mode" and developer-friendly privacy controls These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/ios-today/episodes/757 Hosts: Mikah Sargent and Rosemary Orchard

iOS Today (Video)
iOS 757: Apple Design Awards 2025 - CapWords, Feather, Taobao, & more!

iOS Today (Video)

Play Episode Listen Later Jun 19, 2025 36:18


Mikah Sargent and Rosemary Orchard go over Apple's 2025 Design Award winners, exploring groundbreaking apps that showcase the best of Apple's platforms. From AI-powered language learning tools to visually stunning adventure games, these winners represent the pinnacle of mobile innovation and design excellence.Delight and Fun Category CapWords - Revolutionary language learning app that transforms everyday objects into interactive stickers, supporting nine languages with AI-powered photo recognition Balatro - Award-winning poker-inspired deck builder that cleverly teaches poker fundamentals while delivering addictive gameplay across multiple platforms Innovation Category Play - Developer-focused app enabling interactive SwiftUI prototype creation with seamless cross-device syncing between iPhone and Mac PBJ, the Musical - Quirky Shakespeare adaptation telling Romeo and Juliet with condiments as characters, featuring original soundtracks and creative storytelling Interaction Category Taobao - Pioneering Apple Vision Pro shopping experience with photorealistic 3D models allowing users to visualize furniture and products in their actual spaces DREDGE - Atmospheric horror fishing adventure with seamless gameplay continuity across iPhone, iPad, and Mac platforms Inclusivity Category Speechify - Accessibility-focused text-to-speech app supporting 50+ languages and hundreds of voices, designed for users with dyslexia, ADHD, and low vision Art of Fauna - Beautiful wildlife puzzle game featuring vintage-style artwork with full voiceover support and innovative block-based puzzle mechanics Social Impact Category Watch Duty - Critical wildfire tracking app providing real-time evacuation updates and emergency information faster than traditional services Neva - Emotionally resonant adventure game exploring environmental themes through the relationship between a girl and her wolf companion Visuals and Graphics Category Feather - Intuitive iPad app enabling users to transform 2D designs into stunning 3D models using touch and Apple Pencil interactions Infinity Nikki - Visually spectacular open-world adventure game featuring magical outfits, whimsical creatures, and breathtaking rendering quality Shortcuts Corner New "Use Model" action in Shortcuts enables cloud, local, or ChatGPT model integration for AI-powered automation Apple's Shortcuts Gallery now features dedicated Apple Intelligence examples including leftover recipe generation and PDF summarization App Caps Mikah's Pick: Gigapixel AI-powered photo upscaling app that enhances image resolution and quality using sophisticated machine learning models Features standard and low-res enhancement modes plus specialized face recovery for portrait photographs Particularly useful for printing older photos or enlarging images without quality loss Rosemary's Pick: Dark Noise Premium white noise app enabling custom sound mixing with extensive library of ambient sounds Supports audio layering with other apps, iCloud sync across devices, and Siri Shortcuts integration Includes whimsical features like "unnamed goose mode" and developer-friendly privacy controls These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/ios-today/episodes/757 Hosts: Mikah Sargent and Rosemary Orchard

Total Mikah (Audio)
iOS Today 757: Apple Design Awards 2025

Total Mikah (Audio)

Play Episode Listen Later Jun 19, 2025 36:18 Transcription Available


Mikah Sargent and Rosemary Orchard go over Apple's 2025 Design Award winners, exploring groundbreaking apps that showcase the best of Apple's platforms. From AI-powered language learning tools to visually stunning adventure games, these winners represent the pinnacle of mobile innovation and design excellence.Delight and Fun Category CapWords - Revolutionary language learning app that transforms everyday objects into interactive stickers, supporting nine languages with AI-powered photo recognition Balatro - Award-winning poker-inspired deck builder that cleverly teaches poker fundamentals while delivering addictive gameplay across multiple platforms Innovation Category Play - Developer-focused app enabling interactive SwiftUI prototype creation with seamless cross-device syncing between iPhone and Mac PBJ, the Musical - Quirky Shakespeare adaptation telling Romeo and Juliet with condiments as characters, featuring original soundtracks and creative storytelling Interaction Category Taobao - Pioneering Apple Vision Pro shopping experience with photorealistic 3D models allowing users to visualize furniture and products in their actual spaces DREDGE - Atmospheric horror fishing adventure with seamless gameplay continuity across iPhone, iPad, and Mac platforms Inclusivity Category Speechify - Accessibility-focused text-to-speech app supporting 50+ languages and hundreds of voices, designed for users with dyslexia, ADHD, and low vision Art of Fauna - Beautiful wildlife puzzle game featuring vintage-style artwork with full voiceover support and innovative block-based puzzle mechanics Social Impact Category Watch Duty - Critical wildfire tracking app providing real-time evacuation updates and emergency information faster than traditional services Neva - Emotionally resonant adventure game exploring environmental themes through the relationship between a girl and her wolf companion Visuals and Graphics Category Feather - Intuitive iPad app enabling users to transform 2D designs into stunning 3D models using touch and Apple Pencil interactions Infinity Nikki - Visually spectacular open-world adventure game featuring magical outfits, whimsical creatures, and breathtaking rendering quality Shortcuts Corner New "Use Model" action in Shortcuts enables cloud, local, or ChatGPT model integration for AI-powered automation Apple's Shortcuts Gallery now features dedicated Apple Intelligence examples including leftover recipe generation and PDF summarization App Caps Mikah's Pick: Gigapixel AI-powered photo upscaling app that enhances image resolution and quality using sophisticated machine learning models Features standard and low-res enhancement modes plus specialized face recovery for portrait photographs Particularly useful for printing older photos or enlarging images without quality loss Rosemary's Pick: Dark Noise Premium white noise app enabling custom sound mixing with extensive library of ambient sounds Supports audio layering with other apps, iCloud sync across devices, and Siri Shortcuts integration Includes whimsical features like "unnamed goose mode" and developer-friendly privacy controls These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/ios-today/episodes/757 Hosts: Mikah Sargent and Rosemary Orchard

Swift Package Indexing
58: People used to hand code assembly

Swift Package Indexing

Play Episode Listen Later Jun 12, 2025 47:31


Join us to talk about our five year anniversary of launching the Swift Package Index, adding Wasm and Android support to our compatibility testing matrix, WWDC 2025, and a rather lengthy (but interesting!) discussion of LLM-based coding tools. There's also a couple of package picks, as always!NewsFive years of the Swift Package IndexAdding Wasm and Android compatibility testingOne Number to Rule Them All: Why I'd Love Apple's Unified OS VersioningCoded with Claude Code: CriticMarkupThe Future of Vibe Coding: Building with AI, Live and UnfilteredZed editorPackagespackage-swift-lsp by Vasiliy KattoufProbing by Kamil Strzelecki

CacaoCast
Épisode 293 - iOS 26, Swift-Mocking, Local-lambda, Probing, WWDC Index

CacaoCast

Play Episode Listen Later Jun 5, 2025 50:51


Bienvenue dans le deux-cent-quatre-vingt-treizième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: iOS 26 - On ne passe pas à 19 Swift-Mocking - Facilitez vos tests unitaires Local-lambda - Pour créer et tester vos fonctions AWS Probing - Une autre façon d'injecter des vérifications dans vos tests WWDC Index - Transcriptions de toutes les sessions WWDC depuis l'an 2000 Ecoutez cet épisode

Swift over Coffee
S4E8: Mikaela doesn't respect Paul

Swift over Coffee

Play Episode Listen Later Jun 4, 2025 52:57


With WWDC25 looming, Paul and Mikaela are as excited as everyone to discover the new features and tools we can use to make amazing new things… but let's not get too distracted by the new shiny things. In this episode, as well as covering off the news, there's hard-won advice for new Swift developers, and loads of different takes on how to (and whether to!) monetise your apps.Plus, is that… is that The Fruitful Trombone of Great Sadness parping a different tune…?Essential links from the episode:Hacking with Swift sale: https://www.hackingwithswift.com/offersWhat's new in SwiftUI? https://www.hackingwithswift.com/swiftuiMikaela Fruitful preorder link: https://apps.apple.com/us/app/digitial-business-card-fruitful/id6449998135Swift Steering Group: https://www.swift.org/ecosystem-steering-group/What's new in Swift 6.2? https://www.hackingwithswift.com/articles/277/whats-new-in-swift-6-2Apple's new accessibility features: https://www.apple.com/newsroom/2025/05/apple-unveils-powerful-accessibility-features-coming-later-this-year/How many fraudulent transactions Apple blocks: https://www.apple.com/newsroom/2025/05/the-app-store-prevented-more-than-9-billion-usd-in-fraudulent-transactions/Boots Theory: https://en.wikipedia.org/wiki/Boots_theoryFreemiumKit: https://freemiumkit.app/documentation/index/Conferences:CommunityKit (9–11 June): https://communitykit.social/One More Thing (9–12 June): https://omt-conf.com/Conference organisers: we'd love to feature more events here on a regular basis. Get in touch with us when early bird tickets go on sale, or when you announce speakers or something else, and we'll do our best to feature you!

Swift Package Indexing
57: How many of the same packages can we pick?

Swift Package Indexing

Play Episode Listen Later May 19, 2025 45:57


Join us for another episode of Swift Package Indexing where we cover the status of Swift 6.1 compatibility and the latest "Ready for Swift 6" results, discuss xtool, and of course pick some packages to talk about! NewsReady for Swift 6xtool on the Swift forumsxtool packageThe Next Chapter in Swift Build TechnologiesPackagesRedline by Robb BöhnkeHarmonize by Lucas CavalcanteDangerswift-mocking by Gray Campbellvault-courier by Javier Cuesta

The React Native Show Podcast
You Don't Need a Rewrite, You Need React Native Brownfield | React Universe On Air Coffee Talk #27

The React Native Show Podcast

Play Episode Listen Later May 15, 2025 48:38


Is rewriting your native app really the only way to go cross-platform? In this Coffee Talk episode, we explore how React Native Brownfield offers a smarter path forward. Łukasz Chludziński invites Oskar Kwaśniewski and Burak Güner—who work directly on React Native Core and brownfield tooling—to discuss how recent advances in React Native have made brownfield integration far more viable, stable, and scalable. You'll learn: ➡️ Why brownfield isn't what it used to be (goodbye, brittle bridging) ➡️ How `RootViewFactory` and `ReactNativeFactory` APIs simplify setup ➡️ What's new in React Native Brownfield 1.0.0 ➡️ How to keep your architecture clean while integrating React Native ➡️ What this means for modern native stacks like SwiftUI, Jetpack Compose—and future-facing platforms like visionOS Whether you're maintaining a legacy app or building for what's next, this episode gives you a blueprint for hybrid success. Explore React Native Brownfield

CacaoCast
Épisode 292 - UIScene, ChatGPT, O'Reilly, IA, Jot, mobygratis

CacaoCast

Play Episode Listen Later May 8, 2025 55:54


Bienvenue dans le deux-cent-quatre-vingt-douzième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: UIScene - Vos applications UIKit devront l'adopter Empreinte carbone ChatGPT - D'autres calculs plus conservateurs IA et O'Reilly - La fin de la programmation comme on la connaît? L'IA est le futur - Ne soyez pas en reste Jot - Pour faire des tokens JWT en Swift avec CryptoKit mobygratis - Plus de 500 pistes pour vos projets Ecoutez cet épisode

Las Charlas de Applesfera
"Los juegos olímpicos de los desarrolladores", dos españoles rumbo a la WWDC25

Las Charlas de Applesfera

Play Episode Listen Later Apr 30, 2025 66:34


Esta semana esto va de energía, con dos historias increibles. Pedro Aznar (https://www.instagram.com/pedroaznar/) charla con Alberto Luis (https://x.com/SwiftyAlbert) y Juan Rodríguez (https://x.com/liebana_jr), dos desarrolladores españoles seleccionados por Apple para asistir a la WWDC25 en Cupertino. Sobre sus inicios en la programación, que son curiosísimos: Juan participó incluso en las olimpiadas de Rio en 2016 representando a España y Alberto es realmente ortodoncista y autodidacta en la creación de apps. También sobre la creación de sus aplicaciones y cómo han combinado sus pasiones con la tecnología. Comparten anécdotas del reciente apagón, expectativas sobre el evento en Apple Park, y reflexionan sobre el futuro del desarrollo en el ecosistema Apple, especialmente con SwiftUI, iPadOS y Apple Intelligence. ‍ Las Charlas de Applesfera es el podcast del equipo de Applesfera, donde se trata el gran tema de la semana y su contexto - contado por los expertos que te acompañan en el mundo Apple desde 2006. ✉️ Contacta con el director, Pedro Aznar, en pedroaznar@applesfera.com X: https://x.com/applesfera Instagram: https://instagram.com/applesfera YouTube: https://youtube.com/applesfera Mastodon: https://mastodon.social/@applesfera ❤️ ¡Gracias por escuchar y apoyar este podcast! ⭐️⭐️⭐️⭐️⭐️

Swift Package Indexing
56: By the next time we record, it'll definitely be there…

Swift Package Indexing

Play Episode Listen Later Apr 24, 2025 38:35


Join us for another episode where we cover our slightly unusual rollout of Swift 6.1 support on the Swift Package Index, the Swift Fundraising cooperative, the multiple fabulous projects written by Kashikawa Katsumi, and of course, give our regular package picks.NewsThe Swift Fundraising CooperativeKashikawa KatsumiSwiftRegex.comSwift AST ExplorerPackagesHasLazyServer by southkinswift-play-experimental by AppleTextReplacements by Daniel Saidiswift-snapshot-testing-macros by Adam Carterswift-snapshot-testing by Point-FreeSwiftTitleCase by Yilei Yang

CacaoCast
Épisode 291 - WWDC25, GoSSL, TextReplacements, Curseur texte, Tumult, Unwatched, The Egg

CacaoCast

Play Episode Listen Later Apr 17, 2025 49:35


Bienvenue dans le deux-cent-quatre-vingt-onzième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: WWDC25 - Du 9 au 13 juin! GoSSL - Une alternative européenne à LetsEncrypt TextReplacements - Pour personnaliser du texte en SwiftUI Curseur texte - Il vous dérange? On peut le désactiver Tumult - Un plugin zsh avec plein de petits scripts utiles Unwatched - Un lecteur YouTube en code-source libre The Egg - Une historiette d'Andy Weir Ecoutez cet épisode

Super Feed
Olá, Mundo - 069: Um Sanduíche De SwiftUI

Super Feed

Play Episode Listen Later Apr 1, 2025 92:00


Bunn conta como desenvolveu os novos widgets do DuckDuckGo e Rambo ressuscita uma tecnologia da época do NeXTSTEP.

Swift over Coffee
S4E5: Could you just…?

Swift over Coffee

Play Episode Listen Later Mar 23, 2025 33:05


‘Networking' is a word to strike fear into the heart of any developer, and upsettingly we're dealing with both types this episodes: talking to other humans at conferences, but mostly trying to coax computers to talk to each other too.Plus, our Open Ballot this episode is the trifling little matter of the major changes you're hoping to see in Xcode, SwiftUI, SwiftData and more as WWDC25 rolls around.Essential links from the episode:Apple Intelligence delayOriginal announcement: https://daringfireball.net/2025/03/apple_is_delaying_the_more_personalized_siri_apple_intelligence_featuresGruber's rant: https://daringfireball.net/2025/03/something_is_rotten_in_the_state_of_cupertinoApple introduces age-checking systems https://techcrunch.com/2025/02/27/apple-introduces-new-child-safety-initiatives-including-an-age-checking-system-for-apps/Testing Workgroup https://www.swift.org/testing-workgroup/Conferences:Swift Heroes (8–9 April): https://swiftheroes.com/2025/try! Swift Tokyo (9–11 April): ⁠⁠https://tryswift.jp/Conference organizers: we'd love to feature more events here on a regular basis. Get in touch with us when early bird tickets go on sale, or when you announce speakers or something else, and we'll do our best to feature you!

CacaoCast
Épisode 290 - Nouveaux Macs, Swift-build, Cmd-Maj-O, Jellyfin

CacaoCast

Play Episode Listen Later Mar 21, 2025 46:44


Bienvenue dans le deux-cent-quatre-vingt-dixième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: Nouveaux Macs - Mac Studio M4 Max & M3 Ultra + Macbook Air M4 Swift-build - Maintenant en code-source libre Cmd-Maj-O - Fonctionne sur les sites en DocC Jellyfin - Maintenant sur iOS Ecoutez cet épisode

Vision ProFiles
Enter Metallica

Vision ProFiles

Play Episode Listen Later Mar 18, 2025 58:03


David Ginsburg of In Touch with iOS podcast joins Marty and Eric to talk about Apple Intelligence failures and spatial head-banging with the Metallica concert video on Apple Vision Pro Security UpdatevisionOs 2.3.2 Update for Apple Vision Pro Enhances Security and Fixes Streaming Issueshttps://www.macobserver.com/news/visionos-2-3-2-update-for-apple-vision-pro-enhances-security-and-fixes-streaming-issues visionOS 2.3.2 Now Available, Brings Streaming Playback Fixhttps://www.mactrast.com/2025/03/visionos-2-3-2-now-available-brings-streaming-playback-fix/ This Week BetaVision OS 2.4 beta 4 out today! 2025-03-17 visionOS 2.4 beta 4 (22O5231a)Apple releases visionOS 2.4 beta 4 with watchOS 11.4, tvOS 18.4https://9to5mac.com/2025/03/17/apple-releases-visionos-24-beta-4-plus-watchos-114-tvos-184-more/ Release notes from Applehttps://developer.apple.com/documentation/visionos-release-notes/visionos-2_4-release-notes Summary of What's NewMostly bug fixes across SwiftUI, RealityKit, and Simulator.Refinements to StoreKit APIs, including platform restructuring.Expanded details on Spatial Gallery and libxml2 deprecations.No major new features or breaking changes—mostly stability improvements.APPLE INTELLIGENCECalls for Tim Cook's resignation over Apple Intelligence miss that he has made Apple what it ishttps://appleinsider.com/articles/25/03/14/calls-for-tim-cooks-resignation-over-apple-intelligence-miss-that-he-has-made-apple-what-it-is METALLICAApple Vision Pro users can check out a short, immersive Metallica concert film this weekhttps://www.engadget.com/entertainment/music/apple-vision-pro-users-can-check-out-a-short-immersive-metallica-concert-film-this-week-162611039.html Apple and Metallica Bring the M72 World Tour to the Vision Prohttps://www.idropnews.com/news/apple-and-metallic-bring-the-m72-world-tour-to-the-vision-pro/241884/ Apple unveils immersive concert experience with Metallica for Apple Vision Prohttps://macdailynews.com/2025/03/12/apple-unveils-immersive-concert-experience-with-metallica-for-apple-vision-pro/ Immersive Concert Experience With Metallica Coming to Apple Vision Prohttps://www.mactrast.com/2025/03/immersive-concert-experience-with-metallica-coming-to-apple-vision-pro/ Metallica immersive video puts Vision Pro owners front and centerhttps://www.cultofmac.com/news/metallica-immersive-video-vision-pro Apple unveils immersive concert experience with Metallica for Apple Vision Prohttps://www.apple.com/newsroom/2025/03/apple-unveils-immersive-concert-experience-with-metallica-for-apple-vision-pro/ ApplicationsDavid _ Cisco adds AirPlay & Vision Pro support to Microsoft Teams Roomshttps://appleinsider.com/articles/25/03/17/cisco-adds-airplay-vision-pro-support-to-microsoft-teams-rooms My friend sent me this, Physics teacher uses VisionPro to demonstrate physics exam question and how atoms move in 3D (Using AirDraw)https://www.reddit.com/r/VisionPro/comments/1j808dd/my_friend_sent_me_this_physics_teacher_uses/?rdt=49906 MediaCool videos are coming to AVP - Erichttps://www.reddit.com/r/VisionPro/comments/1j8su04/cool_videos_are_coming_to_avp/ NEW APPS WORTH MENTIONINGRunestonehttps://apps.apple.com/us/app/runestone-text-editor/id1548193893Linkeeper https://apps.apple.com/us/app/linkeeper/id6449708232 Lowe's Style Studio https://apps.apple.com/us/app/lowes-style-studio/id6472232397 In Touch With iOShttps://intouchwithios.com/ ThePodTalk.Net

Empower Apps
SwiftUI Fundamentals with Natalia Panferova

Empower Apps

Play Episode Listen Later Mar 14, 2025 25:05


Natalia Panferova former Apple engineer of Nil Coalescing comes on to talk her new book SwiftUI Fundamentals.GuestNil CoalescingNatalia Panferova (@natpanferova) / XNatalia Panferova (@natpanferova@mastodon.social) - MastodonNatalia Panferova (@natpanferova.bsky.social) — BlueskyNatalia Panferova | LinkedInAnnouncementsJoin Bushel BetaJoin our Patreon!Newsletters | BrightDigitLinksSwiftUI FundamentalsNil Coalescing BooksNil Coalescing - BlogRelated EpisodesThe Great SwiftUI Migration - Part 2 with Ben ScheirmanThe Great SwiftUI Migration - Part 1 with Ben ScheirmanSwiftUI Field Guide with Chris EidhofSwiftUI Tips and Tricks with Craig ClaytonBehind the Scenes of SwiftUI with Aviel GrossThe Composable Architecture with Zev EisenbergWWDC 2022 - SwiftUI and UIKit with Evan StoneSocial MediaEmailleo@brightdigit.comGitHub - @brightdigitTwitter BrightDigit - @brightdigitLeo - @leogdionLinkedInBrightDigitLeoPatreon - brightdigitCreditsMusic from https://filmmusic.io"Blippy Trance" by Kevin MacLeod (https://incompetech.com)License: CC BY (http://creativecommons.org/licenses/by/4.0/) (00:00) - Natalia's Background and SwiftUI Book (04:48) - SwiftUI "Pet Peeves" (13:57) - Natalia's Journey (15:34) - SwiftUI and macOS Thanks to our monthly supporters Tomáš Slíž Maurizio Bracchitta Edward Sanchez Satoshi Mitsumori Steven Lipton ★ Support this podcast on Patreon ★

Waiting for Review
S5E3: Award Winners!

Waiting for Review

Play Episode Listen Later Mar 10, 2025 41:45


This week we talk about: Daniel's company TelemetryDeck scored a major award for their work in privacy and data security—a huge deal, that caught them a little by surprise! Daniel has setup a project with the Galactic Unicorn Gauge, showing server performance in real-time ✨ Cool gadgets... AirTag cards for your wallet

Super Feed
Olá, Mundo - 067: Picolé de Corante

Super Feed

Play Episode Listen Later Mar 4, 2025 40:45


Rambo e Bunn discutem os principais problemas que ainda enfrentam com SwiftUI.

CacaoCast
Épisode 289 - Fireside Cocoa, iPhone 16e, MapleScan, Alternatives UE, Spices, Arm64-to-sim, Finder, BusySimulator, IA

CacaoCast

Play Episode Listen Later Feb 28, 2025 70:22


Bienvenue dans le deux-cent-quatre-vingt-neuvième épisode de CacaoCast! Dans cet épisode, Philippe Casgrain et Philippe Guitard discutent des sujets suivants: Fireside Cocoa - Les impressions de Philippe iPhone 16e - Le moins cher des iPhones? MapleScan - Fait au Canada Alternatives UE - Cherchez-vous une alternative à l'hégémonie américaine? Spices - Créez des vues de débogage en SwiftUI Arm64-to-sim - Pour les frameworks récalcitrants Astuce Finder - Renommer plusieurs fichiers simultanément BusySimulator - Faites semblant d'être occupé Astuce IA - Le mot en F toujours utile Ecoutez cet épisode

Coder Radio
603: COSMIC Defenders

Coder Radio

Play Episode Listen Later Jan 15, 2025 43:22


The CEO who bet on SwiftUI—and lost their job. Then poke some fun at Rust stans, SalesForce claims they're not hiring any developers in 2025, and more!

All Jupiter Broadcasting Shows
COSMIC Defenders | Coder Radio 603

All Jupiter Broadcasting Shows

Play Episode Listen Later Jan 15, 2025


The CEO who bet on SwiftUI—and lost their job. Then poke some fun at Rust stans, SalesForce claims they're not hiring any developers in 2025, and more!

Coder Radio Video
COSMIC Defenders | Coder Radio 603

Coder Radio Video

Play Episode Listen Later Jan 15, 2025


The CEO who bet on SwiftUI—and lost their job. Then poke some fun at Rust stans, SalesForce claims they're not hiring any developers in 2025, and more!

Swift over Coffee
S4E2: Mikaela is a lesson

Swift over Coffee

Play Episode Listen Later Nov 29, 2024 62:37


Mikaela is joined by the most English-sounding Irishman you've ever heard for an intensive therapy session. We're talking paper cuts in Swift, those tiny annoyances that, sure, don't stop you in your tracks, but wouldn't it be nice if instead of having to cover ourselves in the coding equivalent of a hundred Band-Aids, Apple just… fixed? Please? Empathise, sympathise, and have a nice little scream into the void with us. Plus there's a roundup of conferences (running one? let us know!) and other Swift news, and we reveal Mikaela's One Weird Trick to actually shipping an app. Essential links from the episode: Fruitful: https://getfruitful.app Black Friday deals I: https://github.com/mRs-/Black-Friday-Deals Black Friday deals II: https://mjtsai.com/blog/2024/11/25/black-friday-2024/ Black Friday deals III: https://indieappsales.com Improving the approachability of data-race safety: https://forums.swift.org/t/prospective-vision-improving-the-approachability-of-data-race-safety/76183 James Dempsey's Swift Virtuoso course: https://swift-virtuoso.com/ iOS Conf SG: https://www.iosconf.sg FOSDEM25: https://swiftlang.github.io/event-fosdem/ Mazie Conference: https://maize.dk/ Let's visionOS: https://letsvisionos.swiftgg.team/page/ ARCtic Conference: https://arcticonference.com WebKit for SwiftUI: https://github.com/WebKit/WebKit/pull/36760 TelemetryDeck: https://dashboard.telemetrydeck.com/registration/organization?referralCode=MYYXAFU3ZWQHM2CJ (Mikaela's affiliate link, to get 100k extra signals of the free plan) Write Great Accessibility Labels WWDC 19: https://developer.apple.com/videos/play/wwdc2019/254 WebKit: https://github.com/WebKit/WebKit/pull/36760

Core Intuition
Episode 620: I Just Kept Hitting Walls

Core Intuition

Play Episode Listen Later Nov 15, 2024


Daniel and Manton talk about Apple's new Image Playground, an AI-based graphic generator. Even if it's not super-impressive, maybe it's exciting for the average user? Manton relates his recent attempts to write a new app in SwiftUI, which leads to an assessment of whether SwiftUI is ready for prime-time on iOS and/or Mac. Finally, they talk about whether we're all propelling towards a web-only future, and whether that might be just fine. The post Episode 620: I Just Kept Hitting Walls appeared first on Core Intuition.

Swift over Coffee
S4E1: You have to sit down and do it

Swift over Coffee

Play Episode Listen Later Nov 10, 2024 48:49


We're back! Many things have happened over that swift summer break, so pour a coffee and let's jump right back in. In this episode, we're talking Apple Intelligence and other code-complete co-pilots, the redesign of swift.org, shiny M4 Macs, good UI (and UX) design, and the Swift Foundation's move to empower the community to fix tiny annoyances — but the big topic, of course, is how your adoption of Swift 6 has been going. If at all…