Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11's comments
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
I voted you down because I thought it was spam, sorry. I've undone my vote now so you are back to 0. When I voted there was just one item with a link, and it looked like someone just wanted to advertise their online store.
Your article seems fine for the site. An optimum article would be more than just a list of links though.
Ideally, I want articles to become full-fledged, comprehensive articles. Like the article for "Reasons to Quit Smoking". In time, I hope that article can become a comprehensive resource of all the best reasons to quit smoking. Then someone who is trying to quit smoking can use that article as motivation to quit.
I'll be working on a commenting system so that in the future it'll be easier to discuss this type of thing on the actual article page.
Thanks for trying out the site and providing feedback! And sorry again for thinking it was spam.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
I was debating between calling them "lists" or "articles", and decided on "articles" because my hope is that over time they will become full-fledged articles (true that my domain name makes that a bit confusing). Paul Graham's article on "the 18 mistakes that kill startups" (http://www.paulgraham.com/startupmistakes.html) is the type of article I am shooting for with Listry. Where each item of the article has 1 or more in-depth paragraphs of explanation or details.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
It's developed with the dynamic language Groovy, on Google App Engine. Here's a comment with some more details: http://news.ycombinator.com/item?id=2916803
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
I've manually merged their entries with the main vim entry.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
I've seen that site before. Mine's more about creating comprehensive articles rather than just a list. Something where each item of the article has paragraph(s) of detail.
Something like Paul Graham's article, "18 Mistakes that Kill Startups" (http://www.paulgraham.com/startupmistakes.html) would be an ideal Listry article.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Your other article, "Best Text Editors for Programming", is a perfect article for Listry I think. The Cambridge coffee shops one would be good if there were a lot of Listry users that lived in Cambridge and could vote on it, I'm not sure there are enough though.
Your feature request is a good idea, I'll keep it in mind for down the road.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
For example, if you wanted to convince someone that they should develop for iOS instead of android, you could start an article on Listry titled "Reasons to develop for iOS". Then add a few reasons of your own to the article, and then other Listry users could add their reasons, everyone would vote on the best reasons, and then in the end you would have a good resource of all the best reasons to develop for iOS.
A reputation system would definitely be a good thing to have too. I was thinking about creating one, but decided to launch early, and then improve the site over time.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
Right now the popular tab sorts things based on the votes for the article, and also the votes for the items within the article. So an article with good items can rank higher than an article with more votes, but no items.
Right now there isn't any time-component to the popular articles. I was thinking of having sub-tabs for "popular this week", "popular this month", and "popular all time", and then having the default be "popular this month".
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
For crap articles, people can vote them down, which will move them lower on the new articles tab and popular articles tab if they are voted low enough. Also, I can manually delete obviously crap articles, or close articles that don't fit the format.
For crap edits, they can be undone in the history tab of each article. I need to do a little work in making rollbacks easier though.
If I get a lot of traffic, I'll have to write some software to help identify malicious edits.
Spines11 | 14 years ago | on: Today I launched my solo project, Listry. Feedback/suggestions appreciated
I built my own mini-framework for Google App Engine with a focus on speed. The main thing that makes it fast is that it utilizes public edge caching for most content, and the parts of the content that change from user to user are updated with javascript.
So with the home page, App Engine just serves a static page from it's edge cache, which is updated every 30 seconds, and the top bar of the site which is different if you are logged in is updated with javascript to show you different links if you are logged in.
It uses my own mini-framework for Google App Engine. This comment has more details: http://news.ycombinator.com/item?id=2916803