This is the repository for Code Anth, which hosts a research project run by Gui Heurich.
The project combines programming and anthropology. If coding is making software and anthropology is researching people, what could the intersection between them be? That is what we are trying to find out with Code Anth. Currently, the project is housed at University College London (UCL) and will remain there until 2023 - at least.
You are more than welcome to be a part of it.
A list of TODO's is provided below. Clone and contribute.
- Footer always at the bottom
- Collaborative reading list, where people can upload content
- Sort articles by id
We currenlty run a reading group on things that intersect technical software material and cultural studies of programming. We meet every Thursday at 3pm GMT. The readings can be found on Code Anth. Please email [email protected] if you want to join.
- Clone the repository
- Make sure you've got Ruby 3+ and Ruby on Rails 7+ installed
- Run:
bundle install
bin/rails db:create db:migrate