Reddit pronounced as "red-it" is a social news ranking website.

learn more… | top users | synonyms

11
votes
4answers
4k views

Reddit-style nested/threaded/indented comments for Rails?

I'm wondering if someone has already built a system for threaded comments (for lack of a better term) in Rails or if I need to build it myself. In case it's not clear, what I'm referring to is a ...
6
votes
3answers
807 views

what's the 5 character alphanumeric id in reddit URL?

Whats the 7n5lu in the reddit URL http://www.reddit.com/r/reddit.com/comments/7n5lu/man_can_fly_if_you_watch_one_video_in_2 how is it generated? update: @Gerald, Thanks for the code. I initially ...
4
votes
1answer
191 views

Can someone explain last year's reddit exploit to me?

Last year a user managed to inject arbitrary javascript into reddit's markdown syntax. Can someone explain how this was done and how I can test whether my site is similarly vulnerable?
3
votes
2answers
159 views

Where do mathematical algorithms for Reddit's ranking, as an example, come from?

recently I was looking at Reddit's algorithm for determining what makes a post a "hot" topic and which content is suitable for the reddit homepage. the article I was reading is here: ...
3
votes
1answer
134 views

Surviving Digg/Reddit Effect on EC2

I'm trying to understand how many EC2 servers I should start. I understand the point of AWS is to be able to scale up quickly, but just for cost estimates, how many (approximately) micro ec2 nodes ...
3
votes
1answer
110 views

Why certain variables are used in “hotness” calculations?

I recently read a blog post about the Reddit "hotness" formula. The formula shown below seems to be the one used. There are a couple of variables I don't understand why they would be picked though. I ...
3
votes
1answer
242 views

C55: More Info?

I saw a PyCon09 keynote presentation (slides: http://www.slideshare.net/kn0thing/ride-the-snake-reddit-keynote-pycon-09?c55) given by the reddit guys, and in it they mention a CSS compiler called C55. ...
3
votes
3answers
973 views

Most efficient data structure to represent threaded comments in Java?

I want to represent threaded comments in Java. This would look similar to the way comments are threaded on reddit.com hello hello hello hello hello hello hello As in the ...
3
votes
1answer
528 views

Reddit's commenting system (hierarchial)

For those of you who have looked at Reddit's source code, where exactly is the logic where it manages the comments hierarchial structure? I downloaded the code, but couldn't even find the database ...
2
votes
1answer
136 views

Converting json to custom object array

I am trying to create a reddit app (just for practice) for Windows Phone 7 using C# and Json.Net. I am trying to get a hang of converting json to something c# can work with, along with some other ...
2
votes
0answers
222 views

Reddit RSS feed, more than just the 25 results?

I'm trying to parse through the subreddits on http://reddit.com for the links, but so far I'm blocked by the limit of the 25 results given (say when visiting ...
2
votes
1answer
200 views

I am unable to use Reddit's APIs to log in

I'm trying to use the Reddit API to do some stuff. I have everything working but changing pages and logging in. I need to login to use my program, I know how to use the cookie I get, but I just can't ...
2
votes
2answers
71 views

Retrieving media (images, videos etc.) from links in Perl

Similar to Reddit's r/pic sub-reddit, I want to aggregate media from various sources. Some sites use OEmbed specs to expose media on the page but not all sites do it. I was browsing through Reddit's ...
2
votes
1answer
199 views

Reddit API in php returns bad captcha for submitting story

Using php for Reddit api for submitting a story returns bad captcha as error. I am able to login using the api and get usermod and captcha perfectly using api. Ideally if the reddit_session cookie is ...
2
votes
2answers
203 views

Any reddit alternatives?

So I asked this question recently on the existence of link submission + reputation systems. The response I got excited me to the core. I mean, reddit had it open sourced so why re-invent the wheel. ...
2
votes
1answer
2k views

Help with Reddit API Documentation

Looking at the official? Reddit API page it seems quite sparse. In particular I can't like a description of the json files so I don't have to recreate them from scratch (is element x always null and ...
2
votes
3answers
236 views

Is it possible to get a RSS feed of a reddit with links to posts with X upvotes?

I created a subreddit that I am connecting to a twitter account via twitterfeed. Currently I have it pointed to this RSS feed. I would like to filter this RSS feed with posts that have X upvotes ...
2
votes
0answers
228 views

Anyone worked with Reddit's code base before?

I'm looking to hire someone to build me a reddit/HN style discussion forum. Anyone worked with Reddit's code base before? What are the downsides? Should I have someone start from scratch?
2
votes
3answers
2k views

reddit style voting with django

Hay i need to hand implemeneting a voting system into a model. I've had a huge helping hand from Mike DeSimone making this work in the first place, but i need to expand upon his work. Here is my ...
2
votes
1answer
520 views

How to install and run (setup) reddit.com on windows environment?

Reddit.com is providing their code as open source and free. I want to setup the reddit.com website at my local machine in Windows Environment. Could anybody please help me or guide me to the best ...
1
vote
0answers
100 views

Reddit API for voting

I'm able to login to reddit via the API with Java, but I can't get a vote to process. This was an attempt to do a reduced case just to get it to work. But all I get back is "User is required to do ...
1
vote
3answers
110 views

Why do Firefox and Chrome render “ಠ_ಠ” (U+0CA0) differently, even if I set both on UTF-8?

The character in question is ಠ (U+0CA0; ಠ). Here are three screenshots: Chrome 17 for Mac Firefox 7 for Mac Firefox > 4 for Windows All browsers I tried had UTF-8 as encoding. ...
1
vote
1answer
114 views

Adding support for flair to reddit_api

I'm trying to add support for reddit flair api to reddit_api, but I don't seem to be getting anywhere. I've added the following to urls.py: ("api/", { ... "flair": "flair/" ...
1
vote
1answer
147 views

How to extract url data from Reddit API using JSON

I am trying to extract the URLs from an image-only subreddit and have them output inside <img> tags. Been trying to hack together the .getJSON() Flickr example from the jQuery Docs for a while ...
1
vote
0answers
111 views
+50

Learning the reddit JSON API using Apigee. How do I submit a story?

Accordng to https://github.com/reddit/reddit/wiki/API I need to: "Post the following to http://www.reddit.com/api/submit: uh=f0f0f0f0&kind=link&url=yourlink.com&sr=funny ...
1
vote
1answer
65 views

Exclude advertisements from social sharing thumbnail options

Awhile back I noticed that social linking sites such as Reddit, StumbleUpon and Facebook would often grab advertisements running on my site as the thumbnail image for shared pages. I didn't want that ...
1
vote
0answers
130 views

Reddit button formatting broken in Chrome. Works fine in Firefox

I am attaching link to the image to visually explain my issue. http://i.imgur.com/ZRjpo.jpg It works fine in firefox. But the formatting is weird in Chrome. I am using reddit interactive buttons ...
1
vote
0answers
130 views

Problem with “pycountry.db” — AttributeError: 'module' object has no attribute 'db'

edit: Turns out it was some kind of compatibility issue with reddit and the newest (0.14) version of pycountry. easy_install'd 0.12.1 and everything's working now I'm trying to setup a reddit ...
1
vote
1answer
96 views

Getting NEW posts from a subreddit in JSON

How would I go about getting the new posts of a subreddit in JSON? Just tacking on .json to the url (http://www.reddit.com/r/SOME_SUBREDDIT/new.json) returns the following: { kind: "Listing" ...
1
vote
1answer
152 views

Stringing together C and Python code in Go?

Update I'm trying to create a simple Go function which will simply take in a string of reddit-style Markdown and return the appropriate HTML. Right now, I know that having Discount installed is a ...
1
vote
1answer
159 views

Running Reddit - Paster Shell errors re: webhelpers.rails deprecated

ubuntu@ubuntu-02:/reddit/r2$ paster serve --reload example.ini http_port=8080Starting subprocess with file monitor ...
1
vote
1answer
286 views

REDDIT Page 3 of reddit json

From the Reddit api, it says it is possible to get the json of a page. I can do this for the front page, but how do I do I get the json for the third page without visiting the second page? Is it ...
1
vote
1answer
186 views

Dealing With Cookies and Reddit on the iPhone

I'm building a Reddit client, for the iPad and the iPhone. I know there's some other clients, but I have some really cool ideas for tabbed Reddit browsing :D Anywho, I'm working on the back-end of ...
1
vote
2answers
605 views

Reddit / Digg clone on google app engine?

Is anyone aware of a reddit / digg clone software available for google app engine?
1
vote
1answer
222 views

Getting Started with Reddit open-source, Configuration/Installation

It is always better to learn from other developers experiences. I would like to clone Reddit at my workplace on an intranet basis. Though the documentation is great at ...
1
vote
1answer
1k views

Error while executing “paster shell example.ini” in reddit.com

Friends!!! I am frustated since last five days working on implementing reddit.com on a ubuntu 9.10 machine. Yes, I know that reddit.com has been tested on ubuntu intrepid. But now i want to install ...
1
vote
1answer
231 views

JavaScript code to handle comment folding (similar to Reddit's)?

I really like the way Reddit's comment system works - particulary the ability to smoothly fold/unfold a tree of comments. Is there some standard JavaScript code/library that does this? Or did Reddit ...
1
vote
1answer
445 views

Digg-like search result ranking with Lucene / Solr?

I'm using Solr for search. I have documents that have an integer field "popularity". I want to rank results by a combination of normal fulltext search relevance and popularity. It's kinda like ...
1
vote
3answers
584 views

CSS margins: aligning a list against a float-left image

The following is my first cut at coding-up a reddit-like comment in html+css. I have a few questions about css and the general structure: How do I get the comment body ("The King took off his ...
1
vote
2answers
547 views

Reddit RSS feed returning less items when requested through HTTP?

I am trying to read data from an RSS feed which has 25 items. When I request the RSS file through HTTP it says there are only 20 items. function test($location) { $doc = new DomDocument(); ...
1
vote
1answer
256 views

How extensible is Google Moderator?

I am trying to integrate vote-up-buttons similar as in Reddit to Google Moderator. However, Google Moderator does not give me Shell access. This suggests me that the only way is to use ...
0
votes
0answers
38 views

Error 429 when invoking Reddit api from Google App Engine

I have been running a cron job on Google App Engine for over a month now without any issues. The job does a variety of things, one being that it uses urllib2 to make a call to retrieve a json response ...
0
votes
1answer
34 views

How do I query select all my mysql rows under the modification of a stored function with a reddit-based algorithm?

I've spent the whole day googling and deleting and inserting trying to implement this code. I've been trying to implement a reddit-like site using php and mysql. I have been following another ...
0
votes
1answer
37 views

Get score for an url on Reddit, using jQuery getJSON

I am trying to get the score for a certain URL from reddit. To add a "share with reddit (count)" link: function redditCounter(url) { // Get number of counts from reddit JSON api // ...
0
votes
0answers
64 views

Does Reddit's JSON API have undocumented artificial limits to prevent scraping?

It would appear that the JSON API returns very different results than the browser. Put this URL in your browser and look at the results, then try it with API Kitchen, Curl, Mechanize, etc ...
0
votes
2answers
66 views

DataBinding deserialized json array

I am relatively new to C#, silverlight and the whole data binding paradigm. I have been working on a little test app that pulls data from reddit via their API using Json.Net. Anyways, I get the data ...
0
votes
1answer
31 views

Linking a user's Reddit account with my site without storing their Reddit password

I'd like to be able to let a user link their reddit site with my app so I can pull in comments and posts and what not but I'd rather not actually store their password since I think that will turn some ...
0
votes
5answers
59 views

A questions about database structures and lots of functions ala Reddit

I have a question about how a bookmarking site like Reddit would manage all the 'votes' a user has logged. For example when I (User_ID_292929) vote up a post (Post_ID_282828) logically somewhere in a ...
0
votes
0answers
50 views

Reddit Like Site Hosting Service [closed]

I would like to create a site using reddit code. Are there any cheap hosting for reddit code? I think the code is written in python and uses postgressql database and some other dependencies.
0
votes
0answers
14 views

webpage image scanner (similar to reddit or facebook) for php

I'm looking for something similar for creating images from links, any idea of a library I can use? Any libraries or particular tools out there available for this? if so what are they?

1 2