how to learn about MCP?
build your own server with your framework ( github.com/filipecabaco/francis ) to control your Ikea desk with Bluetooth using Elixir <=> Rust with unix sockets...
👍
how to learn about MCP?
build your own server with your framework ( github.com/filipecabaco/francis ) to control your Ikea desk with Bluetooth using Elixir <=> Rust with unix sockets...
👍
🚨 New Blog Post 🚨
I just finished this monster of a blog post!
How to listen to database changes through the Postgres WAL!
This is all @filipecabaco.com's fault who nerd-sniped me into low-level Postgres details!
Click here to suffer too:
peterullrich.com/listen-to-da...
#ElixirLang #Postgres
🎉🎉🎉🎉
Never backed anything in Kickstarter... but this one is worth it 🔥
www.kickstarter.com/projects/pee...
Quick @elixir-lang.org hint:
when you are not sure where your PID is from, you can use hexdocs.pm/elixir/Proce... to find out get all the information you need
Critical because it's that bump 😅
I have a critical PR to review from the community and I wanted to setup a way to interact with lower systems using sockets but honestly for the 90% it would be possible to use after the bump in tauri gets merged
the biggest missing piece it's actually upgrading and finish ex_tauri
then, after this, I'm indeed trying out and will release this week both the pglite lib and the replication lib and both together you would be able to have an offline first desktop application built with Liveview
hey! for that kind of app I actually tried out doing a library to build applications using tauri but need to update it 🤦♂️
github.com/filipecabaco...
bsky.app/profile/fili...
bsky.app/profile/fili...
Code here: github.com/filipecabaco...
News includes a new SQL #analytics library called Lotus, plus an interview with Mateusz Front about the Popcorn project enabling Elixir to run in #WebAssembly in the browser! #ElxirLang @ElixirLang www.youtube.com/watch?v=-85K...
will share the code probably this week 👍
it works! now it allows me to have data from a source database being replicated to my in-memory database and sync using replication
using pglite from @electric-sql.com , bun to run wasm and @elixir-lang.org which allows to do all this magic easily ❤️
working for insert 🎉
Using pg_dump from a source database to pglite and now I have an in memory version of my db
This means I could get a subset of data to be available ( supabase.com/blog/partial... )
Going to tackle now replication to keep it up to date using github.com/filipecabaco...
I'm still working on adding some other demo code so I can share it properly and have a proper expectations set
pglite adventures:
Ecto proved to be an interesting problem. Due to the fact that pglite only allows one connection we need to go around it in migrations but it shows how awesome Ecto is as it does allow us to do that 😍
hope I can share more about it soon 💜
Ahh, finally pglite for #ElixirLang 💜
still fixing some quirks and trying to get some good examples in and will share afterwards
not really, it's postgres running in wasm which allows it to be in multiple environments and does support some extensions.
it's an awesome project!
using bun and pglite from @electric-sql.com I'm able to create in memory or persisted postgres instances (one per bun process) available to use with Postgrex via `socket_dir`
in theory I could have a "cheap read replica" or simpler testing #myelixirstatus
A screenshot of the Admired vs Desired Web Framework results of the 2025 StackOverflow survey. 1st place goes yet again to the Phoenix framework, closely folled by the Axum framework, which is written in Rust.
A screenshof of the "Admired vs Desired" Programming languages results of the StackOverflow 2025 survey results. 1st place goes to Rust with 72.4% developers admiring the language, Gleam comes in 2nd with 70.8%, and Elixir follows closely with 65.9%. Erlang comes in at 50%.
The results of the StackOverflow Survey 2025 are out!
Phoenix is yet again the most admired web framework! 🎉
Elixir fell from 2nd to 3rd place of most admired language because another BEAM language, ✨Gleam✨ took over the 2nd spot this year! Congrats Gleamers!
#ElixirLang @gleam.run #GleamLang
@supabase.com is looking for FT/PT elixir contractors and freelancers to help out the elixir teams. Send applications to elixir@supabase.io Description below elixirforum.com/t/freelance-...
Without Zach's efforts and his invaluable #Igniter library, Mishka Chelekom would’ve never happened.
My colleague and I are always grateful. ♥️🙏🏻
He single-handedly leveled up an entire community.
#ElixirLang
Elixir 1.19 is a banger! Honestly I'm so pleased with the direction that #ElixirLang is going. My programs just get faster and more correct every time. I just know that we're in good hands. Thank you to everyone on the team for your hard work!
github.com/elixir-lang/...