trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/dSZu4jwvaSs" width="480" alt="thumbnail" title="Craft an Email Workflow with Org Mode" /></p>In this video, we will learn a couple of useful techniques that will allow you to craft your own email processing workflow using Org Mode and mu4e:<br /><br />- Creating capture templates for reading and following up on messages later<br />- Compiling a set of links to queries so that it's easy to jump to messages from your Org file<br /><br />The show notes can be found here: https://github.com/daviwil/emacs-from-scratch/blob/master/show-notes/Emacs-Mail-05.org<br /><br />Check out the rest of the Emacs Mail series: https://www.youtube.com/watch?v=yZRyEhi4y44&list=PLEoMzSkcN8oM-kA19xOQc8s0gr0PpFGJQ<br /><br />My Emacs configuration: https://github.com/daviwil/dotfiles/blob/master/Emacs.org<br /><br />If you enjoy this series, please consider becoming a sponsor on GitHub or Patreon:<br /><br />- https://github.com/sponsors/daviwil<br />- https://patreon.com/SystemCrafters<br /><br />You can also leave a tip via PayPal: https://paypal.me/daviwil<br /><br />Follow me on Twitter for more Emacs content!<br />https://twitter.com/SystemCrafters<br /><br />Chat with the System Crafters community on Discord: https://discord.gg/yVD8Gx6<br /><br />Intro music: Coriolis Effect by logos feat. stefsax, licensed CC-BY<br />http://ccmixter.org/files/mseq/26296<br />...<br />https://www.youtube.com/watch?v=dSZu4jwvaSs
|
|
@ -0,0 +1,22 @@
|
|||
<p>I <a href="https://emacstil.com/til/2021/12/28/playing-with-openai/">wrote</a> about a
|
||||
small OpenAI wrapper that I developed over the weekend. After playing with it
|
||||
for a bit, I extended the functionalities to fit the Emacs workflow.</p>
|
||||
|
||||
<p>Now you can <code class="language-plaintext highlighter-rouge">M-x aide-openai-completion-buffer-insert</code>, which grabs the current
|
||||
buffer as a string, send it to OpenAI API and insert the result at the end of
|
||||
the buffer.</p>
|
||||
|
||||
<p>This is like the <a href="https://beta.openai.com/playground">OpenAI
|
||||
playground</a> where you can run the command
|
||||
multiple times to continue the conversation in the same buffer.</p>
|
||||
|
||||
<p>Demo:</p>
|
||||
|
||||
<p><img alt="aide.ei-demo" src="https://user-images.githubusercontent.com/2715151/147772615-da36b3ab-a32a-4f7f-b185-e62f3972f8b7.gif" /></p>
|
||||
|
||||
<p>I also added more
|
||||
<a href="https://github.com/junjizhi/aide.el/blob/master/aide.el#L31-L59">customization</a>
|
||||
that let you control the API parameters. Other helper commands are added as
|
||||
well.</p>
|
||||
|
||||
<p>Check them out in <a href="https://github.com/junjizhi/aide.el">Github</a>.</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/40nRsVr2B2M" width="480" alt="thumbnail" title="DTOS Was A Meme. Now I'm Making It A Reality!" /></p>For several months, I've talked about potentially making a deployment script or even a full-fledged ISO for my Xmonad/Emacs desktop. The project got put on hold several times, especially during this summer where I didn't have a home computer for three months. But now that I have a home computer again, it's time to actually get this thing started.<br /><br />NOTE:<br />The deployment script and the repo are still in early stages of development. As such, the deployment script is not public yet. The repo is public but it is not recommended for public use just yet.<br /><br />REFERENCED:<br />► https://gitlab.com/dwt1/dtos-pkgbuild - PKGBUILDs for the repo<br />► https://gitlab.com/dwt1/dtos-core-repo - DTOS core repo<br /><br />WANT TO SUPPORT THE CHANNEL? <br />💰 Patreon: https://www.patreon.com/distrotube <br />💳 Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest<br />🛍️ Amazon: https://amzn.to/2RotFFi<br />👕 Teespring: https://teespring.com/stores/distrotube<br /><br />DONATE CRYPTO:<br />💰 Bitcoin: 1Mp6ebz5bNcjNFW7XWHVht36SkiLoxPKoX<br />🐶 Dogecoin: D5fpRD1JRoBFPDXSBocRTp8W9uKzfwLFAu<br />📕 LBC: bMfA2c3zmcLxPCpyPcrykLvMhZ7A5mQuhJ<br /><br />SOCIAL PLATFORMS: <br />🗨️ Mastodon: https://distrotoot.com/@derek<br />👫 Reddit: https://www.reddit.com/r/DistroTube/<br />📽️ LBRY/Odysee: https://odysee.com/$/invite/@DistroTube:2<br /><br />DT ON THE WEB:<br />🕸️ Website: http://distrotube.com/<br />🐿️ Gemini Capsule: gemini://distro.tube<br />📁 GitLab: https://gitlab.com/dwt1 <br /><br />FREE AND OPEN SOURCE SOFTWARE THAT I USE:<br />🌐 Brave Browser - https://brave.com/dis872 <br />📽️ Open Broadcaster Software: https://obsproject.com/<br />🎬 Kdenlive: https://kdenlive.org<br />🎨 GIMP: https://www.gimp.org/<br />🎵 Ardour: https://ardour.org/<br />💻 VirtualBox: https://www.virtualbox.org/<br />🗒️ Doom Emacs: https://github.com/hlissner/doom-emacs<br /><br />Your support is very much appreciated. Thanks, guys!<br />...<br />https://www.youtube.com/watch?v=40nRsVr2B2M
|
|
@ -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>!
|
||||
- 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>
|
|
@ -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>!
|
||||
- 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='https://www.biblegateway.com/passage/?search=john+19%3A37&version=ESV'>John 19:37</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+26%3A31&version=ESV'>Matthew 26:31</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=mark+14%3A27&version=ESV'>Mark 14:27</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+26%3A14-16&version=ESV'>Matthew 26:14-16</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+27%3A3-10&version=ESV'>Matthew 27:3-10</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=revelation+13%3A8&version=ESV'>Revelation 13:8</a></p>
|
||||
|
||||
<p>- Video: <a href='https://www.youtube.com/watch?v=JydNSlufRIs'>Esther Overview</a></p>
|
||||
|
||||
<p>- Sign up to receive this month’s bonus content in <a href='http://www.patreon.com/thebiblerecap'>Patreon</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 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi everbody,</p> <p>I am new to Guix and just did the basic installation. In the installer I used the guided partition for encrypted drives. It all works well except for one thing:<br/> The installer encrypts both root and the boot partition. So you need to enter the password once before you get to grub and then again for root.<br/> However the first password promt does not use my defined keyboardlayout (de).</p> <p>Reading the docs for keyboard layout there are 3 systems which need the layout set up. The bootloader, the kernel and xorg.</p> <p>So for encrypted drives the bootloader system/section/config would be relevant. However it seems like that there is somthing before the bootloader? Maybe a pre-bootloader thing? I am unsure about the correct terminology. Sorry if this is a silly question. I just could not find anything regarding this topic. All I want is to use the de layout for both password propts.</p> <p>I can provide you with the config but it is simply the default generated one with the nongnu kernel stuff.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/SuchMonkey"> /u/SuchMonkey </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/rnmbvh/guix_keyboardlayout_for_encrypted_partitions/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/rnmbvh/guix_keyboardlayout_for_encrypted_partitions/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>We have seen <a href="https://www.reddit.com/r/programming/comments/qdlela/breaking_npm_package_uaparserjs_with_more_than_7m/">yet another supply chain attack in the NPM world</a>, so I would like to better secure myself against such attacks. How can Guix help me with that?</p> <p>Is it possible to pin all my packages to their current version in Guix?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/prawnandcocktail"> /u/prawnandcocktail </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qeei5n/supply_chain_attack/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/qeei5n/supply_chain_attack/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r86gv7/sway_minimum_config/"> <img src="https://preview.redd.it/zgqyi0r9ld381.jpg?width=640&crop=smart&auto=webp&s=1c0d8f6c26bd03b52246770891a3c1011ae7db8f" alt="[sway] minimum config" title="[sway] minimum config" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/arshavindn"> /u/arshavindn </a> <br/> <span><a href="https://i.redd.it/zgqyi0r9ld381.jpg">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r86gv7/sway_minimum_config/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>How'dy there!</p> <p>So my question is simple how can I prettify my pacman output. For example like dnf fedoras pkg manager has tabular output format clean and nicely arranged feels good to eyes to read and coloring the output in such a way it makes sense maybe with emojis 🤔.</p> <p>Also share your pacman.conf. </p> <p>Thank you.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Code-eat-sleep"> /u/Code-eat-sleep </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rd4agp/prettify_my_pacman/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rd4agp/prettify_my_pacman/">[comments]</a></span>
|
137
var/elfeed/db/data/68/6830d6c7abe8e2707c37691fc5f7b9d5006068f5
Normal file
137
var/elfeed/db/data/68/6830d6c7abe8e2707c37691fc5f7b9d5006068f5
Normal file
|
@ -0,0 +1,137 @@
|
|||
<p><img alt="org-roam-ui" src="https://www.eigenbahn.com/assets/img/org-roam-ui.png" /></p>
|
||||
|
||||
<h2 id="an-external-brain">An External Brain</h2>
|
||||
|
||||
<p>I have a terrible memory…</p>
|
||||
|
||||
<p>And like most folks dealing w/ software architecture, I have to deal w/ a humongous amount of information.</p>
|
||||
|
||||
<p>So I take notes. Lots of them.</p>
|
||||
|
||||
<p>In fact I’ve extended this practice to every subjects I work on / study, with extensive cross-referencing.</p>
|
||||
|
||||
<p>The trick is not to remember stuff but to find it back quickly.</p>
|
||||
|
||||
<p>My current setup<sup id="fnref:1"><a class="footnote" href="https://www.eigenbahn.com/atom.emacs.xml#fn:1" rel="footnote">1</a></sup> is pretty straightforward: I use <a href="https://orgmode.org/">Org mode</a> inside <a href="https://www.eigenbahn.com/tag/emacs/">Emacs</a>. To quickly search a piece of information I use <a href="https://github.com/jrblevin/deft">deft</a> or sometimes <a href="https://github.com/Wilfred/deadgrep">deadgrep</a>.</p>
|
||||
|
||||
<p>The combination of these tools + my collection of notes act like an <strong>external brain</strong>.</p>
|
||||
|
||||
<h2 id="digital-gardening--zettlekasten">Digital Gardening & Zettlekasten</h2>
|
||||
|
||||
<p>My notes are organized in a very specific way.</p>
|
||||
|
||||
<p>I organize them hierarchically under subfolders.</p>
|
||||
|
||||
<p>I like mid-sized files, only splitting them when they attain a critical mass in term of size or complexity.</p>
|
||||
|
||||
<p>This practice of building and maintaining a <strong>personal wiki</strong>, as old as the world itself, is now getting qualified of <a href="https://maggieappleton.com/garden-history"><em>digital gardening</em></a><sup id="fnref:2"><a class="footnote" href="https://www.eigenbahn.com/atom.emacs.xml#fn:2" rel="footnote">2</a></sup>. Indeed, you just don’t add content but have to regularly reorganize it, like you would clear a patch of soil.</p>
|
||||
|
||||
<p>I also stumbled upon the <a href="https://zettelkasten.de/introduction/"><em>Zettelkasten Method</em></a> and liked its idea of bidirectional links<sup id="fnref:3"><a class="footnote" href="https://www.eigenbahn.com/atom.emacs.xml#fn:3" rel="footnote">3</a></sup> but quickly rejected one aspect of its philosophy: creating many many small files, one for capturing each incoming thought.</p>
|
||||
|
||||
<p>Indeed, bidirectional links allow for a very fluid way to structure information (akin to what you may find in a graph database).</p>
|
||||
|
||||
<p>Still, I like to impose some structure, a taxonomy loosely based on how I mentally represent things. Having to deal with a gazillion files would not imped finding information back, but would discourage me from regularly <em>gardening</em> my notes.</p>
|
||||
|
||||
<p>So while I adhered to the <em>digital gardening</em> philosophy, I rejected (my understanding of) <em>Zettelkasten</em>.</p>
|
||||
|
||||
<h2 id="org-roam">Org-Roam</h2>
|
||||
|
||||
<p>I discovered <a href="https://github.com/org-roam/org-roam">Org-Roam</a> through its accompanying visualization tool: <a href="https://github.com/org-roam/org-roam-ui">Org-Roam-UI</a>.</p>
|
||||
|
||||
<p>It’s an extension to Org to provide it a similar feature set to <a href="https://roamresearch.com/">Roam</a>, the most famous <em>Zettlekasten</em> software.</p>
|
||||
|
||||
<p>Even if I didn’t buy to the <em>Zettlekasten</em> philosophy, the ability to graph all the notes relationships dynamically was tempting.</p>
|
||||
|
||||
<p>I took a quick look around and realized that the implementation isn’t too intrusive:</p>
|
||||
<ul>
|
||||
<li>relies on the native <code class="language-plaintext highlighter-rouge">org-id</code> feature</li>
|
||||
<li>uses a local SQLite DB, but it’s only a cache that is easy to prune and re-create<sup id="fnref:4"><a class="footnote" href="https://www.eigenbahn.com/atom.emacs.xml#fn:4" rel="footnote">4</a></sup></li>
|
||||
</ul>
|
||||
|
||||
<p>Furthermore, in its latest iteration it supports:</p>
|
||||
<ul>
|
||||
<li>recursive parsing of the notes directory</li>
|
||||
<li>having note titles different from file names</li>
|
||||
</ul>
|
||||
|
||||
<p>So I didn’t see any reason not to try it.</p>
|
||||
|
||||
<h2 id="indexing-an-existing-notes">Indexing an Existing Notes</h2>
|
||||
|
||||
<p>Things worked smoothly, but I was struggling to find a command to register existing notes in Org-Roam’s DB.</p>
|
||||
|
||||
<p>Calling <code class="language-plaintext highlighter-rouge">org-id-get-create</code> would allow generating an org id for current file / outline. But that wasn’t sufficient to make it appear.</p>
|
||||
|
||||
<p>Indeed, I also had to register it in the <code class="language-plaintext highlighter-rouge">org-id-locations-file</code> by passing the current file path to <code class="language-plaintext highlighter-rouge">org-id-update-id-locations</code>.</p>
|
||||
|
||||
<p>Finally, I needed to call <code class="language-plaintext highlighter-rouge">org-roam-db-update-file</code> for Org-Roam to update its DB entry for the current file.</p>
|
||||
|
||||
<p>This gives:</p>
|
||||
|
||||
<div class="language-elisp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">(</span><span class="nb">defun</span> <span class="nv">prf/org-roam/add-index-current</span> <span class="p">()</span>
|
||||
<span class="s">"Add index to file of currently visited buffer, if applicable."</span>
|
||||
<span class="p">(</span><span class="nv">interactive</span><span class="p">)</span>
|
||||
|
||||
<span class="p">(</span><span class="nb">unless</span> <span class="p">(</span><span class="nb">and</span> <span class="p">(</span><span class="nv">buffer-file-name</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="nv">file-exists-p</span> <span class="p">(</span><span class="nv">buffer-file-name</span><span class="p">)))</span>
|
||||
<span class="p">(</span><span class="nv">user-error</span> <span class="s">"Current buffer is not visiting a file that exists on disk."</span><span class="p">))</span>
|
||||
|
||||
<span class="p">(</span><span class="nb">unless</span> <span class="p">(</span><span class="nv">prf/org/file-path-indexable-p</span> <span class="p">(</span><span class="nv">buffer-file-name</span><span class="p">))</span>
|
||||
<span class="p">(</span><span class="nv">user-error</span> <span class="s">"Current buffer is not visiting an indexable file."</span><span class="p">))</span>
|
||||
|
||||
<span class="p">(</span><span class="nb">unless</span> <span class="p">(</span><span class="nv">org-id-get</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="nv">org-id-get-create</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="nv">call-interactively</span> <span class="nf">#'</span><span class="nv">save-buffer</span><span class="p">))</span>
|
||||
|
||||
<span class="p">(</span><span class="nv">org-id-update-id-locations</span> <span class="p">(</span><span class="nb">list</span> <span class="p">(</span><span class="nv">buffer-file-name</span><span class="p">)))</span>
|
||||
|
||||
<span class="p">(</span><span class="nv">org-roam-db-update-file</span><span class="p">))</span>
|
||||
</code></pre></div></div>
|
||||
|
||||
<h2 id="forcing-index-of-all-files">Forcing Index of All Files</h2>
|
||||
|
||||
<p>Sometimes I like to massively rename / move / delete note files and Org-Roam doesn’t seem to be super happy about this.</p>
|
||||
|
||||
<p>Using the same logic as above, I came up w/ the following command:</p>
|
||||
|
||||
<div class="language-elisp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">(</span><span class="nb">defun</span> <span class="nv">prf/org-roam/rescan</span> <span class="p">()</span>
|
||||
<span class="s">"Force rescan of whole `prf/dir/notes'."</span>
|
||||
<span class="p">(</span><span class="nv">interactive</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="nv">prf/org/index-rescan-all</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="nv">org-roam-db-sync</span><span class="p">))</span>
|
||||
|
||||
<span class="p">(</span><span class="nb">defun</span> <span class="nv">prf/org/index-rescan-all</span> <span class="p">()</span>
|
||||
<span class="s">"Populate `org-id-locations' by rescaning recursively all files in `prf/dir/notes'."</span>
|
||||
<span class="p">(</span><span class="nv">interactive</span><span class="p">)</span>
|
||||
<span class="p">(</span><span class="k">let</span> <span class="p">((</span><span class="nv">buffs-snapshot</span> <span class="p">(</span><span class="nv">buffer-list</span><span class="p">)))</span>
|
||||
<span class="p">(</span><span class="nv">org-id-update-id-locations</span>
|
||||
<span class="p">(</span><span class="nv">f-files</span> <span class="nv">prf/dir/notes</span> <span class="nf">#'</span><span class="nv">prf/org/file-path-indexable-p</span> <span class="no">t</span><span class="p">))</span>
|
||||
<span class="c1">;; NB: `org-id-update-id-locations' opens all matching files, we close them after processing</span>
|
||||
<span class="p">(</span><span class="nb">mapc</span> <span class="nf">#'</span><span class="nv">kill-buffer</span>
|
||||
<span class="p">(</span><span class="nv">-difference</span> <span class="p">(</span><span class="nv">buffer-list</span><span class="p">)</span> <span class="nv">buffs-snapshot</span><span class="p">))))</span>
|
||||
</code></pre></div></div>
|
||||
|
||||
<h2 id="conclusion">Conclusion</h2>
|
||||
|
||||
<p>I’m pretty happy with this setup.</p>
|
||||
|
||||
<p>The Org-Roam-UI helps me visualize the current structure of my notes and has helped me discover patterns and anomalies I had no idea existed.</p>
|
||||
|
||||
<h2 id="notes">Notes</h2>
|
||||
|
||||
<div class="footnotes">
|
||||
<ol>
|
||||
<li id="fn:1">
|
||||
<p>I originally started w/ <a href="https://en.wikipedia.org/wiki/Tomboy_(software)">Tomboy</a>, then moved to <a href="https://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>, Markdown and finally to Org as soon as I started using Emacs. <a class="reversefootnote" href="https://www.eigenbahn.com/atom.emacs.xml#fnref:1">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:2">
|
||||
<p>It’s more than an empty buzzword. Lots of effort has been put on studying and qualifying this phenomenon. Don’t hesitate to browse the rest of <a href="https://maggieappleton.com/garden">Maggie Appleton’s site</a> to learn more. <a class="reversefootnote" href="https://www.eigenbahn.com/atom.emacs.xml#fnref:2">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:3">
|
||||
<p>Not supported natively by Org as of writting. I was circumventing this limitation by creating a link in each of the 2 cross-referenced files. <a class="reversefootnote" href="https://www.eigenbahn.com/atom.emacs.xml#fnref:3">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:4">
|
||||
<p>This DB is just a cache, a <em>derived data systems</em> (i.e. <em>materialized view</em>). The <em>system of record</em> are the org files themselves. Hence there is no risk of unrepairable corruption. <a class="reversefootnote" href="https://www.eigenbahn.com/atom.emacs.xml#fnref:4">↩</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
|
@ -0,0 +1,75 @@
|
|||
|
||||
<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="Vivaldi CEO Interview: Jon Stephenson von Tetzchner | Destination Linux 243" width="800" height="450" src="https://www.youtube.com/embed/ivDiL9XeDw0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div></figure>
|
||||
|
||||
|
||||
|
||||
<p>This week’s episode of Destination Linux, we have the CEO of Vivaldi joining us to discuss their partnership with Manjaro and their support for Linux. Then we’re going to talk about two great anonymous, privacy focused distros that both had a new release this week. Plus we’ve also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you’re brand new to Linux and open source or a guru of sudo. This is the podcast for you.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>Subscribe to All DLN Shows in ONE Feed!</h4>
|
||||
|
||||
|
||||
|
||||
<p><a href="https://destinationlinux.network/feed/allshows">https://destinationlinux.network/feed/allshows</a></p>
|
||||
|
||||
|
||||
|
||||
<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" width="468" height="60" src="https://destinationlinux.org/wp-content/uploads/2021/07/digital-ocean-mongo.jpeg" alt="" class="wp-image-3256" srcset="https://destinationlinux.org/wp-content/uploads/2021/07/digital-ocean-mongo.jpeg 468w, https://destinationlinux.org/wp-content/uploads/2021/07/digital-ocean-mongo-300x38.jpeg 300w, https://destinationlinux.org/wp-content/uploads/2021/07/digital-ocean-mongo-150x19.jpeg 150w" sizes="(max-width: 468px) 100vw, 468px" /><figcaption>Sponsored by: <a rel="noopener" href="https://do.co/dln-mongo" target="_blank">do.co/dln-mongo</a></figcaption></figure></div>
|
||||
|
||||
|
||||
|
||||
<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://bitwarden.com/dln" target="_blank" rel="noopener"><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" /></a><figcaption>Sponsored by: <a href="https://bitwarden.com/dln" target="_blank" rel="noopener">bitwarden.com/dln</a></figcaption></figure></div>
|
||||
|
||||
|
||||
|
||||
<h4>Special Guest:</h4>
|
||||
|
||||
|
||||
|
||||
<p>Jon Stephenson von Tetzchner, CEO of <a href="https://vivaldi.com/" target="_blank" rel="noopener">Vivaldi Technologies</a></p>
|
||||
|
||||
|
||||
|
||||
<h4>Hosts of Destination Linux:</h4>
|
||||
|
||||
|
||||
|
||||
<p>Ryan (DasGeek) = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener">dasgeekcommunity.com</a><br>Michael Tunnell = <a href="https://tuxdigital.com" target="_blank" rel="noopener">tuxdigital.com</a><br>Jill Bryant = <a href="https://jilllinuxgirl.com" target="_blank" rel="noreferrer noopener">jilllinuxgirl.com</a></p>
|
||||
|
||||
|
||||
|
||||
<h4>Want to Support the Show?</h4>
|
||||
|
||||
|
||||
|
||||
<p>Support us on Patreon = <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener">https://destinationlinux.org/patreon</a><br>Support us on Sponsus = <a href="https://destinationlinux.org/sponsus" target="_blank" rel="noopener">https://destinationlinux.org/sponsus</a><br>Destination Linux Network Store = <a href="https://destinationlinux.network/store" target="_blank" rel="noopener">http://dlnstore.com</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=ivDiL9XeDw0&t=00h00m00s" target="_blank" rel="noopener">00:00:00</a> = Welcome to DL 243</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=00h01m35s" target="_blank" rel="noopener">00:01:35</a> = Community Feedback: <a href="https://discourse.destinationlinux.network/t/bedrock-linux-does-it-make-any-sense/4213" target="_blank" rel="noopener">Question About Bedrock Linux</a> from NiceMicro</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=00h09m26s" target="_blank" rel="noopener">00:09:26</a> = Digital Ocean: Managed MongoDB ( <a href="https://do.co/dln-mongo" target="_blank" rel="noopener">https://do.co/dln-mongo</a> )</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=00h11m30s" target="_blank" rel="noopener">00:11:30</a> = <a href="https://vivaldi.com/" target="_blank" rel="noopener">Vivaldi</a> CEO Interview: Jon Stephenson von Tetzchner</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=01h08m26s" target="_blank" rel="noopener">01:08:26</a> = Bitwarden Password Manager ( <a href="https://bitwarden.com/dln" target="_blank" rel="noopener">https://bitwarden.com/dln</a> )</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=01h11m03s" target="_blank" rel="noopener">01:11:03</a> = News: <a href="https://tails.boum.org/news/version_4.22/index.en.html" target="_blank" rel="noopener">Tails 4.22</a> & <a href="https://forums.whonix.org/t/whonix-16-has-been-released-debian-11-bullseye-based-for-virtualbox-major-release/12297" target="_blank" rel="noopener">Whonix 16</a></li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=01h17m53s" target="_blank" rel="noopener">01:17:53</a> = Software Spotlight: <a href="https://github.com/Philip-Scott/Spice-up" target="_blank" rel="noopener">Spice-Up</a> (Presentations) [<a href="https://flathub.org/apps/details/com.github.philip_scott.spice-up" target="_blank" rel="noopener">Flatpak</a>]</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=01h22m24s" target="_blank" rel="noopener">01:22:24</a> = Tip of the Week: SCP copy files over ssh</li><li><a href="https://www.youtube.com/watch?v=ivDiL9XeDw0&t=01h24m20s" target="_blank" rel="noopener">01:24:20</a> = Outro</li></ul>
|
||||
|
||||
|
||||
|
||||
<h3>Tip of the Week: scp</h3>
|
||||
|
||||
|
||||
|
||||
<ul><li>Examples:<ul><li>Run the following command in terminal to run to copy file from local host to remote host: $ scp test.txt username@192.1.1.1:/remote/directory/</li><li>Run the following command to copy file from a remote host to local host :$ scp username@from_host:test.txt /local/directory/</li></ul></li></ul>
|
|
@ -0,0 +1,31 @@
|
|||
<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 TODAY’S PODCAST:</p>
|
||||
|
||||
<p>- <a href='https://thebiblerecap.podbean.com/e/february-reflections-and-corrections-year-3/'>February R&C - The Bible Recap</a></p>
|
||||
|
||||
<p>- Document: <a href='https://drive.google.com/file/d/1ucnJdbmG--ebPwgTK6v6AYHFqVqLuPEr/view?usp=sharing'>Monotheism Info</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 @@
|
|||
<p><img src="https://thumbnails.lbry.com/1eOdaXS-wVE" width="480" alt="thumbnail" title="Linux from Scratch First Impressions: Waste Of Time?" /></p>I've been wanting to go through Linux from Scratch for quite a while and we recently started doing so on stream and I've got to say the experience has certainly been interesting.<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 />==========Resources==========<br />Linux From Scratch Book: https://www.linuxfromscratch.org/lfs/view/stable/index.html<br />Beyond Linux From Scratch Book: https://www.linuxfromscratch.org/blfs/view/stable/<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:46 What Is LFS<br />4:28 Partioning Issue<br />6:06 LFS Isn't Hard<br />7:57 Streaming LFS Is Weird<br />9:51 What I'm Building On<br />11:24 Why Not On Hardware<br />13:13 Is LFS Worth It<br />16:00 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 #LinuxFromScratch #LFS<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=1eOdaXS-wVE
|
|
@ -0,0 +1,3 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-9960-1-thumb.jpg"> <p>KENOSHA, WI—In a stunning reversal, Kyle Rittenhouse awoke this morning to discover that he had been found guilty after all.</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/after-prosecutors-find-mail-in-jury-votes-at-3am-rittenhouse-now-guilty">Prosecutors Find Mail-In Jury Votes At 3AM, Rittenhouse Now Guilty</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rsicd7/kde_my_first_unix_rice/"> <img src="https://preview.redd.it/rx6lpntoas881.png?width=640&crop=smart&auto=webp&s=ebc35366e76e3c7dba01f929b2cb1bfbc87cbe27" alt="[KDE] - My first unix rice" title="[KDE] - My first unix rice" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Neotixjj"> /u/Neotixjj </a> <br/> <span><a href="https://i.redd.it/rx6lpntoas881.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/rsicd7/kde_my_first_unix_rice/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1,8 @@
|
|||
<p>Just updated <a href="https://github.com/karthink/popper">Popper for Emacs</a> with hinting in the echo area:</p>
|
||||
<figure>
|
||||
<img src="https://karthinks.com/img/popper-echo-demo.svg" width="900px" />
|
||||
</figure>
|
||||
|
||||
<p>When you toggle a popup, popups for the current context are listed in the echo area along with keyboard hints (<code>M-1</code> through <code>M-9</code> by default) to switch to them instantly. The listing is in the order in which the popups are displayed with <code>popper-cycle</code>. <a href="https://user-images.githubusercontent.com/8607532/135746395-dfe3b3e8-9d5a-4309-b521-9555a34bb73d.mp4">Here</a> is a demo of this in action.</p>
|
||||
<p>There is a dispatch feature included that is currently undocumented. When this transient keymap is active, you can kill any of the popups directly by prefixing the key for that popup with <code>k</code>, <em>i.e.</em> <code>k M-2</code> to kill the second popup in line. Similarly, <code>^ M-2</code> will raise the second popup to being a regular buffer, <em>i.e.</em> persistent and not affected by Popper commands. As usual most of this behaviour is customizable.</p>
|
||||
<p>The echo area display can be noisy and annoying if you don’t need it, so it’s disabled by default and can be activated as the separate minor mode <code>popper-echo-mode</code>. I added it tentatively, but I find myself using it all the time to switch popup buffers quickly.</p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>so i have a laptop that i didn't use in a long time and i have to be able to use it with arduino. when i 1st connected it everything looked fine, i saw <code>/dev/ttyUSB0</code>. but after system update(including kernel) it stopped working. i assume it has something to do with new kernel. is there a solution except for installing old kernel?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/abirvalarg"> /u/abirvalarg </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r7yphv/arduino_and_new_kernel/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r7yphv/arduino_and_new_kernel/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/LgkzYleyx8o" width="480" alt="thumbnail" title="Server Hosting Provider's Most Underused Feature" /></p>Typically when people get a VPS they'll get one thing and stick with it but there's no reason why that has to be the case, if you know you're going to have a spike in usage why not let you hosting provider scale your service.<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 />==========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 />#VPS #ServerHosting #Linode<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=LgkzYleyx8o
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I installed xfce with </p> <pre><code>sudo pacman -S xfce4 xfce4-goodies </code></pre> <p>and now I want to uninstall it and </p> <pre><code>sudo pacman -R xfce4 xfce4-goodies </code></pre> <p>is not working. How do I do it ?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Ill_Scratch_7432"> /u/Ill_Scratch_7432 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r4pq5b/how_to_remove_xfce_completely/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r4pq5b/how_to_remove_xfce_completely/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
Daily News Brief for Monday August 2nd 2021 Nancy Pelosi’s attempt to deflect responsibility for eviction moratorium does not end well for her Disney requiring US employees to be vaccinated against virus https://apnews.com/article/coronavirus-pandemic-vaccine-Walt-Disney-7818ca8d211b4f3d969f6bfcf592b7e2?utm_source=Twitter&utm_medium=AP&utm_campaign=SocialFlow “In the beautiful town of Moscow, ID, Erber Automotive is looking for Christians to join forces and wage war together on broken […]
|
|
@ -0,0 +1 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/jkitchin"> /u/jkitchin </a> <br/> <span><a href="https://www.youtube.com/watch?v=H4sK5ld6Bw0">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/q7gkya/new_video_scimax_electronic_notebook_in_emacs/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/M3FVNfCFmHM" width="480" alt="thumbnail" title="Floating Panels in Plasma, Making Of, Part 3!" /></p>Links should go here but it's like midnight, I'm super tired, I keep finishing these videos super late... I'll try to add them tomorrow morning as soon as I have 5 free minutes :(<br /><br /><br /><br />Stay in the loop: https://t.me/veggeroblog<br /><br />If you want to help me make 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 />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=M3FVNfCFmHM
|
|
@ -0,0 +1 @@
|
|||
<p>Megyn Kelly is joined by Ben Shapiro, host of The Ben Shapiro Show and co-founder of The Daily Wire, to talk about Dr. Fauci and COVID fear, vaccines and lockdowns, "The Science," Govs. Cuomo and DeSantis (and media hypocrisy), the Ted Cruz controversy, Rush Limbaugh's legacy and Shapiro's New York Times column, Gina Carano getting uncanceled by The Daily Wire, and The Daily Wire's plans to expand into the film world, the left's culture war and what happens next, the problem with mainstream diversity training, how the Biden administration is doing so far, his move to Florida and the differences with California 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>
|
|
@ -0,0 +1,63 @@
|
|||
|
||||
<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="Interview with CEO of LBRY (Odysee) Plus Bo's Hack Snack | Destination Linux 223" width="800" height="450" src="https://www.youtube.com/embed/wdr19ia4svE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div></figure>
|
||||
|
||||
|
||||
|
||||
<p>This week’s episode of Destination Linux, we are being joined by Jeremy Kauffman, the CEO of LBRY Inc, to discuss SEC’s recent lawsuit that threatens cryptocurrency and blockchain. We have everyones favorite hacker/pentester, Bo Weaver is joining us again this week for another Bo’s Hack Snack. Then we’ll check out Firefox’s latest release plus take a sneak peak at their upcoming UI redesign. Plus we’ve also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you’re brand new to Linux and open source or a guru of sudo. This is the podcast for you.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="https://destinationlinux.org/wp-content/uploads/2021/03/digital-ocean-hor.png" alt="" class="wp-image-1499" width="468" height="60"/><figcaption>Sponsored by: <a rel="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="noopener">bitwarden.com/dln</a></figcaption></figure>
|
||||
|
||||
|
||||
|
||||
<h4>Hosts of Destination Linux:</h4>
|
||||
|
||||
|
||||
|
||||
<p>Ryan (DasGeek) = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener">dasgeekcommunity.com</a><br>Michael Tunnell = <a href="https://tuxdigital.com" target="_blank" rel="noopener">tuxdigital.com</a><br>Noah Chelliah = <a href="http://asknoahshow.com/" target="_blank" rel="noopener">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="noopener">https://destinationlinux.org/patreon</a><br>Support us on Sponsus = <a href="https://destinationlinux.org/sponsus" target="_blank" rel="noopener">https://destinationlinux.org/sponsus</a><br>Destination Linux Network Store = <a href="https://destinationlinux.network/store" target="_blank" rel="noopener">http://dlnstore.com</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=wdr19ia4svE&t=00h00m00s" target="_blank" rel="noopener">00:00:00</a> = Welcome to DL 223</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h01m09s" target="_blank" rel="noopener">00:01:09</a> = Community Feedback: <a href="https://garudalinux.org/" target="_blank" rel="noopener">Garuda Linux</a></li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h06m17s" target="_blank" rel="noopener">00:06:17</a> = How To Send In Community Feedback</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h07m21s" target="_blank" rel="noopener">00:07:21</a> = Digital Ocean: App Platform / Cloud ( <a href="https://do.co/dln" target="_blank" rel="noopener">https://do.co/dln</a> )</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h10m02s" target="_blank" rel="noopener">00:10:02</a> = Interview with Jeremy Kauffman CEO & Founder of <a href="https://lbry.com/" target="_blank" rel="noopener">LBRY Inc.</a> (LBRY / <a href="https://odysee.com/" target="_blank" rel="noopener">Odysee.com</a>)
|
||||
<ul>
|
||||
<li>Join Odysee With Our <a href="https://odysee.com/$/invite/@destinationlinux:9" target="_blank" rel="noopener">DLN Invite Link</a></li>
|
||||
</ul>
|
||||
</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h37m05s" target="_blank" rel="noopener">00:37:05</a> = Bitwarden Password Manager ( <a href="https://bitwarden.com/dln" target="_blank" rel="noopener">https://bitwarden.com/dln</a> )</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h38m47s" target="_blank" rel="noopener">00:38:47</a> = Bo’s Hack Snack: Digital Steganography</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h52m51s" target="_blank" rel="noopener">00:52:51</a> = News: <a href="https://www.mozilla.org/en-US/firefox/88.0/releasenotes/" target="_blank" rel="noopener">Firefox 88</a> & Firefox UI Redesign</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h55m51s" target="_blank" rel="noopener">00:55:51</a> = Linux Gaming: <a href="https://store.steampowered.com/app/1272070/Silicon_Dreams____cyberpunk_interrogation/" target="_blank" rel="noopener">Silicon Dreams</a></li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h57m31s" target="_blank" rel="noopener">00:57:31</a> = Software Spotlight: <a href="https://apps.kde.org/bs/kalarm/" target="_blank" rel="noopener">KAlarm</a> (Alarm App by KDE)</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=00h59m39s" target="_blank" rel="noopener">00:59:39</a> = Tip of the Week: Firefox Keyboard Shortcuts (see below)</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h01m59s" target="_blank" rel="noopener">01:01:59</a> = Outro</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h02m06s" target="_blank" rel="noopener">01:02:06</a> = <a href="https://destinationlinux.org/contribute/" target="_blank" rel="noopener">Become a Patron</a> for Extras & Bonus Content</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h02m48s" target="_blank" rel="noopener">01:02:48</a> = Join us Live on Sundays at <a href="https://destinationlinux.network/live" target="_blank" rel="noopener">DLNLive.com</a></li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h02m59s" target="_blank" rel="noopener">01:02:59</a> = New Merch Drop at <a href="https://destinationlinux.network/store" target="_blank" rel="noopener">DLNStore.com!</a></li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h03m26s" target="_blank" rel="noopener">01:03:26</a> = More Great Content at <a href="https://destinationlinux.network/" target="_blank" rel="noopener">DestinationLinux.Network</a></li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h03m55s" target="_blank" rel="noopener">01:03:55</a> = DLN Xtend Recording Live On May 19th</li><li><a href="https://www.youtube.com/watch?v=wdr19ia4svE&t=01h04m28s" target="_blank" rel="noopener">01:04:28</a> = Patron Only Postshow Preview</li></ul>
|
||||
|
||||
|
||||
|
||||
<h3>Firefox Keyboard Shortcuts</h3>
|
||||
|
||||
|
||||
|
||||
<ul><li>Spacebar (page down)</li><li>Shift-Spacebar (page up)</li><li>Ctrl+D (easily bookmark a page)</li><li>Ctrl+T (open a new tab)</li><li>Ctrl+Shift+T (undo close tab)</li><li>Ctrl+K (go directly to to search box)</li><li>Ctrl+L (go directly to the address bar)</li><li>Ctrl-W (close the tab your on)</li><li>Alt-Home (go to your home page)</li><li>F5 (refresh the page)</li><li>Ctrl+F5 (clear page cache, then refresh the page)</li><li>Ctrl+H (open history sidebar)</li><li>Ctrl+B (open bookmarks sidebar)</li><li>Alt+1-8 (switch to specific tabs in order)</li><li>Alt+9 (switch to last tab)</li></ul>
|
|
@ -0,0 +1,22 @@
|
|||
<p><iframe loading="lazy" title="Destination Linux Update!" width="800" height="450" src="https://www.youtube.com/embed/ToXa5m7plTk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
|
||||
<p><span style="font-weight: 400;">This will be a short discussion on some changes occurring that we think everyone is going to enjoy.</span></p>
|
||||
<p><strong>Why the change?</strong></p>
|
||||
<p><span style="font-weight: 400;">Scheduling for all four hosts </span></p>
|
||||
<p><span style="font-weight: 400;">Reaching a broader audience with Linux</span></p>
|
||||
<p><span style="font-weight: 400;">Providing a more interactive show</span></p>
|
||||
<p><strong>What is Changing</strong></p>
|
||||
<p><span style="font-weight: 400;">The next stop on our Journey for Destination Linux is Twitch! . . . and YouTube live. We hope this brings a larger audience into the Linux world and provides more opportunity for people to participate in the show.</span></p>
|
||||
<p><strong>Patrons</strong></p>
|
||||
<p><span style="font-weight: 400;">Patrons will still continue to get the interviews early, when possible. The live recording on Youtube and Twitch will not remain on the site after the show is over. However, Patrons will get a link to the archived live shows if they would like to go back and watch that version. </span></p>
|
||||
<p><span style="font-weight: 400;">To respect our guests and continue to allow them to make announcements that aren’t yet ready for public consumption we will not be streaming live shows with the guests. The exception will be Patrons who can join us via Zoom as always. </span></p>
|
||||
<p><span style="font-weight: 400;">We will be recording the shows on Sundays and they will now be released on Fridays instead of Mondays. This will allow us enough time to edit the episode for release. </span></p>
|
||||
<p><span style="font-weight: 400;">Thank you for all of your continued support</span></p>
|
||||
<p><span style="font-weight: 400;">The DL Team</span></p>
|
||||
<div class="pcl_tooltip_box" style="display: none;">
|
||||
<p>Image already added</p>
|
||||
<div class="arrow border"></div>
|
||||
<div class="arrow"></div>
|
||||
</div>
|
||||
<div class="pcl_global_mask" style="display: none;">
|
||||
<p><iframe loading="lazy" title="Destination Linux Update!" width="800" height="450" src="https://www.youtube.com/embed/ToXa5m7plTk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
|
||||
</div>
|
|
@ -0,0 +1 @@
|
|||
<p>Megyn Kelly is joined by Josh Rogin, Washington post columnist and author of "Chaos Under Heaven," and Dr. Marty Makary of Johns Hopkins and author of "The Price We Pay," to talk about the origins of COVID-19 and the Wuhan lab, the media bias in discussing the origins of COVID, the amount of American money that is going into the program that was being run at the Wuhan lab, when the U.S. could reach "herd immunity," Dr. Fauci's biggest pandemic mistakes and his connection to the Wuhan lab, vaccines and the one-dose strategy, vaccinating kids, the variants rising in America today 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>
|
|
@ -0,0 +1,48 @@
|
|||
<p>Brent sits down with Christophe Limpalair, VP of Growth at <a href="https://linuxacademy.com/" rel="nofollow">Linux Academy</a> and founder of <a href="https://scaleyourcode.com/" rel="nofollow">Scale Your Code</a>, for a get-to-know-you conversation that spans from taming your lizard brain through to mastering the miscellaneous, with a generous ask of the community.</p>
|
||||
|
||||
<h3>Topics</h3>
|
||||
|
||||
<ul>
|
||||
<li>Scale Your Code Podcast</li>
|
||||
<li>Learning</li>
|
||||
<li>Life lessons</li>
|
||||
<li>Failing</li>
|
||||
<li>Networking</li>
|
||||
<li>Introverted</li>
|
||||
<li>Social skill</li>
|
||||
<li>Software development</li>
|
||||
<li>Career path</li>
|
||||
<li>Chaos vs Stability</li>
|
||||
<li>Risk-taking</li>
|
||||
<li>Opportunity cost</li>
|
||||
<li>Taming the lizard brain</li>
|
||||
<li>4-Hour Workweek</li>
|
||||
<li>4-Hour Chef</li>
|
||||
<li>Accelerated learning</li>
|
||||
<li>Generalist as mastery</li>
|
||||
<li>Books & biographies</li>
|
||||
</ul>
|
||||
|
||||
<h3>Episode Links</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://scaleyourcode.com/" rel="nofollow">Scale Your Code</a></li>
|
||||
<li><a href="https://www.scalingphpbook.com/" rel="nofollow">Scaling PHP Apps by Steve Corona</a></li>
|
||||
<li><a href="https://mixergy.com/" rel="nofollow">Mixergy - Learn from Proven Entrepreneurs</a></li>
|
||||
<li><a href="https://www.jupiterbroadcasting.com/telegram" rel="nofollow">Jupiter Broadcasting Telegram Group</a></li>
|
||||
<li><a href="https://seths.blog/2010/01/quieting-the-lizard-brain/" rel="nofollow">Seth's Blog - Quieting The Lizard Brain</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=qtZfTpV4KPE" rel="nofollow">Seth Godin: Quieting The Lizard Brain - 99U (video)</a></li>
|
||||
<li><a href="https://fourhourchef.com/" rel="nofollow">The 4-Hour Chef by Tim Ferriss</a></li>
|
||||
<li><a href="https://now.bt.co/bundles/a1e9a2153051b92d00b27903fcbdc2c530b5c4a044935c1ed7bbdf60e7b307db" rel="nofollow">The 4-Hour Chef Audiobook by Tim Ferriss - BitTorrent Bundles</a></li>
|
||||
<li><a href="https://biomimicry.org/janine-benyus/" rel="nofollow">Biomimicry: Innovation Inspired by Nature, by Janine Benyus</a></li>
|
||||
<li><a href="https://www.goodreads.com/book/show/11387891-the-judge" rel="nofollow">The Judge: A Life of Thomas Mellon, Founder of a Fortune by James Mellon</a></li>
|
||||
<li><a href="https://www.garyvaynerchuk.com/books/" rel="nofollow">Crush It! / Crushing It! by Gary Vaynerchuk</a></li>
|
||||
<li><a href="https://www.audible.com/pd/Crush-It-Audiobook/B0032G7016" rel="nofollow">Crush It! Audiobook - by Gary Vaynerchuk</a></li>
|
||||
<li><a href="https://solopreneurhour.com/podcast-archive/" rel="nofollow">The Solopreneur Hour</a></li>
|
||||
<li><a href="https://www.goodreads.com/book/show/16121.Titan" rel="nofollow">Titan: The Life of John D. Rockefeller, Sr. by Ron Chernow</a></li>
|
||||
<li><a href="https://www.goodreads.com/book/show/4839382-the-first-tycoon" rel="nofollow">The First Tycoon: The Epic Life of Cornelius Vanderbilt by T.J. Stiles</a></li>
|
||||
<li><a href="https://www.goodreads.com/book/show/16131.The_House_of_Morgan" rel="nofollow">The House of Morgan: An American Banking Dynasty and the Rise of Modern Finance by Ron Chernow</a></li>
|
||||
<li><a href="https://linuxacademy.com/blog/amazon-web-services-2/the-definitive-guide-to-achieve-aws-cloud-certification/" rel="nofollow">The Definitive Guide to Achieve AWS Cloud Practitioner Certification - Linux Academy</a></li>
|
||||
<li><a href="https://tim.blog/2017/05/15/fear-setting/" rel="nofollow">Tim Ferriss' Fear-Setting - The 4-Hour Workweek chapter excerpt & TED talk</a></li>
|
||||
</ul><p>Special Guest: Christophe Limpalair.</p>
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
<!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>Cruise Control</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">Cruise Control</h1>
|
||||
<p class="author">By John Mercouris</p>
|
||||
</header>
|
||||
<p>We've just released Cruise Control mode for Nyxt. With cruise control mode, you can set a velocity (speed, direction), and Nyxt will continuously scroll.</p>
|
||||
<p>This is useful for automatically scrolling down long articles as you read them.</p>
|
||||
<p>To use <code>cruise-control</code> simply invoke <code>cruise-control-mode</code>.</p>
|
||||
<p><img src="../static/image/article/cruise-control.png" /></p>
|
||||
<p>After you invoke it you have the default keybindings:</p>
|
||||
<ul>
|
||||
<li><code>escape</code>: exit cruise control mode</li>
|
||||
<li><code>0</code>: set the velocity to zero</li>
|
||||
<li><code>up</code>: decrease the velocity</li>
|
||||
<li><code>down</code>: increase the velocity</li>
|
||||
</ul>
|
||||
<p>Et voila! Thanks for reading, enjoy!</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/RsmSBJMSRQk" width="480" alt="thumbnail" title="Searching for God within Oxford and Cambridge | James Orr & Nigel Biggar | The JBP Podcast - S4: E48" /></p>This episode was recorded on June 2, 2021. <br /><br />In today's episode, Dr. Jordan, Dr. James Orr, and Dr. Nigel Biggar discuss how religion and culture affect your identity. They also discuss nationalism, human rights throughout history, ideology, and more. Want to know how your identity gives meaning to your life? Then this episode is for you.<br /><br />Dr. James Orr is an assistant professor in the Faculty of Divinity at the University of Cambridge. He holds a PhD from Cambridge and a BA in Classics from Balliol College, Oxford. James is the author of The Mind of God and the Works of Nature and teaches the philosophy of religion and ethics at Cambridge. He is a regular contributor to The Times Literary Supplement and The Critic Magazine. <br /><br />Dr. Nigel Biggar, an Anglican priest, is a moral and pastoral theology professor at Oxford, where he also directs the Mcdonald centre for theology, ethics, and public life. He is the author behind many books including, What's Wrong with Rights? Between Kin and Cosmopolis, In Defense of War, and Behaving in Public: How to do Christian Ethics in Public.<br /><br />Dr. Nigel Biggar:<br /><br />Twitter: https://twitter.com/nigelbiggar?lang=en <br />Profile: https://www.chch.ox.ac.uk/staff/professor-nigel-biggar <br />McDonald Centre website: https://www.mcdonaldcentre.org.uk/<br /><br />Dr. James Orr:<br /><br />Profile: https://www.divinity.cam.ac.uk/directory/dr-james-orr<br />The Mind of God and Works of Nature: https://www.amazon.co.uk/Mind-God-Works-Nature-Philosophical/dp/9042937629 <br />Neo-Aristotelian Metaphysics and the Theology of Nature: https://www.routledge.com/Neo-Aristotelian-Metaphysics-and-the-Theology-of-Nature/Simpson-Koons-Orr/p/book/9780367637149<br />_____<br /><br />[00:00] Dr. Jordan Peterson introduces both guests for this episode Dr. James Orr and Dr. Nigel Biggar.<br />[3:00] The urgency of identity conversations and how to pursue the common good together.<br /> [8:00] Dr. Biggar's comments on identity-focused culture.<br />[13:30] How our religious instinct drives us to adopt an identity.<br />[16:00] Dr. Orr's ideas on nationalism and identity.<br />[18:30] How the ideal structure of a monarchy in England builds nationalism.<br />[21:00] What gets young people interested in religious identity?<br />[25:00] How having one God unconsciously aligns our behavior.<br />[27:30] Dr. Orr examines two different sides of expressing authenticity.<br />[32:00] How the same story of truth is retold with new particulars.<br />[36:00] Natural emergence and acknowledgement of human rights throughout history.<br />[40:00] An overview of Kaut and the birth of secularism.<br />[47:00] Dr. Jordan's notions about what people mean in regards to God.<br />[56:30] Dr. Orr's thoughts on the cosmological significance of consciousness.<br />[01:04:00] Understanding how matter and consciousness fit together.<br />[01:07:30] The connection between "Mind/Body" and "God the Sp<br />...<br />https://www.youtube.com/watch?v=RsmSBJMSRQk
|
149
var/elfeed/db/data/68/68cc6237d1d8629cf479253f34623310b9d1daaf
Normal file
149
var/elfeed/db/data/68/68cc6237d1d8629cf479253f34623310b9d1daaf
Normal file
|
@ -0,0 +1,149 @@
|
|||
<p>Steve Ovens returns to lay out his plans for his new house as well as ask the community for input on best practices. Standford AIMI center is expanding it's free repository of medical datasets for AI research, and Steam hits 1% Linux users again!</p>
|
||||
|
||||
<h3><strong>-- During The Show --</strong></h3>
|
||||
|
||||
<h4>01:25 Hardware Keys, Ciphers, SSH - Jordan</h4>
|
||||
|
||||
<ul>
|
||||
<li>OpenPGP</li>
|
||||
<li>PKCS11</li>
|
||||
<li><a href="https://www.nitrokey.com/" rel="nofollow">NitroKey</a>, <a href="https://onlykey.io/" rel="nofollow">Onlykey</a>, Yubikey, <a href="https://solokeys.com/" rel="nofollow">Solokey</a>, etc secures your key</li>
|
||||
<li>Most secure way is use a different key per hardware device</li>
|
||||
<li>Corporate centrally manages SSH keys (FreeIPA, Active Directory)</li>
|
||||
<li>Central Management </li>
|
||||
</ul>
|
||||
|
||||
<h4>09:20 Swisscows vs Duckduckgo - Cory</h4>
|
||||
|
||||
<ul>
|
||||
<li>DuckDuckGo is more private</li>
|
||||
<li><a href="https://duckduckgo.com/privacy#s3" rel="nofollow">DuckDuckGo Privacy Policy</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>12:00 Open Source Health Data Tracking - Alexei</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.openhak.com/" rel="nofollow">Open Hak</a></li>
|
||||
<li>Simblee 32bit BLE/MCU module</li>
|
||||
</ul>
|
||||
|
||||
<h4>13:52 WiFi Phones - Charlie</h4>
|
||||
|
||||
<ul>
|
||||
<li>Great Idea</li>
|
||||
<li>I too am moving all communications to IP based</li>
|
||||
</ul>
|
||||
|
||||
<h4>19:15 Gadget of the Week</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.axis.com/products/axis-m3067-p" rel="nofollow">Axis M3067-P</a></li>
|
||||
<li>360° panoramic view Camera</li>
|
||||
<li>Local Configuration</li>
|
||||
<li>Multiple Views/Streams Available</li>
|
||||
</ul>
|
||||
|
||||
<h4>24:10 Open-Source Medical Data Sets (AIMI)</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://hai.stanford.edu/news/open-source-movement-comes-medical-datasets" rel="nofollow">Stanford.edu</a></li>
|
||||
<li>AI Spots things better than the human eye</li>
|
||||
<li>AI needs large data sets to train</li>
|
||||
<li>Stanford provides an open source data set for training AI</li>
|
||||
<li>Allows researchers to train AI for "non profitable" uses</li>
|
||||
</ul>
|
||||
|
||||
<h4>28:28 Steam is back to 1% Linux Users</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.pcmag.com/news/percentage-of-linux-gamers-on-steam-tops-1-for-first-time-in-years" rel="nofollow">PCMag.com</a></li>
|
||||
<li>Happened before steam deck was announced</li>
|
||||
<li>Linux is taking over</li>
|
||||
<li>Microsoft is pushing people to "Windows as a service"</li>
|
||||
</ul>
|
||||
|
||||
<h3>33:44 Open Compute Project</h3>
|
||||
|
||||
<ul>
|
||||
<li>Sharing data center design and management standards</li>
|
||||
<li><a href="https://www.youtube.com/watch?v=2l6gI-ksdKs" rel="nofollow">Mind Drip Media Open Compute Project Video</a></li>
|
||||
<li>Whole new way of looking at data centers</li>
|
||||
<li>Build racks and data centers to use case</li>
|
||||
<li><a href="https://www.datacenterknowledge.com/data-center-world/open-compute-project-redefining-open-source-data-center" rel="nofollow">DataCenterKnowledege</a></li>
|
||||
<li><a href="https://www.jeffgeerling.com/blog/2021/raspberry-pi-os-now-has-sata-support-built" rel="nofollow">Jeffgeerling.com</a></li>
|
||||
<li><a href="https://arstechnica.com/gadgets/2021/08/how-to-go-from-stolen-pc-to-network-intrusion-in-30-minutes/" rel="nofollow">ArsTechnica</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>38:50 NEST</h4>
|
||||
|
||||
<ul>
|
||||
<li>Fedora Linux Conventions</li>
|
||||
<li><a href="https://flocktofedora.org/" rel="nofollow">Flock</a> to Fedora
|
||||
|
||||
<ul>
|
||||
<li>In Person</li>
|
||||
<li>Virtual Should remain when continued</li>
|
||||
</ul></li>
|
||||
<li>Nest with Fedora
|
||||
|
||||
<ul>
|
||||
<li>Virtual</li>
|
||||
<li>Replacing Flock (Covid)</li>
|
||||
</ul></li>
|
||||
<li>FUD Con
|
||||
|
||||
<ul>
|
||||
<li>Fedora Users and Developers Convention</li>
|
||||
<li>Replaced by Flock</li>
|
||||
</ul></li>
|
||||
<li>Virtual Release parties will continue</li>
|
||||
</ul>
|
||||
|
||||
<h4>50:55 Building Steve's House Continued</h4>
|
||||
|
||||
<ul>
|
||||
<li>Kid friendly video chat station</li>
|
||||
<li>Comfy Gaming area</li>
|
||||
<li>Projector Room</li>
|
||||
<li>Vlan Setup/Switches</li>
|
||||
<li>Netgear Switch Rabbit Hole</li>
|
||||
</ul>
|
||||
|
||||
<h3><strong>-- The Extra Credit Section --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/244" rel="nofollow">This Episode's Podcast Dashboard</a></p>
|
||||
|
||||
<p><a href="http://www.voxtelesys.com/asknoah" rel="nofollow">Phone Systems for Ask Noah provided by Voxtelesys</a></p>
|
||||
|
||||
<p>Join us in our dedicated chatroom <a href="https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com" rel="nofollow">#GeekLab:linuxdelta.com on Matrix</a></p>
|
||||
|
||||
<h3><strong>-- Stay In Touch --</strong></h3>
|
||||
|
||||
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and they’re excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Contact Noah</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p>live [at] asknoahshow.com</p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>-- Twitter --</strong></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
|
||||
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
|
||||
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
|
||||
</ul><p>Special Guest: Steve Ovens.</p><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!
|
||||
- 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='https://www.biblegateway.com/passage/?search=Isaiah+43%3A2&version=ESV'>Isaiah 43:2</a></p>
|
||||
|
||||
<p>- <a href='https://www.mydgroup.org/israel'>Visit Israel with us!</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>
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,6 @@
|
|||
<p>John Kitchin has a short video in his <a href="https://www.youtube.com/playlist?list=PL0sMmOaE_gs3E0OjExoI7vlCAVygj6S4I">Scimax channel</a> that considers another Elisp construct. This video talks about <a href="https://www.youtube.com/watch?v=KQnVi7Pks4c">let and its siblings</a>. One of the first non-trivial things a new Lisper learns is how to deal with local variables using <code>let</code>.</p>
|
||||
<p>If that didn’t make sense to you, Kitchin’s video explains it all. If you’re familiar with any of the Lisp dialects, you’ll also be familiar with <code>let</code>. It turns out, though, that there’s still a bit to learn. Elisp has additional let constructs that are reminiscent of Common Lisp’s <a href="http://www.lispworks.com/documentation/HyperSpec/Body/m_destru.htm">destructuring-bind</a>.</p>
|
||||
<p>The first, <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Association-Lists.html#index-let_002dalist">let-alist</a>, binds each <code>car</code> of an <code>alist</code> to its corresponding <code>cdr</code>. If you have to deal with several entries in an <code>alist</code>, it’s a way of referring to an <code>alist</code> value by name instead of the normal <code>assoc/car/cdr</code> dance.</p>
|
||||
<p>The second, <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Sequence-Functions.html#index-seq_002dlet">seq-let</a>, is similar except that it takes two lists. The first is a list of symbols that are bound to the corresponding items in the second list. This is basically a scaled down version <code>destructuring-bind</code>.</p>
|
||||
<p>Finally, Kitchin mentions <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Destructuring-with-pcase-Patterns.html#index-pcase_002dlet">pcase-let</a>, which binds patterns to values. It’s much more complex than the others so Kitchin doesn’t discuss it in depth.</p>
|
||||
<p>This is a short video, 12 minutes, 12 seconds, but it’s really useful for Elisp n00bs and those not familiar with <code>let-alist</code>, <code>seq-alist</code>, and <code>pcase-let</code>. If you fall into either category, be sure to take a look.</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/3FnvBEkcUZE" width="480" alt="thumbnail" title="Arch User Reacts To Linus Tech Tips Linux Challenge Pt 3" /></p>We're back for the 3rd part of the Linux Tech Tips linux challenge and this week went surprisingly well, I mean really well I didn't even have anything to say about most of the video. For basic user tasks Linus and Luke have sort of got used to using Linux.<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 />==========Resources==========<br />Dolphin Post 1: https://forum.kde.org/viewtopic.php?f=223&t=168398<br />Dolphin Post 2: https://forum.manjaro.org/t/the-right-way-to-modify-system-files-and-folders-in-kde-since-dolphin-cannot-be-opened-as-root/36902<br />Dolphin Post 3: https://forum.manjaro.org/t/dolphin-as-root-user/19119<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 />==========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 />#LinusTechTips #LinuxChallenge #Linux #ArchLinux #LTT<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=3FnvBEkcUZE
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello there. I've always been interested in computer systems and GNU/Linux and I want to learn about it as much as I can to eventually even install and learn Gentoo and LFS and become an Advanced Linux Wizard. The only experience I have with Linux, though, is Ubuntu, which I used mainly when my PCs broke. I was about to use it as my main OS but I never did so once they replaced Unity with Gnome, which I never really liked that much. Gaming eventually made me go back to Windows, which I've used since then.</p> <p>I have a few old PCs lying around that I want to revive, and this is a good opportunity to learn. I remember having lots of fun using the console in Ubuntu —something that's nearly absent in Windows— but I think it's time to hop to something more advanced, and I think that something like Debian or Suse or Fedora just won't do. What do you think? Would it be unwise and masochist to hop into Arch, or is it not that complicated assuming you put in enough time to figure things out and read? Thank you.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Yumemiyou"> /u/Yumemiyou </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/qyfq0t/jumping_from_ubuntu_to_arch_as_a_beginner/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/qyfq0t/jumping_from_ubuntu_to_arch_as_a_beginner/">[comments]</a></span>
|
|
@ -0,0 +1,43 @@
|
|||
<p>Stump The Linux Chumps | Ask Noah Show 98</p>
|
||||
|
||||
<p>Our friends from Destination Linux join us and together we form the “Linux Chumps”! Can we be stumped? We think not, but your calls try anyway! Your emails, your calls, your questions are the priority. Join Michael, Zeb, Ryan and Noah as we take on you the listener in this special edition!</p>
|
||||
|
||||
<h3><strong>-- The Cliff Notes --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/98" rel="nofollow">This Episode's Podcast Dashboard</a></p>
|
||||
|
||||
<p><a href="http://www.voxtelesys.com/asknoah" rel="nofollow">Phone Systems for Ask Noah provided by Voxtelesys</a></p>
|
||||
|
||||
<p>Join us in our dedicated chatroom #AskNoahShow on Freenode!</p>
|
||||
|
||||
<h3><strong>-- Stay In Touch --</strong></h3>
|
||||
|
||||
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and they’re excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Contact Noah</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p>asknoah [at] jupiterbroadcasting.com</p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>-- Twitter --</strong></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
|
||||
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
|
||||
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
|
||||
<li><a href="https://twitter.com/jbsignal" rel="nofollow">Jupiter Broadcasting</a></li>
|
||||
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p><p>Links:</p><ul><li><a href="https://fedoramagazine.org/celebrate-fifteen-years-fedora/" title="Celebrate Fifteen Years of Fedora - Fedora Magazine" rel="nofollow">Celebrate Fifteen Years of Fedora - Fedora Magazine</a></li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
While waiting for Joe Biden’s “Joint Session” of congress speech we discuss Rudy Giuliani’s devices except for Hunter Biden’s laptop being confiscated by the DOJ, China is working with the Cartels, and other news of the day while waiting. Show Marketing Powered By: Better Three Group Click Here to find out more or go to […]
|
|
@ -0,0 +1,44 @@
|
|||
<p>Fedora 33 is out! We take Fedora for a test drive. There's a new project on the block that aims to make Containers easy to use for everyone! XDA has partnered to bring a new phone, the Pro1-X and shipping with Ubunut AND Linage, you're choice, and some messengers are leaking your link previews!</p>
|
||||
|
||||
<h3><strong>-- The Extra Credit Section --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/204" rel="nofollow">This Episode's Podcast Dashboard</a></p>
|
||||
|
||||
<p><a href="http://www.voxtelesys.com/asknoah" rel="nofollow">Phone Systems for Ask Noah provided by Voxtelesys</a></p>
|
||||
|
||||
<p>Join us in our dedicated chatroom #AskNoahShow on Freenode!</p>
|
||||
|
||||
<h3><strong>-- Stay In Touch --</strong></h3>
|
||||
|
||||
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and they’re excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Contact Noah</strong></p>
|
||||
|
||||
<blockquote>
|
||||
<p>live [at] asknoahshow.com</p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>-- Twitter --</strong></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
|
||||
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
|
||||
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
|
||||
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p><p>Links:</p><ul><li><a href="https://gist.github.com/igorljubuncic/552ce387fd1e1c5768f5fd4efc71fabe" title="Application startup timing script" rel="nofollow">Application startup timing script</a></li><li><a href="https://ubuntu.com//blog/snap-speed-improvements-with-new-compression-algorithm" title="Snap speed improvements with new compression algorithm! | Ubuntu" rel="nofollow">Snap speed improvements with new compression algorithm! | Ubuntu</a> — The results in the table are average values over multiple runs. The standard deviation is ~0.7 seconds for the cold startups, and ~0.1 seconds for the hot startups.
|
||||
The use of the LZO compression offers 40-74% cold startup improvements over the XZ compression.
|
||||
On the Kubuntu 18.04 system, which still has Chromium available as a DEB package, the LZO-compressed snap now offers near-identical startup performance!
|
||||
On Fedora 32 Workstation, the LZO-compressed snap cold startup is faster than the RPM package by a rather respectable 33% (actual ~5.0 seconds difference).
|
||||
Hot startups are largely independent of the packaging format selection.</li><li><a href="https://www.indiegogo.com/projects/pro1-x-smartphone-functionality-choice-control?secret_perk_token=2c0a82a4#/" title="Pro1 X Smartphone Functionality, Choice & Control | Indiegogo" rel="nofollow">Pro1 X Smartphone Functionality, Choice & Control | Indiegogo</a></li><li><a href="https://www.mysk.blog/2020/10/25/link-previews/" title="Link Previews: How a Simple Feature Can Have Privacy and Security Risks | Mysk" rel="nofollow">Link Previews: How a Simple Feature Can Have Privacy and Security Risks | Mysk</a></li><li><a href="https://arstechnica.com/information-technology/2020/10/study-shows-which-messengers-leak-your-data-drain-your-battery-and-more/" title="Study shows which messengers leak your data, drain your battery, and more | Ars Technica" rel="nofollow">Study shows which messengers leak your data, drain your battery, and more | Ars Technica</a> — The researchers behind Monday’s report, Talal Haj Bakry and Tommy Mysk, found that Facebook Messenger and Instagram were the worst offenders. As the chart below shows, both apps download and copy a linked file in its entirety—even if it’s gigabytes in size. Again, this may be a concern if the file is something the users want to keep private.</li><li><a href="http://www.amazon.com/exec/obidos/ASIN/B014SK2H6W/altispeed-20" title="Amazon.com: Vonets VAP11G-300 Wireless Portable WiFi Repeater/Bridge/AP Modes, Pocket Design 300mbps Multi-Functional AP Signal Booster, Plug & Play High Power WiFi Hotspot Extender Amplifier, USB Powered: Computers & Accessories" rel="nofollow">Amazon.com: Vonets VAP11G-300 Wireless Portable WiFi Repeater/Bridge/AP Modes, Pocket Design 300mbps Multi-Functional AP Signal Booster, Plug & Play High Power WiFi Hotspot Extender Amplifier, USB Powered: Computers & Accessories</a></li></ul>
|
||||
|
|
@ -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>!
|
||||
- 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>- Want more of The Bible Recap? Join <a href='http://patreon.com/thebiblerecap'>Patreon</a> today to receive additional perks!</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,11 @@
|
|||
|
||||
<div ( . )='http://www.w3.org/1999/xhtml'>
|
||||
<a href='https://yewtu.be/watch?v=-nEEe-gUCOY'>
|
||||
<img src='https://yewtu.be/vi/-nEEe-gUCOY/mqdefault.jpg'/>
|
||||
</a>
|
||||
<p style='word-break:break-word;white-space:pre-wrap'>If you'd like to see more of the Bob Dutko Show it can be found here
|
||||
https://wmuz.com/bobdutko/
|
||||
|
||||
I'm Mike Winger and I have tons of FREE content, helping you learn to think biblically, on my YouTube channel or on my website (which includes a search feature helping you find exactly what you are looking for). https://BibleThinker.org</p>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue