diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-06 00:44:20 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-06 00:44:20 +0100 |
| commit | dfc0956ce1b8900a70161a5858ea814519e820a1 (patch) | |
| tree | cd825e3b36efa7d8d1a710aadd1cc13f1c7e810d /_includes/webring.html | |
| parent | d73b700495c7cc23a17406b0e51088cae81202ea (diff) | |
| download | mitjafelicijan.com-dfc0956ce1b8900a70161a5858ea814519e820a1.tar.gz | |
Fixed webring website links
Diffstat (limited to '_includes/webring.html')
| -rw-r--r-- | _includes/webring.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_includes/webring.html b/_includes/webring.html index 383ded3..204bcbb 100644 --- a/_includes/webring.html +++ b/_includes/webring.html | |||
| @@ -2,7 +2,7 @@ | |||
| 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 | <a href="https://blog.regehr.org/archives/2485" target="_blank" rel="noopener">Why Do Peephole Optimizations Work?</a> |
| 4 | — | 4 | — |
| 5 | <a href="<link>https://blog.regehr.org" target="_blank" rel="noopener">Embedded in Academia</a> | 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> | 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> |
| @@ -18,11 +18,11 @@ | |||
| 18 | <div>Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your “real name”. Such projects have a so-called “real name” policy; Linux is one well-known example.1 The root motivations behind such policies vary, but in my experience the most o...</div> | 18 | <div>Some free software projects reject anonymous or pseudonymous contributions, requiring you to author patches using your “real name”. Such projects have a so-called “real name” 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> | 19 | </li> |
| 20 | <li> | 20 | <li> |
| 21 | <a href="http://offbeatpursuit.com:80/blog/?id=25" target="_blank" rel="noopener">A fix by any other name</a> | 21 | <a href="http://offbeatpursuit.com:80/blog/?id=26" target="_blank" rel="noopener">Learning all the wrong lessons</a> |
| 22 | — | 22 | — |
| 23 | <a href="<title>WLOG - blog</title> | 23 | <a href="WLOG - blog |
| 24 | <link>http://offbeatpursuit.com:80/blog/" target="_blank" rel="noopener">WLOG - blog</a> | 24 | http://offbeatpursuit.com:80/blog/" target="_blank" rel="noopener">WLOG - blog</a> |
| 25 | <div>tags: i2c, plan9 Another month, another file system. Well, if you can’t fix it in software, fix it in hardware (looking at you, bme680, we’re not done yet). The show must go on, as they say, and I would like my experiments to go on. So a “new” addition to the environmental sensor family connected to the humble “server”...</div> | 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> |
| 26 | </li> | 26 | </li> |
| 27 | <li> | 27 | <li> |
| 28 | <a href="https://mirzapandzo.com/next-image-url-parameter-is-valid-but-upstream-response-is-invalid" target="_blank" rel="noopener">Next/Image "url" parameter is valid but upstream response is invalid</a> | 28 | <a href="https://mirzapandzo.com/next-image-url-parameter-is-valid-but-upstream-response-is-invalid" target="_blank" rel="noopener">Next/Image "url" parameter is valid but upstream response is invalid</a> |
