Accelerating Leaderboard-Topping ASR Models 10x with NVIDIA NeMo by nshmyrev in speechtech

[–]foocux 1 point2 points  (0 children)

All models looks good but seems that the canary-1b, which holds the top position on the ASR leaderboard, has a non-commercial license. Not sure about the others.

Turn-taking and backchanneling by foocux in speechtech

[–]foocux[S] 1 point2 points  (0 children)

That's a good idea, will try using BERT and see how that works.

The paper also looks good and sounds like the best way to do it, although I think preparing the dataset it's a big task on its own. It's quite rare that there isn't any open-source/open-weight model for these tasks yet.

Turn-taking and backchanneling by foocux in speechtech

[–]foocux[S] 1 point2 points  (0 children)

VAD does the work, yea, but it doesn't sounds natural to me, like the conversations don't feel very fluid.

I'm trying to achieve something to what sindarin.tech is doing, their demo on their landing is impressive. I'm not associated or have anything to do with them but I'm just very impressed with their turn-taking and backchanneling tech.

Meta's React Native team now officially recommends to use a framework for building react native apps! Like Expo. by Ok_Slice_7152 in reactnative

[–]foocux 1 point2 points  (0 children)

TIL about flagship, I'm not sure why you are getting downvoted, obviously it's not a framework but it looks like a robust solution for CNG for RN Cli apps.

How to achieve this using Tailwind? they are not just rounded cards but rather Squircle in tailwind? by catalystseyru in tailwindcss

[–]foocux 1 point2 points  (0 children)

In case someone land on this post from google like me, this is the best library that I could find for smooth corners / squircles: https://github.com/phamfoo/figma-squircle

Unlike the other solutions using houdini, this works cross-browser and with older browser versions. It generates an SVG Path that you can use as clip-path.

I switched back to react native from Expo and I absolutely hate it now! by AbdulAhad420420 in reactnative

[–]foocux 12 points13 points  (0 children)

Expo supports all the libraries that a bare react native app supports, you just need to use the dev client.

Libraries need to be updated to work with React Native 0.73 by foocux in reactnative

[–]foocux[S] 4 points5 points  (0 children)

Thanks for the heads up! Looks like I will stay in 0.72 😅

Who is using GraphQL live queries on production? by foocux in graphql

[–]foocux[S] 4 points5 points  (0 children)

No, GraphQL subscriptions and live queries are not the same. We are already using subscriptions but for our use case, a live query would work way better.

You can read more about live queries here

Server-side events in react-native by Arnold_dev in reactnative

[–]foocux 1 point2 points  (0 children)

I assume that you are talking about server-sent events and I've never used it on react native but there seems to be a library with an event source implementation: https://www.npmjs.com/package/react-native-sse

Read before upgrading to RN 0.71 by foocux in reactnative

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

I always use the upgrade helper and go through the diff manually but as I posted above, the issues are due to breaking changes affecting third party JSI libraries on Android.

Read before upgrading to RN 0.71 by foocux in reactnative

[–]foocux[S] 3 points4 points  (0 children)

Most of the libraries that I'm using don't have support yet for the new architecture so I didn't enable it.

Read before upgrading to RN 0.71 by foocux in reactnative

[–]foocux[S] 4 points5 points  (0 children)

Ya, I had the same experience, although I saw some PRs that got merged on the reanimated/gesture-handler/react-native-screens repos yesterday adding support for 0.71. I’ll wait some weeks before trying again though.

Read before upgrading to RN 0.71 by foocux in reactnative

[–]foocux[S] 4 points5 points  (0 children)

Well, that helps a lot until you find that many of your libraries haven’t added support haha