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

help-circle


  • Not familiar enough with this particular project to know, but a quick glance at the commit log shows some overlap in commit authors, so I guess there is at least some level of sharing happening, probably just not through merges.

    But being familiar with this kind of project in general, the branches will probably never be fully merged even in the future, just doesn’t make much sense because they are server software targeting very different versions of a game client. There are also two other branches, but they “only” diverged by like one or two thousand commits so far.






  • Must be some setting on your end, I’m getting offered translations on that page as well (stable release).

    Two things I could think of, either you haven’t set it to always offer translations or your browser is set to simplified Chinese.

    Another thing, you can select some text, right-click the selection, and there will be a translation option there. After you used that there will be a button for “translate the whole page” in the translation popup.

    Oh also you can download more languages through the settings (general settings page, right below browser language).








  • Tortoisegit is God awful, stuck in 1999.

    If it works don’t fix it. Not that it’s my go-to.

    you just indicated you enjoy reading man pages

    I have indicated that I do it, not that I enjoy it. But yeah, I prefer it to skimming 20 verbose blog posts and outdated Stackoverflow questions to find one that is actually related to my specific use case. And often enough the search results will be online versions of the man pages anyway. Not quite sure why you are so hostile about it, I just said “read the docs” basically.


  • A ton, like the ones integrated in many editors/IDEs, GitHub Desktop, the one with the little turtle icon, forgot its name… Using gitk all the time. Don’t get me wrong I have nothing against a GUI, just saying I had a much better learning experience with git once I started using the CLI and man pages instead of a GUI and random tutorials for them. It’s just a lot more accessible and better documented in my experience.