Advertisement · 728 × 90

Posts by Herman verschooten

I have a company (small, single person) and used to be a subscriber to most of the ones mentioned.

1 year ago 0 0 0 0
Post image

Same here

1 year ago 0 0 0 0

And a good snowy morning too you

1 year ago 1 0 1 0

Oh those bring back memories.
I would be interested

1 year ago 1 0 1 0

No I wouldn’t for contexts either.

1 year ago 2 0 0 0

The fun part of Elixir is, you can do what you want. I have all my schemas under a top level Schema, so eg Schema.User, Schema.Invoice, etc.

1 year ago 1 0 1 0

@katelynnburns.bsky.social
It looks like Jim Freeze, over on X is looking to hire some elixir devs.

1 year ago 1 0 0 0
Advertisement

Welcome to the happy place

1 year ago 1 0 0 0

Make the floor gleam as you clean up your elixir

1 year ago 0 0 0 0

CET (Europe/Brussels)

1 year ago 1 0 0 0

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.

1 year ago 14 14 11 3
Logo saying Goatmire Elixir + NervesConf EU. Text below says: 10-12 September, 2025, Varberg, Sweden

Logo saying Goatmire Elixir + NervesConf EU. Text below says: 10-12 September, 2025, Varberg, Sweden

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

1 year ago 67 27 4 6

I am 😀

1 year ago 1 0 1 0

You can pass in your own function too.

1 year ago 0 0 0 0

Hey liked your approach. Just have a small comment, in your "session controller" you are opening yourself up to an atom exhaustion attack by using `String.to_atom/1` on the params keys. Check the string version against the list, then convert to atom to prevent that.

1 year ago 1 0 1 0

Anyone else having the issue that elixir-ls does not stop after closing Neovim? And better know of a solution?

#ElixirLang

1 year ago 1 0 0 0

Like the article, but I would use `:inet.ntoa/1` to convert the IP, that returns a `charlist`, but it covers both IPv4 and IPv6.

1 year ago 1 0 1 0
Advertisement

Without a doubt Elixir.

1 year ago 1 0 1 0
Preview
Sorting and Deleting many-to-many assocs with Ecto and LiveView Using Ecto's :sort_param and :delete_param options, along with LiveView, to sort and delete elements within many-to-many association

Have you looked at the sort_params and delete_params of Ecto’s many-associations? Here is an example, fly.io/phoenix-file...

1 year ago 0 0 1 0
Preview
Fluxon UI · UI Components for Phoenix Framework Elegant and accessible UI components for Phoenix Framework.

@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.

1 year ago 0 0 1 0

Thanks Peter

1 year ago 0 0 0 0
Preview
GitHub - Hermanverschooten/typst: Lib to interface with Typst rust api Lib to interface with Typst rust api. Contribute to Hermanverschooten/typst development by creating an account on GitHub.

I took a stab at writing a new binding for typst yesterday, but as I have never (ever) made something with rust before... A pair of extra eyes would be nice. It's at github.com/Hermanversch...

1 year ago 1 0 1 0

I look forward to the ignited version of the webauthn components.

1 year ago 1 0 0 0

Just bought my license

1 year ago 2 0 1 0
Advertisement

And I spot my friend @lawik.bsky.social

1 year ago 2 0 1 0

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`.

1 year ago 22 3 3 0

Safe journey

1 year ago 0 0 0 0
Preview
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 ...

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

1 year ago 21 4 0 0