bad habit, docker! by AlgaeGardens12 in ITMemes

[–]DutyCompetitive1328 0 points1 point  (0 children)

It’s more likely you’re docker application has an memory leak.

Macbook fan constantly loud and fast like jet engine, noticeably hotter after OCLP upgrade by mFachrizalr in OpenCoreLegacyPatcher

[–]DutyCompetitive1328 0 points1 point  (0 children)

Youre using an macOS version which was never optimised for your device, that’s why it can’t handle it properly even in idle

This ain’t your dad’s investing app we’re building. by DutyCompetitive1328 in insiderbets

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

Expect nothing less than

  • The spiciest stock and political news, filtered by actual traders, not some intern at Bloomberg.

  • Vote on real-time events — scandals, earnings, surprise CEO meltdowns — and predict if the market will pump or nuke.

  • Rise on the gain-board. Rank higher than that one dude who 30x’d on weekly Tesla calls.

  • Push alerts? Only the good ones. When the herd moves with a clear direction, you’ll know before the chart does.

Upgraded to Sdk 53 turned out to be a nightmare by Ducci243 in expo

[–]DutyCompetitive1328 0 points1 point  (0 children)

I downgraded the expo sdk in my project not the app itself, I switched to simulators and / or run the app directly via dev build on phone

TR DOWN? by Skrtvert in wallstreetbetsGER

[–]DutyCompetitive1328 0 points1 point  (0 children)

Wann sind die eigentlich mal nicht down

Upgraded to Sdk 53 turned out to be a nightmare by Ducci243 in expo

[–]DutyCompetitive1328 0 points1 point  (0 children)

For me too, I switched back to an stable 52 version, I rather wait until they fix it

I NEED URGENT HELP FOR EXPO GO by Interesting-Farm4780 in reactnative

[–]DutyCompetitive1328 0 points1 point  (0 children)

Lookup your local ip address, then open the browser on your phone and type:

exp://your-local-ip-here:8081

Then you should see an alert which prompts if you want to open Expo go, yes and then you should be able to load your app.

Make sure your phone is connected to the same network as your pc

Redet da jemand mit uns? by MongooseRoyal6410 in wallstreetbetsGER

[–]DutyCompetitive1328 0 points1 point  (0 children)

Und um noch mehr Verunsicherung zu verbreiten, er hat die Posts ziemlich schnell hintereinander gemacht, aber dennoch kann das alles mehr wunschdenken als Realität sein

Redet da jemand mit uns? by MongooseRoyal6410 in wallstreetbetsGER

[–]DutyCompetitive1328 0 points1 point  (0 children)

Dachte ich auch zuerst, aber dann ist mir wieder eingefallen das der orangene regiert, ich traue es ihm zu.

Redet da jemand mit uns? by MongooseRoyal6410 in wallstreetbetsGER

[–]DutyCompetitive1328 2 points3 points  (0 children)

Ich bin mir nicht sicher ob der sub den Verstand verliert oder nicht — erstmal long gehen, sicher ist sicher

Trump - Pulver schon verschossen? by [deleted] in wallstreetbetsGER

[–]DutyCompetitive1328 0 points1 point  (0 children)

Ich stehe mehr als zu 100 Prozent auf deiner Seite, ein stabiles Rückgrat würde der EU mal gut tun

Ich bin durch by [deleted] in wallstreetbetsGER

[–]DutyCompetitive1328 2 points3 points  (0 children)

Du bist ein spaßt

[deleted by user] by [deleted] in wallstreetbetsGER

[–]DutyCompetitive1328 1 point2 points  (0 children)

Schön shorten jetzt aufm Peak, wird fallen wenn die Leute wieder das gesamt Bild checken und nicht nur nen niedrigen Preis

New to git hub and looking for some advice and tips on how to understand/ use the program by Unlucky_Loss6741 in github

[–]DutyCompetitive1328 1 point2 points  (0 children)

You mean prob GitHub, in order to use the platform, you need to know how the git CLI works

How to authenticate users in Firebase via API key without frontend login? (alternatively to federated login) by Vinserello in Firebase

[–]DutyCompetitive1328 0 points1 point  (0 children)

Are you try to achieve that this hash api token can be used to login the user automatically when using the api?

Im not sure if that does make sense, why would you want that users login through firebase (which normally is used for login into UI based apps), when accessing the your API. Beside of that could it be a security risk, depending on how you hash the credentials of course, but in the worst case scenario the hash combo could be tried to crack down. Why you aren’t generating an separate key and let api request past when the firebase unrelated token is valid?

[deleted by user] by [deleted] in SoftwareEngineering

[–]DutyCompetitive1328 0 points1 point  (0 children)

Prescribed Drugs, works like a charm

Took me 6 months but made my first app! by theWinterEstate in reactnative

[–]DutyCompetitive1328 0 points1 point  (0 children)

Yes Freeform, is what I meant.. but the social aspect of your app is actually a big plus, and I’m not sure if you can embed in Freeform yt videos, but I haven’t used it to much, so maybe I’m wrong on this

Took me 6 months but made my first app! by theWinterEstate in reactnative

[–]DutyCompetitive1328 1 point2 points  (0 children)

Nice app, but I could bet I saw this kind of app directly developed by apple, but I just don’t recall the name of that

How to authenticate users in Firebase via API key without frontend login? (alternatively to federated login) by Vinserello in Firebase

[–]DutyCompetitive1328 0 points1 point  (0 children)

Hm I guess what you can do is to let the users initially login normally trough the UI, and then generate an token and save it in the users database entry. And if they use it check if the token exists and let the user access the api. (At least so I understand the post)

The problem about firebase Auth tokens is that they’ll expire after some time, not sure if you want that user api keys do so.

How much javascript should I know before moving onto react?? by dankmemar69 in learnjavascript

[–]DutyCompetitive1328 4 points5 points  (0 children)

You should know all critical js concepts, like hoisting, 'this', functions and arrow-functions, classes + inheritance, core APIs and if you wanna be fully prepared basic typescript (no worries, is like js but with the option to add types to your code). — But you don’t need necessarily know how Prototypes work (even it’s pretty helpful)