From dcb4ceb2b04868032ecdc80a8090eaf01b74e081 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas <foo.dogsquared@gmail.com> Date: Mon, 28 Nov 2022 08:11:59 +0800 Subject: [PATCH] Update webring post list as of 2022-11-28 --- layouts/partials/openring.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/layouts/partials/openring.html b/layouts/partials/openring.html index 4746db9..add209b 100644 --- a/layouts/partials/openring.html +++ b/layouts/partials/openring.html @@ -1,65 +1,64 @@ -<hr/> <section class="webring"> - <h3>Posts from other blogs I follow</h3> + <h3>Posts from other places I follow</h3> <section class="articles"> <div class="webring__article"> <p class="webring__title"> - <a href="https://guix.gnu.org/blog/2020/online-guix-day-announce-2/" target="_blank" rel="noopener">Online Guix Day Conference: schedule released!</a> + <a href="https://hackaday.com/2022/11/27/portable-commodore-64-lives/" target="_blank" rel="noopener">Portable Commodore 64 Lives!</a> </p> <span class="webring__metadata"> <small class="webring__source"> - via <a href="https://guix.gnu.org/blog/">GNU Guix — Blog</a> + via <a href="https://hackaday.com">Hackaday</a> </small> - <small class="webring__date">- <date datetime="2020-11-16 00:00:00 +0000 UTC">2020-11-16</date></small> + <small class="webring__date">- <date datetime="2022-11-27 09:00:53 +0000 +0000">2022-11-27</date></small> </span> </div> <div class="webring__article"> <p class="webring__title"> - <a href="https://kde.org/announcements/pinephone-plasma-mobile-edition/" target="_blank" rel="noopener">Introducing the PinePhone - KDE Community edition</a> + <a href="https://blog.replit.com/replit-reps" target="_blank" rel="noopener">Announcing Replit Reps Cohort 2</a> </p> <span class="webring__metadata"> <small class="webring__source"> - via <a href="https://kde.org/announcements/">Announcements on KDE</a> + via <a href="https://blog.replit.com/">Replit Blog</a> </small> - <small class="webring__date">- <date datetime="2020-11-15 12:00:00 +0100 +0100">2020-11-15</date></small> + <small class="webring__date">- <date datetime="2022-11-25 00:00:00 +0000 +0000">2022-11-25</date></small> </span> </div> <div class="webring__article"> <p class="webring__title"> - <a href="https://sachachua.com/blog/2020/11/2020-11-09-emacs-news/" target="_blank" rel="noopener">2020-11-09 Emacs news</a> + <a href="http://www.bay12games.com/dwarves/index.html#2022-11-23" target="_blank" rel="noopener">11/23/2022</a> </p> <span class="webring__metadata"> <small class="webring__source"> - via <a href="https://sachachua.com/blog">sacha chua :: living an awesome life</a> + via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Development Log</a> </small> - <small class="webring__date">- <date datetime="2020-11-10 03:55:00 +0000 +0000">2020-11-10</date></small> + <small class="webring__date">- <date datetime="2022-11-23 11:13:00 +0800 PST">2022-11-23</date></small> </span> </div> <div class="webring__article"> <p class="webring__title"> - <a href="https://protesilaos.com/codelog/2020-10-24-org-export-dispatcher-face/" target="_blank" rel="noopener">Org’s export dispatcher has a new face for its keys</a> + <a href="https://wingolog.org/archives/2022/10/31/ephemerons-and-finalizers" target="_blank" rel="noopener">ephemerons and finalizers</a> </p> <span class="webring__metadata"> <small class="webring__source"> - via <a href="https://protesilaos.com/codelog.xml">Protesilaos Stavrou: Coding blog</a> + via <a href="https://wingolog.org/">wingolog</a> </small> - <small class="webring__date">- <date datetime="2020-10-24 00:00:00 +0000 +0000">2020-10-24</date></small> + <small class="webring__date">- <date datetime="2022-10-31 12:21:23 +0000 UTC">2022-10-31</date></small> </span> </div> <div class="webring__article"> <p class="webring__title"> - <a href="https://brettgilio.com/posts/2020-10-18-emacsconf-2020.html" target="_blank" rel="noopener">EmacsConf 2020 & My Submission</a> + <a href="https://ma.ttias.be/cronweekly/issue-157/" target="_blank" rel="noopener">cron.weekly issue #157: Browsers, tailwind, podman, zfs & more</a> </p> <span class="webring__metadata"> <small class="webring__source"> - via <a href="https://brettgilio.com/">Brett Gilio's blog</a> + via <a href="https://ma.ttias.be/cronweekly/">The cron.weekly newsletter on ma.ttias.be</a> </small> - <small class="webring__date">- <date datetime="2020-10-18 15:50:00 -0500 -0500">2020-10-18</date></small> + <small class="webring__date">- <date datetime="2020-11-22 06:50:00 +0100 +0100">2020-11-22</date></small> </span> </div> @@ -87,6 +86,5 @@ .webring__attribution { text-align: right; font-size: 0.8rem; - color: var(--base03); } </style>