trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<p>Sometimes one project can lead to a hundred more. We celebrate Home Assistant&#39;s new release, the inclusion of the WLED integration and fall down the DIY project rabbit hole.</p>
<p>Plus some clever power solutions, cheap LED light strips, and a test drive of Project Off-Grid.</p>
<p>We recorded our first ever live stream to accompany this where we flash an ESP8266 board in seconds using WLED and esptool. This can be found on <a href="https://youtu.be/aQyigSkcjMQ" rel="nofollow">YouTube</a>.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=53744" rel="payment">Support Self-Hosted</a></p><p>Links:</p><ul><li><a href="https://www.home-assistant.io/hassio/" title="Hass.io - Home Assistant" rel="nofollow">Hass.io - Home Assistant</a> &mdash; Hass.io turns your Raspberry Pi (or another device) into the ultimate home automation hub powered by Home Assistant. With Hass.io you can focus on integrating your devices and writing automations.</li><li><a href="https://hacs.xyz/" title="Home Assistant Community Store" rel="nofollow">Home Assistant Community Store</a> &mdash; HACS gives you a powerful UI to handle downloads of custom needs.</li><li><a href="https://www.amazon.com/Wireless-Charging-Portable-Smartphones-MobileStudio/dp/B07PTNV3CF" title="Omni 20c+ 100W USB-C/Wireless Charging" rel="nofollow">Omni 20c+ 100W USB-C/Wireless Charging</a> &mdash; Portable Power Bank with USB Hub</li><li><a href="https://esphome.io/" title="ESPHome" rel="nofollow">ESPHome</a> &mdash; ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.</li><li><a href="https://blog.ktz.me/home-assistant-smart-leds-using-wled-and-esp8266/" title="Home Assistant Smart LEDs using WLED and ESP8266" rel="nofollow">Home Assistant Smart LEDs using WLED and ESP8266</a> &mdash; A platinum level Home Assistant integration for the WLED project was released with version 0.120 on Nov 20th 2019. I'm going to walk you through flashing a D1 Mini (though the same steps apply for a NodeMCU too) using Linux. You can probably expect this process to take about 5-10 minutes.</li><li><a href="https://github.com/Aircoookie/WLED" title="WLED: Control WS2812B RGB LEDs with an ESP8266 over WiFi!" rel="nofollow">WLED: Control WS2812B RGB LEDs with an ESP8266 over WiFi!</a> &mdash; A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!</li><li><a href="https://docs.google.com/spreadsheets/d/1-L0YvDVq_V17lLOeBc-H19np4wcSLqI6X5i6OAOGoaM/edit#gid=0" title="LED strips - Google Sheets" rel="nofollow">LED strips - Google Sheets</a>
</li><li><a href="https://www.home-assistant.io/blog/2019/11/20/release-102/" title="0.102: Official Android App, Almond, Scene editor" rel="nofollow">0.102: Official Android App, Almond, Scene editor</a></li><li><a href="https://youtu.be/aQyigSkcjMQ" title="Self-Hosted Live Hack Livestream Recording" rel="nofollow">Self-Hosted Live Hack Livestream Recording</a> &mdash; DIY ESP device based LEDs just got a whole lot easier.</li></ul>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/Bcd2O1GuOOI" width="480" alt="thumbnail" title="How To Work From Home & Keep Your Privacy!" /></p>As many companies are transitioning to WFH there is an influx in AI and privacy impacting tools used to monitor employees work productivity. In this video we go through some of those tools as well as tips on how you can keep yourself from being impacted by them. <br /><br />Articles:<br />- https://www.zdnet.com/article/microsoft-will-now-snitch-on-you-at-work-like-never-before/<br />- https://turtler.io/news/16-worst-and-most-extreme-ways-employers-are-spying-on-their-people<br />- https://discourse.destinationlinux.network/t/thank-you-for-the-spying-microsoft/4442<br /><br />Hardware Recommendations:<br />- Webcam Covers: https://amzn.to/3kp25FS<br />- Jabra Speak: https://amzn.to/3kpyAUk<br /><br /><br />DasGeek Channel is a proud member of the Destination Linux Network! Head to https://destinationlinux.network to find more amazing content! <br /><br />Support the Channel: www.dasgeekcommunity.com<br /><br />Support the channel on Patreon<br />https://www.patreon.com/dasgeek<br /><br /><br />Special thanks to my Patrons! : Linux For Work, Tegan H, Ilvipero, Mitchel, Mike K, Peter K, Jill Bryant, CubicleNate, Steve L, SpazzyC, Michael C, Jeremy G, David M, Mattias E, Sean Davis<br /><br />Head to Digital Ocean do.co/dln for a 60 day $100 credit.<br /><br />Amazon Affiliate: Just purchase any item on Amazon using this link and you support the channel and pay the same price! https://amzn.to/2HiUNyD<br /><br />Get DasGeek Swag<br />https://signaturegraphics.store/collections/das-geek<br /><br /><br />Social:<br />Twitter: @dasgeekchannel<br />dasgeek@mastodon.social<br />Web: http://www.dasgeekcommunity.com<br />Github: https://github.com/dasgeekchannel<br /><br />Podcast: Destination Linux - http://destinationlinux.org/<br />...<br />https://www.youtube.com/watch?v=Bcd2O1GuOOI

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Hello, I have a snippet set like so:</p> <pre><code>import React from &#39;react&#39; const ${1:Component} = ( ${2:$$(yas-choose-value &#39;(&quot;\{ \}&quot; &quot;props&quot;))} ) =&gt; { return ( $0 ) } export default $1 </code></pre> <p>I have two questions:</p> <ul> <li>How do I have the cursor at $2 be between the <code>{ }</code>?</li> <li><code>yas-choose-value</code> prompts to choose a value but I can&#39;t use <code>Tab</code> to choose the second value. If I do, it disappears. I have to use the arrow key</li> </ul> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/dash_o_truth"> /u/dash_o_truth </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rcyyii/yasnippets_how_do_i_move_the_cursor_back_after/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rcyyii/yasnippets_how_do_i_move_the_cursor_back_after/">[comments]</a></span>

View file

@ -0,0 +1,18 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=jl9wMl6gSJw">https://www.youtube.com/watch?v=jl9wMl6gSJw</a></p>
<p>In this screen cast I demonstrate the basics of BSPWM (Binary Space
Partitioning Window Manager). This is a tiling window manager that
I use on my Debian GNU/Linux machine. It is an integral part of my
custom desktop session.</p>
<p>For the underlying code base, refer to <a href="https://gitlab.com/protesilaos/dotfiles">my
dotfiles</a>. The more
adventurous among you can also have a look at an older article of mine
on <a href="https://protesilaos.com/codelog/how-to-bspwm-debian-sid/">how to get my setup on Debian
Sid</a> (though this will not give you
the most up-to-date version of my dotfiles—I intend to have a new guide
in time for Debian 10).</p>

View file

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Nyxt 2 Pre-release 2</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1 class="title">Nyxt 2 Pre-release 2</h1>
</header>
<p>We are happy to announce the second pre-release of Nyxt version 2.0.0. If you missed the previous pre-release announcement, see <a href="https://nyxt.atlas.engineer/article/release-2-pre-release-1.org">here</a>.</p>
<p>Nyxt 2 is a massive overhaul of the Nyxt 1 series. A lot of effort has been geared towards improving the code quality under the hood which should reflect on the overall user experience with better performance, increased stability and better accessibility.</p>
<p>This is a test release for everyone to try out before the final release. It contains experimental features and some parts are still unfinished. Please feel free to share your feedback on our <a href="https://github.com/atlas-engineer/nyxt/issues">GitHub issue tracker</a>!</p>
<p>Notable highlights:</p>
<ul>
<li><p>New startup page.</p></li>
<li><p>New &quot;common settings&quot; page. A button was added to configure any slot in the class description buffers. See <a href="https://nyxt.atlas.engineer/article/common-settings.org">this article</a> for more details.</p></li>
<li><p>New <code>nosound-mode</code> to mute individual buffers.</p></li>
<li><p>New <code>search-selection</code> command.</p>
<p>It allows to query the highlighted text with a given search engine. It is particularly useful for dictionaries.</p></li>
<li><p>Puny-encoded URLs are now human-readable.</p></li>
<li><p>The <code>M-i</code> binding toggles the transparency of element hints.</p></li>
<li><p>New session dumping commands, namely <code>store-session-by-name</code>, <code>restore-session-by-name</code> and <code>replace-session-by-name</code>.</p></li>
</ul>
<p>For the complete change list, please consult the <a href="https://github.com/atlas-engineer/nyxt/blob/2-pre-release-2/documents/CHANGELOG.org#2-pre-release-2">CHANGELOG.org</a> file.</p>
<p>We hope you enjoy these new features, and that they help make you more productive. Thanks for reading :-)</p>
<h1 id="screenshots">Screenshots</h1>
<h2 id="new-startup-page">New startup page</h2>
<p><img src="../static/image/article/help-page.png" /></p>
<h2 id="new-graphical-settings-page">New graphical settings page</h2>
<p><img src="../static/image/article/common-settings.png" /></p>
</body>
</html>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/KY45LeG1xXY" width="480" alt="thumbnail" title="Neodeud - Cyberpunk and beautiful but still a point and click sadly." /></p>Patreon: https://www.patreon.com/hexdsl<br />Amazon Wish list: https://www.amazon.co.uk/hz/wishlist/ls/OQECP17P4Q3B?ref_=wl_share<br /><br />https://store.steampowered.com/app/673850/Neofeud/<br /><br />My content is aimed at adults and I/we often swear in videos where we talk, please keep that in mind. This is channel for a mature audience.<br /><br />Thank you for watching. <br /><br />look at my words on https://hexdsl.co.uk<br />Join me on Discord: https://discord.gg/37GYAhj<br /><br />System Specs:<br />OS: Debian (testing) <br />DE: BSPWM<br />PC PARTS: https://uk.pcpartpicker.com/user/hexdsl/saved/wG6F8d<br /><br />Get me on... <br />web: https://hexdsl.co.uk<br />Stream: https://tv.hexdsl.co.uk<br />E-mail: HexDSL@posteo.net<br />...yes I am interested in collaborations.<br />...<br />https://www.youtube.com/watch?v=KY45LeG1xXY

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/za99DwdZEyg" width="480" alt="thumbnail" title="Automated Org Mode Website Publishing with GitHub or SourceHut" /></p>In this video, I'll show you how can automatically publish a website generated with Org Mode using either GitHub or SourceHut. We'll do this by setting up build configurations on both platforms that publish the generated site files to their respective website hosting services.<br /><br />SUPPORT THE CHANNEL:<br /><br />👕 https://store.systemcrafters.net<br />👍 https://systemcrafters.net/support-the-channel<br />🌐 Buy a domain with Namecheap: https://namecheap.pxf.io/NK0yXK<br /><br />SHOW NOTES:<br /><br />https://systemcrafters.net/publishing-websites-with-org-mode/automated-site-publishing/<br /><br />CHAPTERS:<br /><br />- 0:00 Intro<br />- 0:21 Getting started<br />- 1:25 Which one should I choose?<br />- 2:17 Preparing a local repository for your site<br />- 5:51 Creating a GitHub repository for website publishing<br />- 10:46 Creating a SourceHut repository for website publishing<br />- 13:41 Crafting a build configuration<br />- 14:31 Publishing with GitHub Actions<br />- 21:24 Publishing with SourceHut Builds<br />- 26:17 Fixing the GitHub Pages configuration<br />- 27:29 Publishing a new change<br />- 29:50 Setting up a custom domain for your site<br />- 30:50 Enjoy your new site!<br /><br />MY CONFIGURATION:<br /><br />https://config.daviwil.com<br />https://config.daviwil.com/emacs<br />https://config.daviwil.com/systems (Guix)<br /><br />JOIN THE COMMUNITY:<br /><br />http://systemcrafters.chat<br />https://twitter.com/SystemCrafters<br /><br />OTHER SERIES:<br /><br />- Emacs Essentials: https://www.youtube.com/watch?v=48JlgiBpw_I&list=PLEoMzSkcN8oPZvSdewHG8uApD7THlLLCV<br />- Emacs From Scratch: https://www.youtube.com/watch?v=74zOY-vgkyw&list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ<br />- Emacs Tips: https://www.youtube.com/watch?v=wKTKmE1wLyw&list=PLEoMzSkcN8oMHJ6Xil1YdnYtlWd5hHZql<br />- Emacs Desktop Environment: https://www.youtube.com/watch?v=f7xB2fFk1tQ&list=PLEoMzSkcN8oNPbEMYEtswOVTvq7CVddCS<br />- Emacs IDE: https://www.youtube.com/watch?v=E-NAM9U5JYE&list=PLEoMzSkcN8oNvsrtk_iZSb94krGRofFjN<br />- Emacs Mail: https://www.youtube.com/watch?v=yZRyEhi4y44&list=PLEoMzSkcN8oM-kA19xOQc8s0gr0PpFGJQ<br />- Learning Emacs Lisp: https://www.youtube.com/watch?v=RQK_DaaX34Q&list=PLEoMzSkcN8oPQtn7FQEF3D7sroZbXuPZ7<br />- Craft Your System with GNU Guix: https://www.youtube.com/watch?v=iBaqOK75cho&list=PLEoMzSkcN8oNxnj7jm5V2ZcGc52002pQU<br /><br />CREDITS:<br /><br />Photo by Laura Ockel on Unsplash: https://unsplash.com/photos/UQ2Fw_9oApU<br /><br />Coriolis Effect by logos feat. stefsax, licensed Creative Commons 3.0 CC-BY http://ccmixter.org/files/mseq/26296<br />reNovation by airtone, licensed Creative Commons 3.0 CC-BY http://ccmixter.org/files/airtone/60674<br />ukeSounds by airtone, licensed Creative Commons 3.0 CC-BY http://ccmixter.org/files/airtone/32655<br />Between Worlds (Instrumental) by Aussens@iter, licensed Creative Commons 3.0 CC-BY http://ccmixter.org/files/tobias_weber/56664<br />...<br />https://www.youtube.com/watch?v=za99DwdZEyg

View file

@ -0,0 +1,24 @@
<p>This summer we are re-releasing audio of a Youtube Q+R series we did on Old Testament books. This week we are in the book of Genesis.<br />
We cover a lot of questions in this episode like why would God ask for a child sacrifice from Abraham and Isaac, when he forbids child sacrifice?</p>
<p>Thank you to all of our supporters! You are so meaningful to us!</p>
<p>Q's and Timestamps:</p>
<p>Genesis 12-end</p>
<ol>
<li>How do you approach the theme that Gods approach to solving the mess, is a mess itself? Why does God keep working with screwed up people? (0:56)</li>
<li>Who is “the Angel of the Lord” in Genesis? (9:07)</li>
<li>Why would God request child sacrifice of Abraham/Isaac? (14:37)</li>
<li>Why is Isaac limited in what he can bless Esau with after he blessed Jacob earlier? (21:27)</li>
<li>Who is the author of Genesis? (27:38)</li>
<li>Is Joseph in Genesis a type of Christ? (32:06)</li>
<li>What is the deal with Melchizedek? (38:32)</li>
</ol>
<p>Links:<br />
Original video conversation:<br />
https://www.youtube.com/watch?v=-r-lOaDXrFE<br />
Genesis videos:<br />
https://www.youtube.com/watch?v=KOUV7mWDI34&amp;t=156s &amp; https://www.youtube.com/watch?v=GQI72THyO5I</p>
<p>Additional Resources:<br />
Tim's lecture on the origins of the Bible.<br />
www.timmackie.com</p>
<p>Music Credits:<br />
Defender Instrumental by Rosasharn Music</p>

View file

@ -0,0 +1 @@
Take in the consideration of the power in your hands today. Why are  world leaders scared to death of what is happening with social media? This is The Truck Cast! 

View file

@ -0,0 +1,35 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! Seriously, go there.
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=2+samuel+15%3A31&version=ESV'>2 Samuel 15:31</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=john+10&version=ESV'>John 10</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=psalm+23&version=ESV'>Psalm 23</a></p>
<p>- <a href='http://theconnextion.com/tbr'>Merch</a>!</p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
In the container Darren drops the truth of the new mindset that needs to change in order to work. It is no longer about degrees. 

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/Xknaf1NMpy0" width="480" alt="thumbnail" title="DuckDuckGo Delivers A Knockout Punch To Ad Trackers!" /></p>In this video we discuss the new App Tracking Protection for Android made by DuckDuckGo. This new app will block third-party trackers like Google and Facebook lurking in other Google Store apps.<br /><br />DasGeek Channel is a proud member of the Destination Linux Network! Head to https://destinationlinux.network to find more amazing content! <br /><br />Support the Channel: www.dasgeekcommunity.com<br /><br />Support the channel on Patreon<br />https://www.patreon.com/dasgeek<br /><br /><br />Special thanks to my Patrons! : Bradley D, Jackie Moore, Michel V, Mike K, Scott R, Peter K, Jill Bryant, Josh, CubicleNate, Steve L, Bob A, SpazzyC, Michael C, Jeremy G, Gert B, David M, Mattias E, Sean Davis.<br /><br />Head to Digital Ocean do.co/dln for a 60 day $100 credit.<br /><br />Amazon Affiliate: Just purchase any item on Amazon using this link and you support the channel and pay the same price! https://amzn.to/2HiUNyD<br /><br />Get DasGeek Swag<br />https://signaturegraphics.store/collections/das-geek<br /><br /><br />Social:<br />Mastodon: @dasgeek@mastodon.social<br />LBRY: https://odysee.com/@dasgeek:b<br />Web: http://www.dasgeekcommunity.com<br />Github: https://github.com/dasgeekchannel<br /><br />Podcast: Destination Linux - http://destinationlinux.org/<br />...<br />https://www.youtube.com/watch?v=Xknaf1NMpy0

View file

@ -0,0 +1,30 @@
<p>On this episode of DLN Xtend we discuss the available Linux-based smartphone options that are available from Volla, F(x)Tec, Pine64, and Purism</p>
<p>Welcome to episode 49 of DLN Xtend. DLN Xtend is a community powered podcast. We take conversations from the DLN Community from places like the DLN Discourse Forums, Telegram group, Discord server and more. We also take topics from other shows around the network to give our takes.</p>
<p>00:00 Introductions<br>
08:45 Topic-Linux Smartphones<br>
40:15 Host Related Interest<br>
48:24: Wrap Up</p>
<p>Host Related Interest Links<br>
Nate- I got this neat USB Powered LED clock fan.</p>
<p>Matt- Metal Gear Solid 5: Phantom Pain</p>
<p><a href="https://store.steampowered.com/app/287700/METAL_GEAR_SOLID_V_THE_PHANTOM_PAIN/" rel="nofollow">https://store.steampowered.com/app/287700/METAL_GEAR_SOLID_V_THE_PHANTOM_PAIN/</a><br>
Wendy- Audacity class update</p>
<p><a href="https://www.udemy.com/share/103tx8AkQadVdRQ3g=/" rel="nofollow">https://www.udemy.com/share/103tx8AkQadVdRQ3g=/</a></p>
<p>Join us in the DLN Community:<br>
Discourse: <a href="https://discourse.destinationlinux.network/" rel="nofollow">https://discourse.destinationlinux.network/</a><br>
Telegram: <a href="https://destinationlinux.org/telegram" rel="nofollow">https://destinationlinux.org/telegram</a><br>
Mumble: <a href="https://destinationlinux.network/mumble/" rel="nofollow">https://destinationlinux.network/mumble/</a><br>
Discord: <a href="https://destinationlinux.org/discord" rel="nofollow">https://destinationlinux.org/discord</a> servers to continue the discussion!</p>
<p>Contact info:<br>
Matt (Twitter @MattDLN)<br>
Wendy (Mastodon @<a href="mailto:WendyDLN@mastodon.online" rel="nofollow">WendyDLN@mastodon.online</a>)<br>
Nate (cubiclenate.com)</p>

View file

@ -0,0 +1,103 @@
<p>SHOW NOTES:
Thanks for listening! Weve posted some helpful info for you in our show notes below!</p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>PODCAST BASICS:
</p>
<p>- Subscribe where you listen!</p>
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
</a></p>
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
</p>
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! Weve got something for you in every price range: t-shirts, tumblers, coffee mugs, tote bags, phone wallets, keychains, magnets, and stickers! </p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Jeremiah+29%3A11&version=ESV'>Jeremiah 29:11</a></p>
<p>- Article 1 of 4: <a href='https://www.ligonier.org/learn/devotionals/gods-love-and-gods-hatred/'>God's Love and God's Hatred</a></p>
<p>- Article 2 of 4: <a href='https://www.providencefrisco.com/blog/post/why-did-god-hate-esau'>Why Did God Hate Esau?</a></p>
<p>- Article 3 of 4: <a href='https://www.gotquestions.org/Jacob-Esau-love-hate.html'>Why Did God Love Jacob and Hate Esau?</a></p>
<p>- Article 4 of 4: <a href='https://www.blueletterbible.org/Comm/spurgeon_charles/sermons/0239.cfm'>Jacob & Esau: Charles Spurgeon Sermon Transcript</a></p>
<p>- Article: <a href='https://www.gotquestions.org/divorce-remarriage.html'>What Does the Bible Say about Divorce and Remarriage?</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Matthew+11%3A10&version=ESV'>Matthew 11:10</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=mark+1%3A2&version=ESV'>Mark 1:2</a></p>
<p>- <a href='https://thebiblerecap.podbean.com/e/september-reflections-and-corrections/?token=a910e82d2c9a4bb90561557d726f6ef3'>The Bible Recap - September Reflections & Corrections Episode</a></p>
<p>- Video 1 of 2: <a href='https://www.youtube.com/watch?v=XIb_dCIxzr0'>Luke Overview</a></p>
<p>- Video 2 of 2: <a href='https://www.youtube.com/watch?v=G-2e9mMf7E8&t=4s'>John Overview</a></p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>TBR TEAM:
</p>
<p>Written, Hosted, and Produced by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
<p>Content Manager:<a href='http://mydgroup.org/'> Courtney Vaughan</a></p>
<p>Podcast Operations:<a href='http://mydgroup.org/'> Callie Summers</a></p>
<p>Logistics Management:<a href='http://mydgroup.org/'> Joelle Smith</a></p>
<p>Sound Engineer:<a href='http://thebiblerecap.com/'> Allison Congden</a></p>
<p>Content Design:<a href='http://misswyolene.com/'> Morgan Young</a></p>
<p>Social Media Management:<a href='http://thebiblerecap.com/'> Sarah Yocum</a></p>
<p>Social Media Management:<a href='http://thebiblerecap.com/'> Sissy Shakely</a></p>
<p>Journal Design:<a href='https://brittneyhmurray.weebly.com/'> Brittney Murray</a></p>
<p>Logo Design: Landon Wade</p>
<p><a href='http://www.thebiblerecap.com'> </a></p>
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
</a></p>
<p> </p>
<p>WEBSITE:
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
<p><a href='http://www.thebiblerecap.com'>blerecap.com</a></p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/v8v7ueICWuU" width="480" alt="thumbnail" title="Getting to Know Jordan Peterson | Africa Brooke | Mikhaila Peterson Podcast | #120" /></p>Here's a clip from @Mikhaila Peterson's most recent podcast, "Leaving the Cult of Wokeness" where I made a guest appearance alongside Africa Brooke.<br /><br />Watch the full episode here: https://youtu.be/qU7iXtHTVtI<br /><br />We discuss wokeness, politics in connection to religion, in-group preference, accepting other perspectives as well as hearing Africa share her experience regarding her viral article: "Why I'm Leaving the Cult of Wokeness".<br /><br />// SUPPORT THIS CHANNEL //<br />Newsletter: https://linktr.ee/DrJordanBPeterson<br />Donations: https://www.jordanbpeterson.com/donate<br /><br />// COURSES //<br />Discovering Personality: https://jordanbpeterson.com/personality<br />Self Authoring Suite: https://selfauthoring.com/<br />Understand Myself (personality test): https://understandmyself.com/<br /><br />// BOOKS //<br />Beyond Order: 12 More Rules for Life: https://jordanbpeterson.com/Beyond-Order<br />12 Rules for Life: An Antidote to Chaos: https://jordanbpeterson.com/12-rules-for-life/<br />Maps of Meaning: The Architecture of Belief: https://jordanbpeterson.com/maps-of-meaning/<br /><br />// LINKS //<br />Website: https://jordanbpeterson.com/<br />Events: https://jordanbpeterson.com/events/<br />Blog: https://jordanbpeterson.com/blog/<br />Podcast: https://jordanbpeterson.com/podcast/<br />Reading List: https://jordanbpeterson.com/great-books/<br />Merchandise: https://teespring.com/stores/jordanbpeterson<br /><br />// SOCIAL //<br />Twitter: https://twitter.com/jordanbpeterson<br />Instagram: https://www.instagram.com/jordan.b.peterson/<br />Facebook: https://www.facebook.com/drjordanpeterson<br /><br />// SPONSORS //<br />Interested in sponsoring my audio podcast? Reach out to my advertising team here: sponsorships@jordanbpeterson.com<br />...<br />https://www.youtube.com/watch?v=v8v7ueICWuU

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/Ejq7vR_o9sk" width="480" alt="thumbnail" title="KDE Devs Reacts to The Linux Experiment's Review of KDE Plasma" /></p>Regarding the lag: as I say in the video, I switched to OBS but that means my computer is not able to live encode everything, thus the technical issues. Sorry about that, and I've bought a new laptop to address it!<br /><br /><br /><br />💸💸 Help me contribute to KDE and do these videos: 💸💸<br />Patreon: https://www.patreon.com/niccolove<br />Youtube: https://www.youtube.com/channel/UCONH73CdRXUjlh3-DdLGCPw/join<br />Paypal: https://paypal.me/niccolove<br /><br /><br />Stay in the loop: https://t.me/veggeroblog<br /><br />My website is https://niccolo.venerandi.com and if you want to contact me, my telegram handle is [at] veggero.<br />...<br />https://www.youtube.com/watch?v=Ejq7vR_o9sk

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>hi!</p> <p>I stumble upon GNU Guix website while reading “I love Arch, but GNU Guix is my new distro”, when visiting the site I see the Spanish localization that reads:</p> <blockquote> <p><strong>Liberadora.</strong> Guix es una avanzada distribución del sistema operativo GNU desarrollada por el proyecto GNU que respeta las libertades de computación de sus usuarias.</p> </blockquote> <p>&quot;usuarias&quot; seems to exclude the possibility that there are men using GNU Guix, in Spanish we use the masculine gender noun(?) when there is a mixed group of opposite gender, thus to reflect the mixture of sexes using GNU Guix &quot;usuarios&quot; is correct.</p> <p>so, how do we go on correcting this mistake at <a href="https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/po/es.po#n47">https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/po/es.po#n47</a> ?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/shackra"> /u/shackra </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qxamrb/i_want_to_report_a_grammatical_error/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/qxamrb/i_want_to_report_a_grammatical_error/">[comments]</a></span>

View file

@ -0,0 +1,8 @@
<p>Fedora might take a year off, to focus on it self. Project Lead and Council Chair Matthew Miller joins us to explain this major proposal.</p>
<p>Plus Wimpy shares his open source Drobo alternative, and our final Dropbox XFS hack.</p><p>Special Guests: Brent Gervais, Martin Wimpress, and Matthew Miller.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://i.redd.it/74d2j8fffq021.png" title="NASA runs KDE" rel="nofollow">NASA runs KDE</a></li><li><a href="https://www.reddit.com/r/linux/comments/a0vpub/are_people_forgetting_what_open_source_is_about/?st=JP01R9TD&sh=1439a97a" title="Are people forgetting what open source is?" rel="nofollow">Are people forgetting what open source is?</a> &mdash; There is a responsibility for the dev to make sure they vet what is being put into, but also a larger responsibility for large company's to vet dependency themselves, such as this package event-stream
</li><li><a href="https://www.extremetech.com/extreme/155392-international-space-station-switches-from-windows-to-linux-for-improved-reliability" title="International Space Station switches from Windows to Linux" rel="nofollow">International Space Station switches from Windows to Linux</a> &mdash; “We migrated key functions from Windows to Linux because we needed an operating system that was stable and reliable.”</li><li><a href="https://www.linuxfestnorthwest.org/conferences/2019" title="LinuxFest Northwest 2019" rel="nofollow">LinuxFest Northwest 2019</a> &mdash; LinuxFest Northwest is an annual Open Source event co-produced by Bellingham Linux Users Group and the Information Technology department at Bellingham Technical College</li><li><a href="https://www.snapraid.it/" title="SnapRAID" rel="nofollow">SnapRAID</a> &mdash; SnapRAID is a backup program for disk arrays. It stores parity information of your data and it recovers from up to six disk failures.
</li><li><a href="https://github.com/trapexit/mergerfs" title="mergerfs" rel="nofollow">mergerfs</a> &mdash; A featureful union filesystem.</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Fedora-31-Changes-Ahead" title="Fedora 31 Will Likely Be Cancelled Or Significantly Delayed" rel="nofollow">Fedora 31 Will Likely Be Cancelled Or Significantly Delayed</a> &mdash; It's about trying to re-tool the distribution and restructure the way its developed to rely more upon automated testing, improving the release processes, and related infrastructure to make it more scalable and better for the longer-term.</li><li><a href="https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/G5GMQZ5OY444EIGT2TJVP45N2NNXUBMK/" title="Fedora Mailing-Lists: Lifecycle objective - problems, solutions, and proposal" rel="nofollow">Fedora Mailing-Lists: Lifecycle objective - problems, solutions, and proposal</a></li><li><a href="https://fedoraproject.org/wiki/Objectives/Lifecycle/Problem_statements" title="Fedora Wiki: Objectives/Lifecycle/Problem statements" rel="nofollow">Fedora Wiki: Objectives/Lifecycle/Problem statements</a></li><li><a href="https://docs.fedoraproject.org/en-US/project/objectives/" title="Current 12-18 Month Community Objectives" rel="nofollow">Current 12-18 Month Community Objectives</a></li><li><a href="https://docs.fedoraproject.org/en-US/council/" title="Fedora Council Charter" rel="nofollow">Fedora Council Charter</a></li><li><a href="https://github.com/dark/dropbox-filesystem-fix" title="Dropbox Filesystem Fix" rel="nofollow">Dropbox Filesystem Fix</a> &mdash; Fix the filesystem detection in the Linux Dropbox client.</li></ul>

View file

@ -0,0 +1,22 @@
<p>We take a trip to visit Level1Tech&#39;s Wendell Wilson and come back with some of his performance tips for a smoother Linux desktop.</p>
<p>Plus the story behind exFAT coming to Linux, and the big desktop performance improvements landing next week.</p><p>Special Guests: Alex Kretzschmar, Brent Gervais, Cassidy James Blaede, Drew DeVore, and Ell Marquez.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://thehackernews.com/2019/09/xkcd-forum-hacked.html" title="XKCD Forum Hacked" rel="nofollow">XKCD Forum Hacked</a> &mdash; The security breach occurred two months ago, according to security researcher Troy Hunt who alerted the company of the incident, with unknown hackers stealing around 562,000 usernames, email and IP addresses, as well as hashed passwords.</li><li><a href="https://lwn.net/Articles/797963/" title="Examining exFAT" rel="nofollow">Examining exFAT</a> &mdash; Linux kernel developers like to get support for new features — such as filesystem types — merged quickly. In the case of the exFAT filesystem, that didn't happen; exFAT was created by Microsoft in 2006 for use in larger flash-storage cards, but there has never been support in the kernel for this filesystem. Microsoft's recent announcement that it wanted to get exFAT support into the mainline kernel would appear to have removed the largest obstacle to Linux exFAT support. But, as is so often the case, it seems that some challenges remain.</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Waypipe-Successful-GSoC-2019" title="Waypipe Is Successfully Working For This Network-Transparent Wayland Apps/Games Proxy" rel="nofollow">Waypipe Is Successfully Working For This Network-Transparent Wayland Apps/Games Proxy</a> &mdash; Waypipe development was successful this summer by student developer Manuel Stoeckl who was working on the effort as part of this year's Google Summer of Code (GSoC). Waypipe is successfully working now for running Wayland games/applications over the network using this proxy mechanism and supports features like compression, multi-threading optimizations, and hardware-accelerated VA-API for video encode/decode across the network. </li><li><a href="https://mstoeckl.com/notes/gsoc/blog.html" title="GSOC 2019 - M. Stoeckl's website" rel="nofollow">GSOC 2019 - M. Stoeckl's website</a> &mdash; Waypipe supports many quality of life features, including a user-friendly command line wrapper for ssh, hardware accelerated video encoding, transfer compression with either LZ4 or Zstd, and a method to reconnect applications when the ssh connection breaks. With more recent kernels and versions of Mesa that support DMABUFs (GPU-side buffers), it can proxy programs that render images using OpenGL.
</li><li><a href="https://www.omgubuntu.co.uk/2019/09/best-gnome-3-34-features/amp" title="What to Expect in GNOME 3.34, Out Next Week - OMG! Ubuntu!" rel="nofollow">What to Expect in GNOME 3.34, Out Next Week - OMG! Ubuntu!</a> &mdash; GNOME 3.34 makes it MUCH easier to create app folders in the GNOME Shell Application Overview, i.e. the grid of app shortcuts you see when pressing the All Apps icon on the Ubuntu Dock.
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=GNOME-3.34-Last-Minute-NVIDIA" title="GNOME 3.34's Mutter Lands A Last-Minute Performance Fix For NVIDIA" rel="nofollow">GNOME 3.34's Mutter Lands A Last-Minute Performance Fix For NVIDIA</a> &mdash; Canonical's Daniel van Vugt who is known for his many GNOME performance optimizations over the past two years has been toying with this NVIDIA fix/optimization the past few months and merged the code this morning to Mutter. This change that landed is the removal of GLX threaded swap wait handling for the NVIDIA binary driver. </li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=GNOME-3.34-Geometric-Picking" title="Geometric Picking Finally Lands In GNOME/Mutter 3.34 For Lowering CPU Usage" rel="nofollow">Geometric Picking Finally Lands In GNOME/Mutter 3.34 For Lowering CPU Usage</a> &mdash; This is about cursor movement and now avoiding OpenGL/GPU usage for the color picking operations. That logic is now being done on the CPU without OpenGL but turns out is more efficiently done this way and is able to cause a measurable drop in CPU usage when moving the mouse cursor and especially when moving around windows.</li><li><a href="https://gitlab.gnome.org/GNOME/mutter/merge_requests/189" title="Geometric (OpenGL-less) picking · GNOME / mutter · GitLab)" rel="nofollow">Geometric (OpenGL-less) picking · GNOME / mutter · GitLab)</a> &mdash; By avoiding OpenGL and the graphics driver we also reduce CPU usage. Despite reimplementing the logic on the CPU, it still takes less CPU time than going through GL did.
</li><li><a href="https://discourse.gnome.org/t/gtk-adwaita-and-vendor-styles/1641" title="GTK, Adwaita, and Vendor Styles - Platform - GNOME Discourse" rel="nofollow">GTK, Adwaita, and Vendor Styles - Platform - GNOME Discourse</a> &mdash; After the BoF, we decided to continue the discussion and find actionable items to move things forward to improve Adwaita itself, the situation for app developers, and the experience for downstream vendors that wish to ship a distinct visual style. We decided that continuing here on Discourse is a good plan to keep the discussion persistent and centralized.
</li><li><a href="https://guadec.ubicast.tv/videos/the-need-for-a-freedesktop-dark-style-preference/" title="The Need for a FreeDesktop Dark Style Preference - GUADEC 2019 - Videos" rel="nofollow">The Need for a FreeDesktop Dark Style Preference - GUADEC 2019 - Videos</a> &mdash; Cassidy has been observing and researching dark styles in consumer software for several months, and conducted a user study with over 1,500 participants. In this talk he shares his research, observations, prior art, and requirements for a dark style preference on FreeDesktop platforms.
</li><li><a href="https://github.com/FeralInteractive/gamemode" title="gamemode" rel="nofollow">gamemode</a> &mdash; GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process.
</li><li><a href="https://linuxacademy.com/blog/uncategorized/free-courses-at-linux-academy-september-2019/" title="Free Courses at Linux Academy — September 2019 Linux Academy" rel="nofollow">Free Courses at Linux Academy — September 2019 Linux Academy</a> &mdash; On September 17th Linux Torvald first released the Linux Operating System Kernel on September 17th, 1991 so we are celebrating by offering free training for you to increase your Linux Skills.
</li><li><a href="https://www.texascybersummit.org/" title="Texas Cyber Summit" rel="nofollow">Texas Cyber Summit</a> &mdash; October 10th-12th in San Antonio, Texas.</li><li><a href="https://www.meetup.com/jupiterbroadcasting/events/262984590/" title="Unofficial Hacker Family Dinner & Unbirthday Party | Meetup" rel="nofollow">Unofficial Hacker Family Dinner & Unbirthday Party | Meetup</a> &mdash; Join us for a meet and greet with fellow Texas Cyber Summit attendees and a belated celebration of Ell and Allie's Birthdays! There will be good food, good friends, and we hope some good conversation.
</li><li><a href="https://www.youtube.com/channel/UCOWcZ6Wicl-1N34H0zZe38w" title="Level1Linux Channel" rel="nofollow">Level1Linux Channel</a></li><li><a href="https://www.youtube.com/watch?v=8ZZJu0uty9E" title="Chatting With Alex and Chris From The Self Hosted Podcast! - Level1Linux" rel="nofollow">Chatting With Alex and Chris From The Self Hosted Podcast! - Level1Linux</a></li><li><a href="https://extensions.gnome.org/extension/1082/cpufreq/" title="cpufreq - GNOME Shell Extensions" rel="nofollow">cpufreq - GNOME Shell Extensions</a> &mdash; This is a lightweight CPU frequency scaling monitor and powerful CPU management tool. The extension is using standard cpufreq kernel modules to collect information and manage governors. It needs root permission to able changing governors.
</li><li><a href="https://code.google.com/archive/p/i7z/" title="i7z" rel="nofollow">i7z</a> &mdash; A better i7 (and now i3, i5) reporting tool for Linux.</li><li><a href="http://konkor.github.io/cpufreq/" title="CPUFREQ Extension" rel="nofollow">CPUFREQ Extension</a></li><li><a href="https://github.com/erpalma/throttled" title="throttled" rel="nofollow">throttled</a> &mdash; Workaround for Intel throttling issues in Linux.
</li><li><a href="https://forums.lenovo.com/t5/Other-Linux-Discussions/X1C6-T480s-low-cTDP-and-trip-temperature-in-Linux/m-p/4513821#M13563" title="Re: [X1C6/T480s] low cTDP and trip temperature in Linux - Page 9 - Lenovo Community" rel="nofollow">Re: [X1C6/T480s] low cTDP and trip temperature in Linux - Page 9 - Lenovo Community</a> &mdash; The good news: This problem is being very actively investigated and we (Lenovo) hope to have a solution soon.
</li><li><a href="https://jupiter.gallery/#" title="Jupiter.Gallery" rel="nofollow">Jupiter.Gallery</a> &mdash; Our self-hosted photo gallery powered by Lychee. Send your photos to chz at jupiterbroadcasting.com.</li><li><a href="https://github.com/LycheeOrg/Lychee/" title="Lychee" rel="nofollow">Lychee</a> &mdash; A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.</li><li><a href="https://slexy.org/view/s2Q91OadFn" title="Audio in Linux question" rel="nofollow">Audio in Linux question</a> &mdash; Is there something lacking in our ALSA/JACK/PuleAudio stack that I'm not aware of? We obviously can do pro audio production, given Ardour, REAPER and even Audacity. What's missing?</li><li><a href="https://losttraindude.itch.io/zfrag" title="zFRAG by LostTrainDude" rel="nofollow">zFRAG by LostTrainDude</a> &mdash; Defrag your mind by manually defragging a virtual Hard Disk, sector by sector, or enable the AUTODEFRAG to sit back and watch it do it on its own.
</li><li><a href="https://github.com/alicevision/meshroom" title="meshroom: 3D Reconstruction Software" rel="nofollow">meshroom: 3D Reconstruction Software</a> &mdash; Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.</li></ul>

View file

@ -0,0 +1 @@
<p>Jesus unites his followers across cultural and ethnic lines as members of his global family. But that doesnt mean cultural differences disappear. In fact, Jesus resurrects and glorifies what is unique and beautiful about every culture. In this episode, listen in as Tim and Jon discuss what it means to be part of the family of God.</p><p><a href="https://bibleproject.com/podcasts/the-bible-project-podcast/">View full show notes from this episode →</a></p><p>Timestamps </p><ul><li>Part one (0:0022:30)</li><li>Part two (22:3032:00)</li><li>Part three (32:0043:15)</li><li>Part four (43:15end)</li></ul><p>Additional Resources </p><ul><li>Philip Jenkins, <a href="https://amzn.to/2DjKVah"><i>The New Faces of Christianity</i></a></li><li>Philip Jenkins,<i> </i><a href="https://amzn.to/2PnJpqb"><i>The Lost History of Christianity</i></a></li><li>Philip Jenkins, <a href="https://amzn.to/3gs4k7a"><i>The Next Christendom</i></a></li></ul><p>Show Music </p><ul><li>“Defender Instrumental” by Tents </li><li>“Beneath Your Waves” by Sleepy Fish</li><li>“Flushing the Stairs” by Leavv</li></ul><p>Show produced by Dan Gummel. Show notes by Lindsey Ponder. </p><p>Powered and distributed by Simplecast.</p>

View file

@ -0,0 +1,57 @@
<p>We round up the best podcast clients for your Linux desktop, mobile, and the web.</p>
<p>Plus we announce the official Jupiter Broadcasting Matrix server, share some great picks, and a thought-provoking email.</p>
<p>Chapters:<br>
0:00 Pre-Show<br>
0:35 Intro<br>
2:03 Debian Requests Artwork<br>
3:04 Google Kernel Code Dump<br>
8:07 The Future of Rust<br>
14:15 Manjaro Forum Meltdown<br>
20:11 Matrix Server Migration<br>
27:38 Housekeeping<br>
28:44 Podcatcher Play-Off<br>
29:08 Podcatcher Play-Off: Honorable Mentions<br>
31:33 Podcatcher Play-Off: Winds<br>
33:36 Podcatcher Play-Off: Cpod<br>
35:33 Podcatcher Play-Off: Airsonic<br>
38:16 Podcatcher Play-Off: Shellcaster<br>
40:15 Podcatcher Play-Off: Castero<br>
40:42 Podcatcher Play-Off: Castget<br>
42:27 Podcatcher Play-Off: Pocketcasts<br>
44:22 Podcatcher Play-Off: Antennapod<br>
45:09 Podcatcher Play-Off: Overcast<br>
47:22 Feedback: Mac Pro as a Daily Driver<br>
48:38 Feedback: Internet Apocalypse<br>
57:22 Pick: Quad SATA Kit for Raspberry Pi<br>
1:00:01 Pick: Outrun<br>
1:02:50 Outro<br>
1:04:30 Post-Show</p><p>Special Guests: Brent Gervais, Drew DeVore, Neal Gompa, and Philip Muller.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://bits.debian.org/2020/08/debian-turns-27.html" title="Debian turns 27! - Bits from Debian" rel="nofollow">Debian turns 27! - Bits from Debian</a>
</li><li><a href="https://www.reddit.com/r/linux/comments/iauxna/debian_turns_27/" title="r/linux: Debian turns 27! " rel="nofollow">r/linux: Debian turns 27! </a>
</li><li><a href="https://wiki.debian.org/DebianDesktop/Artwork/Bullseye" title="Debian Bullseye artwork call for proposals - entries must be submitted by October 15" rel="nofollow">Debian Bullseye artwork call for proposals - entries must be submitted by October 15</a>
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Google-User-Thread-Futex-Swap" title="Google Finally Begins Their Open-Source Dance Around Linux User-Space Threading - Phoronix" rel="nofollow">Google Finally Begins Their Open-Source Dance Around Linux User-Space Threading - Phoronix</a>
</li><li><a href="https://lore.kernel.org/lkml/20200722234538.166697-1-posk@posk.io/" title="[PATCH for 5.9 0/3] FUTEX_SWAP (tip/locking/core) - Peter" rel="nofollow">[PATCH for 5.9 0/3] FUTEX_SWAP (tip/locking/core) - Peter</a>
</li><li><a href="https://blog.rust-lang.org/2020/08/18/laying-the-foundation-for-rusts-future.html" title="Laying the foundation for Rusts future | Rust Blog" rel="nofollow">Laying the foundation for Rusts future | Rust Blog</a>
</li><li><a href="https://forum.manjaro.org/t/welcome-to-the-new-manjaro-forum/151" title="Manjaros new Forum" rel="nofollow">Manjaros new Forum</a>
</li><li><a href="https://matrix.to/#/+lup:jupiterbroadcasting.com" title="LINUX Unplugged Matrix Community" rel="nofollow">LINUX Unplugged Matrix Community</a>
</li><li><a href="https://www.jupiterbroadcasting.com/release-calendar/" title="Know when were going to be live. Check out the calendar!" rel="nofollow">Know when were going to be live. Check out the calendar!</a>
</li><li><a href="https://linuxunplugged.com/mumble" title="LUP LUG Mumble Server Info" rel="nofollow">LUP LUG Mumble Server Info</a>
</li><li><a href="https://bit.ly/jupiterchat" title="Fullscreen JB IRC Chat" rel="nofollow">Fullscreen JB IRC Chat</a>
</li><li><a href="https://gitlab.gnome.org/World/podcasts#gnome-podcasts" title="Gnome Podcasts" rel="nofollow">Gnome Podcasts</a>
</li><li><a href="https://gpodder.github.io/" title="gPodder" rel="nofollow">gPodder</a> &mdash; Media aggregator and podcast client</li><li><a href="https://github.com/brtmr/podfox" title="brtmr/podfox" rel="nofollow">brtmr/podfox</a>
</li><li><a href="https://www.spotify.com/" title="Spotify" rel="nofollow">Spotify</a>
</li><li><a href="https://getstream.io/winds/" title="Winds" rel="nofollow">Winds</a> &mdash; Winds is a modern, open-source RSS and Podcast app built using React/Redux/Node by Stream.
</li><li><a href="https://github.com/z-------------/CPod" title="CPod" rel="nofollow">CPod</a> &mdash; A simple, beautiful podcast app for Windows, macOS, and Linux.</li><li><a href="https://airsonic.github.io/" title="AirSonic" rel="nofollow">AirSonic</a> &mdash; Airsonic is a free, web-based media streamer, providing ubiquitous access to your music.
</li><li><a href="https://github.com/jeff-hughes/shellcaster" title="shellcaster" rel="nofollow">shellcaster</a> &mdash; Terminal-based podcast manager built in Rust</li><li><a href="https://github.com/xgi/castero" title="castero" rel="nofollow">castero</a> &mdash; TUI podcast client for the terminal</li><li><a href="https://castget.johndal.com/" title="castget" rel="nofollow">castget</a> &mdash; A command-line podcast downloader.</li><li><a href="https://www.pocketcasts.com/" title="Pocketcasts" rel="nofollow">Pocketcasts</a>
</li><li><a href="https://www.theverge.com/2018/5/3/17314866/pocket-casts-podcast-app-acquisition-npr-wnyc-wbez-this-american-life" title="Pocket Casts acquired by NPR, other public radio stations, and This American Life - The Verge" rel="nofollow">Pocket Casts acquired by NPR, other public radio stations, and This American Life - The Verge</a>
</li><li><a href="https://overcast.fm/" title="Overcast" rel="nofollow">Overcast</a>
</li><li><a href="https://antennapod.org/" title="AntennaPod" rel="nofollow">AntennaPod</a>
</li><li><a href="https://slexy.org/view/s2hrO9azz8" title="Feedback: TheFake VIP still uses that same Mac Pro as his daily driver" rel="nofollow">Feedback: TheFake VIP still uses that same Mac Pro as his daily driver</a> &mdash; I still, to this day, run a Mac Pro just like that as my daily driver, in Windows, macOS and Linux (Arch with i3). It's still a dream machine for me.</li><li><a href="https://slexy.org/view/s2Cd10W01z" title="Feedback: Would you still use Linux if there was no more internet?" rel="nofollow">Feedback: Would you still use Linux if there was no more internet?</a> &mdash; So let me ask you an important question. Would you still use Linux if there was no more internet?
</li><li><a href="https://shop.allnetchina.cn/collections/sata-hat/products/quad-sata-hat-case-for-raspberry-pi-4" title="QUAD SATA KIT for Raspberry PI" rel="nofollow">QUAD SATA KIT for Raspberry PI</a> &mdash; Easily build your own NAS / Media-server based on Raspberry Pi 4 Description mount up to 4x 2.5" HDD or SSD
</li><li><a href="https://github.com/Overv/outrun" title="outrun" rel="nofollow">outrun</a> &mdash; Execute a local command using the processing power of another Linux machine.</li><li><a href="https://debconf20.debconf.org/" title="Debconf 20 starts this week." rel="nofollow">Debconf 20 starts this week.</a>
</li><li><a href="https://flipperzero.one/" title="Flipper Zero" rel="nofollow">Flipper Zero</a> &mdash; Tamagochi for Hackers
</li></ul>

View file

@ -0,0 +1,11 @@
<p>The way weve been thinking about Desktop Linux is all wrong. We start by defining Desktop Linux, and where it might be going in the future. </p>
<p>Plus we throw a studio party for our new look, and the text editor thats taking the crew by storm.</p><p>Special Guests: Alan Pope, Ell Marquez, and Martin Wimpress.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://arxiv.org/abs/1811.10948" title="Cross-Technology Communications for Heterogeneous IoT Devices Through Artificial Doppler Shifts" rel="nofollow">Cross-Technology Communications for Heterogeneous IoT Devices Through Artificial Doppler Shifts</a></li><li><a href="https://opensource.com/article/19/4/what-do-you-love-about-git" title="Happy 14th anniversary: What do you love about Git?" rel="nofollow">Happy 14th anniversary: What do you love about Git?</a></li><li><a href="https://boilingsteam.com/proton-one-graph-to-sum-it-all/" title="Proton: One Graph To Sum It All" rel="nofollow">Proton: One Graph To Sum It All</a> &mdash; Dont we all feel that the world of Linux gaming is in a better spot right now than lets say, 7-8 months ago? Thanks to Valve, Codeweavers, DXVK and all the gang we can now enjoy a lot more games coming from the Windows world than ever before. I decided to take some time to show what kind of progress we are talking about</li><li><a href="https://github.com/lutris/lutris/releases/tag/v0.5.2" title="Lutris Release v0.5.2" rel="nofollow">Lutris Release v0.5.2</a></li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Lutris-0.5.2-Released" title="Lutris 0.5.2 Released With Various Improvements For Linux Gaming " rel="nofollow">Lutris 0.5.2 Released With Various Improvements For Linux Gaming </a> &mdash; Lutris 0.5.2 adds the Vulkan ICD (installable client driver) loaders to the system options, adds a sample count option to Wine for enabling MSAA anti-aliasing in older games, a warning is now displayed if Vulkan is not properly setup, and various other bug fixes and enhancements. </li><li><a href="https://blog.ubuntu.com/2017/05/19/visual-studio-code-is-now-available-as-a-snap-on-ubuntu" title="Visual Studio Code is now available as a snap on Ubuntu" rel="nofollow">Visual Studio Code is now available as a snap on Ubuntu</a> &mdash; Launched in 2015 by Microsoft, Visual Studio Code has imposed itself as one of the preferred code editors in the developer community. </li><li><a href="https://snapcraft.io/vscode" title="Install Visual Studio Code for Linux using the Snap Store | Snapcraft" rel="nofollow">Install Visual Studio Code for Linux using the Snap Store | Snapcraft</a></li><li><a href="https://www.theregister.co.uk/2019/03/15/wlinux_becomes_pengwin/" title="What do WLinux and Benedict Cumberbatch have in common? They're both fond of Pengwin " rel="nofollow">What do WLinux and Benedict Cumberbatch have in common? They're both fond of Pengwin </a> &mdash; Hayden Barnes, of Whitewater Foundry, told El Reg that WLinux was only ever supposed to be a codename, and the new name "reflects our distribution's connection to both Linux and Windows".</li><li><a href="https://www.reddit.com/r/bashonubuntuonwindows/comments/bb3iyk/wlinux_is_now_pengwin_fedora_remix_for_wsl/" title="WLinux is now Pengwin, Fedora Remix for WSL updated, and WSL at Build : bashonubuntuonwindows" rel="nofollow">WLinux is now Pengwin, Fedora Remix for WSL updated, and WSL at Build : bashonubuntuonwindows</a></li><li><a href="https://coder.show/352" title="Coder Radio Episode 352: Self Driving Disaster" rel="nofollow">Coder Radio Episode 352: Self Driving Disaster</a> &mdash; Mikes away so Chris joins Wes to discuss running your workstation from RAM, the disappointing realities of self driving cars, and handling the ups and downs of critical feedback.
</li><li><a href="https://ghc.anitab.org/2019-attend/opportunities-woc/" title="Opportunities for Women of Color and Women from Untapped Pathways - Grace Hopper Celebration" rel="nofollow">Opportunities for Women of Color and Women from Untapped Pathways - Grace Hopper Celebration</a> &mdash; This year, AnitaB.org is thrilled to be offering two additional opportunities for women of color from underrepresented groups and women from untapped pathways to attend the 2019 Grace Hopper Celebration (GHC 19)</li><li><a href="https://jobs.lever.co/linuxacademy/b1b75b6a-a54c-4854-809f-f36ed4f08f28" title="Linux Academy - Full Stack Ruby on Rails Developer (Remote)" rel="nofollow">Linux Academy - Full Stack Ruby on Rails Developer (Remote)</a> &mdash; Your primary focus will be development of all server-side logic, definition and maintenance of the central database, and ensuring high performance and responsiveness to requests from the front-end. You will also be responsible for integrating the front-end elements built by you or your co-workers, matching a design given to you, into an Angular 6 application, using NGRX.
</li><li><a href="https://www.zdnet.com/article/the-linux-desktop-is-in-trouble/" title="The Linux desktop is in trouble | ZDNet" rel="nofollow">The Linux desktop is in trouble | ZDNet</a> &mdash; Why? Because we don't have a standardized Linux desktop. 
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Steam-March-2019-Figures" title="A Half-Year Since Valve Released Steam Play For Linux, Its Marketshare Is Still Sub-1% - Phoronix" rel="nofollow">A Half-Year Since Valve Released Steam Play For Linux, Its Marketshare Is Still Sub-1% - Phoronix</a> &mdash; But for February 2019, they had been reporting a 0.77% Linux market-share, which would have been a 0.05% increase.</li><li><a href="https://news.softpedia.com/news/ubuntu-mate-19-04-and-18-04-2-are-now-available-for-gpd-pocket-and-gdp-pocket-2-525603.shtml" title="Ubuntu MATE 19.04 and 18.04.2 Are Now Available for GPD Pocket & GDP Pocket 2" rel="nofollow">Ubuntu MATE 19.04 and 18.04.2 Are Now Available for GPD Pocket & GDP Pocket 2</a></li><li><a href="https://www.slashgear.com/reasons-to-abandon-windows-for-linux-06572307/" title="Reasons to Abandon Windows For Linux - SlashGear" rel="nofollow">Reasons to Abandon Windows For Linux - SlashGear</a></li><li><a href="https://wkhtmltopdf.org/" title="wkhtmltopdf" rel="nofollow">wkhtmltopdf</a> &mdash; wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely "headless" and do not require a display or display service.</li><li><a href="https://archivebox.io/" title="ArchiveBox | 🗃 The open source self-hosted web archive. Takes browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more…" rel="nofollow">ArchiveBox | 🗃 The open source self-hosted web archive. Takes browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more…</a> &mdash; ArchiveBox takes a list of website URLs you want to archive, and creates a local, static, browsable HTML clone of the content from those websites (it saves HTML, JS, media files, PDFs, images and more).
</li></ul>

View file

@ -0,0 +1,6 @@
<p>Two of Ubuntus top contributors join us to chat a bit about the 17.10 release, working upstream with Gnome, the future of SNAPS in Ubuntu & goals for 18.04.</p>
<p>Plus the public beating Kodi is taking for an open source problem, Flatpak gets mature & the Linux Foundation is working on open source AI.</p>
<p>Then we share some recent distro reload anecdote & a bunch of community news.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/rp7a72fkZwg" width="480" alt="thumbnail" title="7th Times the Charm! (I LOVE Pulseaudio!)" /></p>I'll read donations: https://donate.lukesmith.xyz<br /><br />---<br />Get all my videos off YouTube: https://videos.lukesmith.xyz<br />or Odysee: https://odysee.com/$/invite/@Luke:7<br /><br />BTC: bc1qw5w6pxsk3aj324tmqrhhpmpfprxcfxe6qhetuv<br />XMR: 48jewbtxe4jU3MnzJFjTs3gVFWh2nRrAMWdUuUd7Ubo375LL4SjLTnMRKBrXburvEh38QSNLrJy3EateykVCypnm6gcT9bh<br /><br />OR affiliate links to things l use:<br />https://www.vultr.com/?ref=8384069-6G Get a VPS and host a website or server for anything else.<br />https://www.epik.com/?affid=we2ro7sa6 Get a cheap and reliable domain name with Epik.<br />https://brave.com/luk005 Get the Brave browser.<br />https://odysee.com/$/invite/@Luke:7 View my videos on Odysee and get a bonus for joining.<br />https://www.coinex.com/register?refer_code=ndf87 Get crypto-rich on Coinex. Get reduced exchange fees for 3 months.<br />https://www.coinbase.com/join/smith_5to1 Get crypto-rich on Coinbase. We both get $10 in Bitcoin when you buy or sell $100 in cryptocurrencies.<br />...<br />https://www.youtube.com/watch?v=rp7a72fkZwg

View file

@ -0,0 +1 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r51kzj/i3_neovim_rofi_dapcdarker_easy_on_the_eyes_my/"> <img src="https://preview.redd.it/gxrwdpt7qk281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=83c68f770f0d696213340013ef31e25c0cc72b0a" alt="[I3 + neovim + rofi] Dapc-darker - easy on the eyes my every day workspace" title="[I3 + neovim + rofi] Dapc-darker - easy on the eyes my every day workspace" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/bungieqdf"> /u/bungieqdf </a> <br/> <span><a href="https://i.redd.it/gxrwdpt7qk281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r51kzj/i3_neovim_rofi_dapcdarker_easy_on_the_eyes_my/">[comments]</a></span> </td></tr></table>

View file

@ -0,0 +1 @@
“Hands off our bodies, my body is my own”… and more on todays CrossPolitic Daily News Brief This is Toby Sumpter. Today is Friday, September 3, 2021. But first, have you become a CrossPolitic Club Member? First off, this is the best way you can support this newsbrief and rowdy Christian media. We believe that [&#8230;]

View file

@ -0,0 +1,3 @@
<img src="https://media.babylonbee.com/thumbs/article-9699-1-thumb.jpg"> <p>U.S.&mdash;Remember super-Christian and football/baseball player Tim Tebow? The guy who took a knee before it was cool? Well, Tebow&nbsp;is now officially the only member&nbsp;of the NFL. The bold change&nbsp;for the league occurred after officials decided that everyone who had ever said a bad word would be removed from the league.</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/nfl-removes-all-coaches-players-fans-who-have-ever-said-a-bad-word-only-tim-tebow-remains">NFL Removes All Coaches, Players, Fans Who Have Ever Said A Bad Word, Only Tim Tebow Remains</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -0,0 +1 @@
<p>Megyn Kelly is joined by Dave Ramsey, bestselling author, radio host, and personal finance expert, to talk about the state of the Build Back Better bill, rising gas prices, the supply chain crisis, the state of inflation in America, the power of hope, attempts to blame corporate greed for inflation, how you can become a millionaire, finding contentment with your finances, Ben Affleck, Madonna, Elon Musk, how to budget your life, "adulting," the role of faith, and more.</p><p> </p><p>Follow The Megyn Kelly Show on all social platforms:</p><p> </p><p>YouTube: <a href="https://www.youtube.com/MegynKelly">https://www.youtube.com/MegynKelly</a></p><p>Twitter: <a href="http://twitter.com/MegynKellyShow">http://Twitter.com/MegynKellyShow</a></p><p>Instagram: <a href="http://instagram.com/MegynKellyShow">http://Instagram.com/MegynKellyShow</a></p><p>Facebook: <a href="http://facebook.com/MegynKellyShow">http://Facebook.com/MegynKellyShow</a></p><p> </p><p>Find out more information at:<br /> </p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I dont want to fix xorg, ive been wanting to use Sway anyways, but how do I use wayland on arch; we use startx to start X but what about wayland; how do I configire the initrc.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/squidboy70"> /u/squidboy70 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ra6uyr/just_broke_xorg/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/ra6uyr/just_broke_xorg/">[comments]</a></span>

View file

@ -0,0 +1 @@
<p>As we all wind down tonight, spend some time in the word and let's see what God is telling us through Paul's adventures in Acts 20:32. As Paul left the Ephesians, he knew that they were not his people, but God's. May we all rest together as GOD'S people. The same family.</p><a href='/story.php?story_fbid=136814388448369&id=115628967233578&m_entstream_source=timeline&__tn__=%2As%2As-R' aria-label='Open story' class='_5msj'></a>