diff options
author | Akshay <[email protected]> | 2019-11-07 10:42:41 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2019-11-07 10:42:41 +0000 |
commit | 708dd874d82fc9ec62588000db0a84f919c3a85a (patch) | |
tree | 1fe1db9af0169991c5aceae5727fd8e0386e6f42 | |
parent | 6bf0319d5b358d909d7e4525b6f62e702be39e53 (diff) |
nu links
-rw-r--r-- | docs/index.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 257b56d..707f0b2 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -10,7 +10,7 @@ | |||
10 | <meta property="og:title" content="nerdypepper"> | 10 | <meta property="og:title" content="nerdypepper"> |
11 | <meta property="og:type" content="website"> | 11 | <meta property="og:type" content="website"> |
12 | <meta property="og:description" content="a static site {for, by, about} me "> | 12 | <meta property="og:description" content="a static site {for, by, about} me "> |
13 | <meta property="og:url" content="https://nerdypepper.me"> | 13 | <meta property="og:url" content="https://nerdypepper.tech"> |
14 | <title>n</title> | 14 | <title>n</title> |
15 | 15 | ||
16 | 16 | ||
@@ -23,14 +23,14 @@ | |||
23 | 23 | ||
24 | <details class="post"> | 24 | <details class="post"> |
25 | <summary> | 25 | <summary> |
26 | <div class="date">30/10 2019</div> | 26 | <div class="date">07/11 2019</div> |
27 | <span class="post-link">My Setup</span> | 27 | <span class="post-link">My Setup</span> |
28 | </summary> | 28 | </summary> |
29 | <div class="post-text"> | 29 | <div class="post-text"> |
30 | <p>Decided to do one of these because everyone does one of | 30 | <p>Decided to do one of these because everyone does one of |
31 | these.</p> | 31 | these.</p> |
32 | 32 | ||
33 | <p><img src="https://files.nerdypepper.me/Hb.png" alt="scrot" /></p> | 33 | <p><img src="https://files.nerdypepper.tech/Hb.png" alt="scrot" /></p> |
34 | 34 | ||
35 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier | 35 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier |
36 | to replicate on fresh installations. You can find my | 36 | to replicate on fresh installations. You can find my |
@@ -59,6 +59,22 @@ GIMP :).</p> | |||
59 | 59 | ||
60 | <details class="post"> | 60 | <details class="post"> |
61 | <summary> | 61 | <summary> |
62 | <div class="date">02/11 2019</div> | ||
63 | <span class="post-link">Don't Repeat Yourself</span> | ||
64 | </summary> | ||
65 | <div class="post-text"> | ||
66 | <pre><code>for (int i = 0; i < arr.len(); i++) { ... } | ||
67 | </code></pre> | ||
68 | |||
69 | <p>It is not obvious at all, what this loop does. Is it | ||
70 | supposed to iterate over the elements of the array? Is it | ||
71 | just a variable binding that increases up to <code>arr.len()</code>?</p> | ||
72 | <div class=separator></div> | ||
73 | </div> | ||
74 | </details> | ||
75 | |||
76 | <details class="post"> | ||
77 | <summary> | ||
62 | <div class="date">12/10 2019</div> | 78 | <div class="date">12/10 2019</div> |
63 | <span class="post-link">WPA Woes</span> | 79 | <span class="post-link">WPA Woes</span> |
64 | </summary> | 80 | </summary> |