aboutsummaryrefslogtreecommitdiff
path: root/_includes/webring.html
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 /_includes/webring.html
parentd3dfec6f52d8093db276adb62021ced8f58e590c (diff)
downloadmitjafelicijan.com-f83bf5cc63987598763401b6a4f16b978bd65dd6.tar.gz
Removed Landley from webring
Diffstat (limited to '_includes/webring.html')
-rw-r--r--_includes/webring.html6
1 files changed, 3 insertions, 3 deletions
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>