diff --git a/weblog.atom b/weblog.atom index 9b9a363..883d54f 100644 --- a/weblog.atom +++ b/weblog.atom @@ -1,7 +1,7 @@ zephyrtronium https://zephyrtronium.github.io/ - 2024-02-25T18:11:09-06:00 + 2024-02-25T18:16:27-06:00 correct opinions about types, go, capital letters, &c. @@ -11,7 +11,7 @@ Choosing RWMutex 2021-03-24T11:00:00Z - articles/rwmutex.html + https://zephyrtronium.github.io/articles/rwmutex.html You need to maximize throughput in a concurrent algorithm. Will an RWMutex help? @@ -22,7 +22,7 @@ Sync Map, Reconstructed 2021-04-13T11:00:00Z - articles/syncmap.html + https://zephyrtronium.github.io/articles/syncmap.html Where does sync.Map actually fit? Let's rebuild it from scratch to find out! @@ -33,7 +33,7 @@ JSON Constructors 2023-12-23T11:00:00Z - articles/unmarshal-validation.html + https://zephyrtronium.github.io/articles/unmarshal-validation.html Combining some obscure features of Go lets us ensure we never decode invalid objects, keeping our APIs and systems safe. @@ -44,7 +44,7 @@ Static Assert in Go 2024-02-11T11:00:00Z - articles/static-assert.html + https://zephyrtronium.github.io/articles/static-assert.html Make the compiler check your assumptions before any code runs. @@ -55,7 +55,7 @@ GitHub Copilot and License Restrictions 2021-07-03T11:00:00Z - articles/copilot.html + https://zephyrtronium.github.io/articles/copilot.html Implications of GitHub Copilot @@ -66,7 +66,7 @@ Constraints Aren't Enums 2021-12-05T11:00:00Z - articles/generics-enums.html + https://zephyrtronium.github.io/articles/generics-enums.html Go 1.18 still does not add sum types. @@ -77,7 +77,7 @@ StAtE OF tHe arT In RAnDomneSS 2023-09-02T11:00:00Z - articles/randomness.html + https://zephyrtronium.github.io/articles/randomness.html A tour of pseudorandom number generators. Extended notes for my GopherCon 2023 lightning talk. @@ -88,7 +88,7 @@ Bocchi the Example! 2023-12-24T11:00:00Z - articles/bocchi.html + https://zephyrtronium.github.io/articles/bocchi.html Unfoo your bar, baz.