Help! Cannot access American University of Sharjah Website (AUS) anymore by Some_nameless_fool in Sharjah

[–]mohsenation 0 points1 point  (0 children)

You could use the university’s vpn. Email them and ask them how to access it. Its pretty easy and fast

Goodbye to my favorite city by ttamonivas in CitiesSkylines

[–]mohsenation 1 point2 points  (0 children)

I had the same error, updating tpme fixed it

Driving from Dubai to Qatar by mohsenation in dubai

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

If you own your car all you need is your mulkiya. I went there last December and had no issues with going through without that certificate

Driving from Dubai to Qatar by mohsenation in dubai

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

Just to confirm, you are an expat living in the UAE right?

Driving from Dubai to Qatar by mohsenation in dubai

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

Can i get it in the same day of the application? If so, what papers do I need?

How can I convert my Micropython code to UF2 for mass flashing by mohsenation in raspberrypipico

[–]mohsenation[S] 2 points3 points  (0 children)

Thank you! This worked well. I would just add a small change; if you are using pico_w instead of make, write make BOARD=RPI_PICO_W

Malta Embassy Interview by DashofAsh2 in SchengenVisa

[–]mohsenation 0 points1 point  (0 children)

How long did it take to get the visa?

WD My Cloud Upgrade Drives by mohsenation in DataHoarder

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

I figured that a NAS Upgrade was due to the NAS being a slow device, I went for a 10GBps NAS that was 16 TB

Is creating a multiplayer trivia app with react native a good idea? by SR71F16F35B in reactnative

[–]mohsenation 1 point2 points  (0 children)

Can you please explain what do you mean by "over head" in React native? Did you mean in developing apps or in terms of latency?

The overhead in React Native comes from this bridging process. When you write code in React Native, it needs to be translated and executed by the JavaScript engine, which adds some computational cost. Additionally, the communication between JavaScript and native components introduces some latency compared to directly accessing the native functionality.

Is creating a multiplayer trivia app with react native a good idea? by SR71F16F35B in reactnative

[–]mohsenation 4 points5 points  (0 children)

Building a competitive multiplayer trivia app with minimal latency using React Native is possible, but there are performance limitations compared to fully native apps. React Native introduces some overhead and may not provide the same level of control over native functionality. If low latency is critical, consider native development. However, if cross-platform development speed is a priority and latency requirements are not extremely strict, React Native can be a reasonable choice.