summaryrefslogtreecommitdiff
path: root/links.html
blob: cf1bd637bbb87072ad4c9800c91e8ad0795040e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: main
title: links
---
<h2>a collection of links</h2>
<!-- <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>
	<li><a href="https://www.manim.community/">Manim</a> - mathematical animations</li>
	<li><a href="https://asciinema.org/">Asciinema</a> - record and share your terminal sessions</li>
	<li><a href="https://0x0.st/">0x0.st</a> - temporary file hosting</li>
	<li><a href="https://letsboard.co/">Let's Board</a> - collaborative online whiteboards</li>
	<li><a href="https://jspaint.app/">JSPaint</a> - simple paint tool</li>
	<li><a href="https://www.photopea.com/">Photopea</a> - online photo editor</li>
	<li><a href="https://www.remove.bg/">remove.bg</a> - remove image backgrounds</li>
	<li><a href="https://www.unscreen.com/">unscreen</a> - remove video backgrounds</li>
	<li><a href="https://tineye.com/">TinEye</a> - reverse image search</li>
	<li><a href="https://www.openstreetmap.org/">OpenStreetMap</a> - the wikipedia of mapping</li>
	<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> -->
<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> - 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://annas-archive.org/">Anna's Archive</a> - preserving humanity's written heritage</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>
	<li><a href="https://moby-thesaurus.org/">Moby Thesaurus</a> - the most comprehensive english-language thesaurus</li>
	<li><a href="https://www.youtube.com/3Blue1Brown">3Blue1Brown</a> - visualized mathematics</li>
</ul>
<h3>Tutorials</h3>
<ul>
	<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.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>
<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>
	<li><a href="https://colors.lol/">colors.lol</a> - overly descriptive color palettes</li>
	<li><a href="https://picular.co">Picular</a> - The color of anything</li>
	<li><a href="https://www.dictionaryofobscuresorrows.com/">The Dictionary of Obscure Sorrows</a></li>
	<li><a href="https://www.thisworddoesnotexist.com/">This Word Does Not Exist</a></li>
	<li><a href="https://wordhistories.net/">Word Histories</a></li>
	<li><a href="http://talkobamato.me/">Talk Obama To Me</a></li>
	<li><a href="https://www.thiswebsitewillselfdestruct.com/">This Website Will Self Destruct</a></li>
	<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> -->
<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>
	<li><a href="http://worrydream.com/ABriefRantOnTheFutureOfInteractionDesign/">A brief rant on the future of interaction design</a></li>
	<li><a href="https://thorstenball.com/blog/2020/09/08/how-can-you-not-be-romantic-about-programming/">How can you not be romantic about programming?</a></li>
	<li><a href="https://norvig.com/spell-correct.html">How to write a spelling corrector</a></li>
	<li><a href="https://www.a1k0n.net/2011/07/20/donut-math.html">Donut math: how donut.c works</a></li>
	<li><a href="https://nullprogram.com/blog/2020/12/31/">State machines are wonderful tools</a></li>
	<li><a href="https://indieweb.org/POSSE">Publish on your own site, syndicate elsewhere</a></li>
	<li><a href="https://dutzi.party/userscripts-are-fun/">Userscripts are fun and are very much still relevant</a></li>
	<li><a href="https://carter.sande.duodecima.technology/javascript-page-navigation/">Browsers are pretty good at loading pages, it turns out</a></li>
	<li><a href="https://eev.ee/blog/2020/02/01/old-css-new-css/">Old CSS, new CSS</a></li>
</ul>
<!-- <h3>Games</h3>
<ul>
	<li><a href="https://adventofcode.com/">Advent of Code</a></li>
	<li><a href="https://www.newgrounds.com/portal/view/365143">The Impossible Quiz</a></li>
	<li><a href="https://www.kingdomofloathing.com">Kingdom of Loathing</a></li>
	<li><a href="https://ninja-muffin24.itch.io/funkin">Friday Night Funkin'</a></li>
	<li><a href="https://awooo.ru/VVVVVV/">VVVVVV</a></li>
	<li><a href="https://netgames.io/games/">Netgames</a></li>
	<li><a href="https://skribbl.io/">Skribbl.io</a></li>
	<li><a href="https://lichess.org/">lichess</a></li>
</ul> -->
<h3>Aesthetic</h3>
<ul>
	<li><a href="https://emersion.fr/">Simon Ser</a></li>
	<li><a href="https://hojberg.xyz/">Simon Højberg</a></li>
	<li><a href="https://thea.codes/">Thea Flowers</a></li>
	<li><a href="https://dustri.org/">Julien Voisin</a></li>
	<li><a href="https://czeng.org/">Catherine Zeng</a></li>
	<li><a href="https://nora.codes/">Leonora Tindall</a></li>
	<li><a href="https://victoria.dev/">Victoria Drake</a></li>
	<li><a href="https://tilde.team/~kiedtl/">Kiëd Llaentenn</a></li>
	<li><a href="https://christine.website/">Christine Dodrill</a></li>
	<li><a href="https://derekmeer.com/">Derek Meer</a></li>
	<li><a href="https://julian.digital/">Julian Lehr</a></li>
	<li><a href="https://abhinavsarkar.net/">Abhinav Sarkar</a></li>
	<li><a href="https://lea.verou.me/about/">Lea Verou</a></li>
	<li><a href="https://www.joshwcomeau.com/">Josh Comeau</a></li>
	<li><a href="https://acko.net/">Steven Wittens</a></li>
	<li><a href="https://www.gwern.net/index">Gwern Branwen</a></li>
	<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>
</ul>
<h3>More Links</h3>
<ul>
	<li><a href="https://href.cool/about/">href.cool</a></li>
	<li><a href="https://webring.xxiivv.com/">xxiivv</a></li>
</ul>