|
| 1 | +export const inspirations = { |
| 2 | + people: [ |
| 3 | + { name: "José Valim", link: "https://github.com/josevalim" }, |
| 4 | + { name: "Slim Lim", link: "https://slim.computer/" }, |
| 5 | + { name: "Linus Lee", link: "https://thesephist.com/" }, |
| 6 | + { name: "Dax Raad", link: "https://x.com/thdxr" }, |
| 7 | + { name: "Astrid Yu", link: "https://astrid.tech/" }, |
| 8 | + { name: "Aaron Francis", link: "https://aaronfrancis.com" }, |
| 9 | + { name: "Thorsten Ball", link: "https://thorstenball.com/" }, |
| 10 | + { name: "Carson Gross", link: "https://bigsky.software/cv/" }, |
| 11 | + { name: "Ink and Switch", link: "https://www.inkandswitch.com/" }, |
| 12 | + { name: "George Hotz", link: "https://geohot.com/" }, |
| 13 | + ], |
| 14 | + posts: [ |
| 15 | + { |
| 16 | + title: "Less is exponentially more", |
| 17 | + author: "Rob Pike", |
| 18 | + link: "https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html", |
| 19 | + }, |
| 20 | + { |
| 21 | + title: "Parse, don't validate", |
| 22 | + author: "Alexis King", |
| 23 | + link: "https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/", |
| 24 | + }, |
| 25 | + { |
| 26 | + title: "Build tools around workflows, not workflows around tools", |
| 27 | + author: "Linus Lee", |
| 28 | + link: "https://thesephist.com/posts/tools/", |
| 29 | + }, |
| 30 | + { |
| 31 | + title: "Cutting through to what matters", |
| 32 | + author: "Oz Nova", |
| 33 | + link: "https://ozwrites.com/knives/", |
| 34 | + }, |
| 35 | + { |
| 36 | + title: "Locality of Behaviour", |
| 37 | + author: "Carson Gross", |
| 38 | + link: "https://htmx.org/essays/locality-of-behaviour/", |
| 39 | + }, |
| 40 | + { |
| 41 | + title: "Linear Method", |
| 42 | + author: "Linear", |
| 43 | + link: "https://linear.app/method", |
| 44 | + }, |
| 45 | + { |
| 46 | + title: "Tiger Style", |
| 47 | + author: "TigerBeetle", |
| 48 | + link: "https://github.com/tigerbeetle/tigerbeetle/blob/main/docs/TIGER_STYLE.md", |
| 49 | + }, |
| 50 | + { |
| 51 | + title: "The Grug Brained Developer", |
| 52 | + author: "Carson Gross", |
| 53 | + link: "https://grugbrain.dev/", |
| 54 | + }, |
| 55 | + { |
| 56 | + title: "Professional Programming: The First 10 Years", |
| 57 | + author: "Thorsten Ball", |
| 58 | + link: "https://thorstenball.com/blog/2022/05/17/professional-programming-the-first-10-years/", |
| 59 | + }, |
| 60 | + { |
| 61 | + title: "The Twelve-Factor App", |
| 62 | + author: "Adam Wiggins", |
| 63 | + link: "https://12factor.net/", |
| 64 | + }, |
| 65 | + { |
| 66 | + title: "Obvious to you. Amazing to others.", |
| 67 | + author: "Derek Sivers", |
| 68 | + link: "https://sive.rs/obvious", |
| 69 | + }, |
| 70 | + ], |
| 71 | + videos: [ |
| 72 | + { |
| 73 | + title: "Inaction Is A Slow Death", |
| 74 | + author: "Better Ideas", |
| 75 | + link: "https://youtu.be/RIVVQkZtnAU", |
| 76 | + }, |
| 77 | + ], |
| 78 | + talks: [ |
| 79 | + { |
| 80 | + title: "Gang of None: Design Patterns in Elixir", |
| 81 | + author: "José Valim", |
| 82 | + link: "https://youtu.be/agkXUp0hCW8", |
| 83 | + }, |
| 84 | + { |
| 85 | + title: "TigerBeetle", |
| 86 | + author: "Joran Dirk Greef", |
| 87 | + link: "https://youtu.be/sC1B3d9C_sI", |
| 88 | + }, |
| 89 | + { |
| 90 | + title: "Developer Excellence", |
| 91 | + author: "ThePrimeagen", |
| 92 | + link: "https://youtu.be/96VlfN7ViyE", |
| 93 | + }, |
| 94 | + { |
| 95 | + title: "Can machines think?", |
| 96 | + author: "Richard Feynman", |
| 97 | + link: "https://youtu.be/ipRvjS7q1DI", |
| 98 | + }, |
| 99 | + { |
| 100 | + title: "History of Computers & User Interface Images & Symbols", |
| 101 | + author: "Alan Kay", |
| 102 | + link: "https://youtu.be/6ZdxiQoOBgs", |
| 103 | + }, |
| 104 | + { |
| 105 | + title: "The Mother of All Demos", |
| 106 | + author: "Douglas Engelbart", |
| 107 | + link: "https://youtu.be/yJDv-zdhzMY", |
| 108 | + }, |
| 109 | + { |
| 110 | + title: "Language Acquisition", |
| 111 | + author: "Stephen Krashen", |
| 112 | + link: "https://youtu.be/NiTsduRreug", |
| 113 | + }, |
| 114 | + ], |
| 115 | + music: [ |
| 116 | + { |
| 117 | + title: "Joe Hisaishi in Budokan - Studio Ghibli 25 Years Concert", |
| 118 | + link: "https://youtu.be/IbRkwS_xRt8", |
| 119 | + }, |
| 120 | + { |
| 121 | + title: "Sumeru Live Symphony Performance", |
| 122 | + link: "https://youtu.be/VrP3lO3aGDg", |
| 123 | + }, |
| 124 | + { |
| 125 | + title: "Keiichi Okabe, creating the music of NieR: Automata", |
| 126 | + link: "https://youtu.be/MhTSy9OTWv0", |
| 127 | + }, |
| 128 | + { |
| 129 | + title: "Kronodigger: Electronic Dance Tracks with Clarinet", |
| 130 | + link: "https://www.youtube.com/playlist?list=PLiDVgcuF8JTycyp7lfBS2TDz6uGqySj-0", |
| 131 | + }, |
| 132 | + { |
| 133 | + title: "Twilight Symphony - Behind the Scenes", |
| 134 | + link: "https://youtu.be/_tT9Ey_1iMk", |
| 135 | + }, |
| 136 | + { |
| 137 | + title: "The Legend of Zelda 25th Anniversary Symphony Special CD", |
| 138 | + link: "https://archive.org/details/03.thewindwakersymphonicmovement", |
| 139 | + }, |
| 140 | + { |
| 141 | + title: "Floaroma Town, insaneintherain ft. Jose Ignacio Santos Aquino", |
| 142 | + link: "https://youtu.be/xW4nufr8quE", |
| 143 | + }, |
| 144 | + { |
| 145 | + title: "Team Galactic HQ, insaneintherain ft. Pat Bartley", |
| 146 | + link: "https://youtu.be/P-pGG02A0oY", |
| 147 | + }, |
| 148 | + { |
| 149 | + title: "Prelude to the Champion, insaneintherain ft. Kara Comparetto", |
| 150 | + link: "https://youtu.be/HNWU4X9lqDQ", |
| 151 | + }, |
| 152 | + { |
| 153 | + title: "FELT - Rising Nebula", |
| 154 | + link: "https://youtube.com/playlist?list=PLCpeysDj_eWdkLvsdGC_Ti_pZiHaTG43A", |
| 155 | + }, |
| 156 | + { |
| 157 | + title: "GATE OF STEINER", |
| 158 | + link: "https://youtu.be/7d0WMVU_tlo", |
| 159 | + }, |
| 160 | + { |
| 161 | + title: "NieR Piano Collections", |
| 162 | + link: "https://youtube.com/playlist?list=OLAK5uy_lKV2DO7jn6IBLa5AnSDX2DfnQ84h5U2h8", |
| 163 | + }, |
| 164 | + { |
| 165 | + title: "NieR: Automata Piano Collections", |
| 166 | + link: "https://youtube.com/playlist?list=PLBO2h-GzDvIY8aPOhCa2X9fniAB8Qfz3A", |
| 167 | + }, |
| 168 | + { |
| 169 | + title: "命の在り方", |
| 170 | + link: "https://youtu.be/4H4ZHvZFb1w", |
| 171 | + }, |
| 172 | + { |
| 173 | + title: "Stories of Remote Antiquity", |
| 174 | + link: "https://youtu.be/mgOCMnnAkdg", |
| 175 | + }, |
| 176 | + { |
| 177 | + title: "Forgotten Vale - Skyrim", |
| 178 | + link: "https://youtu.be/tBGgZ1PUFWU", |
| 179 | + }, |
| 180 | + { |
| 181 | + title: "Scheherazade", |
| 182 | + link: "https://youtu.be/zY4w4_W30aQ", |
| 183 | + }, |
| 184 | + { |
| 185 | + title: "The Seventh Night of July", |
| 186 | + link: "https://open.spotify.com/track/7c8SbAtxmhG1HVPkvweses?si=845854386705427f", |
| 187 | + }, |
| 188 | + { |
| 189 | + title: "たなばた / 酒井格 -クラリネット五重奏", |
| 190 | + link: "https://youtu.be/sk708vRc0oo", |
| 191 | + }, |
| 192 | + ], |
| 193 | + language: [{ name: "Stephen Krashen", link: "https://github.com/josevalim" }], |
| 194 | + games: [ |
| 195 | + { title: "The Legend of Zelda" }, |
| 196 | + { title: "NieR" }, |
| 197 | + { title: "The Elder Scrolls (Skyrim, Oblivion)" }, |
| 198 | + { title: "Bioshock" }, |
| 199 | + { title: "Horizon: Zero Dawn" }, |
| 200 | + { title: "Tales of Vesperia" }, |
| 201 | + { title: "Tales of the Abyss" }, |
| 202 | + { title: "Tales of Berseria" }, |
| 203 | + { title: "Stardew Valley" }, |
| 204 | + { title: "Genshin Impact" }, |
| 205 | + ], |
| 206 | + media: [ |
| 207 | + { title: "Arcane" }, |
| 208 | + { title: "Alice in Borderland" }, |
| 209 | + { title: "Violet Evergarden" }, |
| 210 | + { title: "STEINS;GATE" }, |
| 211 | + { title: "Hibike! Euphonium" }, |
| 212 | + { title: "PSYCHO-PASS" }, |
| 213 | + { title: "Your Name" }, |
| 214 | + { title: "Liz and the Blue Bird" }, |
| 215 | + ], |
| 216 | +} |
0 commit comments