diff options
Diffstat (limited to 'www/blog/2019-02-17')
-rw-r--r-- | www/blog/2019-02-17/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/blog/2019-02-17/index.html b/www/blog/2019-02-17/index.html index 4afbcb0..48f5f4c 100644 --- a/www/blog/2019-02-17/index.html +++ b/www/blog/2019-02-17/index.html @@ -37,10 +37,11 @@ happening in C was really what was causing all the issues.</p> <h3>The Project</h3> <p>I started working on an application I had been meaning to develop - called <b>reminder.d</b>. This daemon would monitor for reminder - notifications I would send via a CLI. It queue them up based on some time - set to send the notification. I ended up writing both the CLI and the - daemon in this past week, both in C.</p> + called <a href= + 'https://github.com/s3nd3r5/reminder'><b>reminder.d</b></a>. This daemon + would monitor for reminder notifications I would send via a CLI. It queue + them up based on some time set to send the notification. I ended up + writing both the CLI and the daemon in this past week, both in C.</p> <h4>The CLI</h4> <p>The CLI <b>remindme</b> took in messages and appened them to a file. This file would be monitored by the daemon later on. Each reminder @@ -141,7 +142,7 @@ android.</p> </article> <div id='footer'> - <i>February 17, 2019</i> + <i>First draft published on: February 17, 2019</i> </div> </div> </body> |