Episode Details
Back to Episodes
215: Bob gets busy and Google's in trouble
Published 1 year, 7 months ago
Description
News includes a new video by German Velasco explaining quote and unquote in Elixir macros, updates on the Hex.pm “Bob” project for pre-built Elixir and Erlang binaries, Sonic Pi sponsorships and support from Dashbit, the release of ElixirLS v0.23.0, and Google's recent antitrust ruling. We also cover new developments with the Error Tracker library, Florian Arens' guide to building a Phoenix HEEx component, and upcoming events at ElixirConf 2024, and more!
Show Notes online - http://podcast.thinkingelixir.com/215
Elixir Community News
- https://x.com/germsvel/status/1820765760630706343 – German Velasco has a new short Elixir video explaining
quoteandunquotein macros. - https://github.com/hexpm/bob/pull/193 – The Hex.pm “Bob” project creates pre-built binaries of different Elixir and Erlang versions. This PR adds an Erlang build for MacOS.
- https://x.com/wojtekmach/status/1819378019644936595 – Wojtek Mach shared his recent work on Twitter about the now merged PR for MacOS Erlang build.
- https://x.com/josevalim/status/1820799818089836940 – Sonic Pi's creator, Sam Aaron, is seeking sponsorships as his Patreon support halved. José Valim shared that Dashbit supports him.
- https://podcast.thinkingelixir.com/106 – Episode 106 discusses SonicPi and its move to Elixir.
- https://sonic-pi.net/ – Sonic Pi allows writing Ruby code to generate live music.
- https://x.com/lukaszsamson/status/1820384249054175636 – ElixirLS v0.23.0 released, announcement on Twitter/X.
- https://elixirforum.com/t/elixirls-the-elixir-language-server/5857/225?u=lukaszsamson – ElixirLS v0.23.0 release announced with detailed information on ElixirForum.
- https://github.com/elixir-lsp/elixir-ls/blob/v0.23.0/CHANGELOG.md – Detailed changelog for ElixirLS v0.23.0.
- https://elixirforum.com/t/errortracker-an-elixir-based-built-in-error-tracking-solution/65245 – New Error Tracker library for Elixir that adds a built-in error tracking solution.
- https://github.com/elixir-error-tracker/error-tracker – Error Tracker library allows inserting exceptions into the database and resolving them.
- https://farens.me/blog/building-a-table-of-contents-component-for-a-phoenix