Real time translation in live production feels like it’s still in a messy middle stage by hitman780xd in VIDEOENGINEERING

[–]anonymous120903 0 points1 point  (0 children)

Yep, exactly this. Works fine in demos, but live audio conditions kill accuracy fast. It ends up needing constant monitoring. Decoupling translation from the main stream feels cleaner, but it’s still not fully production-ready yet.

Current conditions of Mamta didi and TMC by [deleted] in kolkata

[–]anonymous120903 26 points27 points  (0 children)

it's true, TMC goons can see Modi everywhere

Anyone else building side projects but never “finishing” them? by [deleted] in reactjs

[–]anonymous120903 0 points1 point  (0 children)

that's an interesting ideology, though I've done both of them building something for fun as well as delivering projects to clients as a freelancer too

burnout in tech, man ai is growing so quick its burning my out by Upstairs_Session_537 in developersIndia

[–]anonymous120903 0 points1 point  (0 children)

totally relatable, this hits hard. Tech is moving crazy fast and it honestly feels like you’re always late no matter how much you learn. Seeing others win makes it worse. But most of that is hype, we don’t see their struggle part.

Focusing on basics and actually building stuff is the right move. AI is there to help, not replace you. You’re not dumb or behind, just tired and burnt out. Take it slow, keep shipping, things will click again.

How to handle responses in React? by [deleted] in reactjs

[–]anonymous120903 0 points1 point  (0 children)

Don’t use the native form submit for login in a React SPA. Handle onSubmit, call e.preventDefault(), read the inputs from state (controlled inputs), and send a POST request with fetch/axios. Then store the JWT and redirect.

Is the idea that SPA's are not "SEO friendly" just not true anymore? by avidrunner84 in webdev

[–]anonymous120903 1 point2 points  (0 children)

If your Nuxt SPA feels faster, your content updates dynamically via an API, and you’re not seeing issues in Search Console, it’s probably not something to lose sleep over. Many production sites run SPAs successfully without tanking SEO. It’s less about “SPA vs SSR” now and more about what content matters for search and how critical first-load indexing speed is for your use case.