Ask HN: Tell us about your side projects.
1–10 of 102 posts
Re: Ask HN: Tell us about your side projects.
#2I am also looking for ideas for my next side project that I will use as an opportunity to get a better understanding of Flask & Angular.js. So, if you aren't able to work on it yourself, let me know if you would like to get some web app that you wish existed.
Re: Ask HN: Tell us about your side projects.
#3Re: Ask HN: Tell us about your side projects.
#4I started learning to code because of these games in all honesty, over the last couple of weeks I've been working on an open source mafia game (with an installer and configuration page, control panel for moderators, etc) to allow inexperienced people to release their own version of the game (or to give experienced programmers a solid base to work from.)
At this stage I'm getting in the content, the gambling aspects of it, etc. and I am reaching the point where I will consider releasing it. About 90 hours have gone in to it so far at about 6 hours per day (I also have a 40 hour/week full time job with a 2 hour each way bus commute.)
I've come up against and defeated a lot of challenges, and the codebase is very clean and MVC based (I use php5, CodeIgniter and MySQL) so I'm genuinely proud that this revisit to my more youthful days has been a fruitful one. I plan to go live with a demo and release the source on github and via my personal website in about a week or two, depending on how I fare against what I have left to code.
Re: Ask HN: Tell us about your side projects.
#5Here are some of my little hacks: http://jgc.org/labs.html
Have you considered making a web/mobile version? Email overload is one hot topic these days.
Re: Ask HN: Tell us about your side projects.
#6Here are some of my little hacks: http://jgc.org/labs.html
I really liked http://getpopfile.org . I had a somewhat related idea where I wanted to use ML to filter incoming emails and assign/tag them as to-do list items. Have you considered making a web/mobile version? Email overload is one hot topic these days.
Re: Ask HN: Tell us about your side projects.
#7Since I was a little kid I've played on text based "mafia" games, where the idea was like any other game, to be the highest rank, the richest, the one with the most "kills" or in the best "crew", etc. I started learning to code because of these games in all honesty, over the last couple of weeks I've been working on an open source mafia game (with an installer and configuration page, control panel for moderators, etc…
Re: Ask HN: Tell us about your side projects.
#8Since I was a little kid I've played on text based "mafia" games, where the idea was like any other game, to be the highest rank, the richest, the one with the most "kills" or in the best "crew", etc. I started learning to code because of these games in all honesty, over the last couple of weeks I've been working on an open source mafia game (with an installer and configuration page, control panel for moderators, etc…
Sounds cool, I used to play an PBM (Play By Mail) game called It's a crime... been waiting for a modern version of this since forever.. ( http://www.kjcgames.com/crime/index.php )
Re: Ask HN: Tell us about your side projects.
#9Earlier quoted context omitted.
I really liked http://getpopfile.org . I had a somewhat related idea where I wanted to use ML to filter incoming emails and assign/tag them as to-do list items. Have you considered making a web/mobile version? Email overload is one hot topic these days.
Actually what I considered doing was making it a service. Since it can all operate transparently through IMAP (including training and filtering) it's trivial to make it work with any IMAP based email. I have it working against my own gmail through OAUTH, but I decided that the market was likely too small.
How about reimplementing the core logic in python and exposing it as library/API so that all kinds of web/mobile/plugin front ends can be built on top of it?
Re: Ask HN: Tell us about your side projects.
#10Earlier quoted context omitted.
Actually what I considered doing was making it a service. Since it can all operate transparently through IMAP (including training and filtering) it's trivial to make it work with any IMAP based email. I have it working against my own gmail through OAUTH, but I decided that the market was likely too small.
How small is the market and how much work it will take to make a web/mobile app for it? I think if done properly it can get some paying customers. Even if it doesn't become a big startup, it has the possibility of becoming a good source of passive income. How about reimplementing the core logic in python and exposing it as library/API so that all kinds of web/mobile/plugin front ends can be built on top of it?