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
|
{
"feeds": {
"DSM": "https://pspodcasting.net/dan/feed.xml",
"mikegrindle": "https://mikegrindle.com/feed.xml",
"0x30": "https://0x30.dev/posts/index.xml",
"a1wa": "https://a1w.ca/feed.rss",
"andrewkelley": "https://andrewkelley.me/rss.xml",
"jeffatwood": "https://blog.codinghorror.com/rss/",
"danluu": "https://danluu.com/atom.xml",
"davidbrin": "https://davidbrin.blogspot.com/feeds/posts/default",
"eli": "https://eli.li/feed.rss",
"jvns": "https://jvns.ca/atom.xml",
"kottke": "http://feeds.kottke.org/main",
"ploum": "https://ploum.net/atom_en.xml",
"doctorow": "https://pluralistic.net/feed/",
"tonsky": "https://tonsky.me/atom.xml",
"wilwheaton": "https://wilwheaton.net/feed/",
"bunnie": "https://www.bunniestudios.com/blog/feed/",
"svensson": "https://www.datagubbe.se/atom.xml",
"davidrevoy": "https://www.davidrevoy.com/feed/rss",
"marginalia": "https://www.marginalia.nu/log/index.xml",
"jakebauer": "https://www.paritybit.ca/feed.xml",
"briandfoy": "https://briandfoy.github.io/feed.xml",
"nayuki": "https://www.nayuki.io/rss20.xml",
"nrk": "https://nrk.neocities.org/rss.xml",
"unixdigest": "https://unixdigest.com/feed.rss",
"ratfactor": "https://ratfactor.com/atom.xml",
"alienbob": "https://blog.slackware.nl/feed/",
"devault": "https://drewdevault.com/blog/index.xml",
"lwn": "https://lwn.net/headlines/Features",
"EvilSkeleton": "https://tesk.page/feed.xml",
"suckless": "https://suckless.org/atom.xml",
"GingerBill": "https://www.gingerbill.org/article/index.xml",
"MichaelLucas": "https://mwl.io/feed",
"robpike": "https://hachyderm.io/@robpike.rss",
"rachel": "https://rachelbythebay.com/w/atom.xml",
"jwz": "https://cdn.jwz.org/blog/feed/",
"lobsters": "https://lobste.rs/rss",
"HNDaily": "https://www.daemonology.net/hn-daily/index.rss",
# youtube
"PrimeTime": "http://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ",
"WatameCh": "http://www.youtube.com/feeds/videos.xml?channel_id=UCqm3BQLlJfvkTsX_hvm0UmA",
"RLM": "http://www.youtube.com/feeds/videos.xml?channel_id=UCrTNhL_yO3tPTdQ5XgmmWjA",
"SoraCh": "http://www.youtube.com/feeds/videos.xml?channel_id=UCp6993wxpyDPHUpavwDFqgg",
},
"groups": {
"yt": [ "PrimeTime", "WatameCh", "RLM", "SoraCh", ],
},
}
|