aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-06 00:51:53 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-06 00:51:53 +0100
commit72b1513042622a0e4556f1c78fde5a3f1efb6139 (patch)
tree8344fe3d8bdd5fbd845a185ec85207c5b478f7ea /_includes
parentdfc0956ce1b8900a70161a5858ea814519e820a1 (diff)
downloadmitjafelicijan.com-72b1513042622a0e4556f1c78fde5a3f1efb6139.tar.gz
Fixed webring website links
Diffstat (limited to '_includes')
-rw-r--r--_includes/webring.html41
1 files changed, 10 insertions, 31 deletions
diff --git a/_includes/webring.html b/_includes/webring.html
index 204bcbb..6ee3368 100644
--- a/_includes/webring.html
+++ b/_includes/webring.html
@@ -1,63 +1,42 @@
1 <h2>Posts from blogs I follow around the net</h2> 1 <h2>Posts from blogs I follow around the net</h2>
2 <ul> <li> 2 <ul> <li>
3 <a href="https://blog.regehr.org/archives/2485" target="_blank" rel="noopener">Why Do Peephole Optimizations Work?</a> 3 <div><a href="https://blog.regehr.org/archives/2485" target="_blank" rel="noopener">Why Do Peephole Optimizations Work?</a> — Embedded in Academia</div>
4
5 <a href="https://blog.regehr.org" target="_blank" rel="noopener">Embedded in Academia</a>
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> 4 <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> 5 </li>
8 <li> 6 <li>
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> 7 <div><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> — Neil Henning</div>
10
11 <a href="https://www.neilhenning.dev/" target="_blank" rel="noopener">Neil Henning</a>
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> 8 <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> 9 </li>
14 <li> 10 <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> 11 <div><a href="https://drewdevault.com/2023/10/31/On-real-names.html" target="_blank" rel="noopener">On &#34;real name&#34; policies</a> — Drew DeVault's blog</div>
16
17 <a href="https://drewdevault.com" target="_blank" rel="noopener">Drew DeVault's blog</a>
18 <div>Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your &ldquo;real name&rdquo;. Such projects have a so-called &ldquo;real name&rdquo; policy; Linux is one well-known example.1 The root motivations behind such policies vary, but in my experience the most o...</div> 12 <div>Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your &ldquo;real name&rdquo;. Such projects have a so-called &ldquo;real name&rdquo; policy; Linux is one well-known example.1 The root motivations behind such policies vary, but in my experience the most o...</div>
19 </li> 13 </li>
20 <li> 14 <li>
21 <a href="http://offbeatpursuit.com:80/blog/?id=26" target="_blank" rel="noopener">Learning all the wrong lessons</a> 15 <div><a href="http://offbeatpursuit.com:80/blog/?id=26" target="_blank" rel="noopener">Learning all the wrong lessons</a> — WLOG - blog</div>
22
23 <a href="WLOG - blog
24http://offbeatpursuit.com:80/blog/" target="_blank" rel="noopener">WLOG - blog</a>
25 <div>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...</div> 16 <div>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...</div>
26 </li> 17 </li>
27 <li> 18 <li>
28 <a href="https://mirzapandzo.com/next-image-url-parameter-is-valid-but-upstream-response-is-invalid" target="_blank" rel="noopener">Next/Image &quot;url&quot; parameter is valid but upstream response is invalid</a> 19 <div><a href="https://mirzapandzo.com/next-image-url-parameter-is-valid-but-upstream-response-is-invalid" target="_blank" rel="noopener">Next/Image &quot;url&quot; parameter is valid but upstream response is invalid</a> — Mirza Pandzo&apos;s Blog</div>
29
30 <a href="https://mirzapandzo.com/" target="_blank" rel="noopener">Mirza Pandzo&apos;s Blog</a>
31 <div>Getting "url" parameter is valid but upstream response is invalid error with Next/Image on WSL2</div> 20 <div>Getting "url" parameter is valid but upstream response is invalid error with Next/Image on WSL2</div>
32 </li> 21 </li>
33 <li> 22 <li>
34 <a href="https://journal.valeriansaliou.name/deploy-a-nomad-cluster-on-alpine-linux-with-vultr/" target="_blank" rel="noopener">Deploy a Nomad Cluster on Alpine Linux with Vultr</a> 23 <div><a href="https://journal.valeriansaliou.name/deploy-a-nomad-cluster-on-alpine-linux-with-vultr/" target="_blank" rel="noopener">Deploy a Nomad Cluster on Alpine Linux with Vultr</a> — Valerian Saliou</div>
35
36 <a href="https://journal.valeriansaliou.name/" target="_blank" rel="noopener">Valerian Saliou</a>
37 <div>After spending countless hours trying to understand how to deploy my apps on Kubernetes for the first time to host Mirage, an AI API service that I run, I ended up making myself a promise that the next app I work on would be using a more productive & simpler</div> 24 <div>After spending countless hours trying to understand how to deploy my apps on Kubernetes for the first time to host Mirage, an AI API service that I run, I ended up making myself a promise that the next app I work on would be using a more productive & simpler</div>
38 </li> 25 </li>
39 <li> 26 <li>
40 <a href="https://neil.computer/notes/chart-of-accounts-for-startups-and-saas-companies/" target="_blank" rel="noopener">Chart of Accounts for Startups and SaaS Companies</a> 27 <div><a href="https://neil.computer/notes/chart-of-accounts-for-startups-and-saas-companies/" target="_blank" rel="noopener">Chart of Accounts for Startups and SaaS Companies</a> — Neil Panchal</div>
41
42 <a href="https://neil.computer/" target="_blank" rel="noopener">Neil Panchal</a>
43 <div>Accounting is fundamental to starting a business. You need to have a basic understanding of accounting principles and essential bookkeeping. I had to learn it. There was no choice. For filing taxes, your CPA is going to ask you for an Income Statement (also known as P/L statement). If</div> 28 <div>Accounting is fundamental to starting a business. You need to have a basic understanding of accounting principles and essential bookkeeping. I had to learn it. There was no choice. For filing taxes, your CPA is going to ask you for an Income Statement (also known as P/L statement). If</div>
44 </li> 29 </li>
45 <li> 30 <li>
46 <a href="https://michael.stapelberg.ch/posts/2023-10-25-my-all-flash-zfs-network-storage-build/" target="_blank" rel="noopener">My 2023 all-flash ZFS NAS (Network Storage) build</a> 31 <div><a href="https://michael.stapelberg.ch/posts/2023-10-25-my-all-flash-zfs-network-storage-build/" target="_blank" rel="noopener">My 2023 all-flash ZFS NAS (Network Storage) build</a> — Michael Stapelbergs Website</div>
47
48 <a href="https://michael.stapelberg.ch/feed.xml" target="_blank" rel="noopener">Michael Stapelbergs Website</a>
49 <div>For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) and how I set it up. Design Goals I use my network storage device...</div> 32 <div>For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) and how I set it up. Design Goals I use my network storage device...</div>
50 </li> 33 </li>
51 <li> 34 <li>
52 <a href="https://utcc.utoronto.ca/~cks/space/blog/spam/DKIMHeaderSigningMeaning" target="_blank" rel="noopener">The various meanings of DKIM signing message headers</a> 35 <div><a href="https://utcc.utoronto.ca/~cks/space/blog/spam/DKIMHeaderSigningMeaning" target="_blank" rel="noopener">The various meanings of DKIM signing message headers</a> — Chris&#39;s Wiki :: blog</div>
53
54 <a href="https://utcc.utoronto.ca/~cks/space/blog/" target="_blank" rel="noopener">Chris&#39;s Wiki :: blog</a>
55 <div>When I talked about the issue of what headers to include in email DKIM signatures, I didn't really cover the specifics of how you DKIM sign email headers and what the various options mean. The specifics can matter, especially since they help you (me) understand and navigate through the options that mailers (such as Exi...</div> 36 <div>When I talked about the issue of what headers to include in email DKIM signatures, I didn't really cover the specifics of how you DKIM sign email headers and what the various options mean. The specifics can matter, especially since they help you (me) understand and navigate through the options that mailers (such as Exi...</div>
56 </li> 37 </li>
57 <li> 38 <li>
58 <a href="https://szymonkaliski.com/writing/2023-10-02-building-a-diy-pen-plotter/" target="_blank" rel="noopener">Building a DIY Pen Plotter</a> 39 <div><a href="https://szymonkaliski.com/writing/2023-10-02-building-a-diy-pen-plotter/" target="_blank" rel="noopener">Building a DIY Pen Plotter</a> — Szymon Kaliski</div>
59
60 <a href="http://github.com/dylang/node-rss" target="_blank" rel="noopener">Szymon Kaliski</a>
61 <div>This article documents my learnings from designing and building a DIY Pen Plotter during the summer of 2023. My ultimate goal is to build my…</div> 40 <div>This article documents my learnings from designing and building a DIY Pen Plotter during the summer of 2023. My ultimate goal is to build my…</div>
62 </li> 41 </li>
63</ul> 42</ul>