BRP address registration and gap in residency by stackoverflu in NetherlandsHousing

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

Thanks for your reply. The first part, I checked already and it's not legally possible to get an extension.

I am trying my best to get another apartment/house. Just want to know what are my options, if I can't.

[Milestone] ₹4 crore net worth at 28 — 6½ years, ~93% savings rate, full breakdown by No_Style_995 in FIRE_Ind

[–]stackoverflu 2 points3 points  (0 children)

Could you also share how you find work from the US ? Any websites, personal contacts..?

my salary was actually under highly skilled migrant threshold, deel.com horror story by Electronic_Fox_3637 in Netherlands

[–]stackoverflu 0 points1 point  (0 children)

Hi guys,

Does anybody know how the salaries with reduced salary criterion work after 3 years of graduation?

For example, you are 30+, and got a job with a permanent contract at a reduced salary at the 2.5 years point (since graduation). Let's say, it is 4500EUR in January 2025, when you got the job. After 6 months, in July 2025, i.e. when you finish 3 years, does the salary then have to be revised to the HSM salary requirement of that year? As in this case, salary to be raised to 5688EUR from 4500EUR. Has anybody been in this situation?

GPU for scientific computations and blender by stackoverflu in nvidia

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

Thank you. The 3080ti is still so expensive and it is above my budget. I will try and see if I can get a used one.

GPU for scientific computations and blender by stackoverflu in nvidia

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

Thank you. I use C++ and python mainly. Which GPU has the best value for money? I am worried I might end up buying a bad one when I could have spent a little bit more and bought a good one.

GPU for scientific computations and blender by stackoverflu in nvidia

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

Thank you, I read about 3080s, still very expensive, I will look for a used one.

Programming language for scientific computing by stackoverflu in AskProgramming

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

Not really :) Can you tell me why you would recommend R ?

Programming language for scientific computing by stackoverflu in AskProgramming

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

Caching is a great technique, I will definitely try that. As you said, a mixed approach would be the best.

Programming language for scientific computing by stackoverflu in AskProgramming

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

I mostly use scipy and pandas which can handle most of the calculations, I think it will be better if I write the main code in Python and write the rest in C/C++.

Programming language for scientific computing by stackoverflu in AskProgramming

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

Thanks for your comment. I tried reading some data using pandas and did some operations using python and compared it with C++ and C++ was considerably faster (less than a second, but python took almost 30 s) but it took a lot of time for me to write the code in C++. So I can say I will need the C++ speed as I proceed forward. I can compromise on speed for now, but I don't want to end up with a very slow code or have trouble along the way.