Google Chrome will block uBlock Origin.
Which means, all Chromium-based browsers (Edge, Brave, Opera, etc.) will eventually block it too.
If you care about this, and you care about privacy, just switch to @firefox. For an average user, that's the best choice currently.
If you're considering Azure, think twice.
Microsoft found a new way to trick you: they expect you to manually upgrade the binaries you didn’t know existed (you didn’t install), in your Linux VMs.
It seems like there are ~15K servers on Azure which you can root using only curl.
:: unpopular yet effective #security advice for startups #1 ::
Don’t use Windows servers.
Even better, don’t use ANY Microsoft software in your production environment.
:: #vim tip of the day ::
You can execute multiple commands at once. All you need | between the commands.
For example, use this sentence "Atom is bad and slow." and you run:
:%s/Atom/Vim/ | %s/bad/good/ | %s/slow/fast/
:: vim tip ::
You search for a string, the way you usually do.
Hit gn to jump to the next match from your last search and visually select it.
Instead of just jumping to the next match, you can run:
cgn to change next match or
dgn to delete next match