Stephen Bancroft

Authored Comments

SecureCRT. Not open source, but it's a fine piece of software. I use Seafile to sync the config directory between all my machines so I have the same terminal profiles everywhere I go.

For me programming is not so much about learning the specific syntax of a language, that stuff can be Googled. What's more important is to understand the logic of programming and then be able to break the task into definable chunks that can be programmed in order to solve a problem. It's also important to select the correct language to use for the specific problem you have to solve. Also, learn Python, it's fun!