diff options
| -rw-r--r-- | Makefile | 5 | ||||
| -rw-r--r-- | _includes/webring.html | 6 | ||||
| -rw-r--r-- | bin/webring.rb | 2 |
3 files changed, 9 insertions, 4 deletions
| @@ -2,9 +2,14 @@ MAKEFLAGS+=-j3 | |||
| 2 | 2 | ||
| 3 | dev: watch server | 3 | dev: watch server |
| 4 | 4 | ||
| 5 | build: webring vault | ||
| 6 | |||
| 5 | webring: | 7 | webring: |
| 6 | ruby bin/webring.rb | 8 | ruby bin/webring.rb |
| 7 | 9 | ||
| 10 | vault: | ||
| 11 | ruby bin/vault.rb | ||
| 12 | |||
| 8 | watch: | 13 | watch: |
| 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 "real name" policies</a> | 15 | <a href="https://drewdevault.com/2023/10/31/On-real-names.html" target="_blank" rel="noopener">On "real name" 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 | ||
| 8 | feeds = [ | 8 | feeds = [ |
| 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", |
