# 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: 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://thinking.simonaking.com/tags/opensource.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.
