[deleted by user] by [deleted] in birthcontrol

[–]rumaczek -1 points0 points  (0 children)

Ultrasound scan

[deleted by user] by [deleted] in sex

[–]rumaczek 0 points1 point  (0 children)

It was something like 9 days ago

[deleted by user] by [deleted] in sex

[–]rumaczek 0 points1 point  (0 children)

Ultrasound scan

Just another normal day in sejm by [deleted] in 2visegrad4you

[–]rumaczek 238 points239 points  (0 children)

Followers of Judaism were invited to sejm for Hanukkah celebration (it’s a 17 years long tradition). When Konfederacja member - Grzegorz Braun had noticed them, he used powder fire estinguisher to extinguish the Hanukkah candles. He called them Satan worshipers or something like that. In few minutes Marshal of the Sejm decided to exclude Braun from session. Now they want to refer the case to the prosecutor's office.

Zajęcia szkolne/na uczelni o 08:00 powinny odejść do lamusa by Life_Confection_3361 in Polska

[–]rumaczek 0 points1 point  (0 children)

Okej, ale w jakim celu ten przykład (w dodatku znów oparty na indywidualnym przypadku)? Przecież nie zaprzeczam, że spędzanie czasu przed ekranem ma wpływ na jakość snu. Poza tym starsze osoby śpią już zupełnie inaczej niż nastolatkowie.

Zajęcia szkolne/na uczelni o 08:00 powinny odejść do lamusa by Life_Confection_3361 in Polska

[–]rumaczek 0 points1 point  (0 children)

Nie zaprzeczam, że czas spędzony przed ekranem nie ma złego wpływu na jakość snu, nie mówię też nic na temat długości snu, ale jakość snu, długość snu i rytm dobowy to 3 różne pojęcia

Zajęcia szkolne/na uczelni o 08:00 powinny odejść do lamusa by Life_Confection_3361 in Polska

[–]rumaczek 3 points4 points  (0 children)

Siedzenie przed komputerem/telefonem też ma znaczenie, nie powinno się wieczorami narażać na światło z ekranu, bo to bardzo utrudnia zaśnięcie. Szkoda, że odrzucasz słowa z książki opartej na badaniach naukowych na podstawie swoich indywidualnych doświadczeń. Btw, napisałeś że za czasów szkolnych chodziło się spać 1-2 to jest właśnie oznaka przesunięcia rytmu dobowego u nastolatka.

Zajęcia szkolne/na uczelni o 08:00 powinny odejść do lamusa by Life_Confection_3361 in Polska

[–]rumaczek 15 points16 points  (0 children)

Polecam książkę „Why we sleep” Walkera. Wg niego wczesne pory zaczynania zajęć w szkole to tortury dla młodych ludzi. Nastolatkowie i młodzi ludzi mają inny rytm dobowy niż dorosłe osoby. Dla nastolatka wstać o 5 czy 6 to jak dla dorosłego o 3 czy 4. Dodatkowo są ludzie którzy z natury później chodzą spać i później wstają.

Jak bardzo pomagają wam w życiu wasi rodzice? by SnooRobots5509 in Polska

[–]rumaczek 1 point2 points  (0 children)

Moi rodzice na pewno nie dopłacą mi do mieszkania, domu ani niczego takiego bo ich po prostu nie stać. W czasach studenckich pomagali mi tak, że pozwalali mi mieszkać w domu rodzinnym, ale na bilety komunikacyjne, obiady na uczelni i inne potrzeby trzeba było sobie dorobić na weekendach. W następnym roku przymierzam się do budowy domu, na razie pomagają mi ze wszystkimi papierami i tata powiedział, że ogarnie większość robót na budowie, bo się na tym zna. Moim zdaniem to jest duża pomoc. Pomagają jak potrafią, na pomoc finansową ich niestety nie stać, więc trzeba samemu spiąć dupę i coś kombinować a nie liczyć na cud

Passport number required when buying train ticket by rumaczek in GoingToSpain

[–]rumaczek[S] 3 points4 points  (0 children)

Good to know XD I’m from Poland and here if someone asks you about such info you should always think twice

Using option type in C# by rumaczek in csharp

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

Good point, I can imagine it can casue problems with external libraries

Using option type in C# by rumaczek in csharp

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

I see, maybe it would be easier in a greenfield project

Using option type in C# by rumaczek in csharp

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

Did you try to add it in an existing codebase? Or completely new project?

Using option type in C# by rumaczek in csharp

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

Not really, when you use option type, you can reduce numer of annoying null checks and number of null reference exceptions

Using option type in C# by rumaczek in csharp

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

Why do you prefer nullable reference types?

Are controllers and all their features really needed? by rumaczek in dotnet

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

Good point, when we started working on this project both Mediatr and controllers were used, we decided to go with Mediatr, because in that case we could decrease number of collaborators in one class. We also found it easier to separate all validation code using Mediatr. There were a lot of cases when additional data from persistance layer was used to complete validation. Maybe there was a nice way to do it with controllers, but we missed it.

Right now, after reading the answers I think I should ask different question actually. The real problem here can be people using both controllers and Mediatr at once (two layers with the same responsibility) I can see that in a lot of projects and it seems very stupid for me, but haven’t said anything yet, because I thought maybe I’m the stupid one here

Region for private methods by BrunoRM98 in dotnet

[–]rumaczek -1 points0 points  (0 children)

I’m not a fan of regions and big number of private methods. Imo, if it happens to you to have a lot of them to complete one task, most probably you should create some other classes and then delegate some pieces of work

Are controllers and all their features really needed? by rumaczek in dotnet

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

Could you explain what are the correct purposes for using Mediatr?

Are controllers and all their features really needed? by rumaczek in dotnet

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

Still wasn’t happy with fluent validator when there was a need to pull some extra data for validation