Got this as the error report when I was trying to launch Docker Quick Start Terminal on my Mac

Traceback (most recent call last): File “/anaconda3/lib/python3.7/site-packages/conda/cli/main.py”, line 138, in main return activator_main() File “/anaconda3/lib/python3.7/site-packages/conda/activate.py”, line 955, in main print(activator.execute(), end=”) File “/anaconda3/lib/python3.7/site-packages/conda/activate.py”, line 180, in execute return getattr(self, self.command)() File “/anaconda3/lib/python3.7/site-packages/conda/activate.py”, line 154, in activate builder_result = self.build_activate(self.env_name_or_prefix) File “/anaconda3/lib/python3.7/site-packages/conda/activate.py”, line 285, in build_activate return self._build_activate_stack(env_name_or_prefix, False) File “/anaconda3/lib/python3.7/site-packages/conda/activate.py”, line 307, in _build_activate_stack return … Read more

Why does Firefox take nearly 300MB+ of RAM just to open one tab?

I have been peaking in macOS Activity Monitor and found this: One tab spawns atleast 3 processes: Firefox ~400MB FirefoxCP Web Content ~200MB FirefoxCP Web Extensions ~200MB Update – ran again and got these numbers … Answer It depends on what exactly you are running at any given time. You have to understand how a … Read more

Command-Option-R installs Sierra instead of Mojave

I have a 15 inch 2017 MacBook Pro with the touchpad. From the documentation, Command-Option-R during startup should start a network install that installs the newest version of Mac OS compatible with my Mac. However instead it always tries to install macOS Sierra. I understand that this was the old behavior before high Sierra, but … Read more