elixir

Tag

Cards List
#elixir

Ending my elixir exploratory writing

Hacker News Top · 2026-09-02 Cached

Lucas Sifoni reflects on ending his exploratory writing about Elixir, citing concerns over LLMs dominating code generation and diminishing imaginative human contributions in programming communities.

0 favorites 0 likes
#elixir

Texttile, a multiplayer blog engine for people who write together

Lobsters Hottest · 2026-09-01 Cached

Texttile is an open-source, multiplayer blog engine written in Elixir that allows multiple authors to collaboratively edit text and media in real-time, with a focus on privacy and self-hosting.

0 favorites 0 likes
#elixir

@jskalc: Elixir, Phoenix Live View and Ash Framework is a killer combo. As a solo dev 2 months ago I've started a new project. F…

X AI KOLs Timeline · 2026-08-28 Cached

A solo developer shares success using Elixir, Phoenix Live View, and Ash Framework to build a complex ERP system in two months, outperforming a larger team that struggled for years.

0 favorites 0 likes
#elixir

Hologram works. Elixir runs in the browser

Hacker News Top · 2026-07-22 Cached

Hologram, an Elixir framework that runs in the browser, has released four feature updates in 2025, porting most of Elixir's standard library to the client side, adding JavaScript interop, a realtime layer, and closer local-first sync capabilities, with strong community backing.

0 favorites 0 likes
#elixir

Guards! Guards

Lobsters Hottest · 2026-06-27 Cached

An exploration of a surprising behavior in Elixir guards where the `is_map_key/2` guard can cause a guard failure instead of returning false, breaking the commutativity of boolean operators.

0 favorites 0 likes
#elixir

Elixir for a Bluesky DataPlane: the choice we didn't expect

Lobsters Hottest · 2026-06-10 Cached

The blog post details why the team chose Elixir over Go, Rust, or Node for building a performant Bluesky DataPlane, leveraging the BEAM's concurrency for the hot path and offloading compute-intensive operations to a Rust NIF.

0 favorites 0 likes
#elixir

Building a persistent cognitive architecture for LLM agents using Elixir and OTP

Lobsters Hottest · 2026-06-09 Cached

The article describes Skynet, an Elixir-based framework using OTP GenServers to build persistent cognitive architectures for LLM agents. It implements a layered memory stack inspired by neuroscience, addressing the amnesia problem in long-running agents.

0 favorites 0 likes
#elixir

Elixir v1.20 released: now a gradually typed language

Lobsters Hottest · 2026-06-03 Cached

Elixir v1.20 introduces set-theoretic gradual typing, enabling type inference and verified bug detection without developer annotations, marking a major milestone in the language's evolution.

0 favorites 0 likes
#elixir

What I've Learned (So Far) Building Online Mini Games with Elixir and Swift

Hacker News Top · 2026-05-24 Cached

A developer reflects on building Migo Games, an online mini games app, using Elixir with Phoenix and Swift with SpriteKit, emphasizing the role of AI coding assistance and the scalability benefits of Elixir's process model.

0 favorites 0 likes
#elixir

Highest Random Weight in Elixir

Lobsters Hottest · 2026-05-23 Cached

This article introduces Highest Random Weight (HRW) hashing as a stateless alternative to ExHashRing for consistent hashing in Elixir, discussing its simplicity, performance trade-offs, and providing code examples.

0 favorites 0 likes
#elixir

How do I write Elixir tests?

Lobsters Hottest · 2026-05-14 Cached

Blog post offering guidelines for writing Elixir tests, including using @subject module attributes, describe blocks, and avoiding module mocking in favor of dependency injection.

0 favorites 0 likes
#elixir

Counting Fast in Erlang with:counters and:atomics

Hacker News Top · 2026-05-09 Cached

This technical article explains how to use Erlang's :counters and :atomics modules for high-performance counting and shared mutable state outside the standard process isolation model. It covers atomic operations like add_get, exchange, and compare-and-swap within the BEAM runtime.

0 favorites 0 likes
#elixir

Telemetry-Driven Development

Lobsters Hottest · 2026-04-22 Cached

Noah at Smart Rent coins "Telemetry-Driven Development" for Elixir: instrument first with OpenTelemetry, then ship, replacing guess-work with production data from 848k Nerves gateways.

0 favorites 0 likes
#elixir

Journey in optimising Elixir application

Lobsters Hottest · 2026-04-20 Cached

A developer shares lessons learned while optimizing Elixir applications, particularly focusing on performance improvements to a Postgres connection pooler (Ultravisor). The article covers profiling techniques using flame graphs, call tracing, and tools like eFlambè and tprof.

0 favorites 0 likes
← Back to home

Submit Feedback