Back to Home
625 entries Last fetched 7 hours ago Next fetch 6 hours from_now Latest post 23 hours ago atom
Total entries:
625
Last fetched:
28 Aug 2026 at 07:10 AM UTC (7 hours ago)
Next fetch:
28 Aug 2026 at 09:13 PM UTC (6 hours from_now)
Last post:
27 Aug 2026 at 03:29 PM UTC (23 hours ago)
Fetches since last post:
4
Estimated post interval:
13h
Type:
atom

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

Showing 51-100 of 625 entries

Look at what your database actually spends its day doing. In most applications, a huge share of the query load is reads of data that barely changes: reference data (countries, currencies, tax tables), configuration (fe

I was programming my app and again and again I was getting 500 here, 500 there, I ignored it for a while and I look at my hands near my keyboard with disgust, what was I doing here?

But in actuality, I was really confused, you have the fallback

submitted by /u/whatyouhide
[link] [comments]

New BEAM There, Done That with Maxim Kharchenko, creator of LING - a from-scratch Erlang VM running directly on Xen with no Linux kernel.

The part I hadn't seen discussed before: Ling's instruction set isn't fixed. It analyzes real O

Stamp is a fast and flexible Snowflake-flavored ID generator based on 8-byte integers with optional encoding.

  • works both with and without Ecto
  • BlazingFast™ sequences on top of process-free atomic counters
  • no global config
submitted by /u/Ok-Address-3006
[link] [comments]

Ecto is probably the strongest counterexample to the idea that a data-access layer has to be an ORM. Changesets are validation rather than magic, preloads are explicit, queries compose, and nothing pretends the database isn't there.

So this

Hologram v0.11 is out! :)

New to Hologram? You write the entire app in Elixir, templates, event handlers, client-side state and all. The Elixir runtime itself was rebuilt to run in the browser, so client-side code behaves exactly as it would on

Hey,

we've spent enough time monitoring and debugging nodes in BEAM that we decided to create our own tool to make it easier.

It's called Voyager - it lets you easily connect to nodes, visualizes your supervision trees, and give

Hey there.

I've decided to attempt to learn a programming language, and settled on Elixir at the moment. While looking at the most basic first steps, however, I've run in this issue: Any kind of checking that I attempt with the "is_

submitted by /u/real2corvus
[link] [comments]

I've been idly working on something I am calling Aura.

I love Elixir and have bent it to writing stuff that isn't especially suited to the BEAM. Using tools like Burrito can help, but I have a particular itch I want to scratch.

So

Hey Friends, I've been building more with Hologram. I've really fallen in love with it for building front-end with Agentic interactions. I wrote a post about a recent showcase I put together that brings together Jido, Jido Chat, AI Agents and H

With this release you can now fly a Crazyflie from Elixir. v0.3.0 adds a Crazyflie adapter that speaks CRTP, subscribes to battery / can-fly logging, and optionally negotiates SafeLink - without bundling a native USB NIF.

Links
  • Hex

I keep finding that the diverge-then-converge pattern is really helpful with LLMs. So, wrote a bit about it. Hope others find it helpful!

submitted by /u/germsvel
[link] [comments]

A new post I just published about running Rust profiling in Elixir Benchmarks.

submitted by /u/smaller_infinity
[link] [comments]

Hi all,

I'm happy to announce that Xberg v1 is out.

Xberg is the successor to Kreuzberg, equivalent to what would have been Kreuzberg v5. It's a content intelligence framework that handles a very wide range of inputs: documents (c

I'm a big fan of Elixir's philosophy — functional, data-driven, running on the BEAM — but I also love that Go and Rust let you just build a binary. So I designed **EL**: Elixir-style syntax, but statically typed and ahead-of-time compiled to na

Hi folks.

Just wanted to say that don't sleep on Inertia.js and Phoenix combination. Basically you get power of Phoenix (Elixir) for let's call it backend and flexibility of your favorite JS framework for UI.

You can run some pa

Just released ex_drone v0.2.0 which includes multi-drone coordination for supervised swarms, geometric formation planners, and fail-fast fan-out

What's new

v0.2.0 adds a thin coordinator for membership and group ops, while every vehicle keep

This tiny library is a tool for creating fast BaseN codecs for shortening integers, typically used in identifiers. It's a full rewrite of the CustomBase library with ~2-5x speed gain (benchmarks are included) and is almost a drop-in replacement. Wr

New BEAM There, Done That with Mike Williams (who wrote the JAM emulator) and Björn Gustavsson (who built the BEAM). The most historically significant episode the show has done.

Two things from the conversation I hadn't fully appreciated bef

Hi all,

I'm learning Elixir/Phoenix and have consolidated a few of my projects into 1 so as to host on Gigalixir's free tier.

  • Demo: https://elixir5together.gigalixirapp.com/
  • GitHub Code:

Hi everyone,

Code BEAM Europe 2026 is looking for volunteers! The conference takes place 21-22 October. You can volunteer in-person, and get your free ticket.

  • In-person volu

Hey all! I know that jobs are supposed to be posted in the monthly megathread, but it looks like the last one is from November. (If this isn't allowed can we create a new megathread?)

The company that I work for is looking to hire two mid/se

submitted by /u/joladev
[link] [comments]

Hello! I built: https://plukio.com/

Have you heard of Etsy? Did you know that it's a monopoly and that there is a large amount of discontent from buyers and sellers about the platform? Did you ALSO know that a lot of sellers have instead mov

Had this on local for a while.

Drop-in, audit logging for Elixir/Phoenix applications. Persists audit trail to PostgreSQL and emits structured JSON via :logger. Business transactions and their audit records are always committed atomically.

<…

I've been building a small social site (posts, topic spaces, DMs, video calls) as a one-person project for ~9 years, and Elixir is a big part of why it's manageable alone. Some notes on how the tech shook out, including things I got wrong.

relying on the goodness of elixir, jido agents and other ecosystem components .. not intended to be released and supported. it was built for my learning and personal use purposes. But it does not hurt to share .. https://github.com/lexlapax/allbert-ass

A recent ex_money v6 upgrade was blocked because Timex pins an old gettext. Rather than one big remove-and-rewrite PR, I used a shim: a module mirroring just the slice of the Timex API we used, backed by the standard library, proven with tests that com

submitted by /u/browserLOL
[link] [comments]

Hello everyone, I'm sharing a useful rich-text library if you want to add one to your projects.
https://hex.pm/packages/tiptapex

demo

submitted by /u/ElectronicShopping55
[link] [comments]

Bart Blast has spent six years - three full time - building Hologram: a framework that compiles Elixir to JavaScript and rebuilds the Erlang runtime in the browser, including a real pattern matching engine, boxed types, and OTP guarantees.

New B

I've spent the last three years of my free time building Algolancer, a decentralized freelance platform on Algorand blockchain, written entirely in Elixir/Phoenix and powered by OTP, optimized mnesia, embedded persistent terms,... It solves the mai

Hi everyone!

I’ve been working on CronstrueEx, an Elixir port inspired by the npm package cRonstrue.

It converts standard cron expressions into human-readable descriptions:

CronstrueEx.to_string("*/5 * * * *"…

As I generate more Elixir with AI, I wired up more automated quality checks than I've ever run to keep the code from drifting toward the median. Compile flags, Credo (Jump/Oeditus/ExSlop checks), Dialyzer, Boundary, Sobelow, audits, doc/test gates,

Creator of Hologram here. I just published a post about the project's funding and where it goes next - the short version:

Curiosum as Main Sponsor, the EEF's milestone program and the GitHub sponsors funded the most productive stretch in

Doing a little mini-series on distributed Elixir with some examples, starting with setting up your cluster and monitoring it

submitted by /u/joladev
[link] [comments]

​Hey everyone,

​I’ve been working on AetherS3, a distributed, self-hostable S3-compatible object store built natively in Elixir. It leverages BEAM clustering and concurrency for data distribution and binary throughput without needing massive ext

Hi! New to Elixir, but enthusiastic. I am hacking on a 2d grid-based MMO. Think 2d Runescape. I am trying to decide how to best utilize OTP. Two approaches come to mind:

  1. A genserver per "entity". Actor-based architecture. A Gobli

New BEAM There, Done That with Isaac Yonemoto (Zigler creator) and Garrison Hinson-Hasty (Systems Programming with Zig author) on native code integration and what Zig actually changes about the risk model.

The honest answer everyone wants to kno

I call it Goose Panel. Started off as i wanted to be able to have access to the AI on my server, so i could continue work during my day job. And blossomed into this lovely idea. One of the biggest features, besides the AI Runner, is the AI Site Doctor.

https://reddit.com/link/1ux7rrl/video/rr3837oinedh1/player

Your Phoenix LiveView app disconnects from the server. the UI freezes, buttons stop working, nothing updates until the socket comes back.

Local LiveView (LiveView running inside

Hey folks. I'm the creator of Hologram, and my talk just went online.

Last year I made the case for Hologram - building your whole web app in pure Elixir, front end included. A lot has shipped since, and the next chapter is local-first.

As title says. Haven't seen any myself.

Is it possible?

submitted by /u/badgerbang
[link] [comments]
Previous Page 2 of 13 Next