92 lines
3.3 KiB
Markdown
92 lines
3.3 KiB
Markdown
+++
|
|
title = "Interesting Links from January"
|
|
date = 2022-01-31T00:00:00
|
|
lastmod = 2022-01-31T00:00:00
|
|
draft = true
|
|
|
|
# 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.
|
|
|
|
|
|
* [This World of Ours][11] ([pdf][11w])
|
|
* [How ISO C Became Unusable for OS Development][10] ([pdf][10w])
|
|
* [u/Ilforte on Lies and Loyalty][9] ([archive][9w])
|
|
* [XKCD: Average Familiarity][8] ([archive][8w])
|
|
* [LeanTL: A Lean version of Twitter Timeline][7]
|
|
* [Twitter Thread of Naval Mistakes][6] ([archive][6w])
|
|
* [Analysing Network Quality on MacOS][5] ([archive][5w])
|
|
* [My First Impressions of Web3][4] ([archive][4w]), [HN][4a] ([archive][4aw])
|
|
* [Top Risks 2022][3] ([archive][3w])
|
|
* [Your Email Validation Logic is Wrong][2] ([archive][2w])
|
|
* [700000 Lines of Code and 20 Years: How Dwarf Fortress is Built][1], ([archive][1w])
|
|
|
|
|
|
|
|
[1]: https://stackoverflow.blog/2021/12/31/700000-lines-of-code-20-years-and-one-developer-how-dwarf-fortress-is-built/
|
|
[1w]: http://web.archive.org/web/20220124134954/https://stackoverflow.blog/2021/12/31/700000-lines-of-code-20-years-and-one-developer-how-dwarf-fortress-is-built/
|
|
|
|
[2]: https://www.netmeister.org/blog/email.html
|
|
[2w]: http://web.archive.org/web/20220124135117/https://www.netmeister.org/blog/email.html
|
|
|
|
[3]: https://www.eurasiagroup.net/issues/top-risks-2022
|
|
|
|
[4]: https://moxie.org/2022/01/07/web3-first-impressions.html
|
|
[4a]: https://news.ycombinator.com/item?id=29845208
|
|
[4w]: http://web.archive.org/web/20220124135418/https://moxie.org/2022/01/07/web3-first-impressions.html
|
|
[4aw]: http://web.archive.org/web/20220124135412/https://news.ycombinator.com/item?id=29845208
|
|
|
|
[5]: https://danpetrov.xyz/macos/2021/11/14/analysing-network-quality-macos.html
|
|
[5w]: http://web.archive.org/web/20220124135630/https://danpetrov.xyz/macos/2021/11/14/analysing-network-quality-macos.html
|
|
|
|
[6]: https://twitter.com/thedreadships/status/1285870278174703617?s=21
|
|
[6w]: http://web.archive.org/web/20220124135718/https://twitter.com/thedreadships/status/1285870278174703617?s=21
|
|
|
|
[7]: http://leantl.com/
|
|
|
|
[8]: https://xkcd.com/2501/
|
|
[8w]: http://web.archive.org/web/20220124135814/https://xkcd.com/2501/
|
|
|
|
[9]: https://reddit.com/r/TheMotte/comments/s78sjo/_/ht9kfca/?context=1
|
|
[9w]: http://web.archive.org/web/20220124135911/https://www.reddit.com/r/TheMotte/comments/s78sjo/_/ht9kfca/?context=1
|
|
|
|
[10]: https://arxiv.org/pdf/2201.07845.pdf
|
|
[10w]: static/pdf/2201.07845.pdf
|
|
|
|
[11]: https://www.usenix.org/system/files/1401_08-12_mickens.pdf
|
|
[11w]: static/pdf/1401_08-12_mickens.pdf |