Don't forget to upvote the poll so other people can see it and share their projects.
Ask HN: What is your current pet project?
1–10 of 35 posts
Re: Ask HN: What is your current pet project?
#2Re: Ask HN: What is your current pet project?
#3Also i'm cloning HN in Laravel. Most of the basics work but i've got nothing online to show yet. I find it fun because I like imaging how the structure of the site might affect the way people communicate and use it.
Re: Ask HN: What is your current pet project?
#4Playing around with making projects with Arduino + sensors, it's fun because there is so much you can do with the Arduino platform these days. The hardware course in university was a rush through, and I never really had time to experiment on my own with it (the real learning). So now, I get to do it with the Arduino, which makes it SO much easier (and cheaper) than it use to be.
Re: Ask HN: What is your current pet project?
#5Re: Ask HN: What is your current pet project?
#6https://github.com/voltagex/python-gist
Python is just nice to code in, and I find it a lot easier to start a project in than C#, which is my day job.
The other thing I've been doing is getting into reverse engineering of embedded devices - http://blog.voltagex.org/bdplayer.html and https://news.ycombinator.com/item?id=6997623
I also buy far, far too many tiny devices like Raspberry Pis and Cubieboards.
I think between experimenting with and reversing tiny linux-running devices (I'm looking at you, consumer router manufacturers) I'll find a new career direction, but at the moment it's a good challenge and a glorious time and money sink.
Re: Ask HN: What is your current pet project?
#7Re: Ask HN: What is your current pet project?
#8Re: Ask HN: What is your current pet project?
#9It is still in very active development - but the base is solidifying and the new test framework is starting to shape up nicely.
I have already started dog-fooding it in my other personal projects - the most visual of which can be seen here: http://jamielewis.me.uk/posts/2013-11-03-Mapping-Earthquakes...
Re: Ask HN: What is your current pet project?
#10It's progressing steadily, and people seem to be responding positively to the first project, a tutorial about plotting geospatial data using matplotlib and Basemap: http://introtopython.org/visualization_earthquakes.html
The whole project is on github: https://github.com/ehmatthes/intro_programming
PS I just accidentally ended a 132-day github streak, mostly focused on this project. I stared watching a movie with my wife last night, and at the end of the movie I looked at the clock and realized I forgot to make a commit before 11pm. No matter, it was never about the streak anyway. :)