diff --git a/content/post/20220601-links/index.md b/content/post/20220601-links/index.md new file mode 100644 index 0000000..de88d28 --- /dev/null +++ b/content/post/20220601-links/index.md @@ -0,0 +1,93 @@ ++++ +title = "Interesting Links from May" +date = 2022-06-01T00:00:00 +lastmod = 2022-06-012T00:00:00 +draft = false + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Carl Pearson"] + +tags = ["links"] + +summary = "" + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = [] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Center" + + # Show image only in page previews? + preview_only = true + + +categories = [] + +# Set captions for image gallery. + + ++++ + +Here are some interesting things I read this month. +Presented without comment or endorsement. + +* [Preventing the Collapse of Civilization / Jonathan Blow (Thekla, Inc)][1] +* [The World Order Reset][2] ([archive][2w]) +* [How to Write a Spelling Corrector][3] ([archive][3w]) +* [Never Trust a Number][4] ([archive][4w]) +* [Walkthrough of UHC’s Claim Reimbursement Form Game][5] ([archive][5w]) +* [Collections: When is a Tank not a Tank?][6] ([archive][6w]) +* [Down the Golang nil Rabbit Hole][7] ([archive][7w]) +* [First-Hand:No Damned Computer is Going to Tell Me What to DO - The Story of the Naval Tactical Data System, NTDS][8] ([archive][8w]) +* [Static Integer Types][9] ([archive][9w]) +* [Privacy Tools List by CKTN][10] ([archive][10w]) +* [Programming Sucks][11] ([archive][11w]) +* [My Students Cheated...A lot][12] ([archive][12w]) + +[1]: https://youtu.be/ZSRHeXYDLko + +[2]: https://theupheaval.substack.com/p/the-world-order-reset +[2w]: https://web.archive.org/web/20220531065327/https://theupheaval.substack.com/p/the-world-order-reset + +[3]: https://norvig.com/spell-correct.html +[3w]: https://web.archive.org/web/20220608042304/http://www.norvig.com/spell-correct.html + +[4]: https://climateer.substack.com/p/numbers +[4w]: https://web.archive.org/web/20220513002323/https://climateer.substack.com/p/numbers?s=r + +[5]: https://github.com/MyUHCAdventure/MyUHCAdventure.github.io +[5w]: https://web.archive.org/web/20220606220414/https://github.com/MyUHCAdventure/MyUHCAdventure.github.io + +[6]: https://acoup.blog/2022/05/06/collections-when-is-a-tank-not-a-tank/ +[6w]: https://web.archive.org/web/20220607064407/https://acoup.blog/2022/05/06/collections-when-is-a-tank-not-a-tank/ + +[7]: https://blog.urth.org/2021/03/27/down-the-golang-nil-rabbit-hole/ +[7w]: https://web.archive.org/web/20220223131327/https://blog.urth.org/2021/03/27/down-the-golang-nil-rabbit-hole/ + +[8]: https://ethw.org/First-Hand:No_Damned_Computer_is_Going_to_Tell_Me_What_to_DO_-_The_Story_of_the_Naval_Tactical_Data_System,_NTDS +[8w]: https://web.archive.org/web/20220521031203/https://ethw.org/First-Hand:No_Damned_Computer_is_Going_to_Tell_Me_What_to_DO_-_The_Story_of_the_Naval_Tactical_Data_System,_NTDS + +[9]: https://tratt.net/laurie/essays/entries/static_integer_types.html +[9w]: https://web.archive.org/web/20220531061546/https://tratt.net/laurie/essays/entries/static_integer_types.html + +[10]: https://gitlab.com/ck-s-technology-news/privacy-tools-list-by-cktn +[10w]: https://web.archive.org/web/20220602084027/https://gitlab.com/ck-s-technology-news/privacy-tools-list-by-cktn + +[11]: https://www.stilldrinking.org/programming-sucks +[11w]: https://web.archive.org/web/20220526024022/http://www.stilldrinking.org/programming-sucks + +[12]: https://crumplab.com/articles/blog/post_994_5_26_22_cheating/index.html +[12w]: https://web.archive.org/web/20220610082353/https://crumplab.com/articles/blog/post_994_5_26_22_cheating/index.html +