Ask HN: Sugesst me some pet projects

4 points by aryamaan ↗ HN
I am learning a new language (Go) for my work and I liked in the first week I was given to make a chat server to get familiar with it. I enjoyed working on that.

I am looking for similar projects which are not too easy but not too challenging either (like making a text editor). And I also want to work on something I would use rather than just build it and park it.

Looking for some ideas from the community or I want to know what are you working on.

3 comments

[ 2.3 ms ] story [ 19.8 ms ] thread
So you've made a chat server, that's great. I think you could take it farther and still have it be functional for you for casual use. Make a small bookmarking site or a site for tagging elements. What are some things you want to keep track of in your life? Dreams? My friend made his own dream journaling software, that's an idea.

In general, since you've made something 'realtime' and 'bidirectional' (like chat) then you may want to branch into making annotations (like tagging and tag suggestions) for elements {links, notes, sound files, photos you took, whatever}

Mull it over some :)

What about a simple game clone, add multiplayer for added complexity. Forget about Performance at first ;)
Multiplayer flappy bird would be great imo