diff --git a/homepage/bookmarks.html b/homepage/bookmarks.html index 0d38b00..d85f372 100644 --- a/homepage/bookmarks.html +++ b/homepage/bookmarks.html @@ -570,6 +570,7 @@ Oh well.
  • Things You Should Never Do, Part I
  • Thinkpad T420 Hackintosh
  • This Page is Designed to Last: A Manifesto for Preserving Content on the Web
  • +
  • Thumbnail - Internet Archive Unofficial Wiki
  • TI-BASIC dev
  • TI-Link Protocol Guide
  • Tracking down a segfault that suddenly started happening
  • diff --git a/homepage/quotes.js b/homepage/quotes.js index 7f254c0..54d2dc9 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -100,7 +100,15 @@ window.initializequotes = function() { [ "When in doubt, use brute force.", "Ken Thompson" ], // Bumper Sticker CS [ "Where MS Word is WYSIWYG (What You See Is What You Get), and Latex is WYGIWYW (What You Get Is What You Want), HTML is WYGIWYD (What You Get Is What You Deserve).". - "Anonymous" ] // me + "Anonymous" ], // me + [ "Easy is the opposite of hard, not the opposite of time-consuming.", + "Brad Fitzpatrick" ], // discussion about plan9 support with Go + [ "Blame the Nazis for making me become a gun designer. I always wanted to construct agricultural machinery.", + "Mikhail Kalashnikov" ], + [ "since KFC fired me the 11 herbs and spices are coriander, onion powder, garlic powder, salt, white pepper, black pepper basil, parsley, chili pepper, lemon pwder, thyme, and sage.", + "@ashley.shoy, Tiktok" ], + [ "Sooner or later there has to be peace.", + "Abigail Thorn" ] // Identity: A Trans Coming Out Story ]; window.quote = 0; }