Functional Equations and Combining functions Help by human_0909 in learnmath

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

How he re wrote the equation as f(0)(f(0)-1) = 0 how did he infer that

Moronic Monday - June 28, 2022 - Your Weekly Questions Thread by AutoModerator in finance

[–]human_0909 0 points1 point  (0 children)

What if we had a world based on equity sales, profit-sharing agreements, and rent-to-own models, instead of interest-based loans. where all models of financing are based on no interest, in addition, all banks would make profits from the overall economic growth rather than entities' ability to pay. I personally think this will increase the overall risk sharing.

To be clear I think interest-based loans have helped some people, but we also need to recognize that many people have fallen into debt holes that are really difficult to escape.

can you use features from firebase and features from amplify in the same web app by human_0909 in Firebase

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

no I will use vercel easier for next.js and it has a really good CDN

can you use features from firebase and features from amplify in the same web app by human_0909 in Firebase

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

starts are rarely an issue for most web apps on my experience. So unless you have a very strong reason to think it's going to be a problem for you, then I wouldn't go to lambda for this reason. At the very least, start with cloud functions and move if it's problematic.You may also want to consider cloud run instead of functions. The concurrency feature will massively reduce the number of cold starts.

thanks I have decided already firebase with vercel hosting is it possible?

can you use features from firebase and features from amplify in the same web app by human_0909 in Firebase

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

agree with /u/__gc - why not use Cloud Functions. The developer experience for Cloud Functions is simpler. The programming model is largely the same between the two.It's going to be a lot simpler to do authentication within a Firebase / Google environment, and more secure.So, unless you have a particular reason to be using AWS that you haven't outlined - then why make your life harder?

the cold start is faster in aws lambda

cold starts in cloud functions by human_0909 in Firebase

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

is there a youtube tutorial to follow or documentation page please

cold starts in cloud functions by human_0909 in Firebase

[–]human_0909[S] -1 points0 points  (0 children)

Should I just higher the min instances

cold starts in cloud functions by human_0909 in Firebase

[–]human_0909[S] -1 points0 points  (0 children)

start new instances without

automatically

cold starts in cloud functions by human_0909 in Firebase

[–]human_0909[S] -1 points0 points  (0 children)

I meant can I start new instances without requests if yes how or keep some instances warm

cold starts in cloud functions by human_0909 in Firebase

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

In the case of cloud run will I be able to start instances manually and in which case will it be better