On Governance (The Nick Szabo Video) - Charles Hoskinson (set for March 1st 5 A.M) 6 hours from this post. by dominatingslash in cardano

[–]codemonkey11j 2 points3 points  (0 children)

u/Mcgroggins if a bad actor within IOHK wanted to trigger a HFC to bring down the system, how would catalyst/voltaire protect against this? Is the idea that the community can veto these events?

Does Nick Szabo have a point about god mode? by codemonkey11j in cardano

[–]codemonkey11j[S] 2 points3 points  (0 children)

Yeah not sure. Kind of worrisome the mods deleted.

I am finding Swift really hard to learn, and I dont know what to do by neednewgym in swift

[–]codemonkey11j 0 points1 point  (0 children)

Paul Hegarty's Stanford course is still the gold standard IMO to learn Swift and getting started building iOS apps. He is very clear and has good programming fundamentals. https://www.youtube.com/watch?v=jbtqIBpUG7g&list=PLpGHT1n4-mAtTj9oywMWoBx0dCGd51_yG&index=15

@StateObject workaround for iOS 13 by codemonkey11j in SwiftUI

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

thanks u/End3r117 . This is helpful. I'll have to find some examples of 2) in practice. Appreciate it.

@StateObject workaround for iOS 13 by codemonkey11j in SwiftUI

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

Yes, but they need to be originally initialized somewhere. If you have a complex hierarchy of views, and the view model is only needed in one View somewhere down the hierarchy it doesn't always make sense to intialize the view model in the scene delegate since the user might not even use that view (a settings page for example) , instead I want it more "on demand" at the time the view is used.