200本のエピソード

The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!

Thinking Elixir Podcast ThinkingElixir.com

    • 教育

The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!

    200: Ready for a new frontier?

    200: Ready for a new frontier?

    In this landmark 200th episode of the Thinking Elixir podcast, we dive into the revolutionary world of LiveView Native with Brian Cardarella and Carson Katri. Discover how this emerging technology is expanding Elixir's reach onto mobile devices and beyond, shaking up traditional development with server-side state management and opening a new frontier for native applications. Our experts share insights on its performance, live reload features, and strategic advantages that promise to speed up prototyping and cut down on dev time. Plus, hear about our latest news on EEF voting, new testing libraries for Phoenix, the future of the Elixir Protobuf library with a call for new maintainers, and Livebook's integrations for data sources. And if that wasn't enough, we cover additional tech stories, including the shutdown of the Women Who Code foundation, a study linking mentally stimulating work to a reduced risk of dementia, and more!


    Show Notes online - http://podcast.thinkingelixir.com/200


    Elixir Community News



    https://twitter.com/TheErlef/status/1782560017633202578 – Tweet about the start of EEF voting.
    https://erlef.org/blog/eef/election-2024 – Blog post detailing the EEF 2024 election process.
    https://members.erlef.org/Sys/Poll/52537 – The actual voting page for the EEF election.
    https://members.erlef.org/join-us – Information on how to join the EEF and become a voting member.
    https://twitter.com/royalicing/status/1782534107807007046 – Tweet introducing a new library for testing Phoenix templates with ARIA roles.
    https://hexdocs.pm/ensemble/Ensemble.html – Documentation for the Ensemble library mentioned in the tweet.
    https://playwright.dev/docs/locators#quick-guide – PlayWright locators quick guide, reminiscent of the Ensemble library's functionality.
    https://twitter.com/whatyouhide/status/1782434830057107660 – Andrea Leopardi's announcement about seeking a new maintainer for the Elixir Protobuf library.
    https://github.com/elixir-protobuf/protobuf – GitHub repository for the Elixir Protobuf library mentioned by Andrea Leopardi.
    https://twitter.com/josevalim/status/1782391223036039247 – José Valim's tweet on Livebook's data integration support, seeking community feedback on other necessary integrations.
    https://livebook.dev/integrations/?type=database – Livebook's database integrations webpage that José Valim referred to for feedback.
    https://gleam.run/news/gleam-v1.1/ – Announcement of the release of Gleam v1.1, a statically typed language for the BEAM.
    https://github.com/eigr/spawn?tab=readme-ov-file – GitHub page for Spawn, an open-source serverless library designed for cloud and on-premises environments.
    https://fly.io/blog/rethinking-serverless-with-flame/ – Article discussing the rethinking of serverless architecture with the FLAME framework.
    https://womenwhocode.com/blog/the-end-of-an-era-women-who-code-closing – Blog post about the shutdown of the Women Who Code foundation due to funding issues.
    https://www.theguardian.com/science/2024/apr/17/mentally-stimulating-work-plays-key-role-in-staving-off-dementia-study-finds – The Guardian article reporting on a study that finds mentally stimulating work is key in staving off dementia.
    https://www.neurology.org/doi/10.1212/WNL.0000000000209353 – Research paper on Neurology.org about the link between mentally stimulating work and the risks of dementia and cognitive problems in later life.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Discussion Resources



    https://native.live/
    https://www.youtube.com/watch?v=xBi2Hj22qUU – ElixirConf US 2023 presentation
    Brian's ElixirConf EU 2024 presentation is not published at this time.
    https://developer.apple.com/documentation/financekit
    https://developer.android.com/develop/ui/compose
    https://learn.microsoft.com/en-us/windows/apps/winui/winui3/
    https://electric-sql.com/


    Guest Information



    https://twitter.com/bcardarella – Brian C

    • 1 時間8分
    199: Websockets' Late Hero and Elixir's Fresh Updates

    199: Websockets' Late Hero and Elixir's Fresh Updates

    In this episode, we talk about the eagerly awaited Elixir 1.17.0-dev changelog, the exciting ExDoc v0.32 release, and the slightly amusing declaration of Cloudflare playing the websocket hero – about 9 years after Phoenix neatly demoed 2 million concurrent connections to the world. We also explore potential performance improvements with Ecto's support for unlogged tables and how PragProg's new Elixir book is shaping up as a must-read for DevOps enthusiasts. But that's not all, we also touch on the launch of a constraint solver in Elixir, a nifty Livebook visualization tip, and more! Plus, don't miss out as Mark, Tyler, and David also share insights into their current projects, ranging from tackling Elixir mock libraries to the latest in the tech conference scene and educational initiatives in the Erlang ecosystem.


    Show Notes online - http://podcast.thinkingelixir.com/199


    Elixir Community News



    https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md#v1170-dev – Elixir 1.17.0-dev changelog update introducing a new Duration type and calendar-specific shifts support.
    https://hexdocs.pm/db_connection/DBConnection.Ownership.html#module-callers-lookup – ExUnit start_supervised now populates $callers, affecting libraries like Mox and Ecto.
    https://hexdocs.pm/mox/Mox.html#module-explicit-allowances – ExUnit changes with regards to $callers provide better support for global mocks like Mox.
    https://github.com/elixir-ecto/ecto_sql/pull/601 – Elixir Ecto experiment for adding support to unlogged tables that could speed up test suites.
    https://twitter.com/josevalim/status/1777990973454262476 – Announcement of ExDoc v0.32 release.
    https://hexdocs.pm/ex_doc/changelog.html – Official changelogs for ExDoc v0.32 highlighting new features like OS default font for content and search bar improvements.
    https://x.com/chris_mccord/status/1776370373946175706 – Cloudflare Workers support for WebSockets and its impact on real-time web experiences.
    https://blog.cloudflare.com/introducing-websockets-in-workers/ – Introduction and explanation of websockets in Cloudflare Workers.
    https://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections – Chris McCord's blog post on achieving 2 million WebSocket connections.
    https://twitter.com/pragprog/status/1779253657097117890 – Announcement of a new Elixir focused book in beta from PragProg.
    https://twitter.com/sm_debenedetto/status/1779558393373409481 – Additional information about the new PragProg Elixir book.
    https://pragprog.com/titles/beamops/engineering-elixir-applications/ – Direct link to the forthcoming Elixir book on PragProg focused on DevOps for the BEAM ecosystem.
    https://developer.hashicorp.com/terraform/intro – Introduction to Terraform, as covered in PragProg's new Elixir book.
    https://x.com/thibaut_barrere/status/1777702586944036899 – Discussion on a constraint solver implementation in Elixir.
    https://github.com/bokner/fixpoint – Boris Okner's Fixpoint, a constraint solver library for Elixir.
    https://en.wikipedia.org/wiki/NP-completeness – Explanation of NP Completeness related to constraint solving.
    https://twitter.com/hugobarauna/status/1779930969593512159 – Tip on building custom visualizations for Elixir data structures in Livebook using the Kino.Render protocol.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Discussion Resources



    https://cloud.withgoogle.com/next
    https://github.com/brainlid/langchain
    https://github.com/dashbitco/mox
    https://twitter.com/TylerAYoung/status/1780240662341849256 – Tyler's Tweet about Mox
    https://fly.io/phoenix-files/safe-ecto-migrations/


    Guest Host Information



    Tyler Young joined as a guest host.
    https://twitter.com/TylerAYoung – on Twitter
    https://github.com/s3cur3 – on Github
    https://fosstodon.org/@tylerayoung – on Fediverse
    https://tylerayoung.com/ – Blog


    Find us online



    Message the show - @ThinkingElixir
    Message the

    • 40分
    198: Cade Gets the Last Word

    198: Cade Gets the Last Word

    This week's show covers exciting updates in the Elixir world, including the peek at what's coming with Elixir v1.17.0's new "Duration" and "shift" features. We'll also dive into the impressive Kino Benchee integration for Livebook, showcasing benchmarking visualizations. Not to be missed is the release of a fitting Phoenix emoji 🐦‍🔥 that's set to ignite your dev conversations, as well as the announcement of Ash Framework's v3 Release Candidate. Amidst these powerful tools and features, there's an essential shift in our hosting lineup; Cade will discuss his decision to step back from the show due to the arrival of a new member in the family. Make sure to tune in for these stories, valuable Elixir tips, intriguing alternatives to Redis, and more!


    Show Notes online - http://podcast.thinkingelixir.com/198


    Elixir Community News



    https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md#v1170-dev – Changelog for the forthcoming Elixir v1.17.0 revealing new features like support for the "Duration" type and the "shift" function for date types.
    https://github.com/livebook-dev/kino_benchee – Integration of Benchee with Livebook for Elixir benchmarking, known as Kino Benchee.
    https://twitter.com/akoutmos/status/1775158490819858542 – Alex Koutmos's tweet showcasing the graphical visualization capabilities of the Kino Benchee integration in Livebook.
    https://twitter.com/JLarky/status/1777552462876168549 – Benchmark comparison between Gleam and Go languages in terms of latency and speed, shared on Twitter.
    https://emojipedia.org/phoenix-bird – A Phoenix emoji 🐦‍🔥 was released.
    https://emojipedia.org/emoji-15.1 – Page showing new emojis introduced along with the Phoenix, including a reference to the lime emoji.
    https://twitter.com/germsvel/status/1777645631533633757 – German Velasco shares an Elixir tip about using the "tap" and "then" functions in pipelines, providing an insight and example.
    https://twitter.com/germsvel/status/1775476085624344581 – German Velasco discusses the differences between the '&&/and' and '||/or' in Elixir.
    https://dashbit.co/blog/req-api-client-testing – A new blog post about testing with the Req HTTP client library in Elixir on the Dashbit website.
    https://elixirforum.com/t/ash-framework-3-0-release-candidates/62684 – The announcement of the Ash Framework v3 Release Candidate on the Elixir Forum, showcasing the ecosystem's growth.
    https://github.com/ash-project/ash/issues/943 – The GitHub issue tracking the status of Ash Framework v3 Release Candidate for both core and community packages.
    https://twitter.com/sorentwo/status/1777037533366387067 – Parker Selbert shares a git alias command for 'changelog', helpful for maintainers of hex packages.
    https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community – The announcement of Valkey, an open-source alternative to Redis supported by the Linux Foundation and various industry leaders.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Discussion Resources



    Cade's family has grown and he needs to step back from the show to prioritize his family's needs.


    Find us online



    Message the show - @ThinkingElixir
    Message the show on Fediverse - @ThinkingElixir@genserver.social
    Email the show - show@thinkingelixir.com
    Mark Ericksen - @brainlid
    Mark Ericksen on Fediverse - @brainlid@genserver.social
    David Bernheisel - @bernheisel
    David Bernheisel on Fediverse - @dbern@genserver.social
    Cade Ward - @cadebward
    Cade Ward on Fediverse - @cadebward@genserver.social
    Sponsored By:
    Fly.io: Fly.io is a great place to deploy your next Phoenix application! Check them out!

    • 21分
    197: Thinking Elixir News

    197: Thinking Elixir News

    In this episode, we're diving into the fascinating world of at-home AI with a ready-to-deploy project harnessing Bumblebee and Fly GPUs, unraveling the tale of how an Xz backdoor catastrophe was narrowly sidestepped, and highlighting the power of customizing your Elixir IEx environment. We'll also touch upon the eager anticipation for ElixirConf EU, taking place in Lisbon, where innovations in vehicular tech meet Elixir, and the upcoming NervesConf US - a prime event for embedded systems enthusiasts. Tune in for these buzzworthy topics and more!


    Show Notes online - http://podcast.thinkingelixir.com/197


    Elixir Community News



    https://twitter.com/brainlid/status/1775148526621827548 – Tweet about an easy at-home AI project using Bumblebee and Fly GPUs.
    https://fly.io/phoenix-files/easy-at-home-ai-with-bumblebee-and-fly-gpus/ – Blog post detailing the easy deployment of LLM models on Fly.io machines with GPUs.
    https://github.com/fly-apps/bumblebee-model-harness – GitHub repository for deploying Llama 2 7B, Mistral 7B, and Zephyr 7B LLMs with Bumblebee.
    https://twitter.com/fr0gger_/status/1774342248437813525 – Tweet about the mostly avoided disaster of the Xz backdoor.
    https://xkcd.com/2347/ – Related XKCD comic regarding the pressure on open-source developers.
    https://en.wikipedia.org/wiki/XZ_Utils_backdoor – Wikipedia article on the XZ Utils backdoor incident.
    https://www.wired.com/story/xz-backdoor-everything-you-need-to-know/ – Wired article providing an overview of the Xz backdoor event.
    https://diff.hex.pm/ – A resource for Elixir developers to inspect changes between published versions of Hex packages.
    https://gist.github.com/brainlid/5cc4944509de87289fb1a1680da22911 – Gist showing an example of an .iex.exs file for customizing IEx behavior.
    https://hexdocs.pm/iex/IEx.html#module-the-iex-exs-file – HexDocs documentation on the .iex.exs file.
    https://www.elixirconf.eu/ – Website for ElixirConf EU, Europe's largest Elixir Conference.
    https://twitter.com/mlainez/status/1773679346328195334 – Tweet teasing a talk about retrofitting a Nissan leaf engine into VWGroup body and using Elixir.
    https://twitter.com/NervesConfUS/status/1774473097426370744 – Tweet announcing NervesConf US, a one-day single-track conference.
    https://nervesconf.us/ – The official site for NervesConf US with the date and venue information.
    https://www.gigcityelixir.com/ – The official site for GigCityElixir with dates and speaker announcements.
    https://2024.elixirconf.com/ – The official site for ElixirConf US including dates and location.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Find us online



    Message the show - @ThinkingElixir
    Message the show on Fediverse - @ThinkingElixir@genserver.social
    Email the show - show@thinkingelixir.com
    Mark Ericksen - @brainlid
    Mark Ericksen on Fediverse - @brainlid@genserver.social
    David Bernheisel - @bernheisel
    David Bernheisel on Fediverse - @dbern@genserver.social
    Cade Ward - @cadebward
    Cade Ward on Fediverse - @cadebward@genserver.social
    Sponsored By:
    Fly.io: Fly.io is a great place to deploy your next Phoenix application! Check them out!

    • 20分
    196: Thinking Elixir News

    196: Thinking Elixir News

    This week's news includes the release of OTP 27.0-rc2 featuring the new json module, Phoenix Live reload's insightful update, and Chris McCord's blog post that surfaces server logs directly in your browser console. We're also discussing the streamlined workflows in Oban Pro 1.4.0, and a deeper discussion on recent Redis licensing changes that have sent ripples through the open-source community. If that's not enough, we've got insights into the refactoring Elixir survey that's underway and we share some innovative tools like the Livebook Smart Cell Template. Tune in for this and more!


    Show Notes online - http://podcast.thinkingelixir.com/196


    Elixir Community News



    https://twitter.com/michalmuskala/status/1770748066976424195 – Tweet announcing the release of OTP 27.0-rc2.
    https://github.com/erlang/otp/releases/tag/OTP-27.0-rc2 – GitHub link to OTP 27.0-rc2 release which includes the json module proposed by Michał Muskała.
    https://twitter.com/chris_mccord/status/1772631567568871575 – Chris McCord's tweet regarding the update to Phoenix Live Reload.
    https://fly.io/phoenix-files/phoenix-dev-blog-server-logs-in-the-browser-console/ – Blog post detailing updates to Phoenix Live Reload and server logs in the browser console.
    https://twitter.com/sorentwo/status/1771170601153003648 – Tweet announcing the release of Oban Pro 1.4.0.
    https://getoban.pro/releases/pro/v1.4 – Official release notes for Oban Pro 1.4.0.
    https://twitter.com/elixirfun/status/1770336803280556486 – Public service announcement for Logger users to avoid pipes that may be compiled out.
    https://elixirforum.com/t/logging-a-silent-performance-killer/3258 – Forum post discussing how purging loggers can aid in performance.
    https://twitter.com/ac_alejos/status/1770642763802952021 – Andrés Alejos shares his template for SmartCells with Vite JS and Tailwind Css support.
    https://github.com/acalejos/kino_smartcell_template/ – GitHub link to the SmartCell template for Livebook.
    https://hexdocs.pm/liveview_playground/0.1.1/readme.html – Documentation for the "simple setup" LiveView server running library.
    https://github.com/lubien/liveview_playground – GitHub repository for the library that simplifies setting up a LiveView server.
    https://twitter.com/josevalim/status/1770458542849339646 – José Valim's tweet inviting Elixir developers to participate in a survey on refactoring.
    https://docs.google.com/forms/d/e/1FAIpQLSey_cf-gsGSbqJ2un4ySlWv7Y3vzzzwZzexnC8sDr7pNPHQ8Q/viewform – Google Forms survey on refactoring in Elixir conducted by a team of researchers.
    https://twitter.com/lucasvegi/status/1770457760469057815 – Additional invitation to Elixir developers to contribute to a survey on refactorings.
    https://lwn.net/Articles/966133/ – Article discussing the change in the Redis license, which no longer qualifies as free software.
    https://www.gomomento.com/blog/rip-redis-how-garantia-data-pulled-off-the-biggest-heist-in-open-source-history – Blog post exploring the history of the Redis project and its recent licensing changes.
    https://andrewkelley.me/post/redis-renamed-to-redict.html – Post announcing a fork of Redis to Redict due to licensing issues.
    https://redict.io/ – Official website of Redict, the independent fork of Redis.
    http://antirez.com/news/133 – Creator of Redis, Salvatore Sanfillipo, discussing the transfer of IP and trademark rights.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Find us online



    Message the show - @ThinkingElixir
    Message the show on Fediverse - @ThinkingElixir@genserver.social
    Email the show - show@thinkingelixir.com
    Mark Ericksen - @brainlid
    Mark Ericksen on Fediverse - @brainlid@genserver.social
    David Bernheisel - @bernheisel
    David Bernheisel on Fediverse - @dbern@genserver.social
    Cade Ward - @cadebward
    Cade Ward on Fediverse - @cadebward@genserver.social
    Sponsored By:
    Fly.io: Fly.io is a great place to deploy your next Phoenix applicatio

    • 21分
    195: Migrating from Next.js to Phoenix

    195: Migrating from Next.js to Phoenix

    In this compelling episode, we sit down with Ben Reinhart who shares his journey of transitioning from the JavaScript ecosystem, specifically migrating off of Next.js and Vercel, to Elixir and Phoenix, with Fly.io as the new host. Ben discusses his frustrations with the complexity and performance issues he faced, and how the switch to Elixir helped streamline operations and improve the efficiency of his AI-focused product at Axflow. He delves into his strategic choice for leveraging the operational simplicity and real-time features of Phoenix, while also acknowledging trade-offs such as rebuilding front-end components. Join us to explore Ben's story, learn about the features of Elixir that helped him, and discover how the move has influenced Axflow's path towards finding product-market fit, and more!


    Show Notes online - http://podcast.thinkingelixir.com/195


    Elixir Community News



    Update on the phoenix_live_reload package to v1.5 containing useful tips.
    https://www.elixirstreams.com/tips/stream_server_logs_to_console – Tips on how to stream Elixir server logs to the browser console.
    https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console – Documentation on streaming Elixir server logs to the web console using phoenix_live_reload v1.5.
    Advise to change Appearance theme to "Dark" in the browser console for better readability of debug-level messages.
    https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions – Information on the new feature "Jumping to HEEx function definitions" in phoenix_live_reload v1.5.
    https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html – A new blog post by Joshua Plique about uploading files directly to S3 using Phoenix LiveView.
    https://hexdocs.pm/phoenix_live_view/uploads-external.html – Official Phoenix documentation on direct file uploads to external services like S3.
    https://x.com/whatyouhide/status/1768345597369532660 – Andrea Leopardi working on integrating Open Telemetry (OTel) with Sentry for the Elixir SDK.
    https://github.com/getsentry/sentry-elixir/issues/538 – A Github issue discussing the integration of OTel with Sentry's Elixir SDK.
    https://twitter.com/TylerAYoung/status/1769741350126149857 – Tyler Young's tip for keeping Elixir tests running faster and asynchronously by using the Process dictionary instead of Application environment.
    https://saltycrackers.dev/posts/bye-bye-async-false/ – An article discussing how to avoid async false in tests by using the Process dictionary.
    https://github.com/jbsf2/process-tree – Introduction of a new Elixir library, ProcessTree, to navigate the process ancestry hierarchy and aid in better test configuration.
    Advice on using the process dictionary check only in MIX_ENV=test to prevent runtime overhead in production.


    Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


    Discussion Resources



    https://axflow.dev/
    https://twitter.com/benjreinhart/status/1758616465589014531
    https://exercism.org/tracks/elixir
    https://www.youtube.com/watch?v=JvBT4XBdoUE
    https://www.typescriptlang.org/
    https://nextjs.org/
    https://vercel.com/
    https://supabase.com/
    https://remix.run/
    https://inertiajs.com/
    https://vitejs.dev/
    https://github.com/fidr/phoenix_live_react
    https://github.com/geolessel/react-phoenix
    https://www.pinterest.com/
    https://fly.io/docs/gpus/


    Guest Information



    https://twitter.com/benjreinhart – Ben on Twitter
    https://twitter.com/axflow_dev – AxFlow on Twitter
    https://github.com/benjreinhart/ – on Github
    https://benreinhart.com/ – Blog
    https://axflow.dev/ – AxFlow Website


    Find us online



    Message the show - @ThinkingElixir
    Message the show on Fediverse - @ThinkingElixir@genserver.social
    Email the show - show@thinkingelixir.com
    Mark Ericksen - @brainlid
    Mark Ericksen on Fediverse - @brainlid@genserver.social
    Dav

    • 52分

教育のトップPodcast

英語で雑談!Kevin’s English Room Podcast
ケビン (Kevin's English Room)
英語聞き流し | Sakura English/サクラ・イングリッシュ
SAKURA English School
6 Minute English
BBC Radio
TED Talks Daily
TED
All Ears English Podcast
Lindsay McMahon and Michelle Kaplan
ゆる言語学ラジオ
Yuru Gengogaku Radio

その他のおすすめ

Elixir Wizards
SmartLogic LLC
Elixir Mix
Charles M Wood
Beam Radio
Lars Wikman
Elixir Outlaws
Elixir Outlaws
Elixir Newbie
Brooklin Myers
The Changelog: Software Development, Open Source
Changelog Media