-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeeds.nix
477 lines (475 loc) · 10.6 KB
/
feeds.nix
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
[
{
name = "Partially Functional";
url = "https://marcopolo.io/code/atom.xml";
}
{
name = "Mediocre Blog";
url = "https://blog.mediocregopher.com/feed.xml?tag=tech";
}
{
name = "Drew DeVault's Blog";
author = "Drew DeVault";
url = "https://drewdevault.com/blog/index.xml";
}
{
name = "Tinkerings";
# Each post on the front page is from this handle, assume they all are
author = "mechatronicsguy";
url = "https://tinkerings.org/feed/";
}
{
name = "apenwarr";
author = "apenwarr"; # ???
url = "https://apenwarr.ca/log/rss.php";
}
{
name = "Jim Nielsen's Blog";
author = "Jim Nielsen";
url = "https://blog.jim-nielsen.com/feed.xml";
}
{
name = "Vitalik Buterin's Website";
author = "Vitalik Buterin";
url = "https://vitalik.ca/feed.xml";
}
{
name = "Low Tech Magazine";
url = "https://solar.lowtechmagazine.com/feeds/all-en.atom.xml";
}
{
name = "unixsheikh";
author = "unixsheikh"; # ???
url = "https://unixsheikh.com/feed.rss";
}
{
name = "arunkprasad.com";
url = "https://arunkprasad.com/atom.xml";
}
{
name = "danluu.com";
author = "Dan Luu";
url = "https://danluu.com/atom.xml";
}
{
name = "nathanieltravis.com";
author = "Nathaniel Travis";
url = "https://nathanieltravis.com/feed/";
}
{
name = "blog.wesleyac.com";
author = "Wesley Aptekar-Cassels";
url = "https://blog.wesleyac.com/feed.xml";
}
{
name = "AndreGarzia.com";
url = "https://andregarzia.com/feeds/all.atom.xml";
}
{
name = "mxb.dev";
author = "Max Böck";
url = "https://mxb.dev/feed.xml";
}
{
name = "dkb.io";
url = "https://dkb.io/rss.xml";
}
{
name = "Miscellaneous Stuff";
author = "Tie";
# specifically not https:
# http://misc-stuff.terraaeon.com/articles/not-https.html
url = "http://misc-stuff.terraaeon.com/misc-stuff-rss-feed.xml";
}
{
name = "THE SPORKS SPACE";
# if their rss feed included the author on each entry we could delete this
author = "Various";
url = "https://sporks.space/feed/";
}
{
name = "Read the Tea Leaves";
author = "Nolan Lawson";
url = "https://nolanlawson.com/feed/";
}
{
name = "Rough Type";
url = "https://www.roughtype.com/atom.xml";
}
{
name = "rachelbythebay.com";
author = "rachelbythebay";
url = "https://rachelbythebay.com/w/atom.xml";
}
{
name = "adam-p.ca";
author = "Adam Pritchard";
url = "https://adam-p.ca/blog/feed.xml";
}
{
name = "vaghetti.dev";
author = "Douglas Vaghetti";
url = "https://vaghetti.dev/index.xml";
}
{
name = "bastian.rieck.me";
author = "Bastian Rieck";
url = "https://bastian.rieck.me/blog/index.xml";
}
{
name = "Mendhak / Code";
url = "https://code.mendhak.com/feed.xml";
}
{
name = "matklad";
url = "https://matklad.github.io/feed.xml";
}
#{
# name = "rohanrd.xyz";
# author = "Rohan Deshmukh";
# url = "https://rohanrd.xyz/index.xml";
#}
{
name = "johnwhiles.com";
author = "John Whiles";
url = "https://www.johnwhiles.com/atom.xml";
}
{
name = "Tim's website";
author = "Tim Daubenschütz";
url = "https://timdaub.github.io/atom.xml";
}
{
name = "ᕕ( ᐛ )ᕗ Herman's blog";
url = "https://herman.bearblog.dev/feed/";
}
{
name = "Pursuit of Laziness";
author = "Jesse Duffield";
url = "https://jesseduffield.com/feed.xml";
}
{
name = "austinhenley.com";
author = "Austin Z. Henley";
url = "https://austinhenley.com/blog/feed.rss";
}
{
name = "Languages and Architecture";
author = "Evan Ovadia";
url = "https://verdagon.dev/rss.xml";
}
{
name = "DYNOMIGHT";
url = "https://dynomight.net/feed.xml";
}
{
name = "patzhong.com";
author = "Patrick Zhong";
url = "https://patzhong.com/feed/";
}
{
name = "Annoying Technology";
url = "https://annoying.technology/index.xml";
}
{
name = "jacobian.org";
url = "https://jacobian.org/index.xml";
}
{
name = "Zeptonaut";
author = "Charlie Andrews";
url = "https://www.zeptonaut.com/index.xml";
}
{
name = "see shy jo";
author = "Joey Hess";
url = "https://joeyh.name/blog/index.rss";
}
{
name = "the singularity is nearer";
author = "geohot";
url = "https://geohot.github.io/blog/feed.xml";
}
{
name = "xkcd";
author = "Randall Munroe";
url = "https://xkcd.com/atom.xml";
}
{
name = "j3s.sh";
author = "Jes Olson";
url = "https://j3s.sh/feed.atom";
}
{
name = "Molly White";
url = "https://blog.mollywhite.net/feed.xml";
}
{
name = "andersource";
author = "andersource";
url = "https://andersource.dev/feed.xml";
}
{
name = "royvanrijn";
author = "Roy van Rijn";
url = "https://www.royvanrijn.com/feed/index.xml";
}
# Returns a 406 when called within syndicateBlogPosts for some reason
#{
# name = "adactio";
# author = "Jeremy Keith";
# url = "https://adactio.com/journal/rss";
#}
{
name = "chriscoyier.net";
author = "Chris Coyier";
url = "https://chriscoyier.net/blog/feed/";
}
{
name = "tomcritchlow.com";
author = "Tom Critchlow";
url = "https://tomcritchlow.com/feed";
}
{
name = "Sentiers";
author = "Patrick Tanguay";
url = "https://sentiers.media/blog/feed.xml";
}
{
name = "www.nathalielawhead.com";
author = "Nathalie Lawhead";
url = "http://www.nathalielawhead.com/candybox/feed";
}
{
name = "tylercipriani.com";
url = "https://tylercipriani.com/blog/index.atom";
}
{
name = "The Universe of Discourse";
url = "https://blog.plover.com/index.atom";
}
{
name = "bkardell.com";
author = "Brian Kardell";
url = "https://bkardell.com/blog/feed.rss";
}
{
name = "Andraž Bajt's blog";
author = "Andraž Bajt";
url = "https://edofic.com/index.xml";
}
{
name = "The Autodidacts";
author = "Various";
url = "https://www.autodidacts.io/tag/essay/rss/";
}
{
name = "The Cheapskate's Guide to Computers and the Internet";
author = "Cheapskate";
url = "https://cheapskatesguide.org/cheapskates-guide-rss-feed.xml";
}
{
name = "justinjackson.ca";
author = "Justin Jackson";
url = "https://justinjackson.ca/feed";
}
{
name = "shutdown -r now";
url = "https://ounapuu.ee/index.xml";
}
{
name = "craftyguy's blog";
author = "Clayton Craft";
url = "https://blog.craftyguy.net/atom.xml";
}
{
name = "ongoing";
author = "Tim Bray";
url = "https://www.tbray.org/ongoing/ongoing.atom";
}
{
name = "nutcroft.com";
author = "nutcroft";
url = "https://nutcroft.com/rss/";
}
{
name = "chriskiehl.com";
author = "Chris Kiehl";
url = "https://chriskiehl.com/rss.xml";
}
#{
# name = "Web3 is going just great";
# author = "Molly White";
# url = "https://web3isgoinggreat.com/feed.xml";
#}
{
name = "alexanderell.is";
author = "Alex Ellis";
url = "https://alexanderell.is/index.xml";
}
{
name = "sive.rs";
author = "Derek Sivers";
url = "https://sive.rs/en.atom";
}
#{
# name = "Pixel Envy";
# author = "Nick Heer";
# url = "https://pxlnv.com/feed";
#}
{
name = "allenpike.com";
url = "https://feeds.allenpike.com/feed/";
}
{
name = "gabrielsieben.tech";
author = "Gabriel Sieban";
url = "https://gabrielsieben.tech/feed";
}
{
name = "thesephist.com";
author = "Linus Lee";
url = "https://thesephist.com/index.xml";
}
{
name = "maggieappleton.com";
author = "Maggie Appleton";
url = "https://maggieappleton.com/rss.xml";
}
{
name = "gay robot noises";
author = "ash";
url = "https://catgirl.ai/log/atom.xml";
}
{
name = "dergigi.com";
author = "Gigi";
url = "https://dergigi.com/feed";
}
{
name = "robinrendle.com";
author = "Robin Rendle";
url = "https://www.robinrendle.com/feed.xml";
}
{
name = "cristobal.space";
author = "CRISTÓBAL SCIUTTO";
url = "https://cristobal.space/rss.xml";
}
{
name = "the scapegoat dev";
url = "https://the.scapegoat.dev/feed";
}
{
name = "Granola Shotgun";
author = "Johnny Sanphillippo";
url = "https://nitter.net/GranolaShotgun/rss";
}
{
name = "milky eggs";
author = "fbifemboy";
url = "https://milkyeggs.com/?feed=rss2";
}
{
name = "iliana etaoin";
author = "iliana etaoin";
url = "https://iliana.fyi/atom.xml";
}
{
name = "Computer Things";
author = "Hillel Wayne";
url = "https://buttondown.email/hillelwayne/rss";
}
{
name = "xeiaso.net";
author = "Xe Iaso";
url = "https://xeiaso.net/blog.rss";
}
{
name = "F-Droid";
author = "Various";
url = "https://f-droid.org/feed.xml";
}
{
name = "Jeff Geerling";
author = "Jeff Geerling";
url = "https://www.jeffgeerling.com/blog.xml";
}
{
name = "McMansion Hell";
author = "Kate Wagner";
url = "https://mcmansionhell.com/rss";
}
{
name = "datagubbe";
author = "carl svensson";
url = "https://www.datagubbe.se/atom.xml";
}
{
name = "Degrowther";
url = "https://degrowther.smol.pub/atom.xml";
}
{
name = "clehaxze.tw";
author = "Martin Chang";
url = "https://clehaxze.tw/atom.xml";
}
{
name = "manuelmoreale.com";
url = "https://manuelmoreale.com/feed/rss";
}
{
name = "Matthias Ott";
url = "https://matthiasott.com/rss";
}
{
name = "frog hop";
author = "graydon2";
url = "https://graydon2.dreamwidth.org/data/rss";
}
{
name = "roguelazer's website";
author = "James Brown";
url = "https://www.roguelazer.com//atom.xml";
}
{
name = "Laforge";
author = "Brandon Pollack";
url = "https://laforge.brpollack.xyz/rss.xml";
}
{
name = "Fond/Sound";
author = "Diego Olivas";
url = "https://www.fondsound.com/feed/";
}
{
name = "Lucidity";
author = "Lucic";
url = "https://ludic.mataroa.blog/rss/";
}
{
name = "TheFrenchGhosty's Blog";
author = "TheFrenchGhosty";
url = "https://blog.thefrenchghosty.me/posts/index.xml";
}
{
name = "Filippo Valsorda";
author = "Filippo Valsorda";
url = "https://words.filippo.io/rss/";
}
{
name = "Notes (by Rodrigo Ghedin)";
author = "Rodrigo Ghedin";
url = "https://notes.ghed.in/feed.xml";
}
{
name = "Where's Your Ed At";
author = "Ed Zitron";
url = "https://www.wheresyoured.at/rss";
}
{
name = "Stereogum - Album of the Week";
author = "Stereogum";
url = "https://www.stereogum.com/category/reviews/album-of-the-week/feed/";
}
]