Advertisement · 728 × 90
#
Hashtag
#MyElixirStatus
Advertisement · 728 × 90
Post image

MDEx v0.12 is out with a new `:sourcepos` field exposing the starting and ending positions (line:column) of all nodes in the tree.

github.com/leandrocp/md...

#MyElixirStatus

6 0 1 0
Post image

The agents_demo app has been updated to work with Sagents v0.4.0. Full-featured chat UI with real-time agent execution, file browsing, and conversation persistence -- all running on the latest release. #ElixirLang #MyElixirStatus

5 0 1 0
Preview
GitHub - sagents-ai/sagents: Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integ... Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...

Sagents v0.4.0 is out! Major FileSystem API expansion: directories, file moves, metadata-only persistence, plus tool_context and MessagePreprocessor for richer agent apps. #ElixirLang #MyElixirStatus github.com/sagents-ai/s...

Here's what's new and why it matters. 🧵

5 0 2 0
Preview
GitHub - brainlid/langchain: Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs. Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs. - brainlid/langchain

Elixir LangChain v0.6.3 is out! This release focuses on stability across providers and new capabilities that make building with #LLMs in Elixir more reliable. github.com/brainlid/lan... #ElixirLang #MyElixirStatus

Here's what's new and why it matters. 🧵

5 0 2 0
The Five Hundred Iterations You Run Twice — eXMC 5.8x NUTS warmup speedup by reusing the previous posterior's mass matrix. When the data barely changes, so does the posterior geometry.

The fix was not clever. It was the absence of waste: www.dataalienist.com/blog-warm-st... #myelixirstatus

1 0 0 0

It is reassuring to see Rails developers transition to Elixir in a couple of sprints without big problems. #myelixirstatus

1 0 0 0
Video

I just published a small adapter for NimblePublisher to get a site or blog up and running quickly with MDEx and Lumis.

Check it out! github.com/leandrocp/ni...

#MyElixirStatus

16 2 1 0
Preview
Hologram Gets Official VS Code Support The new Hologram extension for VS Code brings full syntax highlighting for HOLO templates - ~HOLO sigils in .ex files and standalone .holo template files.

Hologram now has official VS Code support.
hologram.page/blog/hologra...

The new extension adds HOLO syntax highlighting in ~HOLO and .holo files.

We support the project. At ElixirConf, if you're there, stop by our stand to talk about the Hologram.

#elixirlang #myelixirstatus #elixirconfeu

0 0 0 0
Talk to Compassionate and supportive chat bot helping to cope with strong emotions in hard situations.

While debugging my new coding agents orchestrating tool called Camelot today I developed more features for lamabot.social than during three previous months.

#buildinpublic #elixirlang #myelixirstatus #ai #llm

9 1 2 0
Post image

Authorization in Phoenix doesn’t have to be spread across plugs and random checks.
We wrote about using Phoenix Scopes to structure it better:
➡️ Clearer permission boundaries
➡️ Less scattered logic
➡️ Closer to the domain

💜 www.curiosum.com/blog/phoenix...

#elixirlang #myelixirstatus

1 0 0 0
Preview
ExMex Conf Two days. One track. All Elixir. Join us November 6-7th, 2025 in Austin, TX for an Elixir conference with a little Austin flair.

This week's category: Managing Complexity

From growing systems to tangled architectures, these talks are about keeping things understandable at scale.

Specifying an Elixir system — Raúl Chouza
Peeling Away Complexity — Mitchell Hanberg

exmexconf.com#videos

#ExMexConf #ElixirLang #MyElixirStatus

3 1 0 0
Preview
GitHub - petros/spm: Smart Plant Management Smart Plant Management. Contribute to petros/spm development by creating an account on GitHub.

Built a soil moisture monitor with my son. Works at school and at home.

Pi Zero 2 W + LM393 + Elixir/Nerves + LiveView: tracks moisture, sends “water me” push alerts, and serves a real-time local dashboard. Runs fully on the Pi.

Open source: github.com/petros/spm

#MyElixirStatus

20 2 4 0

TIL that Erlang's `+sbt tnnps` stands for "thread_no_node_processor_spread". It gave us +34% NUTS sampling throughput on a dual-socket Xeon: #elixir #myelixirstatus #erlang #numa
github.com/borodark/eXM...

2 0 0 0

🌴 No new episode this week. We're taking a little vacation! We’ll be back next week with a fresh episode. Thanks for your patience! 🎙️ #ElixirLang #MyElixirStatus

11 0 0 0
screenshot from my hex.pm profile (zoedsoupe) with 509k+ downloads

screenshot from my hex.pm profile (zoedsoupe) with 509k+ downloads

500k+ downloads on hex.pm. five hundred thousand. half a million.

i'm normal about this 🫠

i just genuinely love building dev tools and open-source, and knowing people actually use it? that's everything

thanks elixir community, you're the best ecosystem to build for

#ElixirLang #MyElixirStatus

22 0 1 0
Post image

Proud to be doing my part contributing to the @elixir-lang.org ecosystem. My libs and contributions just crossed 1 million downloads! Working to hit the next milestone.

#MyElixirStatus

20 2 2 0
Video

spreadsheet for livebook #myelixirstatus hexdocs.pm/kino_jspread...

4 2 1 0

Have you ever worked with Nerves or Elixir on embedded hardware?
Asking for a reason. 🙃

#elixirlang #myelixirstatus #elixirconfeu

1 1 0 0
Preview
GitHub - sagents-ai/sagents: Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integ... Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...

Elixir LangChain v0.6.2 released! Includes the new chat model ChatReqLLM! If you're using ReqLLM but want a bit more on top of it, now it's easy! Now there's no excuses for trying out the Sagents library for awesome OTP agents. #Elixirlang #MyElixirStatus github.com/sagents-ai/s...

14 0 2 0
Add `nil` as documented :name option for GenServer.start_link by wmnnd · Pull Request #15187 · elixir-lang/elixir Hey folks, this is just a tiny documentation improvement. When explicitly passing nil as the :name option for GenServer.start_link, the GenServer is started without a registered name (just like if ...

It's really incredible how fast @josevalim.bsky.social reviews PRs for Elixir. 💜

Tiny documentation improvement for something that tripped me up the other day:
github.com/elixir-lang/...
#elixirlang #myelixirstatus

3 0 0 0
Preview
Goatmire Elixir & NervesConf EU

I just registered for Goatmire Elixir 2026 goatmire.com #elixirlang #goatmire #myelixirstatus #WeBEAMtogether

2 0 0 0
Video

Hologram v0.8.0 delivered.
👉 Call JS functions, tap into npm packages, use Web APIs and Web Components, all from pure Elixir code: no latency, and no compromise.

Proud to be the Main Sponsor.
Take a look: hologram.page/blog/hologra...

#elixir #hologram #myelixirstatus #elixirlang #opensource

1 0 0 0

MDEx v0.11.6 was pretty much a contribution-only release and the community is growing!

The syntax highlighter is managed by lumis.sh - a mix of tree-sitter and neovim themes for those curious about it.

Thanks for the coverage!

#MyElixirStatus

4 0 0 0
Preview
Prism in Elixir on Exercism Can you solve Prism in Elixir? Improve your Elixir skills with support from our world-class team of mentors.

New exercise `prism` added to the #Elixir track on #Exercism, thanks to jiegillet 🥳 exercism.org/tracks/elixi... #MyElixirStatus

4 0 0 0
Preview
#opentowork | Mark Ericksen Hi everyone! I’m seeking a new Elixir role and would appreciate your support. If you hear of any opportunities or just want to catch up, please send me a message or comment below. I’d love to reconnec...

Hire me! I want to help an Elixir company deeply embed advanced AI Agents in ways that make sense and add real value to your product and value for your users. www.linkedin.com/posts/mark-e... #MyElixirStatus #ElixirLang #AI #LLM

4 2 0 0
Shows conversation interruption requesting user permission to delete a file.

Shows conversation interruption requesting user permission to delete a file.

Sagents v0.3.x is out! Lots to share!

AI agents doing things on your behalf is great... until they do the wrong thing. Sagents lets you define exactly which operations need human approval. github.com/sagents-ai/s... #MyElixirStatus #ElixirLang #LLM #AI #agents

🧵👇

13 1 1 1
I believe in Erlang (I have the BEAM)
I believe in Erlang (I have the BEAM) YouTube video by rvirding

For some reason youtube decided to put this very nice song into my playlist again. I can only recommend!

music.youtube.com/watch?v=cLno...

#ibelieveinerlang #myelixirstatus #music

5 0 0 0

Your Elixir Phoenix projects are fighting over port 4000 on your machine? 😅 Fix it forever: github.com/chgeuer/phx-... #myelixirstatus #elixirlang

8 1 2 0
Post image

#myelixirstatus #elixirlang

0 0 1 0
GitHub - zeeetech/anu-ex: whatsapp api for devs, like slack build kit whatsapp api for devs, like slack build kit. Contribute to zeeetech/anu-ex development by creating an account on GitHub.

just shipped anu, an open source elixir sdk for the whatsapp business api. composable message building with pipes, webhook handling, and adapter pattern for testing. github.com/zeeetech/anu-ex

#ElixirLang #MyElixirStatus

23 5 1 0