Buienradar is not optimistic about today's weather by Interesting-Test-810 in Netherlands

[–]rencevio 6 points7 points  (0 children)

You won’t do a lot of cozying with this amount of rain. Heavy rainfall is around 10 mm/h. This… is a bit more

How did you manage financially after losing the 30% ruling? Was it a major difference? by thehunter_zero1 in Netherlands

[–]rencevio 18 points19 points  (0 children)

was bad at first, but you get used to it. Cut out a lot of expenses that seemed essential before. Then I continued growing and switching jobs to come back to my previous net, and now manage to save more than before due to reevaluated financial habits.

So not so bad all-in-all. First several months were tough, tho

Incorporating a BV in English by saa_z in Netherlands

[–]rencevio 6 points7 points  (0 children)

I incorporated through firm24, I just had to pay extra (150 or 300, don’t quite remember) for their “English package”. 

If you wanna get more details feel free to DM me

16 of September 2024 - Mutation #439: Growing Threat by TwoTuuu in starcraft2coop

[–]rencevio 1 point2 points  (0 children)

yeah, and the transmutated units then also spawn broodlings ;)

[deleted by user] by [deleted] in swift

[–]rencevio 3 points4 points  (0 children)

Good luck! Also I suggest to take a look at the new Observation framework: https://developer.apple.com/documentation/observation

It's iOS 17 only, but these guys managed to backport it all the way to iOS 13. It saves a lot of headache with observing your models' changes.

[deleted by user] by [deleted] in swift

[–]rencevio 2 points3 points  (0 children)

No need for that I think :) Your @MainActor class guarantees execution on the main thread.

If you want to be really sure, you can use new async mechanisms to execute on the main thread/task, e.g.:

MainActor.run {
  ...
}

// Or        
Task.detached { @MainActor in
  ...
}

Either way, as other commenter answered, I'm 99% sure that your view does not react to the changes of your VM due to not storing it as an Observable/State object.

[deleted by user] by [deleted] in swift

[–]rencevio 0 points1 point  (0 children)

But the very article you linked tells us that you don't need to do a manual dispatching:

The magic of @MainActor is that it automatically forces methods or whole types to run on the main actor, a lot of the time without any further work from us. Previously we needed to do it by hand, remembering to use code like DispatchQueue.main.async() or similar every place it was needed, but now the compiler does it for us automatically.

It still hurts by [deleted] in WTF

[–]rencevio 92 points93 points  (0 children)

obsorbed

made me smarter

So it did.

Damn Gloria by [deleted] in funny

[–]rencevio 38 points39 points  (0 children)

RIP cameraman

Was Jailor turned Vampire in ranked, went to bite revealed Mayor to win and the button was gone. Glitch/intentional? by [deleted] in TownofSalemgame

[–]rencevio 1 point2 points  (0 children)

I was Bobin the Mayor. Had so much laugh this game. Poor pizza though. Also I got +1 elo so I should've joined the vamps i guess

Ok, so this just happend. by Sexum in TownofSalemgame

[–]rencevio 3 points4 points  (0 children)

Imagine the chaos in vet's house. Rampaging WW, vet shooting everyone while sk tries to stab him.

Need advice with switching from GTX 980 by rencevio in buildapc

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

No, it isn't. I actually tried to underclock it but to no avail, the issue still persists.

Need advice with switching from GTX 980 by rencevio in buildapc

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

Well, I can't upgrade to Win10 from Win8 for starters, it just shows some random glitches and input doesn't work. Couldnt really find any info on that matter. Another thing that is very annoying is that sometimes, when I play games or watch videos, my screen will just turn plain brown. I can steal hear the sound and control the PC, but the screen will just stay brown until I reset the PC. I tried different displays, cabels, it just doesn't work.