> For the complete documentation index, see [llms.txt](https://knowledge.tracelog.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.tracelog.in/reference-and-learning-source/books/mindsets.md).

# Mindsets

### *Time Management for System Administrators*&#x20;

Book by Thomas A. Limoncelli

Cuốn này mới đọc gần đây (năm rồi), đem ra nhiều chủ đề rất quan trọng trong việc quản lý thời gian, xử lý task, operation, nhiều ví dụ rất thực tế cho mấy bạn sysadmin/sre đọc (vì tác giả cũng là sysadmin)

### Coders At Work

Meta chút xíu thì có Coders At Work, đọc xong cảm nhận nhiều hơn chút về cách tư duy của các legend hồi xưa.

### The design of everyday things

Cuốn này chắc không cần nói nhiều nhỉ :smile: cái học được nhiều nhất là cách nhìn ở góc độ con người (nghiêng nhiều về tâm lý). Cuốn này đặt ra khá nhiều nền tảng trong công việc của mình sau này.


---

# 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:

```
GET https://knowledge.tracelog.in/reference-and-learning-source/books/mindsets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
