Fixing the problem of too many tabs

Tab mayhem and windows inflation

How many browser tabs are open on your browser right now? Too many to count? Let me guess: Rows and rows of tabs belonging to different research tasks that you want to pick up later. The occasional tab on social network. That store you still have a cart open with that thing you maybe want to buy. Some are still relevant but many are not.  /img/tabs.png

[Read More]

The last version manager you'll ever need

/img/Prog4.png
programming languages by AAMINE1965, licensed under CC BY-SA 4.0

Chances are high you have already used tfenv, pyenv, SDKMAN!, rbenv, nvm or some other version manager. In case you haven't: A version manager is a program that let's you install multiple versions of a tool for different contexts: Your one project needs version X, the other version Y.alpha. Just the tool in one version all the time does not cut it as different versions behave differently. So if people work on the same project with different versions of core tools, it often gets messy:

[Read More]
linux  bash  macos