• 27 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle



















  • I really like the legend mentioned in the article:

    According to a legend of the local Torghut population, in 1372 a Mongol military general named Khara Bator was surrounded with his troops by the armies of the Ming dynasty. Diverting the Ejin River, the city’s water source that flowed just outside the fortress, the Ming dynasty denied Khara-Khoto water for its gardens and wells. As time passed and Khara Bator realised his fate, he murdered his family and then himself. After his suicide, Khara Bator’s soldiers waited within the fortress until Ming troops finally attacked and killed the remaining inhabitants.















  • I’m a heavy intellij user, but the git log UI always confuses me. When I open ‘git log’ via the action menu IntelliJ doesn’t focus my current branch. I am not sure if there’s some other menu I’m supposed to use to achieve that.

    I do use the commit local changes, pull changes, merge branches functionality a good bit. My only feedback there is that I haven’t found a way to quickly commit changes without running git hooks. Each time it requires me to open up the gear icon and deselect ‘git hooks’. This is slower than using the command line where I can write git commit --no-verify and repeat the same command again and again. I know it’s a niche need, but it’s necessary for testing a rather archaic system we maintain.