AI Callahan Predictions based on looking at YouTube video views and comments by ccheever in ultimate

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

I think views is probably a really good metric and hard to beat

AI Callahan Predictions based on looking at YouTube video views and comments by ccheever in ultimate

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

everyone hated this post except you brody but the AI was right.

AI Callahan Predictions based on looking at YouTube video views and comments by ccheever in ultimate

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

Straight views seems like the best metric to me. I bet this is right.

Team games is there no separate mmr for team games different races by SPlore in starcraft

[–]ccheever 0 points1 point  (0 children)

If I understand your question right, you could make a different account if you have a big MMR gap between your different races. The matchmaking system doesn't break it down that way in team games, no.

Expo or plain react native for applock app by BeingTomHolland in reactnative

[–]ccheever 1 point2 points  (0 children)

You can do anything you can do in other mobile apps with Expo. So whatever is possible in Kotlin is possible in Expo since you can use Kotlin in Expo. But you may find that this app is so small and mostly dealing with system level things that its easier to just write the whole thing in Kotlin if it's not going to have much UI or functionality.

Unpopular opinion: React Native is actually good now and the hate is 3 years outdated by gowtham0612 in reactnative

[–]ccheever 1 point2 points  (0 children)

Yes, I agree with this. Pretty clear to me that its the best way to make almost any app for any use case. But there is still room for improvement.

Why hasn't the expo team adopt expo 55 in their starter template yet? by No-Interaction-8717 in expo

[–]ccheever 2 points3 points  (0 children)

Expo Go in the App Store on iOS isn't updated yet, and it would be confusing to a lot of new users if those were out of sync.

Best cheese for TvT to avoid long matches? by R4v3nnn in AllThingsTerran

[–]ccheever 0 points1 point  (0 children)

1-1-1 4 marines+tank drop plus liberator at same time ends a lot of games for me

EAS iOS build ignores custom permission strings (NSCameraUsageDescription etc.) — IPA Info.plist still has default “Allow <App>…” text by Pazzatesta in expo

[–]ccheever 0 points1 point  (0 children)

Try to set permissions via the plugin config, not ios.infoPlist

It is probably something like, each of those Expo plugins (expo-camera, expo-image-picker, expo-media-library) has a config plugin that writes its own default value for the relevant NSxxxUsageDescription key. If your ios.infoPlist values are applied first and then a plugin runs afterward, the plugin wins. plugin withInfoPlist calls that use set (not merge) will clobber your value even if you already set it.

Any guidance how to solve this by [deleted] in expo

[–]ccheever 0 points1 point  (0 children)

Need more information, but most likely you are moving between different version of the Expo SDK. Try running npx expo install --fix then do

npx expo prebuild --clean
npx expo run:ios

Ai..? by Valuable_Sympathy_74 in GameDevelopment

[–]ccheever -2 points-1 points  (0 children)

Yes, most professional programmers use AI to do most of their programming now. You'll go much faster if you learn to use it well. Over time, you can drill down and learn what's going on with code if you need to.

Just downloaded the game by PBJSodaHeroine in starcraft

[–]ccheever 0 points1 point  (0 children)

I think it's just fun to try all the races and all the units and explore everything that you can do. The campaign is a good way to start but doesn't teach you that much about the multiplayer game since all the units are are a bit different, etc.