ahwelgemoed
banner
ahwelgemoed.bsky.social
ahwelgemoed
@ahwelgemoed.bsky.social
software developer
DAM | www.orcate.com
Mobile Game | www.paarl.io
cool, cant easily tell from the docs, but does any of the included models support image captioning like LLavA?
May 20, 2025 at 9:31 PM
yeah, I don't think its a CF issue its just surfacing here, my app is also in a "turbo repo" where the workers are and deployed from so there are just a lot of variables that could cause the errors, think ill create a empty app and deploy.

Feels like it should be easy as the app is just a SPA
May 1, 2025 at 11:57 AM
Rest of my stack is on CF workers, so wanted to try and get the web app on there too, but is just road block on road block and the docs are bit ... questionable. Currently the expo build web is failing on "EMFILE: too many open files". Not a issue on vercel or local.
May 1, 2025 at 11:42 AM
fireship.react-native, haha
March 14, 2025 at 1:28 PM
Think I saw something like that the other day.
github.com/mybigday/whi...
GitHub - mybigday/whisper.rn: React Native binding of whisper.cpp.
React Native binding of whisper.cpp. Contribute to mybigday/whisper.rn development by creating an account on GitHub.
github.com
February 12, 2025 at 8:25 AM
Agree, "gold in them hils", haha. Let me know how it goes. 🙏
February 11, 2025 at 10:23 PM
Looking at Expo-SQL it give a lot more data.

"A function that receives the databaseName, databaseFilePath, tableName and rowId of the modified data."

So you even get the rowId that the change occurred on.

docs.expo.dev/versions/lat...
SQLite
A library that provides access to a database that can be queried through a SQLite API.
docs.expo.dev
February 11, 2025 at 10:13 PM
I can't remember all the in and outs, but here is the Drizzle implementation. github.com/drizzle-team...
February 11, 2025 at 10:12 PM
Hmm, have not considered that. live query is great, but TBH I would just look at the source code and work from there, as the magic there is coming from Expos addDatabaseChangeListener, maybe that could be made to work with Tanstack-query
February 11, 2025 at 9:56 PM
Interesting, I've have been using drizzle in RN too, and migrations seem to sometimes lock up the app. Ive seen some issues on GH about it, but I have not found a good solution that works consistently enough. I had to patch my own `useLiveQuery` as the default one is chatty. overall still good lib.
February 11, 2025 at 9:38 PM
where you using a ORM or something to help or just raw?
February 11, 2025 at 8:18 PM
Expo router is built on React Navigation.
February 10, 2025 at 5:20 AM
i had the same realisation recently. i built a feature recently that involved BLE and had to do a big regression to get android performant. I now keep both iOS Sim and Android emulator running while developing to keep me honest .
November 27, 2024 at 9:01 PM
Id say cause things don’t exist in a vacuum. If you compete with other apps you will be compared to other apps, and thus pros and cons are made.
November 19, 2024 at 5:59 PM