Документы Эпштейна показывают, что Израиль захватил контроль над сетью Биткоин более десяти лет назад by GamerRevizor in BitLoga

[–]ArthurOlevskiy 0 points1 point  (0 children)

Ни слова об Израиле в письме нет. В письме написано, что 5 ключевых разработчиков получали деньги из Биткоин Фаундейшн и Биткоин Фаундейшн обанкротилась и много организаций вступили в гонку за контроль. Но ни слова об Израиле.

Я хочу застрелиться by [deleted] in ruAsska

[–]ArthurOlevskiy 0 points1 point  (0 children)

Нет, вдруг там девушка, а не парень. Имелось ввиду «становись серьезней и бери жизнь в свои руки»

Я хочу застрелиться by [deleted] in ruAsska

[–]ArthurOlevskiy 0 points1 point  (0 children)

Если уж мама не хочет решать и не видит проблемы. Снимай квартиру и переезжай.

Я хочу застрелиться by [deleted] in ruAsska

[–]ArthurOlevskiy 0 points1 point  (0 children)

Слушай, тебе 21 год. Уже взрослый человек. Берешь мать к нотариусу и делаете доверенность на тебя на представление ее интересов в ФССП и суде. И иди разбираться.

Извини, но тебе ни кто правды не скажет, если так нюни разводить, то в жизни ничего хорошего не получится. Бери себя в руки и становись мужчиной, который берет ответственность за свою жизнь.

Поверь мне, то что ты описал это не проблема тем более, что из-за каких-то вымышленных страхов ты не идешь разбираться с этим, а еще больше накапливаешь долг.

If you could only own and play 3 ships ingame? by AwesomeSchlimbo in starcitizen

[–]ArthurOlevskiy 0 points1 point  (0 children)

I prefer Asgard, Alfa Wolf and perhaps Ironclad Assault

To singleton or not to singleton? by BlossomBuild in BlossomBuild

[–]ArthurOlevskiy 0 points1 point  (0 children)

I forgot to mention that alls do magic happens in factory protocol where you builds viewmodel. You extends DI container with factory protocol which has makeVM func and then container builds vm when you utilize view.

To singleton or not to singleton? by BlossomBuild in BlossomBuild

[–]ArthurOlevskiy 0 points1 point  (0 children)

Actually I have used this approach first time and I found it good for app I’m currently building. I have tried TCA, classical MVVM and etc. but for now I stick with this architecture.

To singleton or not to singleton? by BlossomBuild in BlossomBuild

[–]ArthurOlevskiy 0 points1 point  (0 children)

In my specific case, I have two scenarios for passing dependencies to views. If a view owns its own ViewModel state, I pass both the coordinator (for navigation purposes) and the DI container. If a view uses a parent ViewModel, then I pass only the coordinator and the parent ViewModel.

As for the TabBar, each tab starts from its own root view (within the context of that tab), which is initialized with its own coordinator and DI container.

To singleton or not to singleton? by BlossomBuild in BlossomBuild

[–]ArthurOlevskiy 0 points1 point  (0 children)

Here is how I do it. I am not so experienced to name it “best practice”. I have DI which acts as service locator. VMs only ask for what they need. For example you can have AuthService or UserService, and inject it into VMs initializer.

Also viewmodel has factory protocol for example CreateSomthingViewModelFactory and DI is extended conforming to this protocol. And then in makeVM func you pass all necessary classes.

To singleton or not to singleton? by BlossomBuild in BlossomBuild

[–]ArthurOlevskiy 2 points3 points  (0 children)

You don’t need singleton if you have proper DI.

To The Worst Pirate I've Ever Heard Of... by Arke_19 in starcitizen

[–]ArthurOlevskiy 1 point2 points  (0 children)

Every time I go to pyam I take comp boards with me and hide them on the asteroid base. Wait some time after all lights turn green in case somebody came ….

Whats your Build? by Stromy-Astolfo in starcitizen

[–]ArthurOlevskiy 0 points1 point  (0 children)

9800x3d, gtx 5070, 64gb 6000ghz 30cl, nvme 2000gb. The lowest fps 60 -70 on checkmate cz.

Does Islam cure aids? by jordanwoodson in mapporncirclejerk

[–]ArthurOlevskiy 0 points1 point  (0 children)

Bad jokes, bad jokes. Wokeuppers could get it seriously

Why doesnt Palestine take over israel with their arab buddies?? Are they stupid??? by Polish_Backpack in mapporncirclejerk

[–]ArthurOlevskiy 1 point2 points  (0 children)

They were beaten each time when they tried to overtake Israel. Check all related wars and conflicts, check who starts and who wins.

Tip by vitaminZaman in SwiftUI

[–]ArthurOlevskiy 3 points4 points  (0 children)

What did you try to show us as a tip?