• 0 Posts
  • 222 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle


  • how conflicts between ministers and prime ministers from coalitions are resolved?

    Usually by ending the coalition (or threatening the move). This leads to expedited elections, which happens a lot in Austria, although usually due to different circumstances like corruption scandals. Alternatively, a different government can be formed, but that is usually very unlikely (though it happened in 2019 when the president appointed a party-neutral interim government that was accepted by the parliament).

    The problem Nehammer (the current head of government) is now facing is that regular elections are coming up in September anyways, so it doesn’t really matter whether he quits the coalition. Quitting is actually a bad idea, because then he wouldn’t go into the election as the government party, which can lead to a worse outcome.














  • OP is talking about a different kind of skill issue than the article. The article is about skill issues in writing Rust code, while OP is about skill issues in choosing the right technology for the right task.

    Not picking Rust for code that has to be prototyped quickly and iterated a lot is kinda obvious. The solution would be to use Rust for the core engine where the requirements are clear and something else (lua? Python?) for the gameplay code. Even the engine the author wants to switch to does the same with with the divide between C++ and C#.