HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ahmaman

no profile record

Submissions

The March of Nines

kk.org
2 points·by ahmaman·5개월 전·0 comments

Your Agent Framework Is Just a Bad Clone of Elixir

georgeguimaraes.com
8 points·by ahmaman·5개월 전·0 comments

The happiest country wants to stay the happiest

northernlightshift.com
2 points·by ahmaman·5개월 전·0 comments

Elixir Outreach stipend for speakers and trainers

elixir-lang.org
2 points·by ahmaman·작년·0 comments

Ask HN: Home wirless router with focus on security?

2 points·by ahmaman·2년 전·3 comments

[untitled]

1 points·by ahmaman·2년 전·0 comments

Ask HN: What Does It Take to Be a "Black Belt" Programmer?

5 points·by ahmaman·3년 전·4 comments

comments

ahmaman
·3개월 전·discuss
Moving forward, wonder if such AI capabilities would widen the security gap between open-source software vs. proprietary?
ahmaman
·작년·discuss
Curious 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년 전·discuss
I 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.