Ask HN: Simple ideas for weekend hack?
1–5 of 5 posts
Re: Ask HN: Simple ideas for weekend hack?
#2Another idea :
Knowledge Explorer : Write a scraper that crawls sites like HN/Reddit/StackOverflow/Quora etc and organizes articles/questions/discussions etc in categories like "Python", "Ruby", "UX", "Machine Learning". Allow users to explore it according to these categories and sort it on basis of votes/comments/answers/etc. It will involve web scraping and machine learning. I need it personally.
Re: Ask HN: Simple ideas for weekend hack?
#3Implement social share count API in Scala / Java: http://stackoverflow.com/q/12847138/239168
I would do it myself but my wife and 2 small kids will object.
Re: Ask HN: Simple ideas for weekend hack?
#4Re: Ask HN: Simple ideas for weekend hack?
#5A less interesting idea(that can make you some money) - Hack a Wordpress theme using http://underscores.me/ and Twitter Bootstrap. I did it as a weekend project last sat/sun. Another idea : Knowledge Explorer : Write a scraper that crawls sites like HN/Reddit/StackOverflow/Quora etc and organizes articles/questions/discussions etc in categories like "Python", "Ruby", "UX", "Machine Learning". Allow users to explore i…