• 1 Post
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle



  • I don’t think so. French “tiens” is a form of the verb “tenir” (“hold”). German “tja” is pronounced almost exactly the same and is only used as an interjection with a similar meaning but doesn’t have any related forms that I could think of.

    Especially the southern German dialects have quite a few words that originated as loan words from French so it’s at least plausible. Could of course just be a coincidence as well. Languages are full of those.



  • I don’t know, am I? I tried to keep it civil, until you argued - multiple times - that everyone who thinks that your software of choice is cumbersome is just too dumb to learn it and got downvoted almost every time. Then you gave me a snippy reply when I politely asked what your professional relationship with that software is.

    By the way: software engineer, 22 years hobby, 16 years professional.

    Maybe we should just accept that everyone has different needs and experiences and not judge others for not liking the things we like? Does that sound fair?






  • And to clarify, I’m not talking about “Why is this function in a different menu than what I’m used to” but “Why does GPlates require me to export my continent coordinates into a text file, copy a line in that file by hand, give that copy a new ID, make sure I made no syntax errors, re-import the text file and then edit the shape of both copies just to split a continent in two halves?” I know how to do that, it’s not too hard to learn. But if there was a knife tool or at least working copy and paste, I could reduce that task from minutes to seconds.







  • Their argument was along the lines of “The requirements and design don’t specify what should happen if you move and delete at the same time so it can’t be a bug. Behavior that doesn’t violate the design but also doesn’t lead to the result the user wanted is a user error”. My argument was that we can’t always specify the interaction between arbitrary features other than “If the user does two things at once, at least one of them should be executed, ideally both” and “the program shouldn’t crash just because the user did something unexpected”. Otherwise our design document would be ten times as long.