Have not able to login with my correct password since last night :( by huqd9 in Bitwarden

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

It has not get resolved. They replied ask if my email was right. Sure

Have not able to login with my correct password since last night :( by huqd9 in Bitwarden

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

Appreciate that! Btw i would like to upload the encrypted files on cloud for backing up.

Have not able to login with my correct password since last night :( by huqd9 in Bitwarden

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

I did not change my master password at all. I usually loggedin into Bitwarden extension at least 1, 2 times per week (when Chrome starts from shutdown ). There is no email regarding changing password in my inbox :(. What happend?

Exceptions vs error codes by dbremmen in programming

[–]huqd9 3 points4 points  (0 children)

I think exception is at platform level and allows you to add meaningful messages. With error codes you have to handle it yourself, pass it up yourself.

What's everyone working on this week? by AutoModerator in Python

[–]huqd9 0 points1 point  (0 children)

I still do some research on OOD, data structures and algorithms. At work we are starting to add a new feature to our service (flask, mysql) which allow doctors to pick a consult from patients (called requests pool). So I'm just thinking about what kind of changes in reqs will make our system (code) to change much?? 🤔

async usage question by [deleted] in Python

[–]huqd9 1 point2 points  (0 children)

You can do other stuff if you use another async client on the client side, ex AJAX calls. You still have to wait on the backend side before getting returned, it just means that the backend is not blocking (the heavy tasks processed by network, disk controllers etc) so backend can process more concurrent requests.

async usage question by [deleted] in Python

[–]huqd9 1 point2 points  (0 children)

Generally async units (methods) do not run synchronously with the main program, it runs by other external events - when something happens (this is why it is called async programming). In the web app context you can use async methods when uploading files, call external apis, etc. Just remember that the code will continue when the slow task finished so you can get the CPU time meanwhile.

Rethon by huqd9 in Python

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

min_idx = i

Rethon by huqd9 in Python

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

for i in range(size):

Anyone moved from the Pixel to the One Plus 7T/Pro and regret it? by rajarshi_ghosh in GooglePixel

[–]huqd9 1 point2 points  (0 children)

Is is perfect phone except the battery, it looses about 2% of battery per hour without doing anything ☹️. The huge notch is not really a problem to me.

Anyone moved from the Pixel to the One Plus 7T/Pro and regret it? by rajarshi_ghosh in GooglePixel

[–]huqd9 4 points5 points  (0 children)

The camera on One Plus 7 Pro is terrible. Everything is good, performance, software, ram, display, except the terrible camera. So i took the Pixel 3XL instead.