aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:31:46 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:31:46 +0100
commitf83bf5cc63987598763401b6a4f16b978bd65dd6 (patch)
treea9cf118226f716a8848cdb0f8ed285ea68246333
parentd3dfec6f52d8093db276adb62021ced8f58e590c (diff)
downloadmitjafelicijan.com-f83bf5cc63987598763401b6a4f16b978bd65dd6.tar.gz
Removed Landley from webring
-rw-r--r--Makefile5
-rw-r--r--_includes/webring.html6
-rw-r--r--bin/webring.rb2
3 files changed, 9 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 13f1d1b..470ba21 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,14 @@ MAKEFLAGS+=-j3
2 2
3dev: watch server 3dev: watch server
4 4
5build: webring vault
6
5webring: 7webring:
6 ruby bin/webring.rb 8 ruby bin/webring.rb
7 9
10vault:
11 ruby bin/vault.rb
12
8watch: 13watch:
9 jekyll b --watch 14 jekyll b --watch
10 15
diff --git a/_includes/webring.html b/_includes/webring.html
index 8ec704f..383ded3 100644
--- a/_includes/webring.html
+++ b/_includes/webring.html
@@ -6,10 +6,10 @@
6 <div>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 […]</div> 6 <div>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 […]</div>
7 </li> 7 </li>
8 <li> 8 <li>
9 <a href="http://www.landley.net/notes-2023.html#30-10-2023" target="_blank" rel="noopener">October 30, 2023</a> 9 <a href="https://www.neilhenning.dev/posts/how-long-to-compile-llvm-17-on-rpi/" target="_blank" rel="noopener">How long does it take to compile LLVM 17 on a Raspberry PI 4</a>
10 10
11 <a href="http://www.landley.net/notes-2023.html" target="_blank" rel="noopener">Rob Landley's Blog Thing for 2023</a> 11 <a href="https://www.neilhenning.dev/" target="_blank" rel="noopener">Neil Henning</a>
12 <div> Feeling terrible. Very tired. Can't sleep. Still coughing and sneezing and so on. Still drizzle outside, but now it's dropped down to near freezing. Spent 5 minutes outside and wanted gloves. (Which means I don't just have a cold, I have a STEREOTYPICAL cold. Of the "wet and drizzly somehow inexplicably encourage viru...</div> 12 <div>With the imminent launch of the Raspberry Pi 5 I wondered - how long does it take to compile the latest LLVM release (17 at the time of writing this blog) on the Raspberry Pi 4. This will give me a baseline that I can test the Raspberry Pi 5 against once I get ahold of it. For my initial exploration I decided to test j...</div>
13 </li> 13 </li>
14 <li> 14 <li>
15 <a href="https://drewdevault.com/2023/10/31/On-real-names.html" target="_blank" rel="noopener">On &#34;real name&#34; policies</a> 15 <a href="https://drewdevault.com/2023/10/31/On-real-names.html" target="_blank" rel="noopener">On &#34;real name&#34; policies</a>
diff --git a/bin/webring.rb b/bin/webring.rb
index 6156a7d..1a7b15a 100644
--- a/bin/webring.rb
+++ b/bin/webring.rb
@@ -7,7 +7,7 @@ summary_max_length = 320
7 7
8feeds = [ 8feeds = [
9 "https://blog.regehr.org/feed", 9 "https://blog.regehr.org/feed",
10 "https://landley.net/rss.xml", 10 "https://www.neilhenning.dev/index.xml",
11 "https://drewdevault.com/feed.xml", 11 "https://drewdevault.com/feed.xml",
12 "https://offbeatpursuit.com/blog/index.rss", 12 "https://offbeatpursuit.com/blog/index.rss",
13 "https://mirzapandzo.com/rss.xml", 13 "https://mirzapandzo.com/rss.xml",