From e87e69da25def4a0af96d0425f3a1f16e658ac55 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Sun, 17 Feb 2019 01:55:05 -0500 Subject: Updated indicies with post --- www/blog/2019-02-17/index.html | 11 ++++++----- www/blog/index.html | 3 +++ www/index.html | 23 ++++++++++------------- 3 files changed, 19 insertions(+), 18 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.

The Project

I started working on an application I had been meaning to develop - called reminder.d. 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.

+ called reminder.d. 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.

The CLI

The CLI remindme 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.

diff --git a/www/blog/index.html b/www/blog/index.html index 8afbc6b..d738f8f 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -19,6 +19,9 @@

Blog Index

    +
  1. + 2019-02-17 - Venturing back into C +
  2. 2019-01-21 - First! A New Years Resolution diff --git a/www/index.html b/www/index.html index 98558ae..1471b9a 100644 --- a/www/index.html +++ b/www/index.html @@ -21,20 +21,17 @@ like uploading.

    -

    Recent Post - 2019-01-21

    -

    First! A New Years Resolution

    -

    I like to write small hacky things from time to time when I have a - weekend to myself, or a day, or an hour... But I never had a place to put - them or the push to complete them beyond their initial hack. So I decided - I should write a blog about it.

    -

    First

    -

    My plan for this site is part of my New Years Resolution to not only - improve my non-technical-document writing, but to also upload whatever I - am working on.

    +

    Recent Post - 2019-02-17

    +

    Venturing back into C

    +

    After working in C++ for home projects that never go anywhere I + decided to get back to basics and write a utility that I have been + needing in plain ol' C.

    +

    reminder.d is + a cli and daemon (so far) that manage reminders throughout your day.

    +
    - -- cgit v1.2.3-54-g00ecf