# My Knowledge Wiki

> This wiki is now archived - look at [wiki.cedricchee.com (InfoWarehouse)](https://wiki.cedricchee.com/) if you would like an updated wiki. Thank you.

## My Knowledge Wiki

Hey, this is a place where I **document everything I know** and **learn** so far about the world in the form of an **online book**. I am sharing them in the hope that they would be useful to you as well.

> "An investment in knowledge pays the best interest."
>
> *— Ben Franklin*

### How to use the wiki effectively?

In the left corner, you can make searches for what content I have already indexed or you can simply explore the tree view to the left.

### What kinds of contents

I want to remember more [of what I read](http://austinkleon.com/2016/03/03/how-to-read-more-2/), so I take notes to share [compressed wisdom](https://sivers.org/2do).

### What kinds of notes

* Notes on various computer science (technical) topics.
* General notes.
* Notes from projects that I've work on.
* Notes from courses (educational materials) that I've study.
* Notes from books and other interesting things that I've read.

### Other things I wrote and shared

I share my knowledge in a longer form by writing [articles](https://medium.com/@cedric_chee). I also love writing code and share it all on [GitHub](https://github.com/cedrickchee). You can find all the things I have made and shared thus far [here](https://cedricchee/projects).

### Contributing

If you found a mistake anywhere in this wiki, I would really appreciate your help. You can quickly find any entry you wish to edit by [searching for the topic](https://github.com/cedrickchee/knowledge/find/master) and then making the changes.

### License

* Code: [MIT](https://cedrickchee.mit-license.org/) © Cedric Chee
* Content: [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)


---

# Agent Instructions: 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://cedrickchee.gitbook.io/knowledge/readme.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.
