Hacker News new | ask | show | jobs
by sargstuff 1024 days ago
May things started out as a 'just need to get this done.'

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.