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
// drew's links — sites & tools worth your time// last updated: ongoingconst links = { // 1 · knowledge worth knowing knowledge: [ { name: timeline-of-the-far-future, // makes me wanna shit my pants }, { name: keep-your-identity-small, // a philosophy i live by }, { name: macaulay-animal-sounds, // every animal sound, ever }, ], // 2 · writing & work that stuck with me writing: [ { name: a-spark-neglected-burns-the-house }, { name: meaningness }, { name: blankets, // my favorite book ever }, ], // 3 · music · tools & stations i love music: [ { name: radio-garden, // local radio worldwide }, { name: skiley, // playlist organization }, { name: orange-milk-records, // favorite label }, { name: dubolt, // songs similar to ones you love }, ], // 4 · tools · apps & sites i actually use tools: [ { name: ffmpeg, // convert / encode / filter anything }, { name: touchdesigner, // my most used visual software }, ],};export default links;