Ask HN: How to come up with a useful, coding hobby project?
I get bored on weekends. Of course I go out and do things, but I also find myself bored at home sometimes with not much to do, lots of mental energy, and not in the mood to watch TV shows or play video games.
I'd love to start a hobby project that:
* ..would teach me something new (i.e. TCP protocol, or redis, or..) * ..would keep me "entertained" for potentially 100+ hours * ..I would NOT be tempted to start monetizing. It has to be absolutely useless
As an example, some time ago I had fun implementing this book: https://www.amazon.com/Ray-Tracer-Challenge-Test-Driven-Renderer/dp/1680502719
This time I'd like to go deeper into some other topic; I don't think I spent more than 20 hours cumulatively on that book.
22 comments
[ 4.8 ms ] story [ 60.9 ms ] threadYou could look at noncode things to learn. Make a game in a foreign language?
These days I pretty much don't start new DIY projects, I just work on existing FOSS.
Per hobby, look at various things do on frequent basis and/or infrequent basis. Try to envision how to do all/or parts as a coding hobby project. Then go do the opensource research to see if there are things that do something similar (or just specific related aspect of what want to code/do) . Jury rig / program way to get the open source things to work together.
Eample: frequent tasks/appointment & schedule reminders (enter task & do automated sms notification reminders) which would entail setting up OS, datbase (command line and/or gui), 'shell scripting' link between user / database and SMS. Perhaps upcoming scheduled report summary & automated clean-up of expired tasks/schedules.
perhaps at some point move it over to cloud so can visually access / add additional information through internet portal. might want to make sure understand security implications first.
You can learn/practice how to create the site, write about whatever you want and make it as useful or useless as you feel like.
You stated that you want a useful one in the title
That's an unusal take on 'graded' certifications / degrees / training programs.
subject was about 'ungraded'/check things out in spare time.
open source projects : https://www.freecodecamp.org/news/open-source-projects-every...
Learn 3d printing skills / CNC skills / coding & encoding skills / programming skills via making/assembling a useless one person mechanical TV[0][2] broadcasting station[3] with paper tape recording[1].
Today's off the shelf hardware/software makes for a 'relatively' easy software 'mechanical tv'.
asciimation : https://octobanana.com/software/asciimation
pal to ascii : https://github.com/joelibaceta/video-to-ascii
--------
Can always see how far can substitue diy paper circuits and still have same functionality/quality as silicon circuits[4][5][6].
Perhaps perfect a way of using scotch to convert paper into a plastic version for longevity.
--------
[0] : https://en.wikipedia.org/wiki/Mechanical_television
[1] : punch card : https://www.youtube.com/watch?v=Oke-7lsvFug
[2] : Ben Heck's Mechanical TV part 1: https://www.youtube.com/watch?v=eI0TtyVEcs8[3] : digital camera with a nipkow disk : https://www.youtube.com/watch?v=KCzMLl-cB94
----------
[4] : robotic arm : https://howtomechatronics.com/tutorials/arduino/diy-arduino-...
[5] : "circuit printer" : https://www.hackster.io/news/sketch-a-circuit-anywhere-with-...
[6] paper circuit quality verification : https://www.hackster.io/news/jerry-de-vos-plastic-scanner-tu...
------------
Note: "This is what I had in mind. Sorry for not being clearer." not a reply to this comment.
Take a MOOC - this is good to explore potential topics
Ask your mom what she needs
Join a tech club
Remember, the journey is as important as the end result, so enjoy the learning process and don't hesitate to seek inspiration from coding communities and online project repositories!
Build a reliable home survelliance computer that would capture few webcams and upload them to some cloud.
Without hassle, just works, and survives short power/wifi/cellular outages, can live for months without maintenance.
For academic tracks, should be able to get at least one bonus paper on how hobby/side project relates to field/subject matter.