About this site
About
OvercomingBias Collection is a collection of Robin Hanson's content.
Here you can:
- Find (nearly) all of his best work: blog posts, essays, videos and podcasts
- Find curated introductions to main ideas (or create them yourself)
- Search, sort and filter content
- Compile collections of content and share them with the world
Contact
If you have feedback about the site, feel free to use this feedback form.
Alternatively, you can contact me at chrismcdonald (at) purelymail.com.
Code
The site is built on Django, a Python web framework. It runs in Docker.
The source code for the project is split over a few repositories:
- obscraper: an automated web scraper for the overcomingbias site.
- django-overcomingbias-api: the site backend. A standalone Django app which exposes an API to Robin Hanson's content.
- django-overcomingbias-pages: the site frontend. A standalone Django app which provides a web interface to Robin Hanson's content.
- django-overcomingbias-collection: production environment (including Docker builds) for the site.