--- layout: post status: publish published: true title: 'The Reddit Cronicles #1 — Digging the reddit codebase' author: display_name: manu login: manu email: manu@santoro.tk url: http://santoro.tk/blog author_login: manu author_email: manu@santoro.tk author_url: http://santoro.tk/blog excerpt: I’ve always liked Reddit. In the last week I thought it would be a nice idea to run my own instance of reddit. I know, put like this, it seems useless, but I have further ideas I cannot tell. Since

Continue reading

wordpress_id: 4105 wordpress_url: http://santoro.tk/blog/?p=170 date: '2013-09-04 18:23:23 +0000' date_gmt: '2013-09-04 16:23:23 +0000' categories: - PlanetPOuL tags: [] comments: [] ---

I’ve always liked Reddit.

In the last week I thought it would be a nice idea to run my own instance of reddit. I know, put like this, it seems useless, but I have further ideas I cannot tell.

Since reddit is opensource I decided I wanted to give a look to its code.

I haven’t used Python in a while since I took Udacity’s CS101 and CS253 courses, but reading the install script I realized that Python was the smallest of problems. Of course.

Reddit is a well-engineered application that relies (as actually Steve Huffman explained in CS253) in some cool software tools like Memcached, Apache Cassandra, RabbitMQ, PostgreSQL and Pylons web framework.

I decided it would be a good idea to start studying the codebase by giving a look to software pillars on which reddit is build one by one as a way to widen my knowledge of software tools (what problems they solve and how they work) and to have an idea on how reddit actually works.

I don’t like the idea of running a Reddit instance and actually not being able to  properly administer it.

 

Among the packages installed, I noticed (big names):

Over the next months I’ll be giving a look to thoose pieces of software, more or less in depth, and I’ll probably take some notes about it.

 

Enjoy!