aboutsummaryrefslogtreecommitdiff
path: root/articles.js
blob: 3a9a401f37a225547f8a3f7cdc3edecd08cdc3e2 (plain)
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
  const ARTICLES = [
    {
      slug: 'personal-library',
      title: 'Personal <em>Library</em>',
      date: '2022-01-01',
      tag: 'books',
      excerpt: 'Cookbooks, piano methods, and fake books I actually own and use.',
      body: `
        <p>I'm not going to pretend that I'm an avid reader, but I do own a few books that I reference regularly. Here's what's on the shelf.</p>
        <h2>Cooking</h2>
        <p><em>Mastering the Art of French Cooking</em> by Julia Child is one of the best cookbooks ever made. Dense, encyclopedic, filled with techniques and detailed illustrations. Not just a recipe book — a guide on how to think about cooking. I've referenced it countless times when I don't know what to make for dinner, and every time the dish turns out great.</p>
        <p><em>The Food Lab</em> by J. Kenji López-Alt is the modernized version. Cooking at a scientific level, every technique explained with a <em>why</em>. Say what you want about Kenji, but this book is the real deal. I'd call it a modernized Julia Child — it really is more of an encyclopedia than a cookbook. You don't need to read all of it. Just look at what interests you.</p>
        <p><em>Mastering the Art of Chinese Cooking</em> by Eileen Yin-Fei Lo covers hundreds of recipes with cultural context and history. My knowledge of Chinese cooking is limited but a lot of the material in there looks delicious. <em>Complete Chinese Cookbook</em> by Ken Hom came highly recommended by basically everyone trying to get into Chinese cooking.</p>
        <p><em>Tokyo Cult Recipes</em> by Maori Murota — lots of pictures, lots of text, lots of recipes. My friend had a copy and recommended I check it out.</p>
        <h2>Piano</h2>
        <p><em>Jazz Piano Method</em> by Mark Davis has everything you need as a total beginner to start your journey as a jazz pianist. It's not a long book, but don't rush through it — the exercises are dense and it might take a whole year to really absorb everything in it. Develop the muscle memory. Don't get frustrated.</p>
        <p><em>Jazz Piano — Methods and Songbook for Professional Playing</em> by Kent Hewitt was my first jazz piano book. Not quite as polished as the Mark Davis book, but the content is amazing. Hewitt puts soul into it, explains things simply, and makes learning fun. Once you start getting better though, you'll need to rely more on just listening and playing.</p>
        <p><em>The Real Book, 6th Edition</em> — industry standard for jazz lead sheets. Many inaccuracies, but if you could only have one fake book this is the one. Use it as a guide to learn melodies, then try to memorize the changes and embellish the melody without looking.</p>
        <p><em>The Disney Fake Book</em> is great fun. Watch out for alternate keys — <em>Someday My Prince Will Come</em> is written in F instead of B♭ for some reason.</p>
      `,
    },
    {
      slug: 'music-list',
      title: 'Music <em>Collection</em>',
      date: '2022-01-01',
      tag: 'music',
      excerpt: 'Everything in my library. ~500 albums from jazz to hyperpop to city pop.',
      body: `
        <p>Generated from my music directory via <code>tree</code>. No commentary, just the list.</p>
        <pre style="font-size:11px;line-height:1.6;color:inherit;background:rgba(0,0,0,0.04);padding:16px;border-radius:8px;overflow-x:auto;white-space:pre-wrap">Music
├── 100 gecs
│   ├── 1000 gecs
│   └── mememe
├── 100 gecs feat. Charli XCX, Rico Nasty, Kero Kero Bonito
│   └── ringtone (remix)
├── 2814
│   └── 新しい日の誕生
├── 3776
│   └── 歳時記
├── 385
│   └── 脳みそあらおう
├── Aimer
│   ├── BEST SELECTION "blanc"
│   ├── BEST SELECTION "noir"
│   ├── Penny Rain
│   └── Sun Dance
├── Aiobahn feat. nayuta
│   └── 過ぎゆく日と君へ
├── All That Jazz
│   ├── EVER JAZZ
│   ├── Ghibli Jazz
│   └── Ghibli Jazz 2
├── Art Blakey &amp; The Jazz Messengers
│   └── The Big Beat
├── Astra King
│   └── Silver
├── BABYMETAL
│   ├── BABYMETAL
│   ├── METAL GALAXY
│   └── METAL RESISTANCE
├── BENEE
│   └── Hey U X
├── Bill Conti
│   └── Rocky: Original Motion Picture Score
├── Bill Evans
│   ├── Everybody Digs Bill Evans
│   ├── Some Other Time: The Lost Session From the Black Forest
│   └── You Must Believe in Spring
├── Bill Evans &amp; Jim Hall
│   ├── Intermodulation
│   └── Undercurrent
├── Bill Evans Trio
│   ├── Explorations
│   ├── Portrait in Jazz
│   ├── Sunday at the Village Vanguard
│   └── Waltz for Debby
├── Billie Eilish
│   ├── Happier Than Ever
│   └── WHEN WE ALL FALL ASLEEP, WHERE DO WE GO?
├── Billie Holiday
│   └── Billie's Best
├── Björk
│   ├── Homogenic
│   └── Vespertine
├── Björk &amp; Tríó Guðmundar Ingólfssonar
│   └── Gling-Gló
├── Blonde Redhead
│   └── 23
├── Boredoms
│   ├── Super æ
│   └── VISION CREATION NEWSUN
├── C418
│   ├── Minecraft, Volume Alpha
│   └── Minecraft, Volume Beta
├── Casiopea
│   ├── Casiopea
│   └── Mint Jams
├── Charles Mingus
│   └── Mingus Ah Um
├── Choro Club
│   └── ヨコハマ買い出し紀行 -Quiet Country Cafe- Original Soundtrack
├── Compilations
│   ├── EVANGELION FINALLY
│   ├── SUPER EUROBEAT presents INITIAL D ~D SELECTION~
│   ├── Super Eurobeat Presents Initial D Fifth Stage D Selection
│   ├── Super Eurobeat Presents Initial D Second Stage Non-Stop Selection
│   ├── The Original Jazz Masters Series, Volume 1
│   └── mikgazer vol.1
├── DAOKO
│   ├── DAOKO
│   ├── THANK YOU BLUE
│   └── anima
├── Daft Punk
│   ├── Discovery
│   ├── Homework
│   ├── Human After All
│   └── Random Access Memories
├── Death Grips
│   ├── Exmilitary
│   ├── No Love Deep Web
│   └── The Money Store
├── EGOIST
│   └── GREATEST HITS 2011-2017 "ALTER EGO"
├── Eric Dolphy
│   └── Out to Lunch!
├── Fiona Apple
│   └── Fetch the Bolt Cutters
├── Fleetwood Mac
│   └── Then Play On
├── Friday Night Plans
│   └── Plastic Love
├── Godspeed You! Black Emperor
│   └── Lift Yr. Skinny Fists Like Antennas to Heaven!
├── Gus Dapperton
│   ├── Moodna, Once with Grace
│   └── You Think You're a Comic!
├── Gábor Szabó
│   └── Dreams
├── Hello Sleepwalkers
│   └── Masked Monkey Awakening
├── Hyper Potions, Synthion &amp; MYLK
│   └── Maboroshi
├── Japanese Breakfast
│   └── Jubilee
├── John Coltrane
│   ├── A Love Supreme
│   ├── Giant Steps
│   └── My Favorite Things
├── John Coltrane Quartet
│   └── Ballads
├── Justin Hurwitz, Benj Pasek &amp; Justin Paul
│   └── La La Land: Original Motion Picture Soundtrack
├── KANA-BOON
│   ├── DOPPEL
│   └── TIME
├── KOTO
│   ├── ばいばいてぃーんずららばい
│   └── プラトニック プラネット (Platonic Planet)
├── Kanye West
│   ├── 808s &amp; Heartbreak
│   └── My Beautiful Dark Twisted Fantasy
├── Kazumi Tateishi Trio
│   ├── GHIBLI meets JAZZ ~Beautiful Songs~
│   └── Smile ~Beautiful Song in Jazz~
├── Keith Jarrett
│   └── The Köln Concert
├── Ken Ishii
│   └── Jelly Tones
├── Kendrick Lamar
│   ├── DAMN.
│   └── To Pimp a Butterfly
├── Kero Kero Bonito
│   ├── Bonito Generation
│   ├── Civilisation I
│   ├── Flamingo
│   ├── Heartbeat
│   ├── Intro Bonito
│   ├── TOTEP
│   ├── The Princess and the Clock
│   └── Time 'n' Place
├── Kim Petras
│   └── Slut Pop
├── King Crimson
│   └── In the Court of the Crimson King
├── Lamp
│   └── 恋人へ
├── Lena Raine
│   └── Minecraft Nether Update (Original Game Soundtrack)
├── LiSA
│   ├── LiSA BEST -Day-
│   ├── LiSA BEST -Way-
│   └── 紅蓮華
├── Lil Mariko
│   └── Lil Mariko
├── Lil Pump
│   └── Lil Pump
├── Linked Horizon
│   └── 真実への進撃
├── M.O.O.N.
│   └── Moon - EP
├── MASS OF THE FERMENTING DREGS
│   ├── MASS OF THE FERMENTING DREGS
│   ├── No New World
│   └── ゼロコンマ、色とりどりの世界
├── MONDO GROSSO
│   └── 何度でも新しく生まれる
├── MYTH &amp; ROID
│   ├── PANTA RHEI
│   ├── TIT FOR TAT
│   ├── VORACITY
│   ├── eYe's
│   └── shadowgraph
├── Magdalena Bay
│   └── Mercurial World
├── Masayoshi Minoshima
│   └── Bad Apple!!
├── Matt Uelmen
│   └── Diablo II Soundtrack
├── Melt-Banana
│   ├── Cell-Scape
│   └── Fetch
├── Miles Davis
│   └── Kind of Blue
├── Mingus Big Band
│   └── Nostalgia in Times Square
├── Moe Shop
│   ├── Moe Moe
│   └── Moshi Moshi
├── My Bloody Valentine
│   └── Loveless
├── NUMBER GIRL
│   ├── NUM-HEAVYMETALLIC
│   └── SCHOOL GIRL DISTORTIONAL ADDICT
├── Nacio Herb Brown
│   └── Singin' in the Rain
├── Neutral Milk Hotel
│   └── In the Aeroplane Over the Sea
├── Night Tempo
│   └── Fantasy
├── Nirvana
│   └── Nevermind
├── Ogre You Asshole
│   └── OGRE YOU ASSHOLE
├── Olivia Rodrigo
│   └── SOUR
├── Otoboke Beaver
│   └── Itekoma Hits
├── Otomo Yoshihide's New Jazz Ensemble
│   └── Dreams
├── POLYSICS
│   └── Hey! Bob! My Friend!
├── PSYQUI feat. Such
│   └── ヒステリックナイトガール
├── Panchiko
│   └── D_E_A_T_H_M_E_T_A_L
├── Party In Backyard &amp; PewDiePie
│   └── Bitch Lasagna
├── Paul Hardcastle / Pigbag
│   └── Papa's Got A Brand New Pigbag
├── Perfume
│   ├── COSMIC EXPLORER
│   ├── Cling Cling
│   ├── Future Pop
│   ├── GAME
│   ├── JPN
│   ├── LEVEL3
│   ├── ⊿
│   └── ナナナナナイロ
├── RADWIMPS
│   ├── Weathering With You
│   └── Your Name (Original Motion Picture Soundtrack)
├── Red Velvet
│   └── Perfect Velvet
├── Reol
│   ├── Sigma
│   ├── エンドレスEP
│   ├── 事実上
│   ├── 極彩色
│   └── 金字塔
├── Rina Sawayama
│   └── SAWAYAMA
├── SAINT PEPSI
│   └── Hit Vibes
├── SOIL&amp;"PIMP"SESSIONS
│   ├── 6
│   └── Pimp of The Year
├── SOPHIE
│   ├── Faceshopping
│   └── OIL OF EVERY PEARL'S UN-INSIDES
├── SUGAR BABE
│   └── SONGS
├── SUPERCAR
│   └── HIGHVISION
├── Sarah Vaughan
│   └── Sarah Vaughan
├── Shibayan Records
│   ├── Adrastea
│   ├── TOHO BOSSA NOVA 2
│   ├── TOHO BOSSA NOVA 5
│   ├── TOHO BOSSA NOVA 7
│   ├── TOHO BOSSA NOVA 8
│   └── TOHO BOSSA NOVA 9
├── Shinichi Osawa
│   └── The One
├── Snail's House
│   ├── Ordinary Songs
│   ├── Ordinary Songs 2
│   └── Snö
├── Sonny Clark
│   └── Leapin' and Lopin'
├── Stan Getz / João Gilberto featuring Antônio Carlos Jobim
│   └── Getz/Gilberto
├── THE ORAL CIGARETTES
│   └── FIXION
├── TK
│   └── unravel
├── TOHO JAZZ MESSENGERS
│   ├── girls apartment
│   └── girls apartment 2
├── Taylor Swift
│   └── Red (Taylor's version)
├── Tessa Violet
│   └── Bad Ideas
├── The Beatles
│   └── Abbey Road
├── The Dave Brubeck Quartet
│   └── Time Out
├── The Strokes
│   └── Is This It
├── The Velvet Underground
│   └── The Velvet Underground &amp; Nico
├── Tomggg
│   └── Butter Sugar Cream
├── Tzusing
│   └── 東方不敗
├── WhaleDontSleep
│   └── ねむるまち (feat. yama)
├── YUC'e
│   └── macaron moon
├── YUKIKA
│   └── 서울여자
├── Yaeji
│   └── EP2
├── Yellow Magic Orchestra
│   ├── Naughty Boys
│   ├── Solid State Survivor
│   └── Yellow Magic Orchestra
├── Yeule
│   └── Serotonin II
├── Yunomi
│   └── ゆのもきゅ
├── Yunomi feat. TORIENA
│   └── 大江戸コントローラー EP
├── Yunomi feat. nicamoq
│   └── ゆのみっくにお茶して EP
├── Yunomi feat. ローラーガール
│   └── ジェリーフィッシュ
├── Yunomi feat. 桃箱
│   └── ミラクルシュガーランド
├── Zazen Boys
│   └── ZAZEN BOYS
├── Zedd
│   └── Clarity
├── Zedd &amp; Alessia Cara
│   └── Stay
├── bbno$
│   └── my oh my
├── masara
│   └── Love10
├── mus.hiba
│   └── White Girl
├── pidalso
│   └── The Ocean Waves OST Piano Cover Collection
├── toe
│   └── the book about my idle plot on a vague anxiety
├── tricot
│   ├── A N D
│   ├── T H E
│   └── 真っ黒
├── かめりあ
│   └── heart of android
├── きのこ帝国
│   └── eureka
├── きゃりーぱみゅぱみゅ
│   ├── Nanda Collection
│   └── キャンディーレーサー
├── ずっと真夜中でいいのに。
│   ├── 今は今で誓いは笑みで
│   └── 潜潜話
├── はっぴいえんど
│   └── 風街ろまん
├── ぼくたちのいるところ。
│   └── ごみ
├── ギガP
│   └── No title−
├── シートベルツ
│   └── COWBOY BEBOP
├── パスピエ
│   └── 演出家出演
├── ピンクネオン東京
│   └── Single Collection Vol.2
├── フィッシュマンズ
│   ├── Long Season
│   └── 空中キャンプ
├── フレデリック
│   ├── oddloop
│   ├── フレデリズム
│   └── フレデリズム2
├── フレネシ
│   └── キュプラ
├── ポルカドットスティングレイ
│   ├── JET
│   └── 新世紀
├── ミカヅキBIGWAVE
│   ├── WAVESウェーブス - EP
│   └── 星空ROMANTIC
├── ミドリ
│   ├── shinsekai
│   ├── あらためまして、はじめまして、ミドリです。
│   ├── セカンド
│   ├── ファースト
│   └── 清水
├── ヨルシカ
│   ├── だから僕は音楽を辞めた
│   ├── エルマ
│   ├── 夏草が邪魔をする
│   ├── 盗作
│   ├── 花に亡霊
│   └── 負け犬にアンコールはいらない
├── ラブリーサマーちゃん
│   └── LSC
├── 三月のパンタシア
│   └── ガールズブルー・ハッピーサッド
├── 佐井好子
│   └── 萬花鏡
├── 八神純子
│   └── FULL MOON
├── 凛として時雨
│   └── Inspiration is DEAD
├── 原神玲
│   └── Lust
├── 喜多嶋修
│   └── Benzaiten
├── 坂本龍一
│   └── Merry Christmas Mr. Lawrence
├── 大森靖子
│   ├── 大森靖子
│   └── 洗脳
├── 大比良瑞希
│   └── TRUE ROMANCE
├── 大貫妙子
│   ├── Mignonne
│   ├── SUNSHOWER
│   └── copine
├── 宇多田ヒカル
│   └── ULTRA BLUE
├── 山下達郎
│   └── FOR YOU
├── 山崎ハコ
│   └── 飛・び・ま・す
├── 戸川純
│   ├── 好き好き大好き
│   └── 玉姫様
├── 新井正人
│   └── MASAHITO ARAI +1
├── 春ねむり
│   ├── LOVETHEISM
│   ├── アトム・ハート・マザー
│   └── 春と修羅
├── 杏里
│   ├── Heaven Beach
│   └── TIMELY!!
├── 村岡実
│   └── Bamboo
├── 東京ブラススタイル
│   └── ブラスタジブリ
├── 松下誠
│   └── FIRST LIGHT
├── 椎名林檎
│   ├── 加爾基 精液 栗ノ花
│   └── 無罪モラトリアム
├── 椎名林檎×SOIL&amp;"PIMP"SESSIONS
│   └── カリソメ乙女(DEATH JAZZ ver.)
├── 水曜日のカンパネラ
│   ├── SUPERMAN
│   └── ガラパゴス
├── 永田茂
│   └── 海がきこえる
├── 沢井美空
│   └── カラフル。
├── 津々井まり
│   └── 愛すれど心さびしく
├── 清水靖晃
│   └── 案山子
├── 相対性理論
│   └── ハイファイ新書
├── 矢野顕子
│   ├── JAPANESE GIRL
│   └── ただいま。
├── 神聖かまってちゃん
│   └── つまんね
├── 福居良
│   ├── Live at Vidro '77
│   ├── Mellow Dream
│   ├── My Favorite Tune
│   ├── Ryo Fukui In New York
│   └── Scenery
├── 竹内まりや
│   ├── Love Songs
│   └── Variety
├── 米津玄師
│   └── Flamingo / TEENAGE RIOT
├── 細野晴臣、鈴木茂、山下達郎
│   └── Pacific
├── 菅野よう子
│   └── 坂道のアポロン KIDS ON THE SLOPE ORIGINAL SOUNDTRACK
├── 菊池桃子
│   └── ADVENTURE
├── 銀杏BOYZ
│   └── 君と僕の第三次世界大戦的恋愛革命
├── 間宮貴子
│   └── Love Trip
├── 青葉市子
│   ├── 0
│   ├── うたびこ
│   └── アダンの風
├── 飯島真理
│   └── Rosé
├── 高橋洋子 / Claire
│   └── 残酷な天使のテーゼ / FLY ME TO THE MOON
├── 박혜진
│   ├── Before I Die
│   └── IF U WANT IT
├── 이달의 소녀 오드아이써클
│   └── Max &amp; Match
└── 장윤주
    └── Dream

507 directories</pre>
      `,
    },
    {
      slug: 'software-and-hardware',
      title: 'Software &amp; <em>Hardware</em>',
      date: '2022-01-01',
      tag: 'linux',
      excerpt: 'What I run day-to-day. CachyOS, hyprland, vim, and a lot of opinions.',
      body: `
        <p>A lot of people like to know what hardware and software I run on a day-to-day basis, so here it is.</p>
        <h2>Hardware</h2>
        <p><strong>PC:</strong> AMD Ryzen 5 5600x · AMD Radeon 7900XT · 2×16GB G.Skill Trident 3600MHz · Thermalright Phantom Spirit 120 SE · XPG Core Reactor 850W 80+ Gold.</p>
        <p><strong>Laptop:</strong> Lenovo ThinkPad T480s.</p>
        <p><strong>Mouse:</strong> Logitech G305 wireless. Just works. Great battery life, latency is not noticeable. Fits my hands well. One issue: after years of use, the scroll wheel gets shotty.</p>
        <p><strong>Audio:</strong> Dedicated laptop running Daphile (Linux/Squeezebox) for bit-perfect playback → Topping E30 DAC → Topping L30 amp → Onkyo receiver → Edifier P17 speakers or SHP9500 headphones. IEMs: BLON BL03 and Moondrop Aria (2021) — the Arias are mostly flat/neutral with a slight mid-bass hump, super fun to walk around with. Headphones: Beyerdynamic DT 770 Pro 250Ω on the desktop, Phillips SHP9500 on the hifi rig. Mic: Samson Q2U dynamic XLR/USB into a Scarlett Focusrite 2i2.</p>
        <h2>Software</h2>
        <p><strong>OS:</strong> <em>CachyOS</em> — I used to run Artix, basically Arch without systemd. I don't inherently have anything against systemd, but OpenRC has a fast startup time and I got used to it quickly. I was running Artix for a couple of years and just wanted to change it up a bit.</p>
        <p><strong>Terminal:</strong> <code>st</code> (simple terminal) by suckless, although foot is also a good one if you're on wayland</p>
        <p><strong>Browser:</strong> Brave. Mozilla keeps destroying Firefox with every update, so I've decided to boycott Firefox and any Mozilla product. Install uBlock Origin and Decentraleyes at minimum, though Brave comes with decent ad/tracking blocking by default.</p>
        <p><strong>Text editor:</strong> <code>vim</code>. I used emacs for about a month — didn't hate it, but it didn't fit my workflow. I was already too used to vim.</p>
        <p><strong>Window manager:</strong> hyprland. Before that <a href="http://github.com/tyhoang/dwm">dwm</a>. Before that, herbstluftwm. bspwm and i3 are also great — they all basically do the same thing anyway.</p>
        <h2>Utilities</h2>
        <p><strong>File manager:</strong> vifm — dual-pane, vim bindings, super customizable.</p>
        <p><strong>Mail:</strong> Thunderbird.</p>
        <p><strong>XMPP:</strong> Gajim on Linux, Conversations on Android, both with OMEMO.</p>
        <p><strong>Voice:</strong> Mumble (and Discord when I can't get friends to switch).</p> 
        <p><strong>Music:</strong> mpd + ncmpcpp + beet for library organization.</p>
        <p><strong>Video:</strong> mpv — lightweight, massively scriptable.</p>
        <p><strong>RSS:</strong> newsboat. Most sites have an RSS feed; take advantage of them.</p> 
        <p><strong>Torrents:</strong> rtorrent via Flood UI.</p>
        <p><strong>Images:</strong> sxiv</p>
        <p><strong>PDF:</strong> zathura.</p> 
        <p><strong>Image editing:</strong> GIMP, imagemagick for quick tasks.</p>
        <p><strong>Documents:</strong> LibreOffice for spreadsheets/slides, LaTeX for anything that needs to look good.</p>
        <blockquote>All of the software I use is free and open source. Software that respects my freedom to use, share, and maintain privacy. Proprietary services like Discord, Google Chrome, and Amazon exist to extort your personal data. Switch to libre software.</blockquote>
      `,
    },
  ];