From 40b5468a621ce643b8aaa8e8bdd47eaf404f8a79 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 28 Jan 2022 16:24:03 +0100 Subject: [PATCH] Add & group RFC searching tool --- sections/programming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sections/programming.md b/sections/programming.md index 3898ff4..bb7ae34 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1622,7 +1622,6 @@ See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](../README. * [Joël Spolsky](https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/) - (2000) Things You Should Never Do, Part I | About rewriting code from scratch * [Alex Ott](http://alexott.net/en/fp/books/) - Functional programming books overview * [Pekka Väänänen](http://www.lofibucket.com/articles/dwm_latency.html) - (2017) Desktop compositing latency is real and it annoys me | about input latency on Windows 10 vs Windows 7 -* [rfc.me](https://rfc.me/) - Append an RFC number to the domain and it will redirect to that RFC. Example: [rfc.me/1738](https://rfc.me/1738) * [FoundersGrid](https://foundersgrid.com/code-management/) - (2014) How 50+ Startups Manage Their Code * [Michael Lynch](https://mtlynch.io/human-code-reviews-1/) - (2017) How to Do Code Reviews Like a Human (Part One). **Bonus** : [Part Two](https://mtlynch.io/human-code-reviews-2/) * [Jessy Bernal](https://medium.com/doctolib-engineering/handling-bugs-at-doctolib-847d54fd1990) - (2017) Handling bugs at Doctolib @@ -1805,6 +1804,8 @@ See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](../README. * [antonmedv/fx](https://github.com/antonmedv/fx) - Command-line tool and terminal JSON viewer 🔥 * [Mattia Gheda](https://ghedam.at/15502/speedy-development-environments-with-nix-and-docker) - (2020) Speedy Development environments with Nix and Docker * [namae](https://namae.dev/) - Grab a slick name for your new app | Check availability for your new app name ideas across major registries at once. +* [rfc.me](https://rfc.me/) - Append an RFC number to the domain and it will redirect to that RFC. Example: [rfc.me/1738](https://rfc.me/1738) +* [rfc.fyi](https://rfc.fyi/) - Search for RFCs, Fast — When they say ‘fast’ they’re not lying. This site is amazingly nimble at helping you track down the particular RFC you want, whether you want to read the FTP spec, a protocol for controlling coffee pots, or how QUIC works. ## Programmer humor * [CommitStrip](http://www.commitstrip.com/en) - daily life of developers