Your Agent Framework Is Just a Bad Clone of Elixirgeorgeguimaraes.com8 points·by ahmaman·5개월 전·0 comments
The happiest country wants to stay the happiestnorthernlightshift.com2 points·by ahmaman·5개월 전·0 comments
ahmaman·3개월 전·discussMoving forward, wonder if such AI capabilities would widen the security gap between open-source software vs. proprietary?
ahmaman·작년·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·3년 전·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.