From dfc0956ce1b8900a70161a5858ea814519e820a1 Mon Sep 17 00:00:00 2001
From: Mitja Felicijan
Date: Mon, 6 Nov 2023 00:44:20 +0100
Subject: Fixed webring website links
---
_includes/webring.html | 10 +++++-----
bin/webring.rb | 3 ++-
index.html | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/_includes/webring.html b/_includes/webring.html
index 383ded3..204bcbb 100644
--- a/_includes/webring.html
+++ b/_includes/webring.html
@@ -2,7 +2,7 @@
-
Why Do Peephole Optimizations Work?
—
- Embedded in Academia
+ Embedded in Academia
In its original form, a peephole optimization applied to a collection of instructions located close together in a program. For example, in a register transfer language we might find this sequence of instructions: r0 = xor r8, -1 r1 = xor r9, -1 r0 = and r0, r1 Here, assuming the two’s complement representation, -1 […]
-
@@ -18,11 +18,11 @@
Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your “real name”. Such projects have a so-called “real name” policy; Linux is one well-known example.1 The root motivations behind such policies vary, but in my experience the most o...
-
- A fix by any other name
+ Learning all the wrong lessons
—
- WLOG - blog
-
tags: i2c, plan9 Another month, another file system. Well, if you can’t fix it in software, fix it in hardware (looking at you, bme680, we’re not done yet). The show must go on, as they say, and I would like my experiments to go on. So a “new” addition to the environmental sensor family connected to the humble “server”...
+ WLOG - blog
+ tags: random, zig The time when some thought should be given to something other than just random projects is approaching. For whom does the sysbell rings? So why not sharpen the brain with a simple exercise? A “cold open” so to speak. A quick “hello” run through the current popular (and STRONGLY recommended) system pro...
-
Next/Image "url" parameter is valid but upstream response is invalid
diff --git a/bin/webring.rb b/bin/webring.rb
index 1a7b15a..6a502e2 100644
--- a/bin/webring.rb
+++ b/bin/webring.rb
@@ -28,7 +28,7 @@ feeds.each do |feed_url|
first = rss.items.first
author = rss.channel.title
- website = rss.channel.link
+ website = rss.channel.link.gsub(%r{?[^>]+?>}, '')
title = first.title
link = first.link
@@ -63,6 +63,7 @@ feeds.each do |feed_url|
out_html.concat(partial)
puts "Feed: #{author}"
+ puts "Website: #{website}"
puts "Title: #{title}"
puts "Link: #{link}"
puts "Summary: #{summary}"
diff --git a/index.html b/index.html
index e6bbcc1..bbcc231 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@ until it surrenders its mysteries to you.
binary-visualization — Visualizations and exploration of binary files
p9tree — Tree utility for 9front/Plan9 operating systems
errand — Task runner for the command line
- i3blocks — Task Minimal i3blocks indicators
+ i3blocks — Minimal i3blocks indicators
cord.h — Small C library for handling strings
mprogress — Tiny utility that displays progress bar in terminal
qli — Quantum Lorem Ipsum generator for command line
--
cgit v1.2.3