Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 5216 days ago | link | parent

Thanks idoh, I should have said something about what I'm trying to do.

I've been using feedreaders for about 4 years, but I still remember that I went past the RSS icon several-score times before I figured out what it meant and how I should use it. I think the notion of subscribing is a huge reason feedreaders haven't caught on in the mainstream. So goal #1: to give the benefit of feedreaders - one place to read - to lay users without requiring them to create subscriptions. On readwarp you just vote on what you like, and you get subscribed to feeds behind the scenes.

Even if you understand feedreaders, they have several issues. First, since they sort by time, one high-volume feed can swamp others. This implicitly gives people an incentive to post more frequently rather than with higher quality (http://akkartik.name/blog/2009-05-19-21-30-46-soc). Second, feedreaders today look too much like my inbox. At some number of feeds google reader starts to seem like work, and I start skimming rather than reading. So goal #2: to be fair to all my feeds, to eliminate the sense of 'falling behind', and to force me to not skim. The current UI forces me to focus on one story at a time, even if I hit the red button within 3s of looking at a story.

Goal #3 is to be less concerned with social recommendations than, say, stumbleUpon. Reddit tried to do recommendations by clustering users, and it failed partly because we all have such diverse interests, just because I overlap with you on programming doesn't mean I overlap with you on indian news. A special-case of 'not being social' is to not be concerned with what's popular. What we all read should drive what's popular, not the other way around. But lots of sites today will just show you what's popular, simply because that's easy to do. When we all tend to read what's popular, the people who read a lot end up disproportionately influencing what we read. No conspiracy theory here, I just want us to make more independent reading choices, and I think that'll improve our level of discourse and make the world a better place.

The implication of goal #3 is that I use more text mining than graph algorithms to make recommendations. I'll prob factor in recommendations from your friends at some point, but it'll just be one signal among many to decide what you should read. The program currently is about 4k lines of arc. Much is going on behind the scenes that the current UI doesn't really expose. There's algorithms to prioritize your feeds based on affinity with other stories you said you liked. Subscription isn't boolean but grey-scale. But the current UI doesn't separate multiple users, and it's trying to minimize how much you tell me about yourself. If you'd like to try out a feedreader personalized to your tastes, send me an email. I'll import your feeds for you, and you can try out my algorithms to prioritize your feeds.

Any feedback y'all have is most appreciated. I applied to YC with this last time, and I've applied this time as well. Wish me luck!



2 points by idoh 5215 days ago | link

Hi Kartik - Small world, I remember you presenting this at SuperHappyDevHouse 30. Nice to see you plugging away on it. My friend presented a joint project of ours during the same lightning talk, lawnelephant (a site that just took feature requests and implemented them).

I'll give your product a try - just shoot me an email at idoh@idoh.com. I'm not sure it is for me though - I like the google reader layout, because I like reading all of the feeds from one source and then switching to another, e.g. read everything from daring fireball and then read avc.

-----

1 point by akkartik 5215 days ago | link

Holy crap, I think I remember you. Hola.

"I like reading all of the feeds from one source and then switching to another"

That's the sort of thing that would be a trivial change for readwarp. I've received this feedback a couple of times, and have been mulling a 'more from this feed' button.

Let's take this offline. Why don't you shoot me an email? (address in my profile)

-----