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 @@
<p>Megyn Kelly is joined by Sam Harris, author and host of the "Making Sense" podcast, to talk about political tribalism, race and racial essentialism, the woke left and victimhood, Trump and Biden and our political moment, Cancel Culture, finding inner peace and the value of meditation, social media and much more.</p><p><br /></p><p>Follow The Megyn Kelly Show on all social platforms:</p><p><br /></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><br /></p><p>Find out more information at:</p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>

View file

@ -0,0 +1 @@
Most filmmakers and designers when looking at their phone ask the following questions: How do get an amazing microphone? How do I get great lighting? How do I become a better filmmaker? Instead you should be looking at your phone and asking these questions: How is this a tool? How do I make more money [&#8230;]

View file

@ -0,0 +1 @@
<p><img src="https://spee.ch/2/3560dfe63210cd4c.png" width="480" alt="thumbnail" title="HOT NEWS! Is Google Ending its Creepy Practices? No more Cookies, Fingerprinting, and IP Tracking" /></p>Google announced that they will be phasing out the ability to use cross-site cookies which we generally know as "trackers". Also they are implementing something called "anti-fingerprinting" to prevent 3rd parties from doing browser fingerprinting. There's also a move towards "IP Blindness" which will be used by the browser to ensure that sites do not see your IP address.<br /><br />Sounds like really nice moves right? Let's figure out if these changes by Google are because they no longer want to be the creepy company. Are they our new partner in privacy?<br /><br />Let's find out.<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

View file

@ -0,0 +1,16 @@
<p>John Kitchin has another video up on his <a href="https://www.youtube.com/playlist?list=PL0sMmOaE_gs3E0OjExoI7vlCAVygj6S4I">Scimax Channel</a>. This time, its about <a href="https://www.youtube.com/watch?v=HyFbIWvmV0A">elementary Elisp data structures</a> and their manipulation. He considers</p>
<ul class="org-ul">
<li>Strings</li>
<li>Lists</li>
<li>Vectors</li>
<li>Alists</li>
<li>Plists</li>
<li>Hash tables</li>
</ul>
<p>Strings arent really a data structure in the sense of the others but they are, in effect, character arrays and its possible to extract or insert data into a string.</p>
<p>The premier Lisp data structure is, of course, the list. After all, its name appears on the marquee. Kitchin describes the need and use of quoting and quasiquoting and various ways of accessing list elements. Im not really a Lisp old-timer but Ive been at it long enough that I still prefer the <code>car</code> and <code>cdr</code> primitives to the newfangled inventions such as <code>first</code>, <code>tail</code>, <code>cl-first</code>, and all the rest. If I need an element after the third or fourth, Ill use <code>nth</code> or <code>elt</code>. Kitchin likes the <code>cl-*</code> constructs and as usual Emacs lets you have it your way.</p>
<p>Like me, Kitchin doesnt use vectors very often and doesnt have much to say about them but they are simple and easy to use.</p>
<p>Alists and plists are two variations on the same theme. Theyre both lists of key/value pairs differing in their representation and access means. A good argument can be made that we dont need both but they exist for <a href="http://www.catb.org/jargon/html/H/hysterical-reasons.html">hysterical raisons</a> and Lispers tend to use them both.</p>
<p>Finally, there are hash tables. The idea is pretty well known by now although they are commonly called dictionaries in other languages. They are, again, key/value pairs but have a generally \(O(1)\) lookup time while alists and plists are \(O(n)\). That doesnt matter for small lists but with hundreds or thousands of items the \(O(n)\) can add up so hash tables make sense for that case.</p>
<p>Even if youre familiar with using hash tables in Elisp, you may not be familiar with using “reader notation” for initializing a hash table. It really makes sense only for small hash tables—or for writing out and then later reading in a hash table.</p>
<p>The video is just short of 26 minutes so plan accordingly. As usual with Kitchins videos, its well worth the time to watch it even if youre an experienced Elisper.</p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I&#39;m using the new org-cite engine to write my dissertation. It works well except that when exporting to ODT or even Org-mode with <code>chicago-fullnote-bibliography.csl</code> as the CSL style I get a reference without date. So for citation <code>[cite:@fabianTimeOtherHow2014 p. 7;]</code> I get:</p> <p>For ODT </p> <blockquote> <p>[1]Johannes Fabian, <em>Time and the Other: How Anthropology Makes Its Object</em> (Columbia University Press, n.d.), 7</p> </blockquote> <p>for Org-mode</p> <blockquote> <p>[fn::Johannes Fabian, /Time and the Other: How Anthropology Makes Its Object/ (Columbia University Press, n.d.), 7]</p> </blockquote> <p>As you can see, in both cases the date is missing. As per <a href="https://github.com/andras-simonyi/citeproc-org/issues/20#issuecomment-882262655">this reply to this issue on citeproc-org&#39;s Github</a> it seems that the <code>date</code> field is not a recognized bibtex field. If I change manually in my .bib file a particular entry from <code>date</code> to <code>year</code> then I do get the correct reference.</p> <p>My question is: how can I solve this issue without changing the <code>date</code> field of <em>all</em> the entries in my .bib file to <code>year</code>?</p> <p>This is what I have at the top of my org file:</p> <pre><code>#+CSL_STYLE: ~/Zotero/styles/chicago-fullnote-bibliography.csl #+BIBLIOGRAPHY: /Users/name/Documents/dissertation/zotero_full.bib </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/radiolalo"> /u/radiolalo </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/r7p4hs/orgexport_exports_without_date_information_with/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r7p4hs/orgexport_exports_without_date_information_with/">[comments]</a></span>

View file

@ -0,0 +1 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rcvnnv/sway_polypodiopsida/"> <img src="https://external-preview.redd.it/es-jnX4jVjgw_UhguvqM07TvF4zkn9elrnxKRJXCIDg.jpg?width=640&amp;crop=smart&amp;auto=webp&amp;s=bb753d82d5f2b9aa0b99dd0cdcc383a0507da342" alt="[sway] Polypodiopsida" title="[sway] Polypodiopsida" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/afdsadf"> /u/afdsadf </a> <br/> <span><a href="https://imgur.com/a/z5diefS">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rcvnnv/sway_polypodiopsida/">[comments]</a></span> </td></tr></table>

View file

@ -0,0 +1,13 @@
<p><a class="cimage" href="https://lars.ingebrigtsen.no/wp-content/uploads/2021/11/2021-11-08.png"><img alt="" class="alignnone size-full wp-image-87365" height="389" src="https://lars.ingebrigtsen.no/wp-content/uploads/2021/11/2021-11-08.png" width="580" /></a></p>
<p>Emacs isnt really a tool for creating WYSIWYG documents, so the editing support for anything other than plain text (and code) is pretty basic.</p>
<p>As I noted <a href="https://lars.ingebrigtsen.no/2018/10/06/the-mysteries-of-the-selection/">a few years back</a>, Emacs has the primitives needed to interact with non-text clipboard types, so adding code to (say) allow choosing “Copy Image” in a browser and then pasting it into a buffer would be trivial.</p>
<p>But then what? Now you have an image in your buffer — but what do you do with it? For yanking media to be useful, the Emacs mode has to be able to do something meaningful with it.</p>
<p>For instance, a mail mode could put it into an attachment (or inline it) — so thats meaningful. The HTML mode could allow pasting both HTML and images into the mode — it could use the HTML from the browser as is, and it could offer to save the image to a local file and then insert an &lt;img&gt; pointing to it.</p>
<p>Org mode could probably also do something with the data?</p>
<p>And so on. So Ive now added a general infrastructure to Emacs 29 to allow this: Modes that feel that they can do something useful with non-plain-text selections can register themselves as such (and say which types they can handle), and then theres a new M-x yank-media command the user can use.</p>
<p>(This doesnt work on all systems yet — basically it works the ones that traditionally use X. Emacs on Windows hasnt implemented all the necessary plumbing yet (but it seems like it shouldnt take much), and its probably more work to be done on Macos. But Linux, the BSDs and similar should work fine now, and the rest show support it eventually.)</p>
<p>Watch! With amazement as I copy an image from Firefox and yank it into a mail buffer:</p>
<p><video controls="controls" loop="loop"><source src="https://lars.ingebrigtsen.no/wp-content/uploads/2021/11/media.mp4" type="video/mp4" /></video></p>
<p>Behold! With astonishment as I copy some text from Firefox into html-mode and I get HTML there:</p>
<p><video controls="controls" loop="loop"><source src="https://lars.ingebrigtsen.no/wp-content/uploads/2021/11/html.mp4" type="video/mp4" /></video></p>
<p>So… this is something that Emacs should have grown about three decades ago, but <img alt="🇺🇲" class="wp-smiley" src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f2.png" style="height: 1em;" />! <img alt="🇺🇲" class="wp-smiley" src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f2.png" style="height: 1em;" />! <img alt="🇺🇲" class="wp-smiley" src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f1fa-1f1f2.png" style="height: 1em;" />! <img alt="🎆" class="wp-smiley" src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f386.png" style="height: 1em;" /></p>

View file

@ -0,0 +1,40 @@
<p>In part one (0:00-6:30), the guys briefly go over the previous conversations from the Son of Man series. Tim explains that in order to fully understand the Son of Man imagery in Daniel 7, Daniel 1-6 needs to first be unpacked. Daniel 7 is significant because its a culminating vision of the whole Hebrew Bible imagery told in one very dense chapter.</p>
<p>In part two (6:30-25:50), the guys go over the history of the Babylonian Empire and King Nebuchadnezzar. He was a king of the Neo-Babylonian Empire, a sort of resurgence of the previous Babylonian rule. Babylon had long been dormant while Assyria was the world superpower, but Babylon had a brief rise to prominence again under the rule of Nebuchadnezzar. He dominated Jerusalem and took their promising youth with him to Babylon. Daniel was in this group.</p>
<p>Tim points out a few hyperlinks to other parts of the Hebrew Bible at the beginning of the book of Daniel. Daniel is the &quot;royal seed&quot; carried away to Babylon who replays the test of Adam and Eve and succeeds!</p>
<p>Daniel 1:3-4: &quot;And the king of Babylon told his officers to bring from the sons of Israel and from the royal seed… youths...who were good of sight and wise with all wisdom, and knowing knowledge, and understanding knowledge…&quot;<br />
Dan 1:5-7: &quot;And the king assigned for them a daily ration of the kings choice food and his wine, to raise them for three years so they could stand in his service. Among them were sons of Judah, Daniel, Hananiah, Mishael, and Azariah...but Daniel set it upon his heart to not defile himself with the kings choice food or his wine…&quot;<br />
Dan 1:12: &quot;Daniel said, 'Let there be given to us from the seeds, and we will eat, and water, and we will drink.'&quot;</p>
<p>Daniel is depicted as a new Adam, who is brought into Babylon already having great knowledge. He refuses the forbidden food (Daniel ch. 1) and only increases in wisdom! Instead, he adopts an Eden-diet of veggies and water and is elevated to serve in the kings court.</p>
<p>Tims point is that Daniel is the forbidden fruit that the king of Babylon has just taken. Daniel has an opportunity to eat the forbidden food of the king and break his kosher diet. He refuses the forbidden food and therefore passes the test.</p>
<p>In part three (25:50-end), Tim and Jon go over the two dreams that Nebuchadnezzar has leading up to Daniel 7. In Daniel 2, the king has a dream. Once Daniel gives the interpretation, the king worships Daniel.</p>
<p>Daniel 2:46-49:<br />
&quot;Then King Nebuchadnezzar fell on his face and worshipped (sagid) Daniel, and gave orders to present to him an offering and incense.<br />
Then the king promoted Daniel and gave him many great gifts, and he made him ruler over the whole province of Babylon and chief prefect over all the wise men of Babylon.<br />
And Daniel made request of the king, and he appointed Shadrach, Meshach and Abed-nego over the administration of the province of Babylon, while Daniel was at the kings court.&quot;</p>
<p>Then Daniel 3 is an inversion of Daniel 2. The king wants everyone to worship an image of him. This is the story of the blazing furnace.</p>
<p>Daniel 3:10-12:<br />
“You, O king, have made a decree that every man who hears the sound of the horn, flute, lyre, trigon, psaltery, and bagpipe and all kinds of music, is to fall down and worship the image of gold.<br />
“But whoever does not fall down and worship shall be cast into the midst of a furnace of blazing fire. “There are certain Jews whom you have appointed over the administration of the province of Babylon, Shadrach, Meshach and Abed-nego. These men, O king, have disregarded you; they do not serve (palakh) your gods or worship the golden image which you have set up.”</p>
<p>So Daniel 2 and 3 are inversions of each other, and then in Daniel 4, the king has another dream. In the dream, a &quot;watcher” appears. Tim notes that this is the only time that specific word appears in the Hebrew Bible. However, it also appears in the book of Enoch, a Jewish book written in the same time period.</p>
<p>The king calls Daniel again to interpret the dream.</p>
<p>Daniel 4:20-25:<br />
&quot;The tree that you saw, which became large and grew strong, whose height reached to the sky and was visible to all the earth and whose foliage was beautiful and its fruit abundant, and in which was food for all, under which the beasts of the field dwelt and in whose branches the birds of the sky lodged— it is you, O king; for you have become great and grown strong, and your majesty has become great and reached to the sky and your dominion to the end of the earth. In that the king saw a watcher, a holy one, descending from heaven and saying, “Chop down the tree and destroy it; yet leave the stump with its roots in the ground, but with a band of iron and bronze in the new grass of the field, and let him be drenched with the dew of heaven, and let him share with the beasts of the field until seven periods of time pass over him,” this is the interpretation, O king, and this is the decree of the Most High, which has come upon my lord the king: that you be driven away from mankind and your dwelling place be with the beasts of the field, and you be given grass to eat like cattle and be drenched with the dew of heaven; and seven periods of time will pass over you, until you recognize that the Most High is ruler over the realm of mankind and bestows it on whomever He wishes.&quot;</p>
<p>Tim notes that when the Babylons of this world acknowledge that God is truly the wise sovereign, then they can become the true human rulers theyre intended to be. But when they do not, when they turn their national power and glory into an idol (as in Daniel chs. 2 and 3), God shows them what they are: beasts.</p>
<p>The narrative contrasts the beastly Babylon with the human Daniel who submits to Gods rule and is elevated to rule by Gods wisdom.</p>
<p>So to sum up the episode: The king of Babylons worship of the divine image of Daniel in Daniel 2 is ironically reversed in Daniel 3, where his friends are forced to worship the false image of Babylon. These twin stories set up the tension of the book: What humanity will be exalted as the divinely appointed ruler of the world? Babylon or the “royal seed” represented by Daniel and his friends? The kings worship of Daniel becomes a narrative image of the worship of the son of man in Daniel 7. And Daniel 7 is a symbolic and cosmic depiction of a real, historical conflict (Antiochus attack on Jerusalem and defilement of the temple in 167 B.C.) that has been depicted as part of an ancient pattern going all the way back to Genesis 1-3.</p>
<p>Thank you to all of our supporters!</p>
<p>Show Produced By:<br />
Dan Gummel, Jon Collins</p>
<p>Show Music:<br />
Defender Instrumental, Tents<br />
Bloc, KV</p>
<p>Show Resources:</p>
<p>Our video on the Son of Man: https://bit.ly/2URk3BH</p>
<ul>
<li>
<p>B. Mastin, &quot;Daniel 2:46 in the Hellenistic World,&quot; in Zeitschrift für alttestamentliche Wissenschaft, volume 85 (1973), pages 80-93.</p>
</li>
<li>
<p>Crispin Fletcher-Louis, &quot;Jesus Monotheism&quot; chapter 6, &quot;High Priestly and Royal Messianism,&quot;</p>
</li>
</ul>

View file

@ -0,0 +1,37 @@
<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/tbr/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=Luke+13%3A6-9&version=ESV'>Luke 13:6-9</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Jeremiah+8%3A13&version=ESV'>Jeremiah 8:13</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=micah+7%3A1+&version=ESV'>Micah 7:1</a></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='http://www.thebiblerecap.com/names'>Sign up to receive the Names and Attributes of God PDF</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,38 @@
<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 TODAYS PODCAST:
</p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Exodus+32&version=ESV'>Exodus 32</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Matthew+9%3A20-22&version=ESV'>Matthew 9:20-22</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Matthew+14%3A36&version=ESV'>Matthew 14:36</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>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Hello, I have just recently installed emacs with doom, and was playing around with the config because I didn&#39;t like the default font. I found where to change the font, but for some reason whenever I do <code>SPC-h-r-f</code> to reload the font, I get an error: <code>set-face-attribute: Font not available: #&lt;font-spec nil nil JetBrains\ Mono\ nil nil nil nil nil 24 nil nil nil nil&gt;</code></p> <p>and the code to set the font is:</p> <p><code>(setq doom-font (font-spec :family &quot;JetBrains Mono NF&quot; :size 24)</code></p> <p><code>doom-variable-pitch-font (font-spec :family &quot;Monospace&quot; :size 22))</code></p> <p>Could anyone please tell me how to fix this?</p> <p>Thanks!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/DroagonDog"> /u/DroagonDog </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q7dq0t/doom_font_not_available/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q7dq0t/doom_font_not_available/">[comments]</a></span>

View file

@ -0,0 +1,90 @@
<p>SHOW NOTES:
Thanks for listening! Weve 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>! Weve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://thebiblerecap.podbean.com/e/111-2-samuel-1-4/'>Episode 111 - The Bible Recap</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=deuteronomy+17%3A17&version=ESV'>Deuteronomy 17:17</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=1+samuel+16%3A18&version=ESV'>1 Samuel 16:18</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=romans+11%3A36&version=ESV'>Romans 11:36</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>
<p> </p>

View file

@ -0,0 +1 @@
<p>Megyn Kelly is joined by Clay Travis of Fox Sports and Outkick to talk about the state of the media, American sports and China, MLB moving the All-Star Game out of Georgia, the Deshaun Watson scandal and why the sports media isn't covering it much, Hunter Biden, the 60 Minutes piece on Florida Gov. Ron DeSantis, Big Tech hypocrisy and crackdowns on right-leaning media, parenting and dealing with bullies, Tiger Woods, Britney Spears, and fame, the future of Outkick and more.</p><p><br /></p><p>Follow The Megyn Kelly Show on all social platforms:</p><p><br /></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><br /></p><p>Find out more information at:</p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
Close race for governor in NJ, GOPs Youngkin takes Virginia https://apnews.com/article/election-2021-virginia-governor-glenn-youngkin-mcaulife-6cdbf77acf9a966e216ab2a297601baa Werkz:&#160; It is said that “Carrying a gun is not supposed to be comfortable, its supposed to be comforting.” Shan and his team at Werkz believe a holster should be pleasant, concealable, and accessible. Werkz&#8217;s light-bearing holsters are designed to work with a range [&#8230;]

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/hCBs2qVuc0Q" width="480" alt="thumbnail" title="Distro, DE, Package Manager & More Linux Jargon Explained" /></p>No matter where you in the linux world you'll be surrounded by linux jargon that everyone expects you to know so let's go over some of these terms like distro, de, package manager and much much that everyone on Linux needs to know<br /><br />==========Support The Channel==========<br />► $100 Linode Credit: https://brodierobertson.xyz/linode<br />► Patreon: https://brodierobertson.xyz/patreon<br />► Paypal: https://brodierobertson.xyz/paypal<br />► Liberapay: https://brodierobertson.xyz/liberapay<br />► Amazon USA: https://brodierobertson.xyz/amazonusa<br /><br />=========Video Platforms==========<br />🎥 Odysee: https://brodierobertson.xyz/odysee<br />🎥 Podcast: https://techovertea.xyz/youtube<br />🎮 Gaming: https://brodierobertson.xyz/youtube<br /><br />==========Social Media==========<br />🎤 Discord: https://brodierobertson.xyz/discord<br />🎤 Matrix Space: https://brodierobertson.xyz/matrix<br />🐦 Twitter: https://brodierobertson.xyz/twitter<br />🌐 Mastodon: https://brodierobertson.xyz/mastodon<br />🖥️ GitHub: https://brodierobertson.xyz/github<br /><br />==========Time Stamps==========<br />0:00 Introduction<br />0:41 Distro<br />2:07 Fork/Based<br />2:59 DE/WM<br />4:22 Package Manager<br />5:45 Binary<br />6:03 Native<br />6:44 Stable/Canary/Nightly/Daily<br />8:08 Kernel<br />9:34 Bootloader<br />10:27 TTY<br />10:51 Terminal Vs Shell<br />11:40 Outro<br /><br />==========Credits==========<br />🎨 Channel Art:<br />All my art has was created by Supercozman<br />https://twitter.com/Supercozman<br />https://www.instagram.com/supercozman_draws/<br /><br />#Linux #BestLinuxDistro #LinuxTutorial<br /><br />🎵 Ending music<br />Music from https://filmmusic.io<br />"Basic Implosion" by Kevin MacLeod (https://incompetech.com)<br />License: CC BY (http://creativecommons.org/licenses/by/4.0/)<br /><br />DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase I may receive a small commission or other compensation.<br />...<br />https://www.youtube.com/watch?v=hCBs2qVuc0Q

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/CEsaGdGkTDk" width="480" alt="thumbnail" title="FOSS Translation Software (Darknet Chads Unite!)" /></p>In this video I show you some free open source software to use for language translation, aswell as ways to use google translate and yandex translate with better privacy.<br /><br />Argos Translate<br />https://github.com/argosopentech/argos-translate<br /><br />Apertium<br />https://github.com/apertium<br /><br />Dialect<br />https://github.com/dialect-app/dialect<br /><br /><br />₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿<br /><br />Monero<br />45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436<br /><br />Bitcoin<br />3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV<br /><br />Ethereum<br />0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079<br /><br />Litecoin<br />MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF<br /><br />Dash<br />Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz<br /><br />Zcash<br />t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr<br /><br />Chainlink<br />0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14<br /><br />Bitcoin Cash<br />qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp<br /><br />Etherum Classic<br />0xeA641e59913960f578ad39A6B4d02051A5556BfC<br /><br />USD Coin<br />0x0B045f743A693b225630862a3464B52fefE79FdB<br /><br />Subscribe to my YouTube channel http://goo.gl/9U10Wz<br />and be sure to click that notification bell so you know when new videos are released.<br />...<br />https://www.youtube.com/watch?v=CEsaGdGkTDk

View file

@ -0,0 +1 @@
How the Chinese concentration camps, Canada arrest of Christian pastor, and Joe Biden are related plus part of fighting locally means getting our states off dependence on federal funding. Help support Voddie Baucham suffering from heart failure. https://www.gofundme.com/f/voddie-baucham Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com [&#8230;]

View file

@ -0,0 +1,27 @@
<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> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- Article: <a href='https://housetohouse.com/jews-samaritans-hate-one-another-much/'>Why Did the Jews and Samaritans Hate One Another So Much!</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>