> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/my-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/my-docs/websites/articles.md).

# Articles

## Articles

Some articles I read and liked that don't fit under any other topic inside this wiki.

* [Postmortem: Every Frame a Painting](https://medium.com/@tonyszhou/postmortem-1b338537fabc)
* [Good books for deep hacks](https://begriffs.com/posts/2017-04-13-longterm-computing-reading.html)
* [RetroClip: Instant Replay for your Mac (2018)](https://www.realartists.com/blog/retroclip-instant-replay-for-your-mac.html)
* [Who will steal Android from Google?](https://medium.com/@steve.yegge/who-will-steal-android-from-google-af3622b6252e)
* [Stevey's Google Platforms Rant](https://gist.github.com/chitchcock/1281611)
* [The Stack Overflow Age](https://www.joelonsoftware.com/2018/04/06/the-stack-overflow-age/)
* [\~2015 in review](https://medium.com/@sebmck/2015-in-review-51ac7035e272) - Inspiring.
* [My AirBnb story](https://medium.com/non-fiction/my-airbnb-story-cafb5cd7fcbe) - Share your work.
* [What does Stack Overflow want to be when it grows up?](https://blog.codinghorror.com/what-does-stack-overflow-want-to-be-when-it-grows-up/)
* [Be Careful About What You Dislike (2016)](http://lucumr.pocoo.org/2016/11/5/be-careful-about-what-you-dislike/)
* [2017, The summary](https://turiphro.nl/writings/2017-summary/)
* [On moving on (2014)](https://ostera.io/essays/LOV-000-on-moving-on.html)
* [So I stopped programming (2014)](https://ostera.io/essays/LOV-001-so-i-stopped-programming.html)
* [Stepping back (2018)](https://write.as/matt/stepping-back)
* [Coping with Feedback (2019)](https://overreacted.io/coping-with-feedback/)
* [The Sad State of Logging Bugs for Apple (2019)](https://www.corbinstreehouse.com/blog/2019/03/the-sad-state-of-logging-bugs-for-apple/)
* [Readme Driven Development (2010)](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html)
* [Legendary articles (2020)](https://wheresvic.net/legendary)
* [Technical reading list](https://linus.zone/technical-reading)
* [Patio11's Greatest Hits](https://www.kalzumeus.com/greatest-hits/)

### Links

* [Most influential essays I've ever read. What are yours? (2020)](https://twitter.com/patrick_oshag/status/1278307221944840193)
* [Read Something Great](https://www.readsomethinggreat.com) - Timeless articles from the belly of the internet.
* [Ask HN: What's the most life-changing blog post you've ever read? (2021)](https://news.ycombinator.com/item?id=28232165)
* [Timeless articles posted on Hacker News, written 1321 to 2021](https://hn.lindylearn.io) ([HN](https://news.ycombinator.com/item?id=29605429))
* [The 2021 Stratechery Year in Review](https://stratechery.com/2021/the-2021-stratechery-year-in-review/)


---

# 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://bryan-guner.gitbook.io/my-docs/websites/articles.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.
