HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seanmor5

no profile record

Submissions

CinEx: FFmpeg-based video editing with LLMs in Elixir

github.com
4 points·by seanmor5·2 anni fa·0 comments

Implementing Natural Conversational Agents with Elixir

seanmoriarity.com
8 points·by seanmor5·2 anni fa·0 comments

comments

seanmor5
·2 anni fa·discuss
I appreciate your response. I should not have replied in the manner that I did. I think there are many ways to make the argument against using these libraries, and all of the maintainers would agree it doesn't make sense in many situations. I am fine with these arguments, but I don't think it warrants referring to the work we've done as half-baked or hobby projects. Even if not the intention, I think it implies a lack of effort and professionalism which comes across as more disparaging than simply pointing out the gaps.
seanmor5
·2 anni fa·discuss
It has always been possible to do custom transformations via Series.transform. And here is a PR adding it to dataframes: https://github.com/elixir-explorer/explorer/pull/912 - the PR uses existing APIs, it was possible before, it just makes it more convenient. I am sure more will be added later
seanmor5
·2 anni fa·discuss
To be fair to the creators of “half baked” libraries, you’re comparing our work to frameworks with several years head start with the backing of trillion dollar organizations (excluding polars). To have convinced ANYBODY to successfully make the switch is, to me, both somewhat of a miracle and an indication that there is a legitimate market for this work. I think it also dispels the hobby claim

As for your issues with Explorer, perhaps it is not the library, but your knowledge of Elixir that was a little too half baked? ;)
seanmor5
·2 anni fa·discuss
Hey, I'm the author! All of the chapters are done, but there are still some minor updates as APIs change. It should be going to production soon
seanmor5
·2 anni fa·discuss
Yeah the latency in my demo is definitely worse. There also seem to be some issues where it picks up it’s own audio and keyboard/mouse clicks and tries to transcribe them which leads to derailed convos.

The unnatural voices happen I think because for some reason the way I stream audio to the browser breaks up the audio from ElevenLabs, so you get almost this “start/stop” sound that makes it sound worse than usual.

There’s a lot of minor details to get right, but it’s a fun problem to try to solve. I wish Retell the best :)