Elixir devs who use VS Code - this one's for you! Hologram just got its official VS Code extension! 🧩 Full syntax highlighting for HOLO templates: ~HOLO sigils in .ex files and standalone .holo template files. More here: hologram.page/blog/hologra... #Hologram #Elixir #ElixirLang #BEAM #WebDev

While debugging my new coding agents orchestrating tool called Camelot today I developed more features for https://lamabot.social than during three previous months.

#buildinpublic #elixirlang #myelixirstatus #ai #llm

Talk to

Compassionate and supportive chat bot helping to cope with strong emotions in hard situations.

If you're using the #ElixirLang NodeJS package, be advised there's an information disclosure security vulnerability (CVE-2026-33872).

It'd be quite difficult for an attacker to intentionally exploit, but fairly easy to accidentally trigger yourself. Update to 3.1.4 ASAP.

https://github.com/revelrylabs/elixir-nodejs/security/advisories/GHSA-rwcr-rpcc-3g9m

Elixir v1.20 RCs arrive with a faster compiler, @[email protected] ships Distributed #Python in Livebook, Chris McCord releases fly_deploy for zero-downtime hot deploys, #OpenAI builds an agent orchestrator in @[email protected], and more! #ElixirLang www.youtube.com/watch?v=8-r6...

Thinking Elixir Podcast 296: O...
Thinking Elixir Podcast 296: OpenAI Chose Elixir and A VM Inside a VM

YouTube
Elixir v1.20 RCs arrive with a faster compiler, @josevalim ships Distributed #Python in Livebook, @chris_mccord releases fly_deploy for zero-downtime hot deploys, @openai builds an agent orchestrator in @ElixirLang, and more! #ElixirLang https://www.youtube.com/watch?v=8-r6jDNbl2o
Thinking Elixir Podcast 296: OpenAI Chose Elixir and A VM Inside a VM

YouTube
#ElixirLang 🤝 #Typescript like never before 😎 This is *end-to-end type safe Phoenix channels*. The typescript client is *generated for you*. This is on top of a full RPC generated from your actions. Works with any typescript front-end. This is *huge*.

RE: https://bsky.app/profile/did:plc:wfl5tqcjsmdc5ebiemkvardr/post/3mhqzcoxqw22r
Calculations in #AshFramework are extremely powerful, but something that often happens is you end up adding a whole lot of them, each one taking up a field on the struct. Now you can pass `field? false` to get all the features with no struct field taken! 🎉 #ElixirLang

Bring Back the Power of BEAM Deployments with DeployEx - Thiago Esteves | Code BEAM America 2025
#ElixirLang

We will interview Thiago tomorrow at Elixir em Foco
https://www.youtube.com/watch?v=YppU35JnGYw

Bring Back the Power of BEAM Deployments with DeployEx - Thiago Esteves | Code BEAM America 2025

YouTube
#AshFramework does a lot under the hood, probably more than you realize 🧙. Did you know we use type inference to cast values in critical areas of SQL queries? Now you can use that same logic to get type inference of your calculations 😎 See the before/after. #ElixirLang

@CodingItWrong this is me in #elixirlang : I should use a macro!

Relatedly the advice I’ve received and passed along on macros and how frequently to use them: often enough that you really have a deep understanding and appreciation of them, and also never.