> For the complete documentation index, see [llms.txt](https://thinking.406sys.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.406sys.top/tags/opensource.md).

# OpenSource

开源（暂时没时间继续维护）

1. 快餐文分享：

   The Few, the Tired, the Open Source Coders

   <https://www.wired.com/story/open-source-coders-few-tired/>

   摘要：But open source success, Thornton quickly found, has a dark side. He felt inundated. Countless people wrote him and Otto every week with bug reports, demands for new features, questions, praise. Thornton would finish his day job and then spend four or five hours every night frantically working on Bootstrap—managing queries, writing new code. “I couldn't grab dinner with someone after work,” he says, because he felt like he'd be letting users down: *I shouldn't be out enjoying myself. I should be working on Bootstrap!*

   文章以 BootstrapUI 作者 Thornton 为例，描述了 在没有资本背书的情况下 开源工作者的现状，很残酷也很无奈。开源代表的就是一份责任，如果没有一个良好的反馈机制，很难走下去。


---

# 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://thinking.406sys.top/tags/opensource.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.
