From 8ec34e3ad4d4995de853e5ec7da52875170bcfdd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 5 Mar 2025 19:56:41 +0200 Subject: Update content for html --- about/resources.html | 180 ++++++++++----------- ...025-03-05-sharing-on-social-media-with-gos.html | 7 + gemfeed/atom.xml | 9 +- index.html | 2 +- uptime-stats.html | 2 +- 5 files changed, 107 insertions(+), 93 deletions(-) diff --git a/about/resources.html b/about/resources.html index ad3d4ef8..cb1edc7c 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,51 +50,51 @@ In random order:


Technical references


@@ -102,52 +102,52 @@ I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:


Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -156,22 +156,22 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



@@ -189,48 +189,48 @@ In random order:


Podcasts I liked



I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.


Newsletters I like



This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


Formal education



diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html index e456ae41..c68c9f0b 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html @@ -43,6 +43,7 @@
  • How queueing works in gos
  • ⇢ ⇢ Step-by-step queueing process
  • ⇢ ⇢ How message selection works in gos
  • +
  • Database replication
  • Post summary as gemini gemtext
  • Conclusion

  • @@ -338,6 +339,12 @@ Hello World :-)
  • Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.
  • Pause Between Posts: The -pauseDays flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time.

  • +

    Database replication


    +
    +I simply use Syncthing to backup/sync my gosDir.
    +
    +https://syncthing.net
    +

    Post summary as gemini gemtext



    For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here:
    diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index ae9c7796..cc88c3db 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-03-04T21:31:30+02:00 + 2025-03-05T19:56:04+02:00 foo.zone feed To be in the .zone! @@ -50,6 +50,7 @@
  • How queueing works in gos
  • ⇢ ⇢ Step-by-step queueing process
  • ⇢ ⇢ How message selection works in gos
  • +
  • Database replication
  • Post summary as gemini gemtext
  • Conclusion

  • @@ -345,6 +346,12 @@ Hello World :-)
  • Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.
  • Pause Between Posts: The -pauseDays flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time.

  • +

    Database replication


    +
    +I simply use Syncthing to backup/sync my gosDir.
    +
    +https://syncthing.net
    +

    Post summary as gemini gemtext



    For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here:
    diff --git a/index.html b/index.html index 80659be0..27fb2a05 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

    Hello!



    -This site was generated at 2025-03-04T21:31:30+02:00 by Gemtexter
    +This site was generated at 2025-03-05T19:56:04+02:00 by Gemtexter

    Welcome to the ...

    diff --git a/uptime-stats.html b/uptime-stats.html index 70463f37..04765df3 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

    My machine uptime stats



    -This site was last updated at 2025-03-04T21:31:30+02:00
    +This site was last updated at 2025-03-05T19:56:04+02:00

    The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

    -- cgit v1.2.3