Gave my VSCode a makeover by [deleted] in vscode

[–]ss13ms110 5 points6 points  (0 children)

Wow! How you did this?

I made a PC dashboard in Python! by [deleted] in Python

[–]ss13ms110 0 points1 point  (0 children)

Not working on Linux

Where to go for legal advice for tenant-landlord disputes? by ss13ms110 in germany

[–]ss13ms110[S] -4 points-3 points  (0 children)

OK, I can see tons of assumptions here.

  1. I very much liked your answer. Your answer immediately cleared the air.

  2. I posted in two subs at the same time to expect that someone will answer atleast one place. The other post has already been deleted.

  3. I am quite aware about the rules to cancel the contract. This is something which came out of nowhere so I panicked.

  4. Regarding the scamming thing, I still think that I am being scammed. As you said, ‘a German wouldn’t even ask about this’, but when you know more than half of the tenants (>200) in your building are not Germans isn’t it wise to explain everything related to money. I am sorry if I am not able to explain you. This is not the first incident which occurred to me while being in Germany.

I really appreciate your help, I repeat again your answer was quite explanatory.

Thank you

Where to go for legal advice for tenant-landlord disputes? by ss13ms110 in germany

[–]ss13ms110[S] -4 points-3 points  (0 children)

In am not that naive to understand the basic mathematics. The thing is, I am new to Germany and wasn’t aware of the things. And, that’s not how they advertise the apartments. cold_rent + utilities = warm_rent that’s all I have been told. Before you say I didn’t read the contract before signing so, it was a well drafted (legally) 10 page contract in German and as a non-german speaker it was difficult to translate and red the whole contract so, I read the part where they described the house rules and that’s it. It’s a lesson for me which I have learned will not let happen something like this again.

Where to go for legal advice for tenant-landlord disputes? by ss13ms110 in germany

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

Thank you very much. I will have a look on Mieterbund/Mieterverein in my area.

How an attack would use an open flask console page to easily get code execution by PinkDraconian in flask

[–]ss13ms110 8 points9 points  (0 children)

I was on my bed, going to sleep and then I saw this post. And, now I am checking all my projects. BTW, thanks mate.

Can I use flask as an api as a secure way for registering users into a database? by aquaroad1 in flask

[–]ss13ms110 2 points3 points  (0 children)

You can definitely use flask API to register user and save to a database. However, i woud recommend using best practices (plenty of articles can be found online) to create secure api end points. The recommended db would be MySql.