trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
<div class="date">6 Dec 2014</div>
|
||||
|
||||
<p>
|
||||
Saw <a href="http://www.businessweek.com/articles/2014-12-04/apple-steve-wozniak-on-the-early-years-with-steve-jobs">this video with Woz</a>, where he describes how he wanted every
|
||||
trace on the original Apple board to be placed where the chips
|
||||
would be in the best position. He then said:
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
It had to be that artistically perfect to me, because it represents
|
||||
yourself when you do a great design.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Yeah, we can relate.
|
||||
</p>
|
||||
|
||||
<div class="HTML" id="orgc462a4a">
|
||||
<p>
|
||||
<div class="quoter">
|
||||
<!--#include virtual="/cgi-bin/Quoter"-->
|
||||
</div>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/HpAyjxH5ixQ?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></p>
|
||||
<p></p>
|
||||
<p><span id="more-1388"></span></p>
|
||||
<p>Sponsored by: <a href="https://do.co/dl" target="_blank" rel="noopener noreferrer">do.co/dl</a><br />
|
||||
<a href="https://do.co/dl" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignnone size-full wp-image-1499" src="https://destinationlinux.org/wp-content/uploads/2019/01/digital-ocean-banner.png" alt="" width="468" height="60" /></a></p>
|
||||
<p>Hosts of Destination Linux:<br />
|
||||
<strong>Zeb</strong>, aka Zebedeeboss = <a href="https://youtube.com/zebedeeboss" target="_blank" rel="noopener noreferrer">https://youtube.com/zebedeeboss</a><br />
|
||||
<strong>Noah</strong> of Ask Noah Show = <a href="http://asknoahshow.com" target="_blank" rel="noopener noreferrer">http://asknoahshow.com</a><br />
|
||||
<strong>Michael</strong> of TuxDigital = <a href="https://tuxdigital.com" target="_blank" rel="noopener noreferrer">https://tuxdigital.com</a><br />
|
||||
<strong>Ryan</strong>, aka DasGeek = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener noreferrer">https://dasgeekcommunity.com</a></p>
|
||||
<p>Want to Support the Show?<br />
|
||||
Support on <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener noreferrer">Patreon</a> or on <a href="https://destinationlinux.org/kofi" target="_blank" rel="noopener noreferrer">Ko-Fi</a><br />
|
||||
Order Destination Linux <a href="https://teespring.com/destinationlinuxpodcast" target="_blank" rel="noopener noreferrer">Apparel</a></p>
|
||||
<p>Want to follow the show and hosts on social media?<br />
|
||||
You can find all of our social accounts at <a href="https://destinationlinux.org/contact" target="_blank" rel="noopener noreferrer">destinationlinux.org/contact</a></p>
|
||||
<p>—</p>
|
||||
<p>Topics covered in this episode:</p>
|
||||
<p><a href="https://news.softpedia.com/news/linux-kernel-5-3-officially-released-here-s-what-s-new-527410.shtml" target="_blank" rel="noopener noreferrer">Linux Kernel 5.3 Released</a><br />
|
||||
<a href="https://itsfoss.com/oracle-autonomous-linux/" target="_blank" rel="noopener noreferrer">Oracle Autonomous Linux</a><br />
|
||||
<a href="https://www.fsf.org/news/richard-m-stallman-resigns" target="_blank" rel="noopener noreferrer">Stallman Resigns</a><br />
|
||||
<a href="https://www.tomshardware.com/news/amd-epyc-cpus-world-record-red-hat,40383.html" target="_blank" rel="noopener noreferrer">AMD Epyc Processors Break World Records</a><br />
|
||||
<a href="https://twitter.com/chscott_msft/status/1173613987273084929" target="_blank" rel="noopener noreferrer">Microsoft Employee Reaches Out</a><br />
|
||||
<a href="https://store.steampowered.com/app/887400/THE_GREAT_GEOMETRIC_MULTIVERSE_TOUR/" target="_blank" rel="noopener noreferrer">The Great Geometric Multiverse Tour</a></p>
|
||||
<p>—</p>
|
||||
<p>Tips & Tricks:<br />
|
||||
<a href="https://usbguard.github.io/" target="_blank" rel="noopener noreferrer">USB Guard</a></p>
|
||||
<p>Software Spotlight:<br />
|
||||
Our Spotlight this week comes from the community. Linux Maximus writes to say: </p>
|
||||
<p>> Hi. Linux Maximus here. Great show guys, not one excepted.’<br />
|
||||
><br />
|
||||
> Sed and Awk are great but I don’t do enough scripting or terminal commands to spend the time learning how they work. And just forget about regex. But I need scripts that replaces one string with another string so I just love Rpl.<br />
|
||||
><br />
|
||||
> Here is the blurb:<br />
|
||||
> rpl is a text replacement utility. It will replace strings with new strings<br />
|
||||
> in multiple text files. It can work recursively over directories and supports<br />
|
||||
> limiting the search to specific file suffixes.<br />
|
||||
><br />
|
||||
> The syntax is really simple. Here is an example of replacing a string in a file<br />
|
||||
><br />
|
||||
> rpl “oldstring” “newstring” /path/to/file<br />
|
||||
><br />
|
||||
> It also has a other options like dry-run and backup of old files. Just run rpl –help and you get a easy overview of options. Very cool little project for us that like the terminal, but not That much.<br />
|
||||
><br />
|
||||
> And again great show guys. More guests! </p>
|
|
@ -0,0 +1,31 @@
|
|||
<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/Ov_e-WH5cgo?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></p>
|
||||
<p></p>
|
||||
<p><span id="more-1202"></span></p>
|
||||
<p>Help Us Get Zeb to SELF via the Zeb to America GoFundMe:<br />
|
||||
<a href="https://destinationlinux.org/zebtoself" target="_blank" rel="noopener noreferrer">https://destinationlinux.org/zebtoself</a></p>
|
||||
<p>Sponsored by: <a href="https://do.co/dl" target="_blank" rel="noopener noreferrer">do.co/dl</a><br />
|
||||
<a href="https://do.co/dl" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignnone size-full wp-image-1499" src="https://destinationlinux.org/wp-content/uploads/2019/01/digital-ocean-banner.png" alt="" width="468" height="60" /></a></p>
|
||||
<p>Hosts of Destination Linux:<br />
|
||||
<strong>Ryan</strong>, aka DasGeek = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener noreferrer">https://dasgeekcommunity.com</a><br />
|
||||
<strong>Michael</strong> of TuxDigital = <a href="https://tuxdigital.com" target="_blank" rel="noopener noreferrer">https://tuxdigital.com</a><br />
|
||||
<strong>Zeb</strong>, aka Zebedeeboss = <a href="https://youtube.com/zebedeeboss" target="_blank" rel="noopener noreferrer">https://youtube.com/zebedeeboss</a><br />
|
||||
<strong>Noah</strong> of Ask Noah Show = <a href="http://asknoahshow.com" target="_blank" rel="noopener noreferrer">http://asknoahshow.com</a></p>
|
||||
<p>Want to Support the Show?<br />
|
||||
Support on <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener noreferrer">Patreon</a> or on <a href="https://destinationlinux.org/kofi" target="_blank" rel="noopener noreferrer">Ko-Fi</a><br />
|
||||
Order Destination Linux <a href="https://teespring.com/destinationlinuxpodcast" target="_blank" rel="noopener noreferrer">Apparel</a></p>
|
||||
<p>Want to follow the show and hosts on social media?<br />
|
||||
You can find all of our social accounts at <a href="https://destinationlinux.org/contact" target="_blank" rel="noopener noreferrer">destinationlinux.org/contact</a></p>
|
||||
<p>—</p>
|
||||
<p>Topics covered in this episode:</p>
|
||||
<p><a href="https://zoringroup.com/blog/2019/03/20/and-the-next-version-of-zorin-os-is/" target="_blank" rel="noopener noreferrer">ZorinOS 15 Beta Released</a><br />
|
||||
<a href="https://www.phoronix.com/scan.php?page=news_item&px=NVIDIA-KDE-High-CPU-Fix" target="_blank" rel="noopener noreferrer">KDE Fixes Long Time Nvidia Bug</a><br />
|
||||
<a href="http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00006.html" target="_blank" rel="noopener noreferrer">Nano 4.0 Released</a><br />
|
||||
<a href="https://www.linuxinsider.com/story/85916.html?rss=1" target="_blank" rel="noopener noreferrer">Telegram Privacy Feature Controversial?</a><br />
|
||||
<a href="http://eff.org/deeplinks/2019/03/european-copyright-directive-what-it-and-why-has-it-drawn-more-controversy-any" target="_blank" rel="noopener noreferrer">European Parliament Copyright Law</a><br />
|
||||
<a href="http://feralinteractive.com/en/news/959/" target="_blank" rel="noopener noreferrer">Feral Interactive Launching Dirt 4 On Linux</a><br />
|
||||
<a href="https://www.gamingonlinux.com/articles/prodeus-is-another-epic-looking-retro-inspired-shooter-that-will-be-coming-to-linux.13828/page=3" target="_blank" rel="noopener noreferrer">Prodeus Coming to Linux</a></p>
|
||||
<p>—</p>
|
||||
<p>Tips & Tricks:<br />
|
||||
<a href="http://github.com/NatronGitHub/Natron" target="_blank" rel="noopener noreferrer">Natron</a></p>
|
||||
<p>Software Spotlight:<br />
|
||||
<a href="http://gnu.org/software/ddrescue/" target="_blank" rel="noopener noreferrer">DDRescue:</a></p>
|
|
@ -0,0 +1 @@
|
|||
<p>Are these the end times? Why does the Bible use language of fiery judgment? And what is the mark of the beast? In this episode, Tim and Jon answer your questions about how to read apocalyptic literature.</p><p><a href="https://bibleproject.com/podcast/does-bible-predict-end-world/">View full show notes from this episode →</a></p><p>Timestamps</p><ul><li>Does the Bible Predict the End of the World? (1:30)</li><li>Are There Personal Apocalypses? (16:28)</li><li>How Can You Tell a True Apocalypse? (24:20)</li><li>Has Every Follower of Jesus had an Apocalypse? (30:14)</li><li>Is There a Link Between Apocalyptic and Test Narratives in the Bible? (34:50)</li><li>How Should We Understand Fiery Judgment in the Bible? (40:10)</li><li>Bonus: What About the Mark of the Beast? (55:59)</li></ul><p>Additional Resources</p><ul><li>Michael Gorman, <a href="https://amzn.to/2THkgci"><i>Reading Revelation Responsibly</i></a>, p. 64.</li><li>BibleProject, <a href="https://bibleproject.com/podcast/series/tree-life-podcast/"><i>Tree of Life</i> podcast series</a></li><li>Richard Bauckham, <a href="https://amzn.to/3fPO0gB"><i>The Theology of the Book of Revelation</i></a></li></ul><p>Show Music</p><ul><li>Defender Instrumental by Tents</li></ul><p>Show produced by Dan Gummel and Camden McAfee.</p><p>Powered and distributed by Simplecast.</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://spee.ch/f/7b285faaf670e429.png" width="480" alt="thumbnail" title="Exploiting Your Data - Find, Understand, Intervene" /></p>We explore the new organizations I call Offensive Data Mining companies. In the last video, I introduced you to the machinations of Jigsaw (Alphabet) and their partner Moonshot CVE. This time I expose the bigger problem of many companies and entities actively engaged in manipulating and exploiting information for power.<br /><br />We will analyze what techniques are used by these offensive and mercenary data companies. They sell their capabilities for money. Or for military applications. Corporate and Government.<br /><br />Is there a way to beat them? We will study how they approach the influence of the masses and see if an aware person can be tricked.<br /><br />-----------------------------------<br /><br />I'm the Internet Privacy Guy. I'm a public interest technologist. I'm here to educate. You are losing your Internet privacy and Internet security every day if you don't fight for it. Your data is collected with endless permanent data mining. Learn about a TOR router, a VPN , antivirus, spyware, firewalls, IP address, wifi triangulation, data privacy regulation, backups and tech tools, and evading mass surveillance from NSA, CIA, FBI. Learn how to be anonymous on the Internet so you are not profiled. Learn to speak freely with pseudo anonymity. Learn more about the dangers of the inernet and the dangers of social media, dangers of email.<br /><br /><br />I like alternative communication technology like Amateur Radio and data communications using Analog. I'm a licensed HAM operator.<br /><br /><br />Support this channel on Patreon! https://www.patreon.com/user?u=17858353<br /><br />Contact Rob on the Brax.Me App (@robbraxman) for encrypted conversations (open source platform)<br /><br />https://brax.me/home/rob Store for BytzVPN, BraxRouter, De-googled Privacy AOSP Phones, Linux phones, and merchandise<br /><br />https://bytzvpn.com Premium VPN with Pi-Hole, Cloud-Based TOR Routing<br /><br />https://whatthezuck.net Cybersecurity Reference<br /><br />https://brax.me Privacy Focused Social Media - Open Source <br /><br />My GPG Public Key https://brax.me/f/rob_braxme_public.asc/T4AZ5ea27dc817c903.67892248<br /><br /><br /><br />Please follow me on Odysee! (Previously LBRY)<br />https://odysee.com/$/invite/@RobBraxmanTech:6<br /><br />
|
|
@ -0,0 +1,51 @@
|
|||
|
||||
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
|
||||
<iframe loading="lazy" title="Destination Linux 184: Let's Squash Some Bugs (plus an Interview with Manjaro ARM)" width="800" height="450" src="https://www.youtube.com/embed/i_e6NZcDPGI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div></figure>
|
||||
|
||||
|
||||
|
||||
<p>Coming up on this week’s episode of Destination Linux, we have an interview with Dan Johansen of Manjaro ARM to talk all things ARM. The big topic of the week is about Bug Reports and how they can get better for both Users and Developers so Let’s Squash Some Bugs. In the News, we talk about the new AMD Ryzen Linux Laptops are finally hitting the market. Thanks to Tuxedo & Slimbook we’ve got 2 new Linux Laptops with the Tuxedo Pulse 15 & the KDE Slimbook. In Linux Gaming section we talk about SuperTuxKart which an awesome Open Source game for Linux! We’ve also got some great Community Feedback to talk about. In addition to our Software Spotlight we are going to start explaining the Linux Filesystem in the Tip of the Week for a Filesystem Breakdown Series. All of this and so much more on Episode 184 of the #1 video-centric Linux podcast, Destination Linux!</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="https://tuxdigital.com/wp-content/uploads/2019/01/digital-ocean-banner.png" alt="" class="wp-image-1499" width="468" height="60"/><figcaption>Sponsored by: <a rel="noreferrer noopener" href="https://do.co/dln" target="_blank">do.co/dln</a></figcaption></figure>
|
||||
|
||||
|
||||
|
||||
<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1.jpg" alt="" class="wp-image-2301" width="468" height="60" srcset="https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1.jpg 469w, https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1-300x39.jpg 300w, https://destinationlinux.org/wp-content/uploads/2020/07/bitwarden-banner-1-150x20.jpg 150w" sizes="(max-width: 468px) 100vw, 468px" /><figcaption>Sponsored by: <a href="https://bitwarden.com/dln" target="_blank" rel="noreferrer noopener">bitwarden.com/dln</a></figcaption></figure>
|
||||
|
||||
|
||||
|
||||
<h4>Hosts of Destination Linux 184:</h4>
|
||||
|
||||
|
||||
|
||||
<p>Michael of TuxDigital = <a rel="noreferrer noopener" href="https://tuxdigital.com" target="_blank">https://tuxdigital.com</a><br>Ryan, aka DasGeek = <a rel="noreferrer noopener" href="https://dasgeekcommunity.com" target="_blank">https://dasgeekcommunity.com</a><br>Noah of Ask Noah Show = <a rel="noreferrer noopener" href="https://asknoahshow.com" target="_blank">https://asknoahshow.com</a></p>
|
||||
|
||||
|
||||
|
||||
<h4>Want to Support the Show?</h4>
|
||||
|
||||
|
||||
|
||||
<p>Support us on Patreon = <a href="https://destinationlinux.org/patreon" target="_blank" rel="noreferrer noopener">https://destinationlinux.org/patreon</a><br>Support us on Sponsus = <a href="https://destinationlinux.org/sponsus" target="_blank" rel="noreferrer noopener">https://destinationlinux.org/sponsus</a><br>Destination Linux Network Store = <a href="https://destinationlinux.network/store" target="_blank" rel="noreferrer noopener">https://destinationlinux.network/store</a></p>
|
||||
|
||||
|
||||
|
||||
<h4>Want to follow the show and hosts on social media?</h4>
|
||||
|
||||
|
||||
|
||||
<p>You can find all of our social accounts at <a href="https://destinationlinux.org/contact">https://destinationlinux.org/contact</a></p>
|
||||
|
||||
|
||||
|
||||
<h3>Segment Index</h3>
|
||||
|
||||
|
||||
|
||||
<ul><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h00m00s" target="_blank" rel="noreferrer noopener">00:00:00</a> Intro</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h00m49s" target="_blank" rel="noreferrer noopener">00:00:49</a> Welcome to DL184</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h01m45s" target="_blank" rel="noreferrer noopener">00:01:45</a> What Noah has been up to</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h03m47s" target="_blank" rel="noreferrer noopener">00:03:47</a> What Ryan has been up to</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h05m06s" target="_blank" rel="noreferrer noopener">00:05:06</a> What Michael has been up to</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h07m08s" target="_blank" rel="noreferrer noopener">00:07:08</a> Community Feedback: Rolling Release vs LTS or are there other options?</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h13m56s" target="_blank" rel="noreferrer noopener">00:13:56</a> Interview with Dan Johanson from Manjaro ARM</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h25m07s" target="_blank" rel="noreferrer noopener">00:25:07</a> News: New AMD Ryzen Linux Laptops (KDE Slimbook and Tuxedo Pulse 15)</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h32m27s" target="_blank" rel="noreferrer noopener">00:32:27</a> Security Advisory: Browser Extensions</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h37m47s" target="_blank" rel="noreferrer noopener">00:37:47</a> Topic of the Week: Let’s Squash Some Bugs (Bug Reports let’s make them better)</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h55m35s" target="_blank" rel="noreferrer noopener">00:55:35</a> Linux Gaming: SuperTuxKart Beta</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h57m49s" target="_blank" rel="noreferrer noopener">00:57:49</a> Tip of the Week: / and /tmp – Filesystem Breakdown Series Part 1</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=00h59m47s" target="_blank" rel="noreferrer noopener">00:59:47</a> Software Spotlight: SyncTube</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h01m41s" target="_blank" rel="noreferrer noopener">01:01:41</a> Become a Patron of Destination Linux ( https://destinationlinux.org/contribute )</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h02m40s" target="_blank" rel="noreferrer noopener">01:02:40</a> Get some Swag from the DLN Store ( https://destinationlinux.network/store )</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h02m59s" target="_blank" rel="noreferrer noopener">01:02:59</a> Join the DLN Community (“Dont have a Copy on Write Man”) ( https://destinationlinux.network/contact )</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h03m36s" target="_blank" rel="noreferrer noopener">01:03:36</a> Check out DestinationLinux.Network ( https://destinationlinux.network )</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h04m06s" target="_blank" rel="noreferrer noopener">01:04:06</a> The Journey Itself . . .</li><li><a href="https://www.youtube.com/watch?v=i_e6NZcDPGI&t=01h04m23s" target="_blank" rel="noreferrer noopener">01:04:23</a> Preview of the Patrons Postshow ( https://destinationlinux.org/contribute )</li></ul>
|
|
@ -0,0 +1 @@
|
|||
Anti-racism revolutions… and more on today’s CrossPolitic Daily News Brief. This is Toby Sumpter. Today is Tuesday, November 23, 2021.  Find all our shows at Crosspolitic.com and download the Fight Laugh Feast App at your favorite app store so you don’t miss anything.  Guess who’s back on Youtube? We are! Here’s the goal… Youtube will […]
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
This is Toby Sumpter with your CrossPolitic Daily News Brief for Thursday, April 1, 2021. The housing market is bonkers, Wisconsin Supreme court strikes down mask mandate, President Biden gets Four Pinnochios from Glenn Kessler at the Washington Post, and Dana Carvey has a pretty good impression of Joe Biden.  Happy Opening Day of Major […]
|
|
@ -0,0 +1 @@
|
|||
2 hours with actor and writer Adam Simon on the brutality of all things Hollywood and how he has survived.
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi there, emacs NooB here (I've been using basic org-functionality for GTD for about a year)</p> <p>I am now using emacs more heavily for research at work (nice and fast). I have recovered from a permissions issue yesterday, but have now created myself new problems by trying to setup reveal.js to output some research via org-reveal.</p> <p>I'm on Ubuntu 20.04 via WSL 1, (Doom) emacs 27.1</p> <p>Following the instructions <a href="https://opensource.com/article/18/2/how-create-slides-emacs-org-mode-and-revealjs">here</a> I setup Org-reveal. </p> <p>I now get a warning about magit-section. </p> <pre><code>Error in private config: config.el, (file-missing Cannot open load file No such file or directory magit-section) </code></pre> <p>Doom doctor tells me the following, but I'm baffled.</p> <pre><code>:~$ doom doctor The doctor will see you now... > Checking your Emacs version... > Checking for Emacs config conflicts... > Checking for great Emacs features... > Checking for private config conflicts... > Checking for stale elc files... > Checking Doom Emacs... x There was an unexpected error Message: File is missing Data: (file-missing . "Cannot open load file") Backtrace: (require magit-section) (eval-buffer #<buffer *load*-230718> nil "/home/user/.emacs.d/.local/str (load-with-code-conversion "/home/user/.emacs.d/.local/straight/build-27. (require magit-git nil t) (byte-code "\300\301!\210\300\302!\210\300\303\304\305#\210\300\306\304\30 (require git-commit) (eval-buffer #<buffer *load*-622009> nil "/home/user/.emacs.d/.local/str (load-with-code-conversion "/home/user/.emacs.d/.local/straight/build-27. (require magit) (byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\305\306!\ ! Extended backtrace logged to .emacs.d/.local/doom.error.log </code></pre> <p>Any help would be appreciated.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/AlternativeKooky9407"> /u/AlternativeKooky9407 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q7co08/warning_about_magit_after_setting_up_orgreveal/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/q7co08/warning_about_magit_after_setting_up_orgreveal/">[comments]</a></span>
|
|
@ -0,0 +1,85 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </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> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=1+Corinthians+14%3A1-5&version=ESV'>1 Corinthians 14:1-5</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Exodus+17%3A8-16&version=ESV'>Exodus 17:8-16</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Genesis+6%3A1-8&version=ESV'>Genesis 6:1-8</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> | <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> </p>
|
||||
|
||||
<p>D-GROUP:</p>
|
||||
|
||||
<p>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> </p>
|
||||
|
||||
<p>TBR TEAM: </p>
|
||||
|
||||
<p>Written and Hosted 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>Website 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>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </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:</p>
|
||||
|
||||
<p><a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1,36 @@
|
|||
<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. </p>
|
||||
|
||||
<p>- 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=galatians+5%3A22-23&version=ESV'>Galatians 5:22-23</a></p>
|
||||
|
||||
<p>- <a href='https://thebiblerecap.podbean.com/e/157-proverbs-10-12/?token=05a82a2aa3cd8400077f518264e5a645'>The Bible Recap - Episode 157</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=proverbs+10%3A15&version=ESV'>Proverbs 10:15</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=proverbs+11%3A28&version=ESV'>Proverbs 11:28</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>
|
|
@ -0,0 +1,32 @@
|
|||
<p>On this week’s episode of DLN Xtend we buckle down and talk about the apps on Linux we use to be productive with in work and life.</p>
|
||||
|
||||
<p>Welcome to episode 32 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>
|
||||
07:41 Show Topic: Personal Productivity<br>
|
||||
26:27 Host Related Interests<br>
|
||||
33:09 Wrap Up</p>
|
||||
|
||||
<p>Host Related Interests</p>
|
||||
|
||||
<p>Matt </p>
|
||||
|
||||
<ul>
|
||||
<li>Deus Ex Mankind Divided - <a href="https://store.steampowered.com/app/337000/Deus_Ex_Mankind_Divided/" rel="nofollow">https://store.steampowered.com/app/337000/Deus_Ex_Mankind_Divided/</a></li>
|
||||
</ul>
|
||||
|
||||
<ol>
|
||||
<li>Wendy- <a href="https://discourse.destinationlinux.network/t/calling-judge-wendy/2637" rel="nofollow">MFT from community member</a></li>
|
||||
</ol>
|
||||
|
||||
<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 (<a href="https://dlnxtend.com/wendy" rel="nofollow">https://dlnxtend.com/wendy</a>) (Instagram @Linux_and_Lifts)<br>
|
||||
Nate (cubiclenate.com)</p>
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
<!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" />
|
||||
<meta name="author" content="By John Mercouris" />
|
||||
<title>DebConf Presentation</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">DebConf Presentation</h1>
|
||||
<p class="author">By John Mercouris</p>
|
||||
</header>
|
||||
<p>This year we got to participate in the virtual Debconf lightning talks! We enjoyed making a short little demonstration of Nyxt, and we hope you like it too!</p>
|
||||
<p><a href="../static/video/debconf-compressed.mp4">DebConf Video</a></p>
|
||||
<p>Thanks for watching :-)</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||
<p>It was the first of its kind, and the first forced to go virtual. We get the behind the scenes story of WSL Conf from the organizers.</p>
|
||||
|
||||
<p>Plus our impressions of the latest GNOME release, community news, app picks, and more.</p><p>Special Guests: Hayden Barnes, Neal Gompa, and Sohini Bianka Roy.</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://www.phoronix.com/scan.php?page=news_item&px=Linux-5.7-Floppy-Improvements" title="Linux Kernel’s Floppy Disk Code Is Seeing Improvements In 2020" rel="nofollow">Linux Kernel’s Floppy Disk Code Is Seeing Improvements In 2020</a>
|
||||
</li><li><a href="https://twitter.com/elementary/status/1237951983283245057" title="elementary #AppCenterForEveryone on Twitter" rel="nofollow">elementary #AppCenterForEveryone on Twitter</a> — Due to travel restrictions and for the safety and well-being of our contributors, we are postponing the AppCenter for Everyone sprint that was planned to take place March 12–19. We are coordinating making alternate arrangements with attendees and will provide more info soon</li><li><a href="https://twitter.com/DanielFore/status/1238254079656288257" title="Daniel Foré on Twitter" rel="nofollow">Daniel Foré on Twitter</a> — I’m really bummed that we had to postpone an in-person sprint, but we still hit the ground running today and got a lot done.</li><li><a href="https://worklifeandrv.com/episodes/4" title="Eager Beavers vs the Winter Storm — Work, Life, and RV Podcast" rel="nofollow">Eager Beavers vs the Winter Storm — Work, Life, and RV Podcast</a>
|
||||
</li><li><a href="https://forum.manjaro.org/t/manjaro-kde-will-be-factory-default-of-pinebookpro/129510" title="Manjaro KDE will be factory-default of PinebookPro - Manjaro ARM / Announcements - Manjaro Linux Forum" rel="nofollow">Manjaro KDE will be factory-default of PinebookPro - Manjaro ARM / Announcements - Manjaro Linux Forum</a>
|
||||
</li><li><a href="https://github.blog/2020-03-16-npm-is-joining-github/" title="npm is joining GitHub - The GitHub Blog" rel="nofollow">npm is joining GitHub - The GitHub Blog</a> — Looking further ahead, we’ll integrate GitHub and npm to improve the security of the open source software supply chain, and enable you to trace a change from a GitHub pull request to the npm package version that fixed it.
|
||||
</li><li><a href="https://act.eff.org/action/protect-our-speech-and-security-online-reject-the-graham-blumenthal-bill" title="Protect our Speech and Security Online: Reject the Graham-Blumenthal Bill" rel="nofollow">Protect our Speech and Security Online: Reject the Graham-Blumenthal Bill</a> — The so-called EARN IT Act (S. 3398) is anti-speech, anti-security, anti-innovation, and unnecessary. Let’s tell Congress to reject it.</li><li><a href="https://www.reddit.com/r/linux/comments/fjs43h/government_ist_trying_to_ban_encryption_again/fkp1pv3/?utm_name=iossmf" title="Government ist trying to ban encryption again : linux" rel="nofollow">Government ist trying to ban encryption again : linux</a>
|
||||
</li><li><a href="https://help.gnome.org/misc/release-notes/3.36/" title="GNOME 3.36 Release Notes" rel="nofollow">GNOME 3.36 Release Notes</a>
|
||||
</li><li><a href="https://www.omgubuntu.co.uk/2020/03/gnome-3-36-official-release-announcement" title="GNOME 3.36 Released with New Lock Screen, Better Performance - OMG! Ubuntu!" rel="nofollow">GNOME 3.36 Released with New Lock Screen, Better Performance - OMG! Ubuntu!</a> — The new release even manages to sneak in a couple of unexpected, but very welcome, changes too, like a new GNOME Extensions app.</li><li><a href="https://extras.show/64" title="Jupiter Extras: Behind the Scenes: LINUX Unplugged" rel="nofollow">Jupiter Extras: Behind the Scenes: LINUX Unplugged</a>
|
||||
</li><li><a href="https://www.jupiterbroadcasting.com/release-calendar/" title="Know when we’re going to be live. Check out the calendar" rel="nofollow">Know when we’re going to be live. Check out the calendar</a>
|
||||
</li><li><a href="https://jupiterbroadcasting.com/telegram" title="Keep the conversation going join us on Telegram" rel="nofollow">Keep the conversation going join us on Telegram</a>
|
||||
</li><li><a href="https://blog.lfnw.org/2020/03/13/covid-19-cancellation.html" title="No LFNW this year" rel="nofollow">No LFNW this year</a>
|
||||
</li><li><a href="https://ubuntu.com/blog/wslconf-the-first-conference-dedicated-to-windows-subsystem-for-linux-goes-virtual" title="WSLConf: The first conference dedicated to Windows Subsystem for Linux goes virtual" rel="nofollow">WSLConf: The first conference dedicated to Windows Subsystem for Linux goes virtual</a>
|
||||
</li><li><a href="https://www.theregister.co.uk/2020/03/16/wslconf/" title="El Reg gets some unexpected lessons from WSLConf" rel="nofollow">El Reg gets some unexpected lessons from WSLConf</a> — Microsoft celebrated the conclusion of a successful - and suddenly virtual - Windows Subsystem for Linux (WSL) conference by switching the forthcoming Build event to a digital affair as well. The Register spoke to those behind the first WSLConf about hitting the big red button with mere days to go.</li><li><a href="https://developer.microsoft.com/en-us/reactor/" title="Microsoft Reactor. Learn. Connect. Innovate." rel="nofollow">Microsoft Reactor. Learn. Connect. Innovate.</a>
|
||||
</li><li><a href="https://github.com/pivpn/pivpn" title="pivpn" rel="nofollow">pivpn</a> — The Simplest VPN installer, designed for Raspberry Pi.</li><li><a href="https://breaktimer.app/" title="Break Timer" rel="nofollow">Break Timer</a>
|
||||
</li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qykas7/qtile_i_like_ducks_in_the_moonlight_but_dont_know/"> <img src="https://preview.redd.it/edgavvpduu081.png?width=640&crop=smart&auto=webp&s=b45101cb37033acf5850b15eccb6c8c3fc343410" alt="[qtile] I like ducks in the moonlight, but don't know why" title="[qtile] I like ducks in the moonlight, but don't know why" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/linerds22"> /u/linerds22 </a> <br/> <span><a href="https://i.redd.it/edgavvpduu081.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/qykas7/qtile_i_like_ducks_in_the_moonlight_but_dont_know/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/QYJ1piPCQlU" width="480" alt="thumbnail" title="'Tis the Linux Season | DLN Xtend 88" /></p>On this episode of DLN Xtend we discuss Linux and the Season of giving.<br /><br />Welcome to episode 88 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.<br /><br />00:00 Introduction<br />13:49 Topic - Tis' the Linux Season<br />30:15 Host Related Interest<br />37:32 Wrap Up<br /><br />Main Topic<br />- https://flathub.org/apps/details/org.gnome.Recipes<br />- https://steamdb.info/sales/<br /><br />Wendy<br />- Pi-hole<br /> - https://pi-hole.net/<br />- DOS Box<br /> - https://www.dosbox.com/<br /> - https://cubiclenate.com/2021/11/25/dosbox-basics-on-linux/<br />- FairEmail<br /> - https://email.faircode.eu/<br /> - https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq2<br /><br />Nate<br />- Pimiga<br /> - http://pimiga.com<br />- Christmas / Festive Light display<br /><br />Contact info <br />Matt (Twitter @MattDLN)<br />Wendy (Mastodon @WendyDLN)<br />Nate (Website CubicleNate.com)<br />...<br />https://www.youtube.com/watch?v=QYJ1piPCQlU
|
|
@ -0,0 +1,96 @@
|
|||
<p>SHOW NOTES:
|
||||
Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </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> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Article: <a href='https://www.thegospelcoalition.org/article/ministry-god-does-not-view-your-labors-as-filthy-rags/'>God Does Not View Your Labors as "Filthy Rags"</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=john+4%3A24&version=ESV'>John 4:24</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=romans+2%3A4&version=ESV'>Romans 2:4</a></p>
|
||||
|
||||
<p>- Article: <a href='https://www.toughquestionsanswered.org/2015/11/09/does-god-hide-his-face-from-us/'>Does God Hide His Face From Us?</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=isaiah+14%3A12-14&version=ESV'>Isaiah 14:12-14</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Luke+10%3A18&version=ESV'>Luke 10:18</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Revelation+12%3A7-12&version=ESV'>Revelation 12:7-12</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=isaiah+61&version=ESV'>Isaiah 61</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> | <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> </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> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted 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>Website 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>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </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>
|
|
@ -0,0 +1,43 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! </p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='http://www.thebiblerecap.com/start'>The Bible Recap Printable Reading Plan</a></p>
|
||||
|
||||
<p>- <a href='https://www.bible.com/reading-plans/17605-the-bible-recap-tara-leigh-cobble-new-testament'>The Bible Recap New Testament Reading Plan</a></p>
|
||||
|
||||
<p>- Article: <a href='https://www.nytimes.com/2005/08/05/world/middleeast/king-davids-palace-isfound-archaeologist-says.html'>King David's Palace is Found</a></p>
|
||||
|
||||
<p>- Article: <a href='https://www.i24news.tv/en/news/israel/1568040407-7th-century-stamp-bearing-name-of-king-david-s-son-unearthed-in-jerusalem'>7th Century BC Stamp Bearing Name of King David's Son Unearthed in Jerusalem</a></p>
|
||||
|
||||
<p>- Video: <a href='https://www.youtube.com/watch?v=HPGShWZ4Jvk'>Malachi Overview</a></p>
|
||||
|
||||
<p>- Invite your friends to join us: <a href='http://thebiblerecap.com/start'>NT Reading Plan & Journal</a>
|
||||
- <a href='http://www.thebiblerecap.com/time'>Sign up to receive the Priority Time Toolkit PDF</a>*</p>
|
||||
|
||||
<p><em>*Email will be sent out on the last day of each month</em></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>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I use windmove to move windows. I have the following setup: </p> <p><code> (use-package windmove :bind (("C-S-j" . windmove-left) ("C-S-l" . windmove-right) ("C-S-i" . windmove-up) ("C-S-k" . windmove-down))) </code></p> <p>However, in org buffers, the C-S-i binding gets overwritten. I can not figure out how it is being overwritten. It seems like it is doing org-cycle global as it will cycle all headers in the file. When I do C-h k I get this: </p> <p>``` S-TAB runs the command org-shifttab (found in org-mode-map), which is an interactive compiled Lisp function in ‘org.el’.</p> <p>It is bound to <backtab>, S-TAB, <S-tab>, <S-iso-leftab>, <menu-bar> <Tbl> <Previous Field>, <menu-bar> <Org> <Show/Hide> <Cycle Global Visibility>. ``` The binding C-S-i doesn't show up in C-h m or C-h b either. The other windmove bindings do show up in C-h b though. When I'm in another buffer with a different mode all of my windmove bindings work fine. It seems to just happen with org buffers.</p> <p>I'm really scratching my head as I can't find any smoking gun to what's actually being called or how it is bound.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/jesse_ee"> /u/jesse_ee </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/po7sgh/help_overriding_keybinding/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/po7sgh/help_overriding_keybinding/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/OjoPod4NZ5A" width="480" alt="thumbnail" title="Out Now! Beyond Order: 12 More Rules for Life | Jordan Peterson" /></p>Beyond Order: 12 More Rules for Life is available now at https://www.jordanbpeterson.com/beyond-order-12-more-rules-for-life<br /><br />First, a sincere thank you to all of my viewers. It is astonishing how much support you have given me and my family. From the bottom of my heart, I thank you.<br /><br />Today, I read extended excerpts from Rule 3: Do not hide unwanted things in the fog, as well as from Rule 8: Try to make one room in your home as beautiful as possible.<br /><br />You can purchase Beyond Order: 12 More Rules for Life at https://www.jordanbpeterson.com/beyond-order-12-more-rules-for-life<br /><br />Other ways to connect with Dr. Peterson:<br /><br />New - TikTok: https://vm.tiktok.com/ZMejKSC6d/<br /><br />Website: https://jordanbpeterson.com/<br />Donations: https://www.jordanbpeterson.com/donate<br />Podcast: https://jordanbpeterson.com/podcast/<br />Twitter: https://twitter.com/jordanbpeterson<br />Instagram: https://www.instagram.com/jordan.b.peterson<br />Facebook: https://www.facebook.com/drjordanpeterson<br /><br />--- PRODUCTS ---<br /><br />Personality Course: https://jordanbpeterson.com/personality<br />Self Authoring Suite: https://selfauthoring.com/<br />Understand Myself personality test: https://understandmyself.com/<br />Merchandise: https://teespring.com/stores/jordanbpeterson<br />...<br />https://www.youtube.com/watch?v=OjoPod4NZ5A
|
|
@ -0,0 +1,33 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!
|
||||
</p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Sermon: <a href='https://www.desiringgod.org/messages/the-absolute-sovereignty-of-god'>The Absolute Sovereignty of God</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>
|
||||
|
||||
<p> </p>
|
|
@ -0,0 +1,29 @@
|
|||
<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. </p>
|
||||
|
||||
<p>- 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='http://www.thebiblerecap.com/contact'>Help Support The Bible Recap!</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>
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue