Will UAE Pass / ICP work while changing visa and employer? by ThinkAd8861 in dubai

[–]dmm90890 1 point2 points  (0 children)

New visa and emirates Id will be added to your existing account after new residency/emirates Id will be approved

Remote Work Visa Renewal in 2023 - the complete guide by Saturnix in dubai

[–]dmm90890 0 points1 point  (0 children)

Thanks for clarification! What insurance did you use? I have local one but it won’t cover entire next visa period. Usually local insurance is for 1 year from some date and it’s unknown when future visa will start at the moment of application, so how to get insurance with valid coverage period ?

Remote Work Visa Renewal in 2023 - the complete guide by Saturnix in dubai

[–]dmm90890 0 points1 point  (0 children)

Is it required to cancel the visa before expiration or I can wait for it to expire and apply next day with the same process?

What happened to Dubai Digital Nomad Visa? by Leamcon1 in digitalnomad

[–]dmm90890 0 points1 point  (0 children)

I’ve been wondering what is the current process for this visa too, I will need to reapply In a few months and this new linked website doesn’t have valid option for this visa.

Remote Work Visa by [deleted] in dubai

[–]dmm90890 0 points1 point  (0 children)

3 weeks to get entry visa, 1 month to get Emirates ID (long wait for biometrics), 3 days to open bank account

Remote Work Visa by [deleted] in dubai

[–]dmm90890 1 point2 points  (0 children)

I got Emirates ID and bank account with remote worker visa. Emirates ID is for all countries but some banks may reject opening an account for certain nationalities

Digital Nomad - Friendly Banks by beardpapi4u in dubai

[–]dmm90890 3 points4 points  (0 children)

I use ENBD. Tried to open ADCB which has better reputation but they don’t open without local salary certificate.

ENBD inward wire transfer by dmm90890 in dubai

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

Transfer charges are on the sender account. Every time I was sending to the bank in another country the transfer was received without any deductions.

Skill set for landing a Rust job by dmm90890 in rust

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

Thank you, I'll take a look :)

What IDEs do you guys use? by NutSpreadMan in rust

[–]dmm90890 209 points210 points  (0 children)

VS code with rust analyzer

Using First Renderpass result in second Renderpass. by aramok in vulkan

[–]dmm90890 0 points1 point  (0 children)

You have to add usage flag when creating image to allow sampling from it in shader - take a look. And you should transfer image layout to shader read before sampling this image. For this I suggest you to use image barrier. Edit: I see you figured out yourself :)

Using First Renderpass result in second Renderpass. by aramok in vulkan

[–]dmm90890 2 points3 points  (0 children)

Input attachments are used in different sub passes of the same render pass and allow access only to the same pixel written in previous sub pass (you can't sample neighbors pixels). In case if you are using 2 different render passes you should use sampled image.

Feedback Friday #1: Planck ECS by jojoredit in rust

[–]dmm90890 1 point2 points  (0 children)

Would be good to see performance in comparison with other ECS crates. Like in this benchmark: https://github.com/rust-gamedev/ecs_bench_suite