PopFeeds

Elixir Programming Language Forum - Latest topics

Back to Home
745 entries Last fetched 5 hours ago Next fetch 14 minutes from now Latest post 5 hours ago rss
Total entries:
745
Last fetched:
30 May 2026 at 11:08 AM UTC (5 hours ago)
Next fetch:
30 May 2026 at 04:28 PM UTC (14 minutes from now)
Last post:
30 May 2026 at 10:51 AM UTC (5 hours ago)
Fetches since last post:
0
Estimated post interval:
5h
Type:
rss

Sign in to subscribe to this feed and get an enhanced interactive experience with expandable entries.

Showing 501-550 of 745 entries

Hello guys, noobish question here.

I am trying to build a system where users will invite other users to their organizations. So for that purpose i have the following schemas:

Users - self explaning

Organizations - the actual object

ExArrow – Apache Arrow IPC, Flight & ADBC Support for Elixir

I’m announcing the public release of ExArrow:

ExArrow provides a focused, BEAM-friendly implementation of:

  • Arrow IPC encoding / decoding
  • Arro

I am using Claude Remote Control for the first time this morning. AMAZING! I’m running one remote session on my iPad while running another session on my iPhone. This all while having a coffee with a friend.

Claude Code Docs Continue local sessions …

We experienced two complete Oban job dispatch stalls in a 12-hour window — something that had never happened before in our prod environment. Jobs accumulated in an available state for 70-85 minutes each time before self-resolving. We recently upgraded

I have just tried expert 0.1.0.rc5 and no autocompletions for ash work. According to gemini this is because spark uses elixir_sense which has been dropped from expert.

Is this correct? Does anybody get autocompletion for ash things using expert?

A new Erlang announcement has been posted:

Patch Package: OTP 28.3.3 Git Tag: OTP-28.3.3 Date: 2026-02-27 Trouble Report Id: OTP-19902, OTP-20008 Seq num: PR-10518 System: OTP Release: 28 Application: erl_interface-5.6.3, erts-16.2.2 Predecessor: O…

Basically, I want to have the ability to create a job that will run periodically based on some cron expression.

AFAIK, Oban only supports defining cron per queue, not per job.

What I though about doing is creating a hook for after_process

actions do # The public?: true MUST be an option to the read macro read :get_tenant, public?: true do get? true primary? true argument :id, :uuid, allow_nil?: false filter expr(id == ^arg(:id)) end # ... other actions end get_teant wont compile. Any help …

I have a crontab entry scheduling PocketTax.Finexer.TransactionsSyncProducer and want to show users the next time it will be run

Application.get_env(:pocket_tax, Oban) [ repo: PocketTax.Repo, engine: Oban.Pro.Engines.Smart, queues: [ default: 10, t…

I’ve been working on a wrapper library for a brazillian Open Finance api, and I incurred into a fun error whilst trying to conditionally compile a module with 3rd party macros. I wrote a short text about this on medium, if you’re interested in the full

Hi all, I’m quite pleased to be open-sourcing a project that @cabol and I have been working on, PartitionedBuffer. It’s a performant and flexible write buffer that we’ve found useful in a number of scenarios.

Currently, we’re shipping it with tw

Hello

On a new project I did the following, but it wouldn’t compile without errors.
I also tried using the library locally, but had the same issue. {:hidraw, path: "../hidraw"}

First I added {:hidraw, "~> 0.2.2"

Introductory paragraph

We are looking to add a fullstack developer with a strong interest in payments and billing systems. This role is ideal for a junior to mid level engineer who wants ownership over real world financial workflows including subscript

I built a devcontainer that makes it safe(-er) to run Claude Code in YOLO mode (--dangerously-skip-permissions) on Elixir&Phoenix projects and it comes with Tidewave built-in. It’s based on Anthropic’s reference but made safer and tailored to Elixi

Gurujada — Building a 147K LOC EdTech Platform with Phoenix LiveView (and No Frontend Framework)

TL;DR: We built a full education platform — whiteboard canvas, audio/video players, real-time presence, AI assistants, 325 business compon

Phoenix generators are fighting back

Ok, it is not over 9000 but got a sudden increase recently. Going from 800 to over 3000, maybe more, it broke the graph.

Very curious the reason behind it, maybe someone has an idea or a guess.

Has anyone worked on or considered fine-tuning a model to have specific knowledge about Elixir, Erlang and OTP patterns? Would be pretty cool to have an Elixir expert LLM for code gen and architecture discussions.

There’s a few reasons to do thi

Hi, I am building a platform. more of chat application. Mobile Applications.
It does have images and voice notes.

I am opting for a Bare metal server. I do not want any kind of Public cloud.
I am not much into DevOps.

Elixir w

This is an i3 IPC client implementation, written in Erlang, with zero dependencies. All the messages and events exposed by i3 and Sway are currently supported.

It’s a very early release but it’s fully featured. My next two priorities ar

Have you suffered with CUDA driver installation? Ubuntu promises to solve your pain in the upcoming 26.04 release: sudo apt install cuda and you’re done!

Source:

Stop Struggling with CUDA: How Ubuntu 26.04 is Fixing AI Development Forever

During the hackathon at remote.com, we built Sherlock: an AI chat that answers questions about our codebase in plain English. We used Ash and LiveView to have maximum productivity in the 3 days of doing it, and we succeeded. @rbino was my partner in cr

I’m putting this in its own thread as that makes more sense.

The little prehistory here is that I have a RPI5 system with Hailo 8 working, but the non AI/ video part is not quite where we want it. The Rockchip 3588 processor, with SBCs often com

Hey,

I’ve been extensively using claude code for backend development and data wrangling in the last 6 months and it has worked very well.

I generally feel that LLMs work much better in the backend than they do in the frontend and most of

Hey, I recently picked up learning Elixir and Phoenix, and this is my first Open Source library, ever. I’ve 10+ years of web dev experience with PHP and Laravel, and I am so used to the human-friendly ecosystem that I tried to translate that sa

We’re searching for a senior software engineer experienced working with Elixir and Phoenix to work on web projects with us. Starting immediately, you’d be working full time (37.5 hours / week) on several website projects with me and my team.

About …
DGen - A distributed GenServer

I love GenServer. There are only 2 things stopping me from writing an entire app with them:

  1. Durability: The state is lost when the process goes down.
  2. High availability: The functionality is unavailab

Hey everyone!

I wanted to share Nova, a web framework built on Erlang/OTP that works natively with Erlang, Elixir, and LFE. If you’ve ever wanted a web framework that leans into OTP rather than
abstracting over it, Nova might be worth a lo

A new Erlang announcement has been posted:

Patch Package: OTP 26.2.5.17 Git Tag: OTP-26.2.5.17 Date: 2026-02-20 Trouble Report Id: OTP-19830, OTP-19843, OTP-19845, OTP-19896, OTP-19926, OTP-19962, OTP-19978, OTP-19981, OTP-19988, OTP-19993 Seq num:…

A new Erlang announcement has been posted:

Patch Package: OTP 27.3.4.8 Git Tag: OTP-27.3.4.8 Date: 2026-02-20 Trouble Report Id: OTP-19864, OTP-19962, OTP-19978, OTP-19981, OTP-19983, OTP-19988, OTP-19993 Seq num: CVE-2026-21620, GH-10651, GH-10705…

A new Erlang announcement has been posted:

Patch Package: OTP 28.3.2 Git Tag: OTP-28.3.2 Date: 2026-02-20 Trouble Report Id: OTP-19864, OTP-19915, OTP-19926, OTP-19958, OTP-19962, OTP-19978, OTP-19981, OTP-19983, OTP-19993 Seq num: CVE-2026-21620, …

We use Oban Pros hooks to validate requirements for some jobs, in these we are fetching records from the DB which are used later in the jobs. We are testing out shoving these records in the job’s args, but some of these could contain sensitive data and

ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applications that run under OTP supervision — without blocking the BEAM.

Why?

I wanted to build termi

By default, Bamboo.Email, when you only add a text_body/2, appears to create emails with the following structure:

Content-Type: multipart/mixed; boundary="----=_Part_301556352_2177739793.3928492858" ------=_Part_301556352_2177739793.39284…

Icu is a localization library for Elixir. It wraps the icu4x library by the Unicode consortium (with a Rustler NIF).

Docs

Some highlights:

  • Ships with every locale in the basic, moderate and modern CLDR coverage levels by defa

Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/kamal: Deploy web apps anywhere. (Basecamp’s Docker deployment tool), but replaces Docker containers with Elixir re

I heard that editing a tuple is a much more expensive operation then editing a list

i just don’t get the why, when a list is mutated a new list made in memory when edited, same as tuple; they use references from other variables and only really s

I’m happy to announce that Nebulex v3.0.0 has been released.

This is the biggest release the project has had, with changes across the core API, adapter architecture, declarative caching, and observability. Some highlights:

<…

Hi everyone!

The first release candidate for the Expert language server project is now available!

We’ve published a press release detailing all the work that has gone into it since ElixirConf 2025 on the website: The First Release Candida

FLOPS 2026 – Call for Participation The 18th International Symposium on Functional and Logic Programming May 26-28, Tsukuba, Japan https://functional-logic.org/events/flops/2026/

Welcome to the 18th International Symposium on Functional and Logic

A first-principles guide to process-based concurrency — what makes BEAM different, how OTP encodes resilience into architecture, and why everyone keeps reinventing it.

Variant Systems – 22 Feb 26 Process-Based Concurrency: Why BEAM and OTP Keep Bei…
Geminix

Easy to use bindings to the Gemini API. These functions and structs follow the API very closely, making it very easy to follow their usage from the API docs.

The docs can be found at https://hexdocs.pm/geminix.

Why a new binding to a…

I have this challenge of importing (downloading and saving) paginate data.

Currently I’m doing it recursively in a workflow step and I think it’s safe because if it will crash (f. ex. due to remote api error).

I designed this code to resu

Guild GenServer: To serve, or not to serve, that is the question | Guild

Feb 26th 6:00PM: A small introduction to one of Elixir's most powerful OTP behaviour module: GenServers. And a brief discussion on when to u

A small introduction to one

The Registry module can hold additional data per process / GenServer. Is it a good idea to use this for (micro-)batching the “save state to database” step of GenServers? I have the following idea:

  • Given: I have thousands or even tens of th

We’re searching for a software engineer comfortable working with Elixir and Phoenix on web projects with us. Starting immediately, you’d be working full time (40 hours / week) on several website projects with me and my team.

Important

im trying to trigger multiple resources oban definitions from one location, obv this is wrong. heres an example , basically i need to have an update run across multiple resources and to my knowledge when i trigger oban it runs the default read query th

I would want to create local phoenix app to allow semantic search for local files.

In order to do this I need to calculate embeddings for my files and I’m wondering if we have good elixir integration for Apple Metal hardware acceleration to calc

Saw this and wondered what each stage could or might mean for Elixir - anyone given it any thought?

What kind of impact do you think it will have on languages like Elixir and Erlang, or programming in general?

22 p

ICal is a library for interacting with iCalendar data. It parses iCalendars into typed Elixir structs via ICal.from_ics, and can prepare those same structs for writing out to files, the network, etc. via ICal.to_ics It has convenient Phoenix support vi

I am on a Macbook M1 chip running Sequoia 15.7.4. I want to be able to use “observer” from Elixir. I installed wxwidgets with --enable-compat30. That installed fine and I can run wx-config as expected. When I use “asdf” to install Erlang I get the foll

Previous Page 11 of 15 Next