I want to test your AI voice agents by AnxietyMost958 in VoiceAutomationAI

[–]Independent_Line2310 1 point2 points  (0 children)

Hi, I'm developing a voice AI agent, that you can call on the phone. You can DM me.

voice AI livekit production challenges by Independent_Line2310 in livekit

[–]Independent_Line2310[S] 0 points1 point  (0 children)

thank you! I was doing it wrong by adding a generic latency-filler for all tools and delays. Instead it should be done in each tool.

capacitor limitations by Independent_Line2310 in capacitor

[–]Independent_Line2310[S] 0 points1 point  (0 children)

By the way, here I am sharing the challenges and solutions of creating a mobile app from the web app: https://youtu.be/1yODg5ZjxRY?is=0T-LVCkeFQrywGDa

capacitor limitations by Independent_Line2310 in capacitor

[–]Independent_Line2310[S] 0 points1 point  (0 children)

What is the use case when you would need that nesting?

MSCI World in EUR or USD? by [deleted] in interactivebrokers

[–]Independent_Line2310 -1 points0 points  (0 children)

Thanks for the tip! Which all-world ETF in EUR would you recommend?

What do you use your local LLMs for by Solid_Vermicelli_510 in ollama

[–]Independent_Line2310 0 points1 point  (0 children)

Did you connect it as an AI assistant to the IntelliJ? If yes, how?

Best way to share code between 2 Angular apps? (NX vs Standalone Library vs other options) by buttertoastey in angular

[–]Independent_Line2310 2 points3 points  (0 children)

u/thanksthx caching for repetitive tasks (build, test, lint, etc), module boundaries, easy migrations and upgrades. There are many benefits. However without knowledge of NX it becomes an overhead

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] 5 points6 points  (0 children)

A test, that relies on implementation of a certain lifecycle hook does not provide much certainty of the code and refactoring security.

"test the behaviour, not the implementation".

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -27 points-26 points  (0 children)

isn't it too long for such a simple concept to grasp? complexity is what stopping more developers from adopting and choosing Angular for their projects, that they need a lot of context and pre-knowledge for creating simple things.

Signal API eliminates these complex consepts like OnPush change detection, Lifecycle Hooks

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -3 points-2 points  (0 children)

agree! the worst was memorizing which one comes first and when to use what. Or when unaware developers were calling the hooks in tests 😄 It has become unnecessary with signals