clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

connect to FreshRSS

sspaeti cc6665e5 e48730d8

+422 -6
+5 -1
newsboat/.config/newsboat/Makefile
··· 1 1 .DEFAULT_GOAL := save 2 - .PHONY: decrypt run urls save clean help 2 + .PHONY: decrypt run freshrss urls save clean help 3 3 4 4 # Default target - decrypt and run newsboat 5 5 run: decrypt 6 + @newsboat 7 + 8 + # Run with FreshRSS (no decryption needed) 9 + freshrss: 6 10 @newsboat 7 11 8 12 # Decrypt urls.gpg to urls using environment variable
+7 -5
newsboat/.config/newsboat/config
··· 1 - # Miniflux sync (uncomment when Miniflux is set up) 2 - # urls-source "miniflux" 3 - # miniflux-url "https://rss.ssp.sh/" 4 - # miniflux-login "simon" 5 - # miniflux-passwordeval "pass show miniflux/rss.ssp.sh" 1 + # FreshRSS sync 2 + urls-source "freshrss" 3 + freshrss-url "https://rss.sspaeti.duckdns.org/api/greader.php" 4 + freshrss-login "sspaeti" 5 + freshrss-passwordeval "printenv FRESHRSS_PASSWORD" 6 + freshrss-min-items 50 7 + freshrss-flag-star "s" 6 8 7 9 # general settings 8 10 auto-reload yes
+410
newsboat/.config/newsboat/urls-categories.opml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <opml version="2.0"> 3 + <head> 4 + <title>Newsboat Feeds (with categories)</title> 5 + </head> 6 + <body> 7 + <outline text="#ai" title="#ai"> 8 + <outline type="rss" xmlUrl="https://simonwillison.net/atom/everything/" htmlUrl="http://simonwillison.net/" title="Simon Willison's Weblog" text="Simon Willison's Weblog"/> 9 + </outline> 10 + <outline text="ai" title="ai"> 11 + <outline type="rss" xmlUrl="https://lspace.swyx.io/feed" htmlUrl="https://www.latent.space/" title="Latent.Space" text="Latent.Space"/> 12 + <outline type="rss" xmlUrl="https://datascienceweekly.substack.com/feed" htmlUrl="https://datascienceweekly.substack.com/" title="Data Science Weekly Newsletter" text="Data Science Weekly Newsletter"/> 13 + </outline> 14 + <outline text="consulting" title="consulting"> 15 + <outline type="rss" xmlUrl="https://dcubed.substack.com/feed" htmlUrl="https://dcubed.substack.com/" title="Technical Freelancer Academy" text="Technical Freelancer Academy"/> 16 + </outline> 17 + <outline text="curiosity" title="curiosity"> 18 + <outline type="rss" xmlUrl="https://world.hey.com/jason/feed.atom" htmlUrl="https://world.hey.com/jason" title="Jason Fried" text="Jason Fried"/> 19 + <outline type="rss" xmlUrl="https://world.hey.com/dhh/feed.atom" htmlUrl="https://world.hey.com/dhh" title="David Heinemeier Hansson" text="David Heinemeier Hansson"/> 20 + <outline type="rss" xmlUrl="https://sive.rs/en.atom" htmlUrl="https://sive.rs/en.atom" title="Derek Sivers blog" text="Derek Sivers blog"/> 21 + <outline type="rss" xmlUrl="http://www.aaronsw.com/2002/feeds/pgessays.rss" htmlUrl="http://www.paulgraham.com/" title="Paul Graham Essays" text="Paul Graham Essays"/> 22 + <outline type="rss" xmlUrl="https://newsletter.pathlesspath.com/feed" htmlUrl="https://newsletter.pathlesspath.com/" title="Paul Millerd's Pathless Path" text="Paul Millerd's Pathless Path"/> 23 + <outline type="rss" xmlUrl="http://www.gregreda.com/feeds/all.atom.xml" htmlUrl="http://www.gregreda.com/" title="Greg Reda" text="Greg Reda"/> 24 + <outline type="rss" xmlUrl="https://karimjedda.com/rss/" htmlUrl="https://karimjedda.com/" title="Karim Jedda" text="Karim Jedda"/> 25 + <outline type="rss" xmlUrl="https://www.counting-stuff.com/rss/" htmlUrl="https://www.counting-stuff.com/" title="Counting Stuff" text="Counting Stuff"/> 26 + <outline type="rss" xmlUrl="https://think.ryi.me/feed" htmlUrl="https://think.ryi.me/" title="Thinking Better" text="Thinking Better"/> 27 + <outline type="rss" xmlUrl="https://thaomaoh.substack.com/feed" htmlUrl="https://thaomaoh.substack.com/" title="Totally Awesome Newsletter" text="Totally Awesome Newsletter"/> 28 + <outline type="rss" xmlUrl="https://chuckpalahniuk.substack.com/feed" htmlUrl="https://chuckpalahniuk.substack.com/" title="Chuck Palahniuk's Plot Spoiler" text="Chuck Palahniuk's Plot Spoiler"/> 29 + <outline type="rss" xmlUrl="https://austinkleon.substack.com/feed" htmlUrl="https://austinkleon.substack.com/" title="Austin Kleon" text="Austin Kleon"/> 30 + <outline type="rss" xmlUrl="https://austinkleon.com/feed" htmlUrl="https://austinkleon.com/" title="Austin Kleon" text="Austin Kleon"/> 31 + <outline type="rss" xmlUrl="https://claytonwramsey.com/blog/rss.xml" htmlUrl="https://claytonwramsey.com/blog/" title="Clayton Ramsey Blog" text="Clayton Ramsey Blog"/> 32 + <outline type="rss" xmlUrl="https://tim.blog/feed/" htmlUrl="https://tim.blog/" title="The Blog of Author Tim Ferriss" text="The Blog of Author Tim Ferriss"/> 33 + </outline> 34 + <outline text="data" title="data"> 35 + <outline type="rss" xmlUrl="https://www.blef.fr/blog/rss/" htmlUrl="https://www.blef.fr/" title="blef.fr" text="blef.fr"/> 36 + <outline type="rss" xmlUrl="https://seattledataguy.substack.com/feed" htmlUrl="https://seattledataguy.substack.com/" title="Seattle Data Guy Substack" text="Seattle Data Guy Substack"/> 37 + <outline type="rss" xmlUrl="https://www.theseattledataguy.com/feed/" htmlUrl="https://www.theseattledataguy.com/" title="Seattle Data Guy Blog" text="Seattle Data Guy Blog"/> 38 + <outline type="rss" xmlUrl="https://www.confessionsofadataguy.com/feed/" htmlUrl="https://www.confessionsofadataguy.com/" title="Confessions of a Data Guy" text="Confessions of a Data Guy"/> 39 + <outline type="rss" xmlUrl="https://petrjanda.substack.com/feed" htmlUrl="https://petrjanda.substack.com/" title="petr@substack" text="petr@substack"/> 40 + <outline type="rss" xmlUrl="https://stkbailey.substack.com/feed" htmlUrl="https://stkbailey.substack.com/" title="Data People Etc." text="Data People Etc."/> 41 + <outline type="rss" xmlUrl="https://benn.substack.com/feed" htmlUrl="https://benn.substack.com/" title="benn.substack" text="benn.substack"/> 42 + <outline type="rss" xmlUrl="https://www.dataengineeringweekly.com/feed" htmlUrl="https://www.dataengineeringweekly.com/" title="Data Engineering Weekly" text="Data Engineering Weekly"/> 43 + <outline type="rss" xmlUrl="https://medium.com/feed/@maximebeauchemin" htmlUrl="https://medium.com/@maximebeauchemin?source=rss-9f4d525c99e2------2" title="Maxime Beauchemin (Medium)" text="Maxime Beauchemin (Medium)"/> 44 + <outline type="rss" xmlUrl="https://davidsj.substack.com/feed" htmlUrl="https://davidsj.substack.com/" title="davidj.substack" text="davidj.substack"/> 45 + <outline type="rss" xmlUrl="https://fromanengineersight.substack.com/feed" htmlUrl="https://fromanengineersight.substack.com/" title="Benoit Pimpaud (From an Engineer Sight)" text="Benoit Pimpaud (From an Engineer Sight)"/> 46 + <outline type="rss" xmlUrl="https://groupby1.substack.com/feed" htmlUrl="https://groupby1.mattarderne.com/" title="group by 1" text="group by 1"/> 47 + <outline type="rss" xmlUrl="https://roundup.getdbt.com/feed" htmlUrl="https://roundup.getdbt.com/" title="The Analytics Engineering Roundup" text="The Analytics Engineering Roundup"/> 48 + <outline type="rss" xmlUrl="https://pedram.substack.com/feed" htmlUrl="https://databased.pedramnavid.com/" title="Pedram's Data Based" text="Pedram's Data Based"/> 49 + <outline type="rss" xmlUrl="https://mehdio.substack.com/feed" htmlUrl="https://blog.mehdio.com/" title="Mehdio's Tech (Data) Corner" text="Mehdio's Tech (Data) Corner"/> 50 + <outline type="rss" xmlUrl="https://msmullins.substack.com/feed" htmlUrl="https://msmullins.substack.com/" title="Matthew Mullins Business Substack" text="Matthew Mullins Business Substack"/> 51 + <outline type="rss" xmlUrl="https://fieldnotesondata.substack.com/feed" htmlUrl="https://fieldnotesondata.substack.com/" title="Matthew Mullins Personal Substack" text="Matthew Mullins Personal Substack"/> 52 + <outline type="rss" xmlUrl="https://moderndata101.substack.com/feed" htmlUrl="https://moderndata101.substack.com/" title="Modern Data 101" text="Modern Data 101"/> 53 + <outline type="rss" xmlUrl="https://www.kahandatasolutions.com/blog.rss" htmlUrl="https://www.kahandatasolutions.com/blog.rss" title="Kahan Data Solutions | Data Engineering Blog" text="Kahan Data Solutions | Data Engineering Blog"/> 54 + <outline type="rss" xmlUrl="https://semanticinsight.wordpress.com/feed/" htmlUrl="https://semanticinsight.wordpress.com/" title="SI Bytes &#x2013; Shaun Ryan" text="SI Bytes &#x2013; Shaun Ryan"/> 55 + <outline type="rss" xmlUrl="https://tobilg.com/rss.xml" htmlUrl="https://tobilg.com/" title="Tobi M&#xFC;ller's Blog" text="Tobi M&#xFC;ller's Blog"/> 56 + <outline type="rss" xmlUrl="https://tayloramurphy.substack.com/feed" htmlUrl="https://tayloramurphy.substack.com/" title="Taylora Murphy" text="Taylora Murphy"/> 57 + <outline type="rss" xmlUrl="https://win.hyperquery.ai/feed" htmlUrl="https://win.hyperquery.ai/" title="Win With Data" text="Win With Data"/> 58 + <outline type="rss" xmlUrl="https://eczachly.substack.com/feed" htmlUrl="https://blog.dataexpert.io/" title="DataExpert.io Newsletter" text="DataExpert.io Newsletter"/> 59 + <outline type="rss" xmlUrl="https://dataengineeringcentral.substack.com/feed" htmlUrl="https://dataengineeringcentral.substack.com/" title="Daniel Beach DE Substack" text="Daniel Beach DE Substack"/> 60 + <outline type="rss" xmlUrl="https://moderndataengineering.substack.com/feed" htmlUrl="https://blog.moderndataengineering.com/" title="Modern Data Engineering" text="Modern Data Engineering"/> 61 + <outline type="rss" xmlUrl="https://uncledata.substack.com/feed" htmlUrl="https://uncledata.substack.com/" title="Uncle Data" text="Uncle Data"/> 62 + <outline type="rss" xmlUrl="https://joereis.substack.com/feed" htmlUrl="https://joereis.substack.com/" title="Joe Reis Substack" text="Joe Reis Substack"/> 63 + <outline type="rss" xmlUrl="https://practicaldatamodeling.substack.com/feed" htmlUrl="https://practicaldatamodeling.substack.com/" title="Practical Data Modeling - Joe Reis" text="Practical Data Modeling - Joe Reis"/> 64 + <outline type="rss" xmlUrl="https://dataarchitecture.substack.com/feed" htmlUrl="https://dataarchitecture.substack.com/" title="Data Architecture - Joe Reis" text="Data Architecture - Joe Reis"/> 65 + <outline type="rss" xmlUrl="https://juhache.substack.com/feed" htmlUrl="https://juhache.substack.com/" title="Ju Data Engineering Newsletter" text="Ju Data Engineering Newsletter"/> 66 + <outline type="rss" xmlUrl="https://sympathetic.ink/feed.xml" htmlUrl="https://sympathetic.ink/" title="The Sympathetic Ink Blog" text="The Sympathetic Ink Blog"/> 67 + <outline type="rss" xmlUrl="https://askvinnie.substack.com/feed" htmlUrl="https://askvinnie.substack.com/" title="Ask Vinnie" text="Ask Vinnie"/> 68 + <outline type="rss" xmlUrl="https://materializedview.io/feed" htmlUrl="https://materializedview.io/" title="Materialized View" text="Materialized View"/> 69 + <outline type="rss" xmlUrl="https://www.pracdata.io/feed" htmlUrl="https://www.pracdata.io/" title="Practical Data Engineering" text="Practical Data Engineering"/> 70 + <outline type="rss" xmlUrl="https://rmoff.net/index.xml" htmlUrl="https://rmoff.net/" title="Robin Moffatt (rmoff)" text="Robin Moffatt (rmoff)"/> 71 + <outline type="rss" xmlUrl="https://blog.christoolivier.com/feed" htmlUrl="https://blog.christoolivier.com/" title="Christo&#x2019;s Blog" text="Christo&#x2019;s Blog"/> 72 + <outline type="rss" xmlUrl="https://dataengineeringcommunity.substack.com/feed" htmlUrl="https://dataengineeringcommunity.substack.com/" title="Reddit Data Engineering Community Newsletter" text="Reddit Data Engineering Community Newsletter"/> 73 + <outline type="rss" xmlUrl="https://dataespresso.substack.com/feed" htmlUrl="https://dataespresso.substack.com/" title="Data Espresso" text="Data Espresso"/> 74 + <outline type="rss" xmlUrl="https://datajargon.substack.com/feed" htmlUrl="https://datajargon.substack.com/" title="The Data Jargon Newsletter" text="The Data Jargon Newsletter"/> 75 + <outline type="rss" xmlUrl="https://thedatatoolbox.substack.com/feed" htmlUrl="https://thedatatoolbox.substack.com/" title="The Data Toolbox" text="The Data Toolbox"/> 76 + <outline type="rss" xmlUrl="https://groupby1.mattarderne.com/feed" htmlUrl="https://groupby1.mattarderne.com/" title="group by 1" text="group by 1"/> 77 + <outline type="rss" xmlUrl="https://blog.mehdio.com/feed" htmlUrl="https://blog.mehdio.com/" title="Mehdio's Tech (Data) Corner" text="Mehdio's Tech (Data) Corner"/> 78 + </outline> 79 + <outline text="data-substack" title="data-substack"> 80 + <outline type="rss" xmlUrl="https://sqlpatterns.com/feed" htmlUrl="https://sqlpatterns.com/" title="Data Patterns by Ergest Xheblati" text="Data Patterns by Ergest Xheblati"/> 81 + <outline type="rss" xmlUrl="https://www.datatinkerer.io/feed" htmlUrl="https://www.datatinkerer.io/" title="Data Tinkerer" text="Data Tinkerer"/> 82 + <outline type="rss" xmlUrl="https://alirezasadeghi1.substack.com/feed" htmlUrl="https://alirezasadeghi1.substack.com/" title="Alireza&#x2019;s Substack" text="Alireza&#x2019;s Substack"/> 83 + <outline type="rss" xmlUrl="https://boundlessnotions.substack.com/feed" htmlUrl="https://boundlessnotions.substack.com/" title="Data &amp; AI Engineering" text="Data &amp; AI Engineering"/> 84 + <outline type="rss" xmlUrl="https://dataproducts.substack.com/feed" htmlUrl="https://dataproducts.substack.com/" title="Data Products" text="Data Products"/> 85 + <outline type="rss" xmlUrl="https://blog.dataexpert.io/feed" htmlUrl="https://blog.dataexpert.io/" title="DataExpert.io Newsletter" text="DataExpert.io Newsletter"/> 86 + <outline type="rss" xmlUrl="https://archiew.substack.com/feed" htmlUrl="https://archiew.substack.com/" title="Evidence Newsletter" text="Evidence Newsletter"/> 87 + <outline type="rss" xmlUrl="https://dataopsleadership.substack.com/feed" htmlUrl="https://dataopsleadership.substack.com/" title="The Orchestra Data Leadership Newsletter" text="The Orchestra Data Leadership Newsletter"/> 88 + <outline type="rss" xmlUrl="https://databased.pedramnavid.com/feed" htmlUrl="https://databased.pedramnavid.com/" title="Pedram's Data Based" text="Pedram's Data Based"/> 89 + <outline type="rss" xmlUrl="https://sarahsnewsletter.substack.com/feed" htmlUrl="https://sarahsnewsletter.substack.com/" title="Sarah's Newsletter" text="Sarah's Newsletter"/> 90 + <outline type="rss" xmlUrl="https://hubertdulay.substack.com/feed" htmlUrl="https://hubertdulay.substack.com/" title="SUP! Hubert&#x2019;s Substack" text="SUP! Hubert&#x2019;s Substack"/> 91 + <outline type="rss" xmlUrl="https://themetagridnotes.substack.com/feed" htmlUrl="https://themetagridnotes.substack.com/" title="The Meta Grid Notes" text="The Meta Grid Notes"/> 92 + </outline> 93 + <outline text="engineering" title="engineering"> 94 + <outline type="rss" xmlUrl="https://newsletter.pragmaticengineer.com/feed" htmlUrl="https://newsletter.pragmaticengineer.com/" title="The Pragmatic Engineer" text="The Pragmatic Engineer"/> 95 + <outline type="rss" xmlUrl="https://semitechnicals.com/feed" htmlUrl="https://semitechnicals.com/" title="Semitechnicals" text="Semitechnicals"/> 96 + <outline type="rss" xmlUrl="https://read.technically.dev/feed" htmlUrl="https://read.technically.dev/" title="Technically" text="Technically"/> 97 + </outline> 98 + <outline text="indie" title="indie"> 99 + <outline type="rss" xmlUrl="https://news.tonydinh.com/feed" htmlUrl="https://news.tonydinh.com/" title="Tony Dinh's Newsletter" text="Tony Dinh's Newsletter"/> 100 + <outline type="rss" xmlUrl="https://andrewchen.substack.com/feed" htmlUrl="https://andrewchen.substack.com/" title="@andrewchen" text="@andrewchen"/> 101 + </outline> 102 + <outline text="life" title="life"> 103 + <outline type="rss" xmlUrl="https://www.whitenoise.email/feed/" htmlUrl="https://www.whitenoise.email/" title="White Noise" text="White Noise"/> 104 + <outline type="rss" xmlUrl="https://www.lyle.blog/feed" htmlUrl="https://www.lyle.blog/" title="Just Enough to Get Me in Trouble" text="Just Enough to Get Me in Trouble"/> 105 + <outline type="rss" xmlUrl="https://www.likethefish.blog/feed" htmlUrl="https://www.likethefish.blog/" title="Minnow, like the fish" text="Minnow, like the fish"/> 106 + <outline type="rss" xmlUrl="https://ungated.life/feed" htmlUrl="https://ungated.life/" title="The Living Question" text="The Living Question"/> 107 + <outline type="rss" xmlUrl="https://manifestomusings.com/feed" htmlUrl="https://manifestomusings.com/" title="manifesto musings" text="manifesto musings"/> 108 + <outline type="rss" xmlUrl="https://becomingcaryn.substack.com/feed" htmlUrl="https://becomingcaryn.substack.com/" title="Caryn&#x2019;s Substack" text="Caryn&#x2019;s Substack"/> 109 + <outline type="rss" xmlUrl="https://compassionatefaith.substack.com/feed" htmlUrl="https://compassionatefaith.substack.com/" title="Compassionate Faith: A Spiritual Journey" text="Compassionate Faith: A Spiritual Journey"/> 110 + <outline type="rss" xmlUrl="https://karunpal.substack.com/feed" htmlUrl="https://karunpal.substack.com/" title="The Unlearning" text="The Unlearning"/> 111 + <outline type="rss" xmlUrl="https://on.substack.com/feed" htmlUrl="https://on.substack.com/" title="On Publication: Writers, podcasters, musicians, video makers &amp; culture stars" text="On Publication: Writers, podcasters, musicians, video makers &amp; culture stars"/> 112 + </outline> 113 + <outline text="me" title="me"> 114 + <outline type="rss" xmlUrl="https://ssp.sh/index.xml" htmlUrl="https://www.ssp.sh/" title="Data Engineering Blog" text="Data Engineering Blog"/> 115 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCvhMptiA4Q5PiXNR2GsclKw" htmlUrl="https://www.youtube.com/channel/UCvhMptiA4Q5PiXNR2GsclKw" title="My YouTube" text="My YouTube"/> 116 + <outline type="rss" xmlUrl="https://sspaeti.substack.com/feed" htmlUrl="https://sspaeti.substack.com/" title="My Substack" text="My Substack"/> 117 + <outline type="rss" xmlUrl="https://dedp.online/feed.xml" htmlUrl="https://www.dedp.online/" title="Data Engineering Design Patterns (DEDP)" text="Data Engineering Design Patterns (DEDP)"/> 118 + </outline> 119 + <outline text="misc" title="misc"> 120 + <outline type="rss" xmlUrl="https://chollinger.com/blog/index.xml" htmlUrl="https://chollinger.com/" title="Christian Hollinger" text="Christian Hollinger"/> 121 + <outline type="rss" xmlUrl="https://vickiboykis.com/index.xml" htmlUrl="https://veekaybee.github.io/" title="Tech Blog on &#x2730;Vicki Boykis&#x2730;" text="Tech Blog on &#x2730;Vicki Boykis&#x2730;"/> 122 + <outline type="rss" xmlUrl="https://luminousmen.com/feeds/" htmlUrl="https://luminousmen.com/feeds/" title="Luminousmen Blog - Python, Data Engineering &amp; Machine Learning" text="Luminousmen Blog - Python, Data Engineering &amp; Machine Learning"/> 123 + </outline> 124 + <outline text="mssql" title="mssql"> 125 + <outline type="rss" xmlUrl="https://www.jamesserra.com/feed" htmlUrl="https://www.jamesserra.com/" title="James Serra's Blog" text="James Serra's Blog"/> 126 + <outline type="rss" xmlUrl="http://www.cathrinewilhelmsen.net/feed/" htmlUrl="https://www.cathrinewilhelmsen.net/" title="Cathrine Wilhelmsen" text="Cathrine Wilhelmsen"/> 127 + </outline> 128 + <outline text="note-taking" title="note-taking"> 129 + <outline type="rss" xmlUrl="https://tfthacker.substack.com/feed" htmlUrl="https://tfthacker.substack.com/" title="Tools for Thought (Obsidian, PKM)" text="Tools for Thought (Obsidian, PKM)"/> 130 + <outline type="rss" xmlUrl="https://nicolevanderhoeven.github.io/blog/index.xml" htmlUrl="https://nicolevanderhoeven.github.io/blog/" title="Blogs on Nicole van der Hoeven" text="Blogs on Nicole van der Hoeven"/> 131 + <outline type="rss" xmlUrl="https://nickmilo.substack.com/feed" htmlUrl="https://nickmilo.substack.com/" title="Linking Your Thinking" text="Linking Your Thinking"/> 132 + </outline> 133 + <outline text="producitvity" title="producitvity"> 134 + <outline type="rss" xmlUrl="https://digitalorganizationdad.substack.com/feed" htmlUrl="https://digitalorganizationdad.substack.com/" title="The Digital Organization Dad" text="The Digital Organization Dad"/> 135 + </outline> 136 + <outline text="startup" title="startup"> 137 + <outline type="rss" xmlUrl="https://erikbern.com/index.xml" htmlUrl="https://erikbern.com/" title="Erik Bernhardsson" text="Erik Bernhardsson"/> 138 + </outline> 139 + <outline text="substack" title="substack"> 140 + <outline type="rss" xmlUrl="https://jonathanneo.substack.com/feed" htmlUrl="https://jonathanneo.substack.com/" title="Data Engineer Camp" text="Data Engineer Camp"/> 141 + </outline> 142 + <outline text="terminal" title="terminal"> 143 + <outline type="rss" xmlUrl="https://registerspill.thorstenball.com/feed" htmlUrl="https://registerspill.thorstenball.com/" title="Register Spill" text="Register Spill"/> 144 + </outline> 145 + <outline text="uncategorized" title="uncategorized"> 146 + <outline type="rss" xmlUrl="https://technically.substack.com/feed" htmlUrl="https://read.technically.dev/" title="Technically" text="Technically"/> 147 + <outline type="rss" xmlUrl="https://karlastarr.substack.com/feed" htmlUrl="https://karlastarr.substack.com/" title="The Starr Report" text="The Starr Report"/> 148 + <outline type="rss" xmlUrl="https://serve.podhome.fm/rss/1c0357c0-6aba-5766-a2d5-2090d8dab6bc" htmlUrl="https://www.dataengineeringpodcast.com/" title="Data Engineering Podcast" text="Data Engineering Podcast"/> 149 + <outline type="rss" xmlUrl="https://jpmonteiro.substack.com/feed" htmlUrl="https://jpmonteiro.substack.com/" title="Modern Data Democracy" text="Modern Data Democracy"/> 150 + <outline type="rss" xmlUrl="https://planyournext.com/feed" htmlUrl="https://planyournext.com/" title="Plan Your Next" text="Plan Your Next"/> 151 + <outline type="rss" xmlUrl="https://think-boundless.com/feed/" htmlUrl="https://think-boundless.com/" title="Boundless by Paul Millerd" text="Boundless by Paul Millerd"/> 152 + <outline type="rss" xmlUrl="https://continuedjourney.substack.com/feedJ" htmlUrl="" title="" text=""/> 153 + <outline type="rss" xmlUrl="https://sashachapin.substack.com/feed" htmlUrl="https://sashachapin.substack.com/" title="Sasha's 'Newsletter'" text="Sasha's 'Newsletter'"/> 154 + </outline> 155 + <outline text="youtube" title="youtube"> 156 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_zQ777U6YTyatP3P1wi3xw" htmlUrl="https://www.youtube.com/channel/UC_zQ777U6YTyatP3P1wi3xw" title="NEVER TOO SMALL @nevertoosmall" text="NEVER TOO SMALL @nevertoosmall"/> 157 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrSIvbFncPSlK6AdwE2QboA" htmlUrl="https://www.youtube.com/channel/UCrSIvbFncPSlK6AdwE2QboA" title="linkarzu @linkarzu" text="linkarzu @linkarzu"/> 158 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmb91zwG9Zuyi6-_ErJJ7Pw" htmlUrl="https://www.youtube.com/channel/UCmb91zwG9Zuyi6-_ErJJ7Pw" title="Drew Lipps @drewlipps" text="Drew Lipps @drewlipps"/> 159 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC5vaBYHzkZvJkjGSNrz5tWQ" htmlUrl="https://www.youtube.com/channel/UC5vaBYHzkZvJkjGSNrz5tWQ" title="SRF Sport @srfsport" text="SRF Sport @srfsport"/> 160 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCs6H0fl_OiOQ7wBQCeH8G5g" htmlUrl="https://www.youtube.com/channel/UCs6H0fl_OiOQ7wBQCeH8G5g" title="Un Kyu Lee @unkyulee" text="Un Kyu Lee @unkyulee"/> 161 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCofS_FvauuHc-x6mq7yz6nA" htmlUrl="https://www.youtube.com/channel/UCofS_FvauuHc-x6mq7yz6nA" title="Paul Millerd @PaulMillerd" text="Paul Millerd @PaulMillerd"/> 162 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC28n0tlcNSa1iPe5mettocg" htmlUrl="https://www.youtube.com/channel/UC28n0tlcNSa1iPe5mettocg" title="voidzilla @coffeezillaextras" text="voidzilla @coffeezillaextras"/> 163 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9x0AN7BWHpCDHSm9NiJFJQ" htmlUrl="https://www.youtube.com/channel/UC9x0AN7BWHpCDHSm9NiJFJQ" title="NetworkChuck @NetworkChuck" text="NetworkChuck @NetworkChuck"/> 164 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCySH3WVP-5d4aJIfn8-WoPA" htmlUrl="https://www.youtube.com/channel/UCySH3WVP-5d4aJIfn8-WoPA" title="Brendon Burchard @BrendonBurchard" text="Brendon Burchard @BrendonBurchard"/> 165 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCuTaETsuCOkJ0H_GAztWt0Q" htmlUrl="https://www.youtube.com/channel/UCuTaETsuCOkJ0H_GAztWt0Q" title="Global Cycling Network @gcn" text="Global Cycling Network @gcn"/> 166 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ" htmlUrl="https://www.youtube.com/channel/UCUyeluBRhGPCW4rPe_UvBZQ" title="ThePrimeTime @ThePrimeTimeagen" text="ThePrimeTime @ThePrimeTimeagen"/> 167 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4JX40jDee_tINbkjycV4Sg" htmlUrl="https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg" title="Tech With Tim @TechWithTim" text="Tech With Tim @TechWithTim"/> 168 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCQ6SXMc7MoJ88jjpn6j-8Q" htmlUrl="https://www.youtube.com/channel/UCCQ6SXMc7MoJ88jjpn6j-8Q" title="Marko @withmarko" text="Marko @withmarko"/> 169 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA" htmlUrl="https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA" title="Fireship @Fireship" text="Fireship @Fireship"/> 170 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfbh0PFhRSgOh45127kHo8Q" htmlUrl="https://www.youtube.com/channel/UCfbh0PFhRSgOh45127kHo8Q" title="GCN auf Deutsch @gcnaufdeutsch" text="GCN auf Deutsch @gcnaufdeutsch"/> 171 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCwHwDuNd9lCdA7chyyquDXw" htmlUrl="https://www.youtube.com/channel/UCwHwDuNd9lCdA7chyyquDXw" title="Bread on Penguins @BreadOnPenguins" text="Bread on Penguins @BreadOnPenguins"/> 172 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0TnW9acNxqeojxXDMbohcA" htmlUrl="https://www.youtube.com/channel/UC0TnW9acNxqeojxXDMbohcA" title="Mark Manson @IAmMarkManson" text="Mark Manson @IAmMarkManson"/> 173 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCXKr4vbqJkg4cXmdvaAEjYw" htmlUrl="https://www.youtube.com/channel/UCXKr4vbqJkg4cXmdvaAEjYw" title="La Belle Musique @LaBelleMusique" text="La Belle Musique @LaBelleMusique"/> 174 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4NNPgQ9sOkBjw6GlkgCylg" htmlUrl="https://www.youtube.com/channel/UC4NNPgQ9sOkBjw6GlkgCylg" title="Ben Vallack @BenVallack" text="Ben Vallack @BenVallack"/> 175 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkUaT0T03TJvafYkfATM2Ag" htmlUrl="https://www.youtube.com/channel/UCkUaT0T03TJvafYkfATM2Ag" title="Daily Stoic @DailyStoic" text="Daily Stoic @DailyStoic"/> 176 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjIMtrzxYc0lblGhmOgC_CA" htmlUrl="https://www.youtube.com/channel/UCjIMtrzxYc0lblGhmOgC_CA" title="Every @EveryInc" text="Every @EveryInc"/> 177 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC46xhU1EH7aywEgvA9syS3w" htmlUrl="https://www.youtube.com/channel/UC46xhU1EH7aywEgvA9syS3w" title="anthonywritescode @anthonywritescode" text="anthonywritescode @anthonywritescode"/> 178 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0a_pO439rhcyHBZq3AKdrw" htmlUrl="https://www.youtube.com/channel/UC0a_pO439rhcyHBZq3AKdrw" title="David Perell @DavidPerellChannel" text="David Perell @DavidPerellChannel"/> 179 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCiPP7RxE-gtFoPHkNfjVh6Q" htmlUrl="https://www.youtube.com/channel/UCiPP7RxE-gtFoPHkNfjVh6Q" title="Mike Schmitz @MikeSchmitz" text="Mike Schmitz @MikeSchmitz"/> 180 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCajiMK_CY9icRhLepS8_3ug" htmlUrl="https://www.youtube.com/channel/UCajiMK_CY9icRhLepS8_3ug" title="Alex Ziskind @AZisk" text="Alex Ziskind @AZisk"/> 181 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC7IcJI8PUf5Z3zKxnZvTBog" htmlUrl="https://www.youtube.com/channel/UC7IcJI8PUf5Z3zKxnZvTBog" title="The School of Life @theschooloflifetv" text="The School of Life @theschooloflifetv"/> 182 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_-hYjoNe4PJNFa9iZ4lraA" htmlUrl="https://www.youtube.com/channel/UC_-hYjoNe4PJNFa9iZ4lraA" title="Good Work @GoodWorkMB" text="Good Work @GoodWorkMB"/> 183 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFiN1FnTVWKX1G_UwgZHURA" htmlUrl="https://www.youtube.com/channel/UCFiN1FnTVWKX1G_UwgZHURA" title="SystemSculpt @SystemSculpt" text="SystemSculpt @SystemSculpt"/> 184 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCV3AlfJ2mfeTzWI1xOla8Jw" htmlUrl="https://www.youtube.com/channel/UCV3AlfJ2mfeTzWI1xOla8Jw" title="Steven Foster @_stevenfoster" text="Steven Foster @_stevenfoster"/> 185 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCNTxtLJSrlY6uRImd0m-J-g" htmlUrl="https://www.youtube.com/channel/UCNTxtLJSrlY6uRImd0m-J-g" title="Let's Talk AI @lets-talk-ai" text="Let's Talk AI @lets-talk-ai"/> 186 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCa6vGFO9ty8v5KZJXQxdhaw" htmlUrl="https://www.youtube.com/channel/UCa6vGFO9ty8v5KZJXQxdhaw" title="Jimmy Kimmel Live @JimmyKimmelLive" text="Jimmy Kimmel Live @JimmyKimmelLive"/> 187 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCITFh4mnUAocj8FExstBk6Q" htmlUrl="https://www.youtube.com/channel/UCITFh4mnUAocj8FExstBk6Q" title="Developer Reborn @DevReborn" text="Developer Reborn @DevReborn"/> 188 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4eN7PS9mi8__4EYxy6VpFw" htmlUrl="https://www.youtube.com/channel/UC4eN7PS9mi8__4EYxy6VpFw" title="Esther Perel @estherperel" text="Esther Perel @estherperel"/> 189 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCEuC2TeojJTwX0yfPmGFiWA" htmlUrl="https://www.youtube.com/channel/UCEuC2TeojJTwX0yfPmGFiWA" title="leonardmlee @jollygoodvelo" text="leonardmlee @jollygoodvelo"/> 190 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCDAck-gFPTrgTx_qp59-bQA" htmlUrl="https://www.youtube.com/channel/UCDAck-gFPTrgTx_qp59-bQA" title="Mischa van den Burg @mischavandenburg" text="Mischa van den Burg @mischavandenburg"/> 191 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmvYCRYPDlzSHVNCI_ViJDQ" htmlUrl="https://www.youtube.com/channel/UCmvYCRYPDlzSHVNCI_ViJDQ" title="Tiago Forte @TiagoForte" text="Tiago Forte @TiagoForte"/> 192 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC07G4rT6ZvDv0lokaVHKeQw" htmlUrl="https://www.youtube.com/channel/UC07G4rT6ZvDv0lokaVHKeQw" title="theSeniorDev @therealseniordev" text="theSeniorDev @therealseniordev"/> 193 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJX2EazMKUqBQV048px2aoA" htmlUrl="https://www.youtube.com/channel/UCJX2EazMKUqBQV048px2aoA" title="Wes Huff @WesHuff" text="Wes Huff @WesHuff"/> 194 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFHtCB_FWXQ8GpjgfYcD8-g" htmlUrl="https://www.youtube.com/channel/UCFHtCB_FWXQ8GpjgfYcD8-g" title="Passenger @passengermusic" text="Passenger @passengermusic"/> 195 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCamAv52uxHMOYgF-4mcEJwA" htmlUrl="https://www.youtube.com/channel/UCamAv52uxHMOYgF-4mcEJwA" title="Stefan Masnikovic @Stefan-Masnikovic" text="Stefan Masnikovic @Stefan-Masnikovic"/> 196 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ9iglk14yNbv2c_zauC0BA" htmlUrl="https://www.youtube.com/channel/UCJ9iglk14yNbv2c_zauC0BA" title="StrategyU @StrategyU" text="StrategyU @StrategyU"/> 197 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcOouGDa4Z8sA2xuqOMMCmQ" htmlUrl="https://www.youtube.com/channel/UCcOouGDa4Z8sA2xuqOMMCmQ" title="Morgen @morgen-app" text="Morgen @morgen-app"/> 198 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVYamHliCI9rw1tHR1xbkfw" htmlUrl="https://www.youtube.com/channel/UCVYamHliCI9rw1tHR1xbkfw" title="Dave2D @Dave2D" text="Dave2D @Dave2D"/> 199 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC3TlyQ3h6lC_jSWust2leGg" htmlUrl="https://www.youtube.com/channel/UC3TlyQ3h6lC_jSWust2leGg" title="TigerBeetle @tigerbeetledb" text="TigerBeetle @tigerbeetledb"/> 200 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjEJCjSUJkZliPAnn11_08Q" htmlUrl="https://www.youtube.com/channel/UCjEJCjSUJkZliPAnn11_08Q" title="Angie Creates &#x5B89;&#x5409; @angieeecreates" text="Angie Creates &#x5B89;&#x5409; @angieeecreates"/> 201 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCudsmHZIEtud0kKuF95dMzQ" htmlUrl="https://www.youtube.com/channel/UCudsmHZIEtud0kKuF95dMzQ" title="nao Labs @nao-labs" text="nao Labs @nao-labs"/> 202 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCbGQAz4nL_P2Em5p8KPDFIA" htmlUrl="https://www.youtube.com/channel/UCbGQAz4nL_P2Em5p8KPDFIA" title="Casey Muratori @caseymuratori" text="Casey Muratori @caseymuratori"/> 203 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCgHGPOxUMfWsiy1ZyR-tLVw" htmlUrl="https://www.youtube.com/channel/UCgHGPOxUMfWsiy1ZyR-tLVw" title="Livakivi @Livakivi" text="Livakivi @Livakivi"/> 204 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBLY3RceRDH8zNLV8ZK7YUg" htmlUrl="https://www.youtube.com/channel/UCBLY3RceRDH8zNLV8ZK7YUg" title="Sheehan Quirke @SheehanQuirke" text="Sheehan Quirke @SheehanQuirke"/> 205 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMQfWjDuns9-s37wq5vW4Tg" htmlUrl="https://www.youtube.com/channel/UCMQfWjDuns9-s37wq5vW4Tg" title="it's jepi&#x1F9D1;&#x200D;&#x1F4BB; @its_jepi" text="it's jepi&#x1F9D1;&#x200D;&#x1F4BB; @its_jepi"/> 206 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCm325cMiw9B15xl22_gr6Dw" htmlUrl="https://www.youtube.com/channel/UCm325cMiw9B15xl22_gr6Dw" title="Beau Miles @BeauMiles" text="Beau Miles @BeauMiles"/> 207 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2WHjPDvbE6O328n17ZGcfg" htmlUrl="https://www.youtube.com/channel/UC2WHjPDvbE6O328n17ZGcfg" title="ForrestKnight @fknight" text="ForrestKnight @fknight"/> 208 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCgvpt0jhxyfTS_6AQ-AJBIw" htmlUrl="https://www.youtube.com/channel/UCgvpt0jhxyfTS_6AQ-AJBIw" title="Henry Misc @henrymisc" text="Henry Misc @henrymisc"/> 209 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcaTUtGzOiS4cqrgtcsHYWg" htmlUrl="https://www.youtube.com/channel/UCcaTUtGzOiS4cqrgtcsHYWg" title="jvscholz @jvscholz" text="jvscholz @jvscholz"/> 210 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCUkM9uMpWatT7gVWShgtKFw" htmlUrl="https://www.youtube.com/channel/UCUkM9uMpWatT7gVWShgtKFw" title="David Heinemeier Hansson @dhh37" text="David Heinemeier Hansson @dhh37"/> 211 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCd3pZPBm2wbMjZj3mG64IOQ" htmlUrl="https://www.youtube.com/channel/UCd3pZPBm2wbMjZj3mG64IOQ" title="izzy @izzyprojects" text="izzy @izzyprojects"/> 212 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-lHJZR3Gqxm24_Vd_AJ5Yw" htmlUrl="https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw" title="PewDiePie @PewDiePie" text="PewDiePie @PewDiePie"/> 213 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQX-PAEnt-jsnTI1aN5dB9g" htmlUrl="https://www.youtube.com/channel/UCQX-PAEnt-jsnTI1aN5dB9g" title="DataMonkey @Mim_BI" text="DataMonkey @Mim_BI"/> 214 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrG5MvmaxXlA2vP1Y2SunMA" htmlUrl="https://www.youtube.com/channel/UCrG5MvmaxXlA2vP1Y2SunMA" title="Hoyt Emerson | The Full Data Stack @thefulldatastack" text="Hoyt Emerson | The Full Data Stack @thefulldatastack"/> 215 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCchdyzNqcMqIc0hTsaZjr3w" htmlUrl="https://www.youtube.com/channel/UCchdyzNqcMqIc0hTsaZjr3w" title="Framing Logic @FramingLogic" text="Framing Logic @FramingLogic"/> 216 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC5--wS0Ljbin1TjWQX6eafA" htmlUrl="https://www.youtube.com/channel/UC5--wS0Ljbin1TjWQX6eafA" title="bigboxSWE @bigboxSWE" text="bigboxSWE @bigboxSWE"/> 217 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQBQeWDycPczq1zril7hHHg" htmlUrl="https://www.youtube.com/channel/UCQBQeWDycPczq1zril7hHHg" title="Polylog @PolylogCS" text="Polylog @PolylogCS"/> 218 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVaeYzWSm8AWM6FAv7QPgQA" htmlUrl="https://www.youtube.com/channel/UCVaeYzWSm8AWM6FAv7QPgQA" title="Andrew Wilkinson @NeverEnoughPod" text="Andrew Wilkinson @NeverEnoughPod"/> 219 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCT7H_xchRHaT9zr5GalIZVA" htmlUrl="https://www.youtube.com/channel/UCT7H_xchRHaT9zr5GalIZVA" title="Evan Edinger @evan" text="Evan Edinger @evan"/> 220 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCn7YuJaZmdmx_ERZH9r6eTA" htmlUrl="https://www.youtube.com/channel/UCn7YuJaZmdmx_ERZH9r6eTA" title="Chris Horner @ChrisHornerCycling" text="Chris Horner @ChrisHornerCycling"/> 221 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4E2FSKc5czySVKqdsoR26A" htmlUrl="https://www.youtube.com/channel/UC4E2FSKc5czySVKqdsoR26A" title="TerminalDotShop @TerminalDotShop" text="TerminalDotShop @TerminalDotShop"/> 222 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCSFJpsBR0EqdQJa2Mlazxgg" htmlUrl="https://www.youtube.com/channel/UCSFJpsBR0EqdQJa2Mlazxgg" title="siiil.van_videos @siiilvan" text="siiil.van_videos @siiilvan"/> 223 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmKTTNOQNv9WHHgMGvEQGXg" htmlUrl="https://www.youtube.com/channel/UCmKTTNOQNv9WHHgMGvEQGXg" title="Abby Geigerman @abbygeigerman" text="Abby Geigerman @abbygeigerman"/> 224 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrz1EgFHSkWpRkS0P-CPSXg" htmlUrl="https://www.youtube.com/channel/UCrz1EgFHSkWpRkS0P-CPSXg" title="Oscar @Oscar_CS" text="Oscar @Oscar_CS"/> 225 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCq16JKut-oTsYKZgRcmAT2Q" htmlUrl="https://www.youtube.com/channel/UCq16JKut-oTsYKZgRcmAT2Q" title="Jannik Buhr @jmbuhr" text="Jannik Buhr @jmbuhr"/> 226 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCDXTQ8nWmx_EhZ2v-kp7QxA" htmlUrl="https://www.youtube.com/channel/UCDXTQ8nWmx_EhZ2v-kp7QxA" title="Ben Felix @BenFelixCSI" text="Ben Felix @BenFelixCSI"/> 227 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCPHjpfnnGklkRBBTd0k6aHg" htmlUrl="https://www.youtube.com/channel/UCPHjpfnnGklkRBBTd0k6aHg" title="Avicii @avicii" text="Avicii @avicii"/> 228 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2Xd-TjJByJyK2w1zNwY0zQ" htmlUrl="https://www.youtube.com/channel/UC2Xd-TjJByJyK2w1zNwY0zQ" title="Beyond Fireship @beyondfireship" text="Beyond Fireship @beyondfireship"/> 229 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCGASrriB1ICvbvDf1W0YacQ" htmlUrl="https://www.youtube.com/channel/UCGASrriB1ICvbvDf1W0YacQ" title="Local-First Conf @localfirstconf" text="Local-First Conf @localfirstconf"/> 230 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCh4CRki9ygfB_TW0TUE5JWA" htmlUrl="https://www.youtube.com/channel/UCh4CRki9ygfB_TW0TUE5JWA" title="Pegasus @pegasusswitzerland" text="Pegasus @pegasusswitzerland"/> 231 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2C_jShtL725hvbm1arSV9w" htmlUrl="https://www.youtube.com/channel/UC2C_jShtL725hvbm1arSV9w" title="CGP Grey @CGPGrey" text="CGP Grey @CGPGrey"/> 232 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcXLcSFXwYwtqGRNkVuzK1Q" htmlUrl="https://www.youtube.com/channel/UCcXLcSFXwYwtqGRNkVuzK1Q" title="Startrampe @startrampe_biel_bienne_2024" text="Startrampe @startrampe_biel_bienne_2024"/> 233 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfX-h6DUKJOuc4ogXPM7vjA" htmlUrl="https://www.youtube.com/channel/UCfX-h6DUKJOuc4ogXPM7vjA" title="Bonus D'Avella @bonusdavella" text="Bonus D'Avella @bonusdavella"/> 234 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCwhB8cJTSLxyubnKSS-PLJg" htmlUrl="https://www.youtube.com/channel/UCwhB8cJTSLxyubnKSS-PLJg" title="MegaLag @MegaLag" text="MegaLag @MegaLag"/> 235 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCqdcw2d1yFdIKizp0mQLEuQ" htmlUrl="https://www.youtube.com/channel/UCqdcw2d1yFdIKizp0mQLEuQ" title="Logan Hallucinates @loganhallucinates" text="Logan Hallucinates @loganhallucinates"/> 236 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCY9ku2t_Nc0NIx5T3-JhMHQ" htmlUrl="https://www.youtube.com/channel/UCY9ku2t_Nc0NIx5T3-JhMHQ" title="Dashbook @DashbookIO" text="Dashbook @DashbookIO"/> 237 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCNH7xC_QJ8kBudRMjUErmZw" htmlUrl="https://www.youtube.com/channel/UCNH7xC_QJ8kBudRMjUErmZw" title="Evgeni Chasnovski @echasnovski" text="Evgeni Chasnovski @echasnovski"/> 238 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWQaM7SpSECp9FELz-cHzuQ" htmlUrl="https://www.youtube.com/channel/UCWQaM7SpSECp9FELz-cHzuQ" title="Dreams of Code @dreamsofcode" text="Dreams of Code @dreamsofcode"/> 239 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCh9y1HSLVkZJdk0MYznBraw" htmlUrl="https://www.youtube.com/channel/UCh9y1HSLVkZJdk0MYznBraw" title="Jon Batiste @jonbatistemusic" text="Jon Batiste @jonbatistemusic"/> 240 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZXW8E1__d5tZb-wLFOt8TQ" htmlUrl="https://www.youtube.com/channel/UCZXW8E1__d5tZb-wLFOt8TQ" title="Bog @bogxd" text="Bog @bogxd"/> 241 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFYvl99CsNq3-d96pgSRIwg" htmlUrl="https://www.youtube.com/channel/UCFYvl99CsNq3-d96pgSRIwg" title="DogPack404 @DogPack404" text="DogPack404 @DogPack404"/> 242 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfN2td1dzf-fKmVtaDjacsg" htmlUrl="https://www.youtube.com/channel/UCfN2td1dzf-fKmVtaDjacsg" title="Malloy @malloydata" text="Malloy @malloydata"/> 243 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCm5IhMDwKVNL2ALpDOfMjBA" htmlUrl="https://www.youtube.com/channel/UCm5IhMDwKVNL2ALpDOfMjBA" title="Rill Data @rilldata2561" text="Rill Data @rilldata2561"/> 244 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCAdpgP3ep0LKEAlpYIx08ag" htmlUrl="https://www.youtube.com/channel/UCAdpgP3ep0LKEAlpYIx08ag" title="DataForge @DataForge-Labs" text="DataForge @DataForge-Labs"/> 245 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVXPkndZkHakcra1_rxQXAA" htmlUrl="https://www.youtube.com/channel/UCVXPkndZkHakcra1_rxQXAA" title="mportdata @mportdata" text="mportdata @mportdata"/> 246 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZ83p2Vp48ytcfVA6GchjLA" htmlUrl="https://www.youtube.com/channel/UCZ83p2Vp48ytcfVA6GchjLA" title="Long Bui @longdatadevlog" text="Long Bui @longdatadevlog"/> 247 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkOxcvYBDUAhsOMB9B3fSwA" htmlUrl="https://www.youtube.com/channel/UCkOxcvYBDUAhsOMB9B3fSwA" title="Foster @FosterWriting" text="Foster @FosterWriting"/> 248 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCG21GE2Go3vkj7mrs675ysA" htmlUrl="https://www.youtube.com/channel/UCG21GE2Go3vkj7mrs675ysA" title="Sebastian Daschner @SebastianDaschnerIT" text="Sebastian Daschner @SebastianDaschnerIT"/> 249 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCbd-QOxzNKQifQfSuaH5I0A" htmlUrl="https://www.youtube.com/channel/UCbd-QOxzNKQifQfSuaH5I0A" title="JackConteExtras @JackConteExtras" text="JackConteExtras @JackConteExtras"/> 250 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCuQT7Vc3OjjZuGkqehNxb6w" htmlUrl="https://www.youtube.com/channel/UCuQT7Vc3OjjZuGkqehNxb6w" title="Enrico Tartarotti @enricotartarotti" text="Enrico Tartarotti @enricotartarotti"/> 251 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2niLMcD_kGsuDORWBFij4g" htmlUrl="https://www.youtube.com/channel/UC2niLMcD_kGsuDORWBFij4g" title="DJ Lensing @djlensing" text="DJ Lensing @djlensing"/> 252 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQli51lMp-oW0gUHrcIj0jA" htmlUrl="https://www.youtube.com/channel/UCQli51lMp-oW0gUHrcIj0jA" title="DuckDB @duckdb" text="DuckDB @duckdb"/> 253 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_RbkscViDDhXBWFe2tYwhA" htmlUrl="https://www.youtube.com/channel/UC_RbkscViDDhXBWFe2tYwhA" title="Rasmus Bergstr&#xF6;m @JRasmusBm" text="Rasmus Bergstr&#xF6;m @JRasmusBm"/> 254 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkar8FNGPj2L1kZzLa54CpQ" htmlUrl="https://www.youtube.com/channel/UCkar8FNGPj2L1kZzLa54CpQ" title="Amy Juan Li (Amy) @amyjuanli" text="Amy Juan Li (Amy) @amyjuanli"/> 255 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrwOzu7ienZYuzAdeeRL4rQ" htmlUrl="https://www.youtube.com/channel/UCrwOzu7ienZYuzAdeeRL4rQ" title="Andrew Giraffe @AndrewGiraffe" text="Andrew Giraffe @AndrewGiraffe"/> 256 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfrwHFvGCdf0_nVW4seBwrg" htmlUrl="https://www.youtube.com/channel/UCfrwHFvGCdf0_nVW4seBwrg" title="Null Labs @NullLabs" text="Null Labs @NullLabs"/> 257 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCO1cgjhGzsSYb1rsB4bFe4Q" htmlUrl="https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q" title="Fun Fun Function @funfunfunction" text="Fun Fun Function @funfunfunction"/> 258 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCF7EuOTp_hbAuH5VHEppUdg" htmlUrl="https://www.youtube.com/channel/UCF7EuOTp_hbAuH5VHEppUdg" title="Noonan Labs @NoonanLabs" text="Noonan Labs @NoonanLabs"/> 259 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCYuQjtwffrSIzfswH3V24mQ" htmlUrl="https://www.youtube.com/channel/UCYuQjtwffrSIzfswH3V24mQ" title="Tom Delalande @tom-delalande" text="Tom Delalande @tom-delalande"/> 260 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_ECGcj05Pd3W5j6IMw5A9Q" htmlUrl="https://www.youtube.com/channel/UC_ECGcj05Pd3W5j6IMw5A9Q" title="Richie &amp; Tobi @RichieTobi" text="Richie &amp; Tobi @RichieTobi"/> 261 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMz9lmndR0BEqi70kM_ioyA" htmlUrl="https://www.youtube.com/channel/UCMz9lmndR0BEqi70kM_ioyA" title="Ben Kadel @BenKadel" text="Ben Kadel @BenKadel"/> 262 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA" htmlUrl="https://www.youtube.com/channel/UC-0fWjosItIOD4ThhS6oyfA" title="Developer Voices @DeveloperVoices" text="Developer Voices @DeveloperVoices"/> 263 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCtmY49Zn4l0RMJnTWfV7Wsg" htmlUrl="https://www.youtube.com/channel/UCtmY49Zn4l0RMJnTWfV7Wsg" title="Jacob Collier @jacobcollier" text="Jacob Collier @jacobcollier"/> 264 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVk4b-svNJoeytrrlOixebQ" htmlUrl="https://www.youtube.com/channel/UCVk4b-svNJoeytrrlOixebQ" title="TheVimeagen @TheVimeagen" text="TheVimeagen @TheVimeagen"/> 265 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCT__6yUtob3o0ni5InOTUvw" htmlUrl="https://www.youtube.com/channel/UCT__6yUtob3o0ni5InOTUvw" title="Cassio Bolba @dadosporai" text="Cassio Bolba @dadosporai"/> 266 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpV5A65O3mvaJmlc669cI1A" htmlUrl="https://www.youtube.com/channel/UCpV5A65O3mvaJmlc669cI1A" title="Mary Spender @MarySpender" text="Mary Spender @MarySpender"/> 267 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCLt4d8cACHzrVvAz9gtaARA" htmlUrl="https://www.youtube.com/channel/UCLt4d8cACHzrVvAz9gtaARA" title="Neuralink @neuralink" text="Neuralink @neuralink"/> 268 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCHoLIMtg_OigNlJmjHX9J8Q" htmlUrl="https://www.youtube.com/channel/UCHoLIMtg_OigNlJmjHX9J8Q" title="coder2j @coder2j" text="coder2j @coder2j"/> 269 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCwWEMzZbCZeYfRBV5JiCd9Q" htmlUrl="https://www.youtube.com/channel/UCwWEMzZbCZeYfRBV5JiCd9Q" title="Blef @blef_" text="Blef @blef_"/> 270 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UClB4KPy5LkJj1t3SgYVtMOQ" htmlUrl="https://www.youtube.com/channel/UClB4KPy5LkJj1t3SgYVtMOQ" title="Martin Kleppmann @kleppmann" text="Martin Kleppmann @kleppmann"/> 271 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChoRUssc5HoO-xQ9hUKZ1mA" htmlUrl="https://www.youtube.com/channel/UChoRUssc5HoO-xQ9hUKZ1mA" title="Waylon Walker @WaylonWalker" text="Waylon Walker @WaylonWalker"/> 272 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCi009yTvcpUp1aalAOpuJ2w" htmlUrl="https://www.youtube.com/channel/UCi009yTvcpUp1aalAOpuJ2w" title="Valdas Maksimavicius @valdasm1" text="Valdas Maksimavicius @valdasm1"/> 273 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCHf96EQmto4zJyn-fpB6f-Q" htmlUrl="https://www.youtube.com/channel/UCHf96EQmto4zJyn-fpB6f-Q" title="Tasman Analytics @tasmananalytics" text="Tasman Analytics @tasmananalytics"/> 274 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFQMnBA3CS502aghlcr0_aw" htmlUrl="https://www.youtube.com/channel/UCFQMnBA3CS502aghlcr0_aw" title="Coffeezilla @Coffeezilla" text="Coffeezilla @Coffeezilla"/> 275 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8wKWWarusivFpIcUx9ilOw" htmlUrl="https://www.youtube.com/channel/UC8wKWWarusivFpIcUx9ilOw" title="By Default @VideosByDefault" text="By Default @VideosByDefault"/> 276 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCj_rtKw-jjFZVjpbVo1J_sg" htmlUrl="https://www.youtube.com/channel/UCj_rtKw-jjFZVjpbVo1J_sg" title="Ryan Singer @feltpresence" text="Ryan Singer @feltpresence"/> 277 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8aox1k3cd00tTKuBNt4tMw" htmlUrl="https://www.youtube.com/channel/UC8aox1k3cd00tTKuBNt4tMw" title="BI Insights Inc @BiInsightsInc" text="BI Insights Inc @BiInsightsInc"/> 278 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChQNo2Z516SV8UqgzLIaPzw" htmlUrl="https://www.youtube.com/channel/UChQNo2Z516SV8UqgzLIaPzw" title="MDS Fest! @mdsfest" text="MDS Fest! @mdsfest"/> 279 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcYxRKU5NXBxzjRV14vxq1w" htmlUrl="https://www.youtube.com/channel/UCcYxRKU5NXBxzjRV14vxq1w" title="Remco Evenepoel @remcoev" text="Remco Evenepoel @remcoev"/> 280 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChwv-vhwFxoVGa-FMdF1SGQ" htmlUrl="https://www.youtube.com/channel/UChwv-vhwFxoVGa-FMdF1SGQ" title="bitter tea sweet orange @bitterteasweetorange" text="bitter tea sweet orange @bitterteasweetorange"/> 281 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCRZ1OquIwGiUjJS7SXW4Fdg" htmlUrl="https://www.youtube.com/channel/UCRZ1OquIwGiUjJS7SXW4Fdg" title="Life Of Riza @LifeOfRiza" text="Life Of Riza @LifeOfRiza"/> 282 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCk-CE6cgRhzHJxba3Kpc-7Q" htmlUrl="https://www.youtube.com/channel/UCk-CE6cgRhzHJxba3Kpc-7Q" title="Data Defenders Forum @DataDefendersForum" text="Data Defenders Forum @DataDefendersForum"/> 283 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC5KDiSAFxrDWhmysBcNqtMA" htmlUrl="https://www.youtube.com/channel/UC5KDiSAFxrDWhmysBcNqtMA" title="Eric Murphy @EricMurphyxyz" text="Eric Murphy @EricMurphyxyz"/> 284 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBCMR6JnwHua6NfN5UhAsfg" htmlUrl="https://www.youtube.com/channel/UCBCMR6JnwHua6NfN5UhAsfg" title="Chau @justinbchau" text="Chau @justinbchau"/> 285 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA" htmlUrl="https://www.youtube.com/channel/UC2eYFnH61tmytImy1mTYvhA" title="Luke Smith @LukeSmithxyz" text="Luke Smith @LukeSmithxyz"/> 286 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCV4SmpmFeLg--pf8Hx-pjLw" htmlUrl="https://www.youtube.com/channel/UCV4SmpmFeLg--pf8Hx-pjLw" title="Hallden Logs @halldenlogs3445" text="Hallden Logs @halldenlogs3445"/> 287 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCytC3ZR1Km2IEn0yfUDe8DQ" htmlUrl="https://www.youtube.com/channel/UCytC3ZR1Km2IEn0yfUDe8DQ" title="kepano @kepano" text="kepano @kepano"/> 288 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2hi12ngz1aiGv_vditVHGw" htmlUrl="https://www.youtube.com/channel/UC2hi12ngz1aiGv_vditVHGw" title="Brandon Boswell @BrandonKBoswell" text="Brandon Boswell @BrandonKBoswell"/> 289 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCC0AT6XjO_ebWIifTDp5REg" htmlUrl="https://www.youtube.com/channel/UCC0AT6XjO_ebWIifTDp5REg" title="MotherDuck @motherduckdb" text="MotherDuck @motherduckdb"/> 290 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCbK2c71WYiAn9pU709HPcqA" htmlUrl="https://www.youtube.com/channel/UCbK2c71WYiAn9pU709HPcqA" title="DuckDB Labs @duckdb3282" text="DuckDB Labs @duckdb3282"/> 291 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCi8C7TNs2ohrc6hnRQ5Sn2w" htmlUrl="https://www.youtube.com/channel/UCi8C7TNs2ohrc6hnRQ5Sn2w" title="Kai Lentit @programmersarealsohuman5909" text="Kai Lentit @programmersarealsohuman5909"/> 292 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZuLNqvV4oUMVyNq70mFF0g" htmlUrl="https://www.youtube.com/channel/UCZuLNqvV4oUMVyNq70mFF0g" title="SaaS Developer Community @saas-dev" text="SaaS Developer Community @saas-dev"/> 293 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCaZ2cNfzVDi8Ujy0lF7Lc3g" htmlUrl="https://www.youtube.com/channel/UCaZ2cNfzVDi8Ujy0lF7Lc3g" title="Luke Pighetti @LukePighetti" text="Luke Pighetti @LukePighetti"/> 294 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4N5RwbTkus0YWCgoHcqtUg" htmlUrl="https://www.youtube.com/channel/UC4N5RwbTkus0YWCgoHcqtUg" title="Louis DeLosSantos @louisdelossantos6827" text="Louis DeLosSantos @louisdelossantos6827"/> 295 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCshObcm-nLhbu8MY50EZ5Ng" htmlUrl="https://www.youtube.com/channel/UCshObcm-nLhbu8MY50EZ5Ng" title="Benn Jordan @BennJordan" text="Benn Jordan @BennJordan"/> 296 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTCDjn7rnejAvhOrhlVgZrw" htmlUrl="https://www.youtube.com/channel/UCTCDjn7rnejAvhOrhlVgZrw" title="Elijah Manor @ElijahManor" text="Elijah Manor @ElijahManor"/> 297 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZFQLoyGd1qLHHb8WvLfB7Q" htmlUrl="https://www.youtube.com/channel/UCZFQLoyGd1qLHHb8WvLfB7Q" title="The Data Queerie @the-data-queerie" text="The Data Queerie @the-data-queerie"/> 298 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC07GVJSK3GvHMvc324h6GEw" htmlUrl="https://www.youtube.com/channel/UC07GVJSK3GvHMvc324h6GEw" title="Maas Lalani @maaslalani" text="Maas Lalani @maaslalani"/> 299 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCKEk670ECmteGBehmDjVSSg" htmlUrl="https://www.youtube.com/channel/UCKEk670ECmteGBehmDjVSSg" title="Learn Data with Mark @learndatawithmark" text="Learn Data with Mark @learndatawithmark"/> 300 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0b6UcWbLfDpmV6XB4_amJQ" htmlUrl="https://www.youtube.com/channel/UC0b6UcWbLfDpmV6XB4_amJQ" title="3 DRX @3drx" text="3 DRX @3drx"/> 301 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQN2DsjnYH60SFBIA6IkNwg" htmlUrl="https://www.youtube.com/channel/UCQN2DsjnYH60SFBIA6IkNwg" title="ST&#xD6;K @STOKfredrik" text="ST&#xD6;K @STOKfredrik"/> 302 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCAypLXma8jDRjxI-k9R8BsA" htmlUrl="https://www.youtube.com/channel/UCAypLXma8jDRjxI-k9R8BsA" title="Anne-Laure Le Cunff, PhD @neuranne" text="Anne-Laure Le Cunff, PhD @neuranne"/> 303 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCqTVfT9JQqhA6_Hi_h_h97Q" htmlUrl="https://www.youtube.com/channel/UCqTVfT9JQqhA6_Hi_h_h97Q" title="J Perm @JPerm" text="J Perm @JPerm"/> 304 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo71RUe6DX4w-Vd47rFLXPg" htmlUrl="https://www.youtube.com/channel/UCo71RUe6DX4w-Vd47rFLXPg" title="typecraft @typecraft_dev" text="typecraft @typecraft_dev"/> 305 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTfscxyX4CI9SnWdFqK4FJw" htmlUrl="https://www.youtube.com/channel/UCTfscxyX4CI9SnWdFqK4FJw" title="cal overflow @cal-overflow" text="cal overflow @cal-overflow"/> 306 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTXeZL2z8QM68528mh3vKsQ" htmlUrl="https://www.youtube.com/channel/UCTXeZL2z8QM68528mh3vKsQ" title="Ashish Alex @ashishalex10" text="Ashish Alex @ashishalex10"/> 307 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBZA3z_u8LPiVuIo7YUdDcg" htmlUrl="https://www.youtube.com/channel/UCBZA3z_u8LPiVuIo7YUdDcg" title="Takuya Matsuyama (craftzdog) @craftzdog" text="Takuya Matsuyama (craftzdog) @craftzdog"/> 308 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_81LLpc3L0WZY1GQhpEQaQ" htmlUrl="https://www.youtube.com/channel/UC_81LLpc3L0WZY1GQhpEQaQ" title="DankRookie @dankrookie" text="DankRookie @dankrookie"/> 309 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCg6gPGh8HU2U01vaFCAsvmQ" htmlUrl="https://www.youtube.com/channel/UCg6gPGh8HU2U01vaFCAsvmQ" title="Chris Titus Tech @ChrisTitusTech" text="Chris Titus Tech @ChrisTitusTech"/> 310 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCljOhRB2a3sQgLCdK9CHQvQ" htmlUrl="https://www.youtube.com/channel/UCljOhRB2a3sQgLCdK9CHQvQ" title="Functional Industries - Linux Productivity Videos @FunctionalIndustries" text="Functional Industries - Linux Productivity Videos @FunctionalIndustries"/> 311 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkEfuaP1jl_8M0eOcia9WmA" htmlUrl="https://www.youtube.com/channel/UCkEfuaP1jl_8M0eOcia9WmA" title="Alex and Books @AlexandBooks" text="Alex and Books @AlexandBooks"/> 312 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjREVt2ZJU8ql-NC9Gu-TJw" htmlUrl="https://www.youtube.com/channel/UCjREVt2ZJU8ql-NC9Gu-TJw" title="Code to the Moon @codetothemoon" text="Code to the Moon @codetothemoon"/> 313 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCUMwY9iS8oMyWDYIe6_RmoA" htmlUrl="https://www.youtube.com/channel/UCUMwY9iS8oMyWDYIe6_RmoA" title="No Boilerplate @NoBoilerplate" text="No Boilerplate @NoBoilerplate"/> 314 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC1fQKDM22ElkLR4DxJbQNWw" htmlUrl="https://www.youtube.com/channel/UC1fQKDM22ElkLR4DxJbQNWw" title="swlkr @swlkr_" text="swlkr @swlkr_"/> 315 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrY1Ro4UXwMib9Qug3eJNWA" htmlUrl="https://www.youtube.com/channel/UCrY1Ro4UXwMib9Qug3eJNWA" title="Kahan Data Solutions @KahanDataSolutions" text="Kahan Data Solutions @KahanDataSolutions"/> 316 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC_NZ6qLS9oJgsMKQhqAkg-w" htmlUrl="https://www.youtube.com/channel/UC_NZ6qLS9oJgsMKQhqAkg-w" title="Josean Martinez @joseanmartinez" text="Josean Martinez @joseanmartinez"/> 317 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCC0gns4a9fhVkGkngvSumAQ" htmlUrl="https://www.youtube.com/channel/UCC0gns4a9fhVkGkngvSumAQ" title="Zsolt's Visual Personal Knowledge Management @VisualPKM" text="Zsolt's Visual Personal Knowledge Management @VisualPKM"/> 318 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrmQZ9HHnJ2qpd6udc8iYYw" htmlUrl="https://www.youtube.com/channel/UCrmQZ9HHnJ2qpd6udc8iYYw" title="Nicole van der Hoeven @nicolevdh" text="Nicole van der Hoeven @nicolevdh"/> 319 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCPzGwk1N5ea7sV3S2c2x1kg" htmlUrl="https://www.youtube.com/channel/UCPzGwk1N5ea7sV3S2c2x1kg" title="Simon Willison @swillison" text="Simon Willison @swillison"/> 320 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCljUyK9pAlgt6smVYKrc_ZQ" htmlUrl="https://www.youtube.com/channel/UCljUyK9pAlgt6smVYKrc_ZQ" title="Lone-R @LoneRMusic" text="Lone-R @LoneRMusic"/> 321 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfe_znKY1ukrqlGActlFmaQ" htmlUrl="https://www.youtube.com/channel/UCfe_znKY1ukrqlGActlFmaQ" title="Healthy Developer @HealthyDev" text="Healthy Developer @HealthyDev"/> 322 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChuGtKiYN0M-R5Bd2yiwOGA" htmlUrl="https://www.youtube.com/channel/UChuGtKiYN0M-R5Bd2yiwOGA" title="Santi Younger @SantiYounger" text="Santi Younger @SantiYounger"/> 323 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJor4y7rj80m_LoLVR1Sueg" htmlUrl="https://www.youtube.com/channel/UCJor4y7rj80m_LoLVR1Sueg" title="Ajackster @Ajackster" text="Ajackster @Ajackster"/> 324 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCtKKhu8MzKSde-X-xVH-Vpw" htmlUrl="https://www.youtube.com/channel/UCtKKhu8MzKSde-X-xVH-Vpw" title="nullQueries @nullQueries" text="nullQueries @nullQueries"/> 325 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZ1y-iH9Hsp83vh6graA7Zw" htmlUrl="https://www.youtube.com/channel/UCZ1y-iH9Hsp83vh6graA7Zw" title="Josh Medeski @JoshMedeski" text="Josh Medeski @JoshMedeski"/> 326 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzJpE2zKwAFZ8JwMerlNquw" htmlUrl="https://www.youtube.com/channel/UCzJpE2zKwAFZ8JwMerlNquw" title="swyx @swyxTV" text="swyx @swyxTV"/> 327 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmjKHswj5UPdKqkrHB8RhVw" htmlUrl="https://www.youtube.com/channel/UCmjKHswj5UPdKqkrHB8RhVw" title="Hightouch @HightouchData" text="Hightouch @HightouchData"/> 328 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC3VKtcd1Y-m6OmzPQLcsN2g" htmlUrl="https://www.youtube.com/channel/UC3VKtcd1Y-m6OmzPQLcsN2g" title="databeats @databeats" text="databeats @databeats"/> 329 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCeeeWk6xfbcoWJFVvgjtBow" htmlUrl="https://www.youtube.com/channel/UCeeeWk6xfbcoWJFVvgjtBow" title="Theena @theena" text="Theena @theena"/> 330 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8wZnXYK_CGKlBcZp-GxYPA" htmlUrl="https://www.youtube.com/channel/UC8wZnXYK_CGKlBcZp-GxYPA" title="NeuralNine @NeuralNine" text="NeuralNine @NeuralNine"/> 331 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCX5KGm1UmEFYYQfMmcluapQ" htmlUrl="https://www.youtube.com/channel/UCX5KGm1UmEFYYQfMmcluapQ" title="StartDataEngineering @startdataengineering" text="StartDataEngineering @startdataengineering"/> 332 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMtiBvdj_XGP4gDjh24Z0rw" htmlUrl="https://www.youtube.com/channel/UCMtiBvdj_XGP4gDjh24Z0rw" title="K12 Analytics Engineering @k12analyticsengineering" text="K12 Analytics Engineering @k12analyticsengineering"/> 333 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCIhJnsJ0IHlVNnYfp-gw_5Q" htmlUrl="https://www.youtube.com/channel/UCIhJnsJ0IHlVNnYfp-gw_5Q" title="Cal Newport @CalNewportMedia" text="Cal Newport @CalNewportMedia"/> 334 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0GmdVKZhMM3Rmielp4oVAA" htmlUrl="https://www.youtube.com/channel/UC0GmdVKZhMM3Rmielp4oVAA" title="Stefanovic @Stefanovic92" text="Stefanovic @Stefanovic92"/> 335 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCdd9xvduzPOYeDAT9k5d9pw" htmlUrl="https://www.youtube.com/channel/UCdd9xvduzPOYeDAT9k5d9pw" title="Data Engineering For Everyone @dataengineeringforeveryone" text="Data Engineering For Everyone @dataengineeringforeveryone"/> 336 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ24N4O0bP7LGLBDvye7oCA" htmlUrl="https://www.youtube.com/channel/UCJ24N4O0bP7LGLBDvye7oCA" title="Matt D'Avella @mattdavella" text="Matt D'Avella @mattdavella"/> 337 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCR2uRTQ53V_egXKFflMMaaw" htmlUrl="https://www.youtube.com/channel/UCR2uRTQ53V_egXKFflMMaaw" title="Artem Kirsanov @ArtemKirsanov" text="Artem Kirsanov @ArtemKirsanov"/> 338 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCgBVkKoOAr3ajSdFFLp13_A" htmlUrl="https://www.youtube.com/channel/UCgBVkKoOAr3ajSdFFLp13_A" title="KRAZAM @KRAZAM" text="KRAZAM @KRAZAM"/> 339 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC1kBxkk2bcG78YBX7LMl9pQ" htmlUrl="https://www.youtube.com/channel/UC1kBxkk2bcG78YBX7LMl9pQ" title="code_report @code_report" text="code_report @code_report"/> 340 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCyZazp3KEFj76D36H8Tcjyg" htmlUrl="https://www.youtube.com/channel/UCyZazp3KEFj76D36H8Tcjyg" title="WizActOps @hurgpt" text="WizActOps @hurgpt"/> 341 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCRS4DvO9X7qaqVYUW2_dwOw" htmlUrl="https://www.youtube.com/channel/UCRS4DvO9X7qaqVYUW2_dwOw" title="Rock the JVM @rockthejvm" text="Rock the JVM @rockthejvm"/> 342 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChlCFJe7gDdED1DMFUmpEJg" htmlUrl="https://www.youtube.com/channel/UChlCFJe7gDdED1DMFUmpEJg" title="Chris McCord @chrismccord9211" text="Chris McCord @chrismccord9211"/> 343 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC17mJJnvzAa_e9qQqLIfIeQ" htmlUrl="https://www.youtube.com/channel/UC17mJJnvzAa_e9qQqLIfIeQ" title="Semicolon &amp; Sons @semicolonsons" text="Semicolon &amp; Sons @semicolonsons"/> 344 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCEdMzQ0m9WcZQepgizrHpMw" htmlUrl="https://www.youtube.com/channel/UCEdMzQ0m9WcZQepgizrHpMw" title="Bryan Cafferky @BryanCafferky" text="Bryan Cafferky @BryanCafferky"/> 345 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCXN6wxTU5iKKKoMewrGPkA" htmlUrl="https://www.youtube.com/channel/UCCXN6wxTU5iKKKoMewrGPkA" title="Karpi @Karpikanal" text="Karpi @Karpikanal"/> 346 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCiZxJB0xWfPBE2omVZeWPpQ" htmlUrl="https://www.youtube.com/channel/UCiZxJB0xWfPBE2omVZeWPpQ" title="mehdio DataTV @mehdio" text="mehdio DataTV @mehdio"/> 347 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCvZWHco8TSiIQydlGw95BVw" htmlUrl="https://www.youtube.com/channel/UCvZWHco8TSiIQydlGw95BVw" title="John McBride @JohnCodes" text="John McBride @JohnCodes"/> 348 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjHNoM9djdk-_xkAUOEowZA" htmlUrl="https://www.youtube.com/channel/UCjHNoM9djdk-_xkAUOEowZA" title="PIRATE KING @PIRATEKINGDOM" text="PIRATE KING @PIRATEKINGDOM"/> 349 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCm8bxKrtZyggJ8W9TVaNoPw" htmlUrl="https://www.youtube.com/channel/UCm8bxKrtZyggJ8W9TVaNoPw" title="metriql @metriql1641" text="metriql @metriql1641"/> 350 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC7yZ6keOGsvERMp2HaEbbXQ" htmlUrl="https://www.youtube.com/channel/UC7yZ6keOGsvERMp2HaEbbXQ" title="devaslife @devaslife" text="devaslife @devaslife"/> 351 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC85D7ERwhke7wVqskV_DZUA" htmlUrl="https://www.youtube.com/channel/UC85D7ERwhke7wVqskV_DZUA" title="Linking Your Thinking with Nick Milo @linkingyourthinking" text="Linking Your Thinking with Nick Milo @linkingyourthinking"/> 352 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCu8eDaf2Jo_uLULnENBdMkw" htmlUrl="https://www.youtube.com/channel/UCu8eDaf2Jo_uLULnENBdMkw" title="Martin Adams @Martin_Adams" text="Martin Adams @Martin_Adams"/> 353 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVYMU2CKNgzEjpomvLHMuvA" htmlUrl="https://www.youtube.com/channel/UCVYMU2CKNgzEjpomvLHMuvA" title="Systematic Mastery @SystematicMastery" text="Systematic Mastery @SystematicMastery"/> 354 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTOIW1WFSMnOyDwrI4X3qnQ" htmlUrl="https://www.youtube.com/channel/UCTOIW1WFSMnOyDwrI4X3qnQ" title="spoud. io @spoudio" text="spoud. io @spoudio"/> 355 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCd3dNckv1Za2coSaHGHl5aA" htmlUrl="https://www.youtube.com/channel/UCd3dNckv1Za2coSaHGHl5aA" title="TJ DeVries @teej_dv" text="TJ DeVries @teej_dv"/> 356 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCi1Rgm2ulItUOagasB3B8sg" htmlUrl="https://www.youtube.com/channel/UCi1Rgm2ulItUOagasB3B8sg" title="Jan Lunge @JanLunge" text="Jan Lunge @JanLunge"/> 357 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCS97tchJDq17Qms3cux8wcA" htmlUrl="https://www.youtube.com/channel/UCS97tchJDq17Qms3cux8wcA" title="chris@machine @chrisatmachine" text="chris@machine @chrisatmachine"/> 358 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCe2C8jlvtp_UGsQZExBSdZg" htmlUrl="https://www.youtube.com/channel/UCe2C8jlvtp_UGsQZExBSdZg" title="kandodev @kandodev" text="kandodev @kandodev"/> 359 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8ENHE5xdFSwx71u3fDH5Xw" htmlUrl="https://www.youtube.com/channel/UC8ENHE5xdFSwx71u3fDH5Xw" title="ThePrimeagen @ThePrimeagen" text="ThePrimeagen @ThePrimeagen"/> 360 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-8QAzbLcRglXeN_MY9blyw" htmlUrl="https://www.youtube.com/channel/UC-8QAzbLcRglXeN_MY9blyw" title="Ben Awad @bawad" text="Ben Awad @bawad"/> 361 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQ_JWEFzs1_INqdhIO3kmrw" htmlUrl="https://www.youtube.com/channel/UCQ_JWEFzs1_INqdhIO3kmrw" title="Airbyte @AirbyteHQ" text="Airbyte @AirbyteHQ"/> 362 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfRtwc6K_VU9N4OjNnU2P7g" htmlUrl="https://www.youtube.com/channel/UCfRtwc6K_VU9N4OjNnU2P7g" title="Justin Kan @JustinKanTV" text="Justin Kan @JustinKanTV"/> 363 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJdV6nPJEUU1hPd1fF3_evw" htmlUrl="https://www.youtube.com/channel/UCJdV6nPJEUU1hPd1fF3_evw" title="James Serra @jamserra" text="James Serra @jamserra"/> 364 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCSKhDO79MNcX4pIIRFD0UVg" htmlUrl="https://www.youtube.com/channel/UCSKhDO79MNcX4pIIRFD0UVg" title="Delta Lake @DeltaLake" text="Delta Lake @DeltaLake"/> 365 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmLGJ3VYBcfRaWbP6JLJcpA" htmlUrl="https://www.youtube.com/channel/UCmLGJ3VYBcfRaWbP6JLJcpA" title="Seattle Data Guy @SeattleDataGuy" text="Seattle Data Guy @SeattleDataGuy"/> 366 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsUalyRg43M8D60mtHe6YcA" htmlUrl="https://www.youtube.com/channel/UCsUalyRg43M8D60mtHe6YcA" title="CultRepo @cultrepo" text="CultRepo @cultrepo"/> 367 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UClIlgY1OC4wSVyqsEWOh9ZQ" htmlUrl="https://www.youtube.com/channel/UClIlgY1OC4wSVyqsEWOh9ZQ" title="Func Prog Sweden @FuncProgSweden" text="Func Prog Sweden @FuncProgSweden"/> 368 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzXd80RNUOkANQfcWYw1slg" htmlUrl="https://www.youtube.com/channel/UCzXd80RNUOkANQfcWYw1slg" title="Pipeline Academy @pipelineacademy2736" text="Pipeline Academy @pipelineacademy2736"/> 369 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ9905MRHxwLZ2jeNQGIWxA" htmlUrl="https://www.youtube.com/channel/UCJ9905MRHxwLZ2jeNQGIWxA" title="Microsoft Mechanics @MSFTMechanics" text="Microsoft Mechanics @MSFTMechanics"/> 370 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCfLnv9X8jyHTe6gJ4hVBo9Q" htmlUrl="https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q" title="Dagster @dagsterio" text="Dagster @dagsterio"/> 371 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCteq_tbr6F-KZ0JhaY9fy0g" htmlUrl="https://www.youtube.com/channel/UCteq_tbr6F-KZ0JhaY9fy0g" title="DataEngBytes @DataEngBytes" text="DataEngBytes @DataEngBytes"/> 372 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCnDHmblRskb1bsGuaV8JPOA" htmlUrl="https://www.youtube.com/channel/UCnDHmblRskb1bsGuaV8JPOA" title="Ascend @Ascend-io-data" text="Ascend @Ascend-io-data"/> 373 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCAlM8z66OSmWn_aVS5z5yMw" htmlUrl="https://www.youtube.com/channel/UCAlM8z66OSmWn_aVS5z5yMw" title="Frank Turner @FrankTurner" text="Frank Turner @FrankTurner"/> 374 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBraE-eKpcFPN60XTbv1tWg" htmlUrl="https://www.youtube.com/channel/UCBraE-eKpcFPN60XTbv1tWg" title="KristNeilHope Aton @kristneilhopeaton3060" text="KristNeilHope Aton @kristneilhopeaton3060"/> 375 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBtAnLa32mguFAqwV951yIg" htmlUrl="https://www.youtube.com/channel/UCBtAnLa32mguFAqwV951yIg" title="37signals @37signals" text="37signals @37signals"/> 376 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCnVzApLJE2ljPZSeQylSEyg" htmlUrl="https://www.youtube.com/channel/UCnVzApLJE2ljPZSeQylSEyg" title="Data School @dataschool" text="Data School @dataschool"/> 377 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmRI-X6XoeH2dQE4BShRU9Q" htmlUrl="https://www.youtube.com/channel/UCmRI-X6XoeH2dQE4BShRU9Q" title="Advancing Analytics @AdvancingAnalytics" text="Advancing Analytics @AdvancingAnalytics"/> 378 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWr0mx597DnSGLFk1WfvSkQ" htmlUrl="https://www.youtube.com/channel/UCWr0mx597DnSGLFk1WfvSkQ" title="Hallden @Hallden_" text="Hallden @Hallden_"/> 379 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCY8mzqqGwl5_bTpBY9qLMAA" htmlUrl="https://www.youtube.com/channel/UCY8mzqqGwl5_bTpBY9qLMAA" title="Andreas Kretz @andreaskayy" text="Andreas Kretz @andreaskayy"/> 380 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo2kmx-SNxEQ4feVAicSgCA" htmlUrl="https://www.youtube.com/channel/UCo2kmx-SNxEQ4feVAicSgCA" title="Maxime Beauchemin @mistercrunch" text="Maxime Beauchemin @mistercrunch"/> 381 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCeuN3wTm-15myt26ZS21P_Q" htmlUrl="https://www.youtube.com/channel/UCeuN3wTm-15myt26ZS21P_Q" title="Data with Marc @MarcLamberti" text="Data with Marc @MarcLamberti"/> 382 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCAezwIIm1SfsqdmbQI-65pA" htmlUrl="https://www.youtube.com/channel/UCAezwIIm1SfsqdmbQI-65pA" title="Data Council @DataCouncil" text="Data Council @DataCouncil"/> 383 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzfEqx1_-zs2xUUzI3jVRSg" htmlUrl="https://www.youtube.com/channel/UCzfEqx1_-zs2xUUzI3jVRSg" title="FinnSnow @FinnSnowVlogs" text="FinnSnow @FinnSnowVlogs"/> 384 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9MOf69YTbmDKqr22l7aigA" htmlUrl="https://www.youtube.com/channel/UC9MOf69YTbmDKqr22l7aigA" title="SF Big Analytics @sfbiganalytics3761" text="SF Big Analytics @sfbiganalytics3761"/> 385 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCdx5Dk3EWTe2i8YDA7bfl6g" htmlUrl="https://www.youtube.com/channel/UCdx5Dk3EWTe2i8YDA7bfl6g" title="Getting Real @gettingreal8980" text="Getting Real @gettingreal8980"/> 386 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsdUWBl11LYbkrYA_-diQgw" htmlUrl="https://www.youtube.com/channel/UCsdUWBl11LYbkrYA_-diQgw" title="iLAB TV @ilabtv3927" text="iLAB TV @ilabtv3927"/> 387 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsMXp5yd76ko_TQl2oQTCdw" htmlUrl="https://www.youtube.com/channel/UCsMXp5yd76ko_TQl2oQTCdw" title="Michael Bodekaer @MichaelBodekaerJ" text="Michael Bodekaer @MichaelBodekaerJ"/> 388 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCSNeZleDn9c74yQc-EKnVTA" htmlUrl="https://www.youtube.com/channel/UCSNeZleDn9c74yQc-EKnVTA" title="Kaggle @kaggle" text="Kaggle @kaggle"/> 389 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCdAFRh3rxx0Q_xxkS2_N2PA" htmlUrl="https://www.youtube.com/channel/UCdAFRh3rxx0Q_xxkS2_N2PA" title="Jayesslee @Jayesslee" text="Jayesslee @Jayesslee"/> 390 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCUba4OSkleyKFugcskE9URA" htmlUrl="https://www.youtube.com/channel/UCUba4OSkleyKFugcskE9URA" title="Anuj Menta @anujmenta6036" text="Anuj Menta @anujmenta6036"/> 391 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCLJM6Uu69u8xxWVsaTq3cRg" htmlUrl="https://www.youtube.com/channel/UCLJM6Uu69u8xxWVsaTq3cRg" title="Tasbr&#xE9; Music @JBTassbre" text="Tasbr&#xE9; Music @JBTassbre"/> 392 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCrR22MmDd5-cKP2jTVKpBcQ" htmlUrl="https://www.youtube.com/channel/UCrR22MmDd5-cKP2jTVKpBcQ" title="ness-intricity101 @Intricity101" text="ness-intricity101 @Intricity101"/> 393 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCuxkuyY_U1P_67f6XFbqygw" htmlUrl="https://www.youtube.com/channel/UCuxkuyY_U1P_67f6XFbqygw" title="LeapFrogBI @LeapFrogBI" text="LeapFrogBI @LeapFrogBI"/> 394 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCCfvrqpqo4krycPTrQT4LA" htmlUrl="https://www.youtube.com/channel/UCCCfvrqpqo4krycPTrQT4LA" title="Nathan Sundararajan @PASSBIVC" text="Nathan Sundararajan @PASSBIVC"/> 395 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVLsq0_WCBBhhCDKX6Gaz4w" htmlUrl="https://www.youtube.com/channel/UCVLsq0_WCBBhhCDKX6Gaz4w" title="Derek Sivers @dereksivers" text="Derek Sivers @dereksivers"/> 396 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFN-i5nthZgdR0xj3UYYqVw" htmlUrl="https://www.youtube.com/channel/UCFN-i5nthZgdR0xj3UYYqVw" title="learndatavault @learndatavault" text="learndatavault @learndatavault"/> 397 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC310aJFjr6Gn9mGZjMZ2VTQ" htmlUrl="https://www.youtube.com/channel/UC310aJFjr6Gn9mGZjMZ2VTQ" title="Best, @best.comma.d" text="Best, @best.comma.d"/> 398 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCV0qA-eDDICsRR9rPcnG7tw" htmlUrl="https://www.youtube.com/channel/UCV0qA-eDDICsRR9rPcnG7tw" title="Joma Tech @jomakaze" text="Joma Tech @jomakaze"/> 399 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBc_by0dKIZhE5x98NowJXg" htmlUrl="https://www.youtube.com/channel/UCBc_by0dKIZhE5x98NowJXg" title="Munich Datageeks @munichdatageeks" text="Munich Datageeks @munichdatageeks"/> 400 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCAQxjxiPOb2jd062DbuSkSQ" htmlUrl="https://www.youtube.com/channel/UCAQxjxiPOb2jd062DbuSkSQ" title="4TH IMPACT @4THIMPACTMUSIC" text="4TH IMPACT @4THIMPACTMUSIC"/> 401 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UClTiUOIwRrYdpU_gKQ5aaZg" htmlUrl="https://www.youtube.com/channel/UClTiUOIwRrYdpU_gKQ5aaZg" title="Project Getaway @Projectgetaway" text="Project Getaway @Projectgetaway"/> 402 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCFifQL1z9qnVdIq-EVDU9FQ" htmlUrl="https://www.youtube.com/channel/UCFifQL1z9qnVdIq-EVDU9FQ" title="for3v3rfaithful @for3v3rfaithful" text="for3v3rfaithful @for3v3rfaithful"/> 403 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCznv7Vf9nBdJYvBagFdAHWw" htmlUrl="https://www.youtube.com/channel/UCznv7Vf9nBdJYvBagFdAHWw" title="Tim Ferriss @timferriss" text="Tim Ferriss @timferriss"/> 404 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzUGynqwU4RfczTaAGuy0RQ" htmlUrl="https://www.youtube.com/channel/UCzUGynqwU4RfczTaAGuy0RQ" title="&#xC2DC;&#xAC04;&#xC744; &#xB3CC;&#xB824;&#xC918;&#xC694; @&#xC2DC;&#xAC04;&#xC744;&#xB3CC;&#xB824;&#xC918;&#xC694;" text="&#xC2DC;&#xAC04;&#xC744; &#xB3CC;&#xB824;&#xC918;&#xC694; @&#xC2DC;&#xAC04;&#xC744;&#xB3CC;&#xB824;&#xC918;&#xC694;"/> 405 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjhea_snPjSMvX3mNw1XjeQ" htmlUrl="https://www.youtube.com/channel/UCjhea_snPjSMvX3mNw1XjeQ" title="Stefan B&#xFC;sser @stefanbuesser" text="Stefan B&#xFC;sser @stefanbuesser"/> 406 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo8xqvq8_06xkBDbGIoJB-w" htmlUrl="https://www.youtube.com/channel/UCo8xqvq8_06xkBDbGIoJB-w" title="Matt Harasymczuk @astro_matt" text="Matt Harasymczuk @astro_matt"/> 407 + <outline type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpjsZ9VjyNhZZICWcWwzWNg" htmlUrl="https://www.youtube.com/channel/UCpjsZ9VjyNhZZICWcWwzWNg" title="Guillaume Lods @LodsGuillaume" text="Guillaume Lods @LodsGuillaume"/> 408 + </outline> 409 + </body> 410 + </opml>