> For the complete documentation index, see [llms.txt](https://heymichal.gitbook.io/journal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heymichal.gitbook.io/journal/notes/backpack.md).

# Backpack 🎒

{% hint style="info" %}
It's kinda hilarious. After living in one place for over a year, I've accumulated a lot of stuff again. Well, it's not really a lot for most people standards, but it doesn't fit into one (or three) 40l backpacks anymore. I can sense a decluttering time approaching.
{% endhint %}

Silvia and I are living our lives from a 40 litre backpack.

![Silvia’s backpack on the left, mine on the right.](/files/-M6se-H8b9-ywBokVYGd)

40l contains all our clothes, electronics, and gear allowing us to work, exercise, and explore wilderness, while making our travel light and hassle free (yes, the backpacks can be carried on board an aircraft, so we never check-in our luggage).

Here’s the best part:

**By being intentional and extremely selective of what we own, we created a perfect combination of items, which enhance our lives without being a burden.**

However, it was not always this way.

In fact, when I first moved to spend a whole year abroad I took with me:

* 80l backpack on my back
* 40l backpack in front of me
* A gigantic suitcase rolling behind me
* A laptop case on my shoulder
* A snowboard bag on my other shoulder

It must have been a 100kg of stuff. I still don’t know WTF was I thinking.

![Carrying only the “essentials” (facepalm).](/files/-M904QBVllGKZmNfRudr)

To make it more exciting, on the way back the wheels of the suitcase fell off , so I had to literally drag the whole damn thing through the train station. I still remember the sound it was making.

So yeah, nowadays things are quite different.

However, **minimalism doesn’t apply exclusively to the things I carry with me. Instead, it’s a mindset of reducing the clutter, simplyfying and making space–both physical and mental.**&#x20;

Less is more.

Below is a little story of how I got rid of most of my belongings when I was leaving my beloved Edinburgh to become location independent:

{% content-ref url="/pages/-M908H1cGrmGJB0nLyT5" %}
[Decluttering](/journal/notes/decluttering.md)
{% endcontent-ref %}

It was really quite fun.

* [ ] Add my gear list. Almost every single item is oh-so-worth recommending.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://heymichal.gitbook.io/journal/notes/backpack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
