• 0 Posts
  • 24 Comments
Joined 6 months ago
cake
Cake day: January 17th, 2024

help-circle




  • How can I move a window to the upper right tile with arrow keys? How the extension works is: I hit win+right, window gets moved to the right side of the screen. I hit it win+up, it now moves to the top-right tile. I hit win+left and it extends to be tiled to the upper half of the screen. I hit win+left again, it now is tiled to the top-left tile.

    That is, to the best of my knowledge, not how kwin behaves. It is, however, how Cinnamon for example behaves.








  • That’s likely not what I mean by pedantic. If your code example has syntactic errors or calls functions with not enough or too many parameters and you expect them to notice, you want them to do, what a compiler does or to know technical documentation by heart. Which is completely academic and pointless.

    Concentrating on “algorithmic” solution at hand is fine, though. Unless you again expect them to recognize stuff like “hey this is almost Dijkstra’s algorithm but wrong”, because the interview should not be a university computer science test.


  • That’s fine if there are no weird pedantic ropes to fall over. I am not a compiler or linker, that’s what I have compilers and linkers for. Same with an IDE. I don’t know many details of the stdlib or other common libs, because why should I waste space in my brain for stuff code completion can show me…