• 0 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2023

help-circle










  • Unless there’s a insurrection in Russia and troups need to be redeployed, I’m skeptical of Ukraine regaining their lost territory.

    The negotiations could be related into an investment package vis a vis we process minerals to develop our military industrial complex and you get weapons and money.

    The crucial thing here, and why I think this kind of negotiation would be lacking, is time. These things need time and that’s something Ukraine has little of.









  • My company pays it for me. My use cases are split between new development, refactoring and debugging.

    For new code, given that our code base is proprietary but very extensive, it provides nice code snippets that would be a pain to write by hand (it’s mostly C code) such as test code

    I can focus on the concepts and have the autocomplete do the rest for me. I swap keypresses for reviewing code, which is not bad.

    For refactoring, I seldom use it because I haven’t found an use case for it. Most of the changes involve moving code around, adding glue or deleting dead code.

    For debugging, I sometimes use the chat to get documentation on public APIs from Microsoft or other places. I use this documentation to check for invariants and to reduce the scope of what I’m trying to find out.