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.<p>I'd love to start a hobby project that:<p>* ..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<p>As an example, some time ago I had fun implementing this book: https://www.amazon.com/Ray-Tracer-Challenge-Test-Driven-Renderer/dp/1680502719<p>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.
Document / do a write-up(s) about experiences & what doing/have done. Customize write-up(s) for use at interviews as way to demonstrate knowledge/application of subject matter .<p>For academic tracks, should be able to get at least one bonus paper on how hobby/side project relates to field/subject matter.
The most simple answer: start your own website/blog.<p>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.
May things started out as a 'just need to get this done.'<p>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.<p>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.<p>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.
If you have the space and desire, build a reasonably sized shed (10'x10' in US for example) from scratch and up to code will take you probably around 100 hours if you put in windows and electrical.
Create your own meta-circular evaluator: <a href="https://www.buildyourownlisp.com/" rel="nofollow noreferrer">https://www.buildyourownlisp.com/</a>
Think about everyday challenges you face – maybe a task that could be automated or an app that simplifies a process. Combining hobbies with coding can also be rewarding; for instance, if you're into fitness, create a workout tracker.<p>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!
Do you have any broken stuff around you could repair, if you don't already know hardware (Maybe not the safest if you don't already know about electricity but everyone starts somewhere!).<p>You could look at noncode things to learn. Make a game in a foreign language?<p>These days I pretty much don't start new DIY projects, I just work on existing FOSS.
How about hardware+software project?<p>Build a reliable home survelliance computer that would capture few webcams and upload them to some cloud.<p>Without hassle, just works, and survives short power/wifi/cellular outages, can live for months without maintenance.