diff options
author | j-james | 2022-05-16 01:08:43 +0000 |
---|---|---|
committer | j-james | 2022-05-16 01:08:43 +0000 |
commit | 524560a0e6fa3e32d0abd13466b1b7844d7bd8ca (patch) | |
tree | f0e1663f9641b95d062f63c76681eb4f191b50b4 | |
parent | 00cec12d3fdc8d112aa678738831a3dcd4b86071 (diff) |
Minor updates to links page
-rw-r--r-- | links.html | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -22,7 +22,7 @@ </header> <main> <h2>j-james' collection of links</h2> - <h3>Software</h3> + <!-- <h3>Software</h3> <ul> <li><a href="https://fraidyc.at/">Fraidycat</a> - follow from afar</li> <li><a href="https://slides.com/">slides.com</a> and <a href="https://revealjs.com/">reveal.js</a> - presentations on the web</a></li> @@ -39,12 +39,12 @@ <li><a href="https://www.windy.com/">Windy</a> - real-time weather patterns</li> <li><a href="https://proxy.vulpes.one/">Gemini Proxy</a> - browse the textual web</li> <li><a href="https://sdf.org/">sdl.org</a> and <a href="https://www.teknik.io/">teknik.io</a> - public access services</li> - </ul> + </ul> --> <h3>Knowledge</h3> <ul> <li><a href="https://wikipedia.org/">Wikipedia</a> - the free encyclopedia</li> - <li><a href="https://archive.org/">Internet Archive</a> - universal access to knowledge</li> - <li><a href="https://gen.lib.rus.ec/">Library Genesis</a> - modern library of alexandria</li> + <li><a href="https://archive.org/">Internet Archive</a> - the digital library</li> + <li><a href="https://gen.lib.rus.ec/">Library Genesis</a> - the modern library of alexandria</li> <li><a href="https://sci-hub.st/">Sci-Hub</a> - public access research</li> <li><a href="https://www.gutenberg.org/">Project Gutenburg</a> - free ebooks</li> <li><a href="https://standardebooks.org/">Standard Ebooks</a> - nicely typeset, public domain ebooks</li> @@ -56,12 +56,14 @@ <li><a href="https://www.khanacademy.org/">Khan Academy</a> - a free and online K-12 curriculum</li> <li><a href="https://www.youtube.com/c/TheOrganicChemistryTutor">The Organic Chemistry Tutor</a> - simply the best basic chemistry resource</li> <li><a href="https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab">3Blue1Brown's Essence of Linear Algebra</a> - linear algebra, visualized in the R^n</li> - <li><a href="https://www.internetingishard.com/">Interneting Is Hard</a> - friendly html+css tutorial</li> - <li><a href="https://javascript.info/">The Modern JavaScript Tutorial</a> - how it's done now, from the basics</li> - <li><a href="https://doc.rust-lang.org/stable/book/">The Rust Programming Language</a> - the rust book</li> + <li><a href="https://www.people.vcu.edu/~rhammack/BookOfProof/">Book of Proof</a> - a standard introduction to mathematical proof</li> + <li><a href="https://www.internetingishard.com/">Interneting Is Hard</a> - a friendly html+css tutorial</li> + <li><a href="https://javascript.info/">The Modern JavaScript Tutorial</a> - a comprehensive javascript tutorial</li> + <li><a href="https://developer.mozilla.org/">Mozilla Developer Network</a> - documentation for the web</li> + <li><a href="https://doc.rust-lang.org/stable/book/">The Rust Programming Language</a> - the way to learn rust</li> <li><a href="https://www.lesswrong.com/posts/xg3hXCYQPJkwHyik2/the-best-textbooks-on-every-subject">The Best Textbooks on Every Subject</a></li> </ul> - <h3>Websites</h3> + <!-- <h3>Websites</h3> <ul> <li><a href="https://libraryofbabel.info/">The Library of Babel</a> - every book ever or to be written</li> <li><a href="https://http.cat/">HTTP Cats</a> - appropriate status codes</li> @@ -75,7 +77,7 @@ <li><a href="http://www.superbad.com/">superbad.com</a></li> <li><a href="http://beesbeesbees.com/">beesbeesbees.com</a></li> <li><a href="https://web.archive.org/web/2/https://scamdaddy.net/">scamdaddy.net</a></li> - </ul> + </ul> --> <h3>Articles</h3> <ul> <li><a href="https://drewdevault.com/2018/07/09/Simple-correct-fast.html">Simple, correct, fast: in that order</a></li> @@ -121,7 +123,6 @@ <li><a href="https://thedigitaldiarist.ca/">Alicia Neptune</a></li> <li><a href="https://memex.marginalia.nu/">marginalia</a></li> <li><a href="https://tilde.club/~alun/">alun</a></li> - <li><a href="https://www.seattlekrakenhockey.com/">Seattle Kraken</a></li> </ul> <h3>More Links</h3> <ul> |