Also I want to release some standalone novelty apps with in-app purchases and guerrilla market the shit out of them.
Ask HN: Plans for side projects in 2014?
21–30 of 42 posts
Re: Ask HN: Plans for side projects in 2014?
#22Re: Ask HN: Plans for side projects in 2014?
#23Re: Ask HN: Plans for side projects in 2014?
#24This year I ended up focusing on an open resource for teaching and learning Python, http://introtopython.org . In 2014 I hope to bring that project to an appropriate level of completion. After that, I'd like to go back to another project I started, http://opencompetencies.org . This project aims to help educators build and maintain their own sets of education standards. These projects have been well-received so far.…
It would be fantastic to see more educators relying on (crowd, open, ...) sourced plans, and rely less on the mediocre textbooks and resources that most districts provide.
Re: Ask HN: Plans for side projects in 2014?
#251. pacman style game developed from scratch, with a discussion of sprite animation and techniques to make a monster chase your character through a maze
2. software + hardware guide to connecting a beep-when-you-whistle keychain (remember those?) to one of the input ports and make your computer do interesting stuff when you whistled
3. graph an arbitrary f(x, y) = 0 function via numerical methods (trace the intersection of z = f(x, y) with the xy plane)
4. basic text adventure with a discussion of representing a map via a graph, using an array to simulate pointers
5. an introduction to forth for basic programmers
the key point is that these were both complete projects, and jumping-off points to explore the topic in greater depth. as a kid i found it very inspiring, and learnt a lot from it.
Re: Ask HN: Plans for side projects in 2014?
#26Re: Ask HN: Plans for side projects in 2014?
#27Thank you all for the ideas, I will be grinching the best and brightest in return for 0 shares of my future company.
So I should try to come up with the best sounding, longest to implement, but in reality most unprofitable idea and hope you burn 9 months on it?
Re: Ask HN: Plans for side projects in 2014?
#28http://www.mtgprice.com - automated price guide for Magic: the Gathering cards.
Re: Ask HN: Plans for side projects in 2014?
#29I plan to release an app for londoners, focused on finding good pubs around tube stations. It's pretty funky: http://dribbble.com/shots/1326115-London-Pub-Crawl-Interacti... Plus I want to play with creating a few games. I have 5-6 simple ideas I'd like to spend a couple of weeks at a time trying out that I'll be putting on my blog at http://danielhough.co.uk
Out of curiosity, what did you use to prototype the interaction?
Re: Ask HN: Plans for side projects in 2014?
#30This year I ended up focusing on an open resource for teaching and learning Python, http://introtopython.org . In 2014 I hope to bring that project to an appropriate level of completion. After that, I'd like to go back to another project I started, http://opencompetencies.org . This project aims to help educators build and maintain their own sets of education standards. These projects have been well-received so far.…
Open Competencies sounds like an awesome idea. Curriculum is not as open or transportable in the US education system as it should be, particularly at secondary schools. Too many teachers are reduced to teaching to exams, because that's the only thing their school district has time or resources to focus on. It would be fantastic to see more educators relying on (crowd, open, ...) sourced plans, and rely less on the me…