Herman verschooten
verschooten.name
Herman verschooten
@verschooten.name
Elixir and Elm enthousiast. Founder of GratWiFi. Founder of Net4All (sold).
@katelynnburns.bsky.social
It looks like Jim Freeze, over on X is looking to hire some elixir devs.
December 21, 2024 at 6:27 AM
Reposted by Herman verschooten
Yoooo #elixirLang folks, if @davelucia.com (no davydog, wtf) and I had a holiday live stream monday, would y'all come and bullshit for a bit?

If so what TZ are you in? Show me how bsky scales vs the elixirlang community, retwoot this shit.
December 19, 2024 at 11:01 PM
Reposted by Herman verschooten
Been holding on to this for a little bit now. We are running an Elixir conference.

10-12 September in Varberg, Sweden.

One day of NervesConf EU and two days of Goatmire Elixir. Single track. Andrea Leopardi and Sanne Kalkman are our two first speakers.

A lot more to come :)

#elixirlang
December 19, 2024 at 9:56 PM
Anyone else having the issue that elixir-ls does not stop after closing Neovim? And better know of a solution?

#ElixirLang
November 25, 2024 at 8:53 AM
@andrielfn.bsky.social. Hi I was just checking out your fluxonui.com components page and I noticed on my iPad the select with search is not working, the input field is not selectable. The other annoyance is that when you click something in the sidebar it always jumps back to the top.
Fluxon UI · UI Components for Phoenix Framework
Elegant and accessible UI components for Phoenix Framework.
fluxonui.com
November 15, 2024 at 6:39 AM
Reposted by Herman verschooten
Phoenix PSA: Check your `Plug.Static` plugs in endpoints. They default to `gzip: false` in generators, but you want that to be true when using `mix phx.digest`.
November 5, 2024 at 7:30 PM
Reposted by Herman verschooten
I was looking for a FLAME-like API that worked with existing nodes in a cluster. ("FLAME, but without autoscaling")

Here's my attempt at creating that using `pg` and DynamicSupervisors: samrat.me/elixir-distr...

#ElixirLang
Implementing distributed pooling in Elixir
In Elixir, once you have clustering set up, it's ridiculously easy to run some code on another node in your cluster: Node.spawn(:"another_beam_instance@10.0.1.2", fn -> # This runs on a different ...
samrat.me
November 6, 2024 at 11:49 AM