From f83bf5cc63987598763401b6a4f16b978bd65dd6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 5 Nov 2023 12:31:46 +0100 Subject: Removed Landley from webring --- Makefile | 5 +++++ _includes/webring.html | 6 +++--- bin/webring.rb | 2 +- 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 dev: watch server +build: webring vault + webring: ruby bin/webring.rb +vault: + ruby bin/vault.rb + watch: jekyll b --watch 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 @@
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 […]
  • - October 30, 2023 + How long does it take to compile LLVM 17 on a Raspberry PI 4 — - Rob Landley's Blog Thing for 2023 -
    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...
    + Neil Henning +
    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...
  • On "real name" policies 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 feeds = [ "https://blog.regehr.org/feed", - "https://landley.net/rss.xml", + "https://www.neilhenning.dev/index.xml", "https://drewdevault.com/feed.xml", "https://offbeatpursuit.com/blog/index.rss", "https://mirzapandzo.com/rss.xml", -- cgit v1.2.3