• 0 Posts
  • 119 Comments
Joined 7 months ago
cake
Cake day: February 29th, 2024

help-circle

















  • Let me first address the accusations of me accusing you being emotional and whatever. We’re having a respectful conversation I hadn’t hoped to have it in the first place. I don’t like your views, I may only sympathize with you. Thanks for that.

    The hate you are talking about is not inherently inside Russia’s population. This hate is channeled by propaganda. As with Georgians and Turks: there were periods where everyone hated them, now they are friends. Fingers crossed the same will happen with ukranians soon, but I lost any hope that it will be reciprocal. Still, it is and will remain for decades a problem for the world.

    how and when will russia change from its current state?

    The current state is perpetual but silent war that exists, but somewhere far from themselves. The government finds this state to be the most favorable to them, but it draws a line between the government and the economic elites. I’d give it five to twenty years to resolve. No more than Putin’s lifespan, but also it should be resolved by the upcoming Third World War.

    But the question itself contains a subtle implication. You think that Russia is a threat to the world or neighbors because how easy it starts the war with its neighbors and how violent its rhetoric. While I agree, I would also add to this the efficiency of Russian government, if by efficiency we define the government’s capability to save and multiply the resources of the very rich. My biggest fear is that other countries will implement the similar approaches.


  • I follow these simple rules and encourage my colleagues to do so

    1. If I’m just shuffling jsons, then yes, the code should be self documented. If it’s not, the code should be rewritten.

    2. If I implement some complex logic or algorithm, then the documentation should be written both to tests and in the code. Tests should be as dull as possible.

    3. If I write multithreading, the start, interruption, end, and shared variables should be clearly indicated by all means that I have: comment, documentation, code clearness. Tests should be repeated and waits should not be over 50ms.