Hi HN, I am developing LeanReviews with a goal to make it easier to share opinions about anything people care about. People often have lots of opinions about lots of things but dont usually write elaborate reviews. LeanReviews makes sharing quick reviews almost trivial. I had submitted this to HN about a week ago but could not get any response. So I revamped some things and am resubmitting. I hope I get some feedback…
great job, but a favicon would be nice :)
Show HN: LeanReviews - quick reviews for almost anything
11–20 of 24 posts
Re: Show HN: LeanReviews - quick reviews for almost anything
#12Re: Show HN: LeanReviews - quick reviews for almost anything
#13Re: Show HN: LeanReviews - quick reviews for almost anything
#14Earlier quoted context omitted.
you can also try separating negative and positive words in the word-cloud. Looks good!
Hey thanks for the suggestion. I was also thinking of doing something along those lines. However, dont have enough content presently. Some kind of sentiment analysis would be useful.
Re: Show HN: LeanReviews - quick reviews for almost anything
#15Earlier quoted context omitted.
Hey thanks for the suggestion. I was also thinking of doing something along those lines. However, dont have enough content presently. Some kind of sentiment analysis would be useful.
What kind of analysis are you doing so far with it?
Re: Show HN: LeanReviews - quick reviews for almost anything
#16Re: Show HN: LeanReviews - quick reviews for almost anything
#17Earlier quoted context omitted.
you can also try separating negative and positive words in the word-cloud. Looks good!
Hey thanks for the suggestion. I was also thinking of doing something along those lines. However, dont have enough content presently. Some kind of sentiment analysis would be useful.
Re: Show HN: LeanReviews - quick reviews for almost anything
#18Earlier quoted context omitted.
Hey thanks for the suggestion. I was also thinking of doing something along those lines. However, dont have enough content presently. Some kind of sentiment analysis would be useful.
Could you use twitter to grab some reviews? You wouldn't need to do it ongoing but it might be a good way to get to a critical mass of reviews.
Re: Show HN: LeanReviews - quick reviews for almost anything
#19Awesome idea, with a very nice and pure design! Am I the only one experiencing an error 500 while trying to activate my newly-created account?
Re: Show HN: LeanReviews - quick reviews for almost anything
#201. There is not much user input validation, if any. For example, I submitted Broken to the San Francisco page, and it broke the "Explore Review Frequencies" section.
2. There is no checking for repeating submissions. Using a while loop on "send_review('stuff')" repeated my submission until I refreshed the page. A way to fix this would be to save an array of user ids per topic, but unfortunately that would require user login. Or, you could save an array of ip addresses, though obviously there are easy ways to get around that.