• 0 Posts
  • 36 Comments
Joined 4 years ago
cake
Cake day: June 26th, 2021

help-circle


  • It really depends on the role you are looking for. If working with data and doing analysis, you need some knowledge in stats and probability. If you are working on simulations, you will need basic calculus and algebra. If you are looking at game development, you will need basic trigonometry and vector arithmetic. The one thing you don’t need is mental arithmetic because you have a computer.

    That being said, you can get by without these skills, it just becomes harder to see what you need to do, even if you would know how to implement it. This is alleviated if you are working in a team however.


  • Depends how much time you spend in a text editor. If it is just for a few config edits and stuff, honestly there is little reason to learn. The real benefit is if you spend a lot of time editing text due to the time saved using more powerful commands. There is the additional benefit that vi/vim is installed on practically any Linux box, so you will almost always have a familiar editor to hand in an unfamiliar environment.













  • FYI, you have 3 clipboards in X11. You have your standard clipboard usually used with Ctrl-C, Ctrl-V, like in Windows. You also have your primary clipboard, which copies any text you highlight and can be pasted with middle mouse button. The secondary clipboard is typically not used. If you don’t like the middle mouse paste, stick to the way you are used to. I learnt to make use of the primary clipboard and find that I always realise just how much I miss it when I need to use a windows system.