Skip to content

Commit

Permalink
meta: fix atom feed entry ids
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Feb 26, 2024
1 parent 3207b50 commit 694846d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions weblog.atom
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
<title>zephyrtronium</title>
<id>https://zephyrtronium.github.io/</id>
<updated>2024-02-25T18:11:09-06:00</updated>
<updated>2024-02-25T18:16:27-06:00</updated>
<subtitle>correct opinions about types, go, capital letters, &amp;c.</subtitle>
<link href="https://zephyrtronium.github.io/"></link>
<author>
Expand All @@ -11,7 +11,7 @@
<entry>
<title>Choosing RWMutex</title>
<updated>2021-03-24T11:00:00Z</updated>
<id>articles/rwmutex.html</id>
<id>https://zephyrtronium.github.io/articles/rwmutex.html</id>
<link href="https://zephyrtronium.github.io/articles/rwmutex.html" rel="alternate"></link>
<summary type="html">You need to maximize throughput in a concurrent algorithm. Will an RWMutex help?</summary>
<author>
Expand All @@ -22,7 +22,7 @@
<entry>
<title>Sync Map, Reconstructed</title>
<updated>2021-04-13T11:00:00Z</updated>
<id>articles/syncmap.html</id>
<id>https://zephyrtronium.github.io/articles/syncmap.html</id>
<link href="https://zephyrtronium.github.io/articles/syncmap.html" rel="alternate"></link>
<summary type="html">Where does sync.Map actually fit? Let&#39;s rebuild it from scratch to find out!</summary>
<author>
Expand All @@ -33,7 +33,7 @@
<entry>
<title>JSON Constructors</title>
<updated>2023-12-23T11:00:00Z</updated>
<id>articles/unmarshal-validation.html</id>
<id>https://zephyrtronium.github.io/articles/unmarshal-validation.html</id>
<link href="https://zephyrtronium.github.io/articles/unmarshal-validation.html" rel="alternate"></link>
<summary type="html">Combining some obscure features of Go lets us ensure we never decode invalid objects, keeping our APIs and systems safe.</summary>
<author>
Expand All @@ -44,7 +44,7 @@
<entry>
<title>Static Assert in Go</title>
<updated>2024-02-11T11:00:00Z</updated>
<id>articles/static-assert.html</id>
<id>https://zephyrtronium.github.io/articles/static-assert.html</id>
<link href="https://zephyrtronium.github.io/articles/static-assert.html" rel="alternate"></link>
<summary type="html">Make the compiler check your assumptions before any code runs.</summary>
<author>
Expand All @@ -55,7 +55,7 @@
<entry>
<title>GitHub Copilot and License Restrictions</title>
<updated>2021-07-03T11:00:00Z</updated>
<id>articles/copilot.html</id>
<id>https://zephyrtronium.github.io/articles/copilot.html</id>
<link href="https://zephyrtronium.github.io/articles/copilot.html" rel="alternate"></link>
<summary type="html">Implications of GitHub Copilot</summary>
<author>
Expand All @@ -66,7 +66,7 @@
<entry>
<title>Constraints Aren&#39;t Enums</title>
<updated>2021-12-05T11:00:00Z</updated>
<id>articles/generics-enums.html</id>
<id>https://zephyrtronium.github.io/articles/generics-enums.html</id>
<link href="https://zephyrtronium.github.io/articles/generics-enums.html" rel="alternate"></link>
<summary type="html">Go 1.18 still does not add sum types.</summary>
<author>
Expand All @@ -77,7 +77,7 @@
<entry>
<title>StAtE OF tHe arT In RAnDomneSS</title>
<updated>2023-09-02T11:00:00Z</updated>
<id>articles/randomness.html</id>
<id>https://zephyrtronium.github.io/articles/randomness.html</id>
<link href="https://zephyrtronium.github.io/articles/randomness.html" rel="alternate"></link>
<summary type="html">A tour of pseudorandom number generators. Extended notes for my GopherCon 2023 lightning talk.</summary>
<author>
Expand All @@ -88,7 +88,7 @@
<entry>
<title>Bocchi the Example!</title>
<updated>2023-12-24T11:00:00Z</updated>
<id>articles/bocchi.html</id>
<id>https://zephyrtronium.github.io/articles/bocchi.html</id>
<link href="https://zephyrtronium.github.io/articles/bocchi.html" rel="alternate"></link>
<summary type="html">Unfoo your bar, baz.</summary>
<author>
Expand Down

0 comments on commit 694846d

Please sign in to comment.