Your Agent Framework Is Just a Bad Clone of Elixirgeorgeguimaraes.com8 points·by ahmaman·vor 5 Monaten·0 comments
The happiest country wants to stay the happiestnorthernlightshift.com2 points·by ahmaman·vor 5 Monaten·0 comments
Elixir Outreach stipend for speakers and trainerselixir-lang.org2 points·by ahmaman·letztes Jahr·0 comments
Ask HN: What Does It Take to Be a "Black Belt" Programmer?5 points·by ahmaman·vor 3 Jahren·4 comments
ahmaman·vor 3 Monaten·discussMoving forward, wonder if such AI capabilities would widen the security gap between open-source software vs. proprietary?
ahmaman·letztes Jahr·discussCurious to hear if anyone have experience using Svelte together with LiveSvelte [0], as described in this blog post [1]?In theory, it sounds like this could be the sweet-spot for using the Javascript ecosystem where its required where LiveView fall short.[0]: https://github.com/woutdp/live_svelte[1]: https://dockyard.com/blog/2024/03/14/harnessing-liveview-and...
ahmaman·vor 3 Jahren·discussI would use Elixir (Phoenix + liveView), to me its the most productive stack for web apps at the moment.You can have SPA like user experience without building a separate frontend & backend. That simplifies things ALOT!For data persistence, I would consider SQLite otherwise go with Postgres.