Filipe Cabaço
banner
filipecabaco.com
Filipe Cabaço
@filipecabaco.com
Elixir Developer @supabase
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...

👍
November 11, 2025 at 1:17 PM
🎉🎉🎉🎉
September 16, 2025 at 12:23 PM
Never backed anything in Kickstarter... but this one is worth it 🔥

www.kickstarter.com/projects/pee...
September 16, 2025 at 10:41 AM
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 ❤️
September 1, 2025 at 10:24 PM
working for insert 🎉
August 31, 2025 at 11:47 PM
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...
August 31, 2025 at 11:00 PM
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 😍
August 25, 2025 at 3:09 PM
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
August 23, 2025 at 9:38 AM
Issue fixed no need to get complicated as OrbStack
is able to expose the cluster IP. This video is running on k8s with flame so next step would be to try and deploy it into a proper k8s cluster 😄

github.com/filipecabaco...
February 4, 2025 at 6:28 PM
Now I just need to fix port forward locally to work with WS as I have no clue why it breaks but soon it could be looking something like this:

(Demo is using Local backend from FLAME)
February 4, 2025 at 1:05 PM
Did a quick proof of concept where I use Elixir's
FLAME library with K8S to run Ollama and generate responses.

The trickiest part: relearning K8S manifests
February 4, 2025 at 1:04 PM
Been sick the last couple of weeks and can't wait to go back to coding with the brain fog going away 🎉
January 5, 2025 at 7:12 PM
Alchemy Conf here I go! 😍
November 1, 2024 at 3:48 PM