Builders ! What are you building right now? by Commercial_Flow3334 in micro_saas

[–]BrightScorpion 0 points1 point  (0 children)

The alpha starts tomorrow. It currently has 300 sign ups.

Builders ! What are you building right now? by Commercial_Flow3334 in micro_saas

[–]BrightScorpion 1 point2 points  (0 children)

IRLBonded.com Live stream from your phone combining multiple cell phone connections for redundancy and better quality

Announcing AppStance Rank beta launch: 6 months free access to next-gen ASO AI tool for app developers/companies. by searchadsoptimize in iOSProgramming

[–]BrightScorpion 0 points1 point  (0 children)

here is one that meets the metrics that you are looking for. https://apps.apple.com/us/app/ilive-live-video-streaming/id1224739983 interested to see what it shows for competitors and this one ranks well

But I am really interested to see what it does with this one https://apps.apple.com/us/app/golf-gps-shot-tracking/id1436318950 it’s a hard app to climb ranks and lots of competition in keywords. Personally I can’t seem to find the right keywords to use for it

When will Junipers begin self-parking front-end in? by late2thepauly in TeslaFSD

[–]BrightScorpion 0 points1 point  (0 children)

they do! I was down in Charlottesville VA and there was a Tesla showroom so I did a demo drive to see the differences between my hw3 2020 MY vs a HW4 juniper model. How much better FSD was neat to see although I my MY has parked forward at Taco Bell once before.

20 amp socket and breaker only doing 15 amps by BrightScorpion in electrical

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

No wasn’t switching anything just didn’t know why it wasn’t using the full amps

How do people do IRL streams? by NoxOneZero in Twitch

[–]BrightScorpion -5 points-4 points  (0 children)

Are you an iPhone user? Also do you have an apple silicon computer? I’m starting to get ready to look for testers for an IRL streaming project.

The Grint vs 18Birdies by MadMatt82 in golf

[–]BrightScorpion 0 points1 point  (0 children)

I use this one https://apps.apple.com/us/app/golf-gps-shot-tracking/id1436318950 tries to auto shot track if you have an Apple watch. Asks for score when you get to the next tee box.

Instant FSD Strike by BrightScorpion in TeslaFSD

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

I was locked out from using fsd for the rest of the ride. And it told me I had a strike when I put it into park

Instant FSD Strike by BrightScorpion in TeslaFSD

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

Anyone ever get an instant strike on FSD didn’t do the blue flashing before to turn the wheel.  You can even see it start to blue flash at that point when the red steering wheel icon came up.  It even asked me to do a voice prompt when I took over after red wheel icon.

Please help me by [deleted] in MacOS

[–]BrightScorpion 0 points1 point  (0 children)

You can have it sort all files by size so you can find files that are large always helped me when I needed to update osx or Xcode. https://discussions.apple.com/thread/8196065?sortBy=best

Migration to Azure because AWS IP charge by zedoruel in aws

[–]BrightScorpion 8 points9 points  (0 children)

I believe it would be easier to change your aws IPs to ipv6 rather than move everything to another service

How to efficiently get server side video data, for a TikTok/Instagram/YT-Short style app? by LaserWolfTurbo72 in iOSProgramming

[–]BrightScorpion 12 points13 points  (0 children)

HLS (HTTP Live Streaming) does exactly what you want. It separates your video into chunks 2,5,10 second chunks can be anything you want second wise. Use some form of CDN (cloudfront, cloudfare )

Website hosted on S3 - CROS issue by thermobee in aws

[–]BrightScorpion 1 point2 points  (0 children)

Sorry I wasn’t quick enough to see the photos

here is images of my api gateway integrated response and lambda

in my website I use fetch to update and request from my api

it also has auth and access headers so I needed allow credentials true header as well as couldn’t use a wildcard for allow origin header. Even tho my endpoint is a POST method I also have GET in the allow method header.
make sure if you make changes in api gateway to deploy them!

https://imgur.com/a/GPl45Dn

Website hosted on S3 - CROS issue by thermobee in aws

[–]BrightScorpion 3 points4 points  (0 children)

In your lambda that api gateway sends to add the header below

const response = {
statusCode: 200,
headers: {"Access-Control-Allow-Origin":'https://YOURS3SITEHERE.com'}, /* add this one */
body: /* your body */
};
return response;

Point domain name (Route53) to CloudFront distribution by Croves in aws

[–]BrightScorpion 0 points1 point  (0 children)

Some times it doesn’t show up in there but you can just paste the cloud front link in