# Week #46 - 2022

I am thinking about using **the burner list**. The idea came from the book "Make Time" by Jake Knapp And John Zeratsky. A burner list is a list of things that you want to accomplish in a given period of time, typically within a week or two. The idea is to have a finite number of items on your list so that you can focus on completing them and not be overwhelmed. 


![burner-list.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1669368566624/RIlSIFBun.png align="left")

**I tried out `miniconda` as an alternative to `anaconda`.** To do that, I need to uninstall my `anaconda`. 

```bash
$ conda install anaconda-clean
$ anaconda-clean --yes
$ rm -rf ~/opt/anaconda3
```

Then I just installed `miniconda` for my Apple Silicon. I use the graphical installer.

