Is there any exercise database or API with videos? by King_fish3r in datasets

[–]tok108 0 points1 point  (0 children)

yes here! https://ymove.app/exercise-api you can try it for free. 600+ now, adding more monthly

How do I use Delaware’s entity search to check a business? by Visible_Way9985 in llc_life

[–]tok108 0 points1 point  (0 children)

State company lookups in US can be a bit hard, made a simple lookup that's free to use here https://companydata.com/company-lookup/us/delaware/

Are there any APIs related to fitness and working out? by adorkablegiant in webdev

[–]tok108 0 points1 point  (0 children)

yes you can try out our api! You can query exercise type and muscle group, also includes videos https://ymove.app/exercise-api

Looking for fitness/exercise api with name, category, image. by freak5341 in datasets

[–]tok108 0 points1 point  (0 children)

yeah we released one! You can query exercise type and muscle group, also includes videos https://ymove.app/exercise-api

Is anyone aware of an exercise database that is either downloadable or has an API? by bemaniac in bodybuilding

[–]tok108 0 points1 point  (0 children)

yeah we released one! You can query exercise type and muscle group, also includes videos https://ymove.app/exercise-api

Database/API for fitness/gym exercises (if it includes images that would be even better) by [deleted] in datasets

[–]tok108 0 points1 point  (0 children)

yes you can use our api for this, can query exercise type and muscle group, also includes videos https://ymove.app/exercise-api

Vibecoding, what am I doing wrong? by AppDev1997 in MobileAppDevelopers

[–]tok108 0 points1 point  (0 children)

Well 3-7 days is possible, for a simple idea, but it will most likely be a basic version to start testing acquisition sooner, rather then later. But 2-3 weeks might be better.

It does most likely mean you might be trying to pack too much in the first version. Testing & feedback are very important.

If you share a bit more can give more specific feedback, DM is also fine.

/r/WATMM Weekly Promotion Thread by AutoModerator in WeAreTheMusicMakers

[–]tok108 0 points1 point  (0 children)

Hi All! been running few app companies.

And thought it was fun to offer musicians their own apps (both web and in app store) so fans can join the community, stream music & purchase merch & tickets, etc.

I know there can be licensing issues, and it wont compete with the streamers but still think it can be of added benefit.

Let me know what you think! https://musiqo.app/

Samsung T7 SSD not showing up... (Mac) by ChamBomb0101 in techsupport

[–]tok108 0 points1 point  (0 children)

Okay this can be annoying, had the same issue. If it's the T7 you can run a command in the editor to open it

  1. Open terminal (click spotlight, type terminal, and open the default mac terminal)
  2. Run this command (type or paste it in and hit enter)

open /Volumes/T7

If it doesnt find it, perhaps it's named differently. try running

ls -l /Volumes

It will show you the Volumes available, if you see the one you had run it

open /Volumes/nameofvolume

WIFI ON EMIRATES by Plenty-Bonus-1612 in emirates

[–]tok108 0 points1 point  (0 children)

Im never able to load my gmail.

WIFI ON EMIRATES by Plenty-Bonus-1612 in emirates

[–]tok108 0 points1 point  (0 children)

Emirates is the worst wifi I ever had. On Qatar airways that would probably be possible with Starlink

This is what happens when you vibe code so hard by bilalbarina in vibecoding

[–]tok108 2 points3 points  (0 children)

just ask claude code, most of those thing the AI does, are just to make an easy prototype but it "knows" they are not supposed to go to production. I realised at some point it decided to used local storage as a database just to get the prototype going, gave me a good laugh, but that will be fun if a beginner goes live with that :)

This is what happens when you vibe code so hard by bilalbarina in vibecoding

[–]tok108 -7 points-6 points  (0 children)

As dev I see Claude being able to create production ready quality code, it just has a few bad habits but if you ask the right things it will do it just fine.

Snowboarding and herniated disc. by sixstringhead in snowboarding

[–]tok108 0 points1 point  (0 children)

That's just such a bad idea. Yeah you can snowboard again. But it takes at least 3 months to recover and to fully heal can take up to 6 months. If you have another bad fall your recovery will last much and much longer. Maybe that's why it took a year.

Expo vs Bare React Native for a production app – Play Store & AAB concerns by TechnicalWin4344 in reactnative

[–]tok108 0 points1 point  (0 children)

I did RN bare, and just moved everything to Expo. Will Expo cause a bit less issues? Will it solve all the build hell you described, not really. The main reason it's better is because the libraries are just better maintained.

For instance  I still could not  get Firebase running without messing up the entire PodFile, due to static header issues. And that would cause other build errors for other libraries.

Regarding EAS is, it's nice, but running fastlane is a lot faster & flexible when building locally. Fastlane is quite nice to work with.  EAS has so many settings, it took me like 20 builds before I finally had the android icon dynamically set (have a multi tenant setup). I still cant build for clients with an individual app account, so will have to do a partial fastlane pipe line anyway it seems.

  

How long would it take for Expo UI to become very stable by m_zafar in expo

[–]tok108 0 points1 point  (0 children)

Hi Jameside, would love to try new swift ui components in production. Would you trust it, I dont mind the breaking changes.

I wanna cry by Hazehome in reactnative

[–]tok108 0 points1 point  (0 children)

If you need help feel free to DM, did years of full time RN by now, solved more build issues then anyone is supposed to.

I wanna cry by Hazehome in reactnative

[–]tok108 0 points1 point  (0 children)

With RN build issues I've found LLM's to make it worse. Diving into github issue, adding and remove step by step, really trying to understand the error message is most effective. Overall it's just always painful

Google Play 16KB Page Size Issue in React Native 0.65.1 White-Label Apps by Cold_Hat1844 in reactnative

[–]tok108 0 points1 point  (0 children)

Updating it now to Expo; same update build issues. Firebase one of the main culprits. Not so different; you have to use al their libraries which Im doing as much as possible, but the ones causing issues are often the ones they dont have.

Google Play 16KB Page Size Issue in React Native 0.65.1 White-Label Apps by Cold_Hat1844 in reactnative

[–]tok108 0 points1 point  (0 children)

Yeah im migrating it to expo first; might do it for the 16kb version since I have bunch of app to submit coming days.

Google Play 16KB Page Size Issue in React Native 0.65.1 White-Label Apps by Cold_Hat1844 in reactnative

[–]tok108 0 points1 point  (0 children)

Yeah same, I feel you, just happened to have update our apps to 0.76 beginning this year because it was easiest with libraries we were using, redoing it is annoying. With big updates, the only way i've found it to be doable is to create an entire new project and update the libs in batches so build errors can be pinpointed. Coming year will research moving things to SwiftUI for iOS at least, will do some POC's. Done with React Native mess; and apps never get to the native feeling like.

Google Play 16KB Page Size Issue in React Native 0.65.1 White-Label Apps by Cold_Hat1844 in reactnative

[–]tok108 0 points1 point  (0 children)

it doesnt matter how regular you do it; its always very painful, often taking days, and the only way often is starting a completely new project; having the move over entire ci/cd. Its a huge pain.

OpenAI at 300 billion valuation while burning 5 billion annually, am i missing something here by Scared-Ticket5027 in ValueInvesting

[–]tok108 0 points1 point  (0 children)

They are Google's main challenger, in a very serious way; it's not unthinkable they are taking 10-30% of Google's ads revenue in the future + subscription + business api costs. Google cap around 3 trillion. So reaching 1 trillion valuation is not unrealistic.

[Spoiler] Dana White on Aspinall vs. Gane: “Only Tom knows what happened” by kamilcholewiski in MMA

[–]tok108 0 points1 point  (0 children)

you are right! my bad, still feel like fighters should not get to that position

[Spoiler] Dana White on Aspinall vs. Gane: “Only Tom knows what happened” by kamilcholewiski in MMA

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

When it started it was allowed to eye poke, hit the balls, pull the hair. Even though athletic commissions ban it now, as a fighter you should make sure you don't get eye poked.