In this video we discuss BEARS? Bear with me for a second.. ALSO STEAM PAGE FOR THE GAME IS LIVE:
store.steampowered.com/app/4562800/...
#programming #gamedev #phoenix #elixir #backend #developers #opensource #webdev #software #MyElixirStatus #ElixirLang
Anyone in the Elixir world currently hiring? #MyElixirStatus #Elixir
Asking about components last week wasn’t a coincidence.
Kuba Lambrych from our team is speaking at @elixirconf.bsky.social in Malaga about:
“Hooked on widgets: a better pattern for reusable LiveView components”.
Join us in Malaga
www.elixirconf.eu/participants...
#elixirlang #myelixirstatus
A code block describing a common pitfall for beginners learning the Ash Framework in the Elixir programming language. The word change is missing, leading to incorrect runtime behavior.
You've got to change!
... to avoid unexpected runtime behaviour and long debugging sessions. Introducing AshCredo to help you with that (and more).
#ElixirLang #AshFramework #MyElixirStatus
Immutable maps. Mutable tables. GC won both. Rust won 15M events/sec. DES engine that learns its own parameters: dataalienist.com/blog-le-simu... #myelixirstatus
What triggers you to extract something into a reusable component?
1️⃣ When I use it more than twice
2️⃣ Parent component got too big
3️⃣ When I need it in 2nd project
4️⃣ I don't have a clear rule
#elixir #liveview #elixirconfeu #phoenix #elixirlang #myelixirstatus
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
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
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. 🧵
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. 🧵
The fix was not clever. It was the absence of waste: www.dataalienist.com/blog-warm-st... #myelixirstatus
It is reassuring to see Rails developers transition to Elixir in a couple of sprints without big problems. #myelixirstatus
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
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
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
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
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
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
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...
🌴 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
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
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
spreadsheet for livebook #myelixirstatus hexdocs.pm/kino_jspread...
Have you ever worked with Nerves or Elixir on embedded hardware?
Asking for a reason. 🙃
#elixirlang #myelixirstatus #elixirconfeu
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...
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
I just registered for Goatmire Elixir 2026 goatmire.com #elixirlang #goatmire #myelixirstatus #WeBEAMtogether
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
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
New exercise `prism` added to the #Elixir track on #Exercism, thanks to jiegillet 🥳 exercism.org/tracks/elixi... #MyElixirStatus