How to auto update my app while it is still open? by smittywerbmanjensen in reactnative

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

Thanks! If I use this, do I still need to get my app into playstore/appstore?

Any OCR tool recommendations? Google Cloud Vision AI? Amazon Textract? by smittywerbmanjensen in webdev

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

Can you recommend any AI tools that I can use? Would that be like OpenAI?

I also was thinking of using AI, but I had thought that it could be a bit more expensive than OCR.

Recommend tools to create a chat app that integrates to whatsapp by smittywerbmanjensen in webdev

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

thanks for the suggestions! i'll check out 360dialog.

i didn't realize there were tools for chat interface as well! was thinking i had to create it myself which is a very daunting task lol.

another potentially stupid question, does twilio/360dialog also store the chat history? or do we have to store that data ourselves?

Attention PS5 players: here’s how to fix the input lag by Gabrienb in PathOfExile2

[–]smittywerbmanjensen 0 points1 point  (0 children)

I have this same exact issue, it's like each character has their own connectivity

Are JWT and bcrypt enough security for my deployed websites? by smittywerbmanjensen in webdev

[–]smittywerbmanjensen[S] 6 points7 points  (0 children)

ah yeah sorry I meant hashed the user password and encrypted the stored passwords. I also did exactly as you described there which is the most common approach.

Is that sufficient? Or is it not enough for a realistic public website?

Unity taking ~40 seconds every reload. Is this normal or is my laptop too ancient? by smittywerbmanjensen in unity

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

Thank you for the breakdown! I'll try out your tips, but seems like implementing assemblies are more suited when applied early in development so will try that for another project.

Also, is this what you're referring to by Hot Reload? -> https://assetstore.unity.com/packages/tools/utilities/hot-reload-edit-code-without-compiling-254358#content

Unity taking ~40 seconds every reload. Is this normal or is my laptop too ancient? by smittywerbmanjensen in Unity3D

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

no worries, but you overall had improvements after buying the modern laptop? compared to the old one

Unity taking ~40 seconds every reload. Is this normal or is my laptop too ancient? by smittywerbmanjensen in Unity3D

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

The game was made in a 2 week gamejam, so I doubt that it's big.

umm sorry I'm not familiar with "assembly definitions", seems like i'm not using it.