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 @@
<!-- SC_OFF --><div class="md"><p>In NixOS, I have installed emacs:</p> <pre><code>$ emacs --version GNU Emacs 27.2 Copyright (C) 2021 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GNU Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. </code></pre> <p>What does it mean when I start its daemon:</p> <pre><code>$ emacs --daemon Warning: due to a long standing Gtk+ bug https://gitlab.gnome.org/GNOME/gtk/issues/221 Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost. Using an Emacs configured with --with-x-toolkit=lucid does not have this problem. Warning (initialization): An error occurred while loading /home/t/.emacs.d/init.el: File is missing: Cannot open load file, No such file or directory, go-mode-autoloads To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the --debug-init option to view a complete error backtrace. Starting Emacs daemon. </code></pre> <p>?</p> <p>I also feel that ~/.emacs.d/init.el isn&#39;t executed when I start the emacs, because I added <code>(desktop-save-mode 1)</code> in it, and when I exit and start emacs daemon again, it doesn&#39;t reopen the files that were opened when I exited it.</p> <p>Thanks.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/timlee126"> /u/timlee126 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/raekv4/why_is_there_this_gtk_warning_and_not_loading/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/raekv4/why_is_there_this_gtk_warning_and_not_loading/">[comments]</a></span>

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>!
- 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 TODAYS PODCAST: </p>
<p>- <a href='https://thebiblerecap.podbean.com/e/day-231-2-kings-24-25-2-chronicles-36-year-2/'>The Bible Recap - Episode 231</a></p>
<p>- Song: <a href='https://www.youtube.com/watch?v=JqIargBqsZ4'>Something's Missing by John Mayer</a></p>
<p>- Book: <a href='https://amzn.to/2Z3EVeE'>The Five Love Languages</a>*</p>
<p>- Video: <a href='https://www.youtube.com/watch?v=p8GDFPdaQZQ'>Lamentations Overview</a></p>
<p><em>*This is an affiliate link. A small percentage of your purchase helps support The Bible Recap!</em></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I swear this used to work, but after a recent package update, I can&#39;t seem to get it working again. </p> <p>I looked online and can&#39;t seem to find any documentation on this either.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/the_whalerus"> /u/the_whalerus </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rcl0u6/organize_imports_in_javascript_lsp_mode/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rcl0u6/organize_imports_in_javascript_lsp_mode/">[comments]</a></span>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Hey guys! So I killed my mid-2011 MBA yesterday (sigh..RIP), and had to replace it asap with another MBA, so I now have an M1 running Big Sur. Don&#39;t get me started on all of the things I hate about this..BUT, one of the things I am disliking intensely the most is that I can no longer just type &quot;emacs filename&quot; at the command line, and invoke plain old non-GUI emacs. I&#39;ve installed the GUI emacs from emacsformacsosx, and I have an alias so I can invoke it by typing &quot;emacs filename&quot;, but of course it still invokes the efmo GUI version. I&#39;m competent enough to sudo and follow clear step-by-step instructions (yeah, I&#39;m one of those users that every sysadmin dreads..I know *just* enough to f everything up), but everything I&#39;ve found assumes that you already have &#39;brew&#39; or some other one (I forget the name)...and that&#39;s where I&#39;m stymied. Does anybody have pointers to step-by-step directions for getting regular emacs back on my computer? (There are a lot of sites that say &quot;emacs comes already installed but it&#39;s not the best version&quot; but if that is true for Big Sur out of the box, for the life of me I can&#39;t find it (lots of files with emacs in the name do turn up when I do a &#39;locate&#39; but none that seem to be actually executable).</p> <p>Thank you in advance!</p> <p>Annie</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/amitchell"> /u/amitchell </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5sh7c/can_someone_please_point_me_to_stepbystep/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5sh7c/can_someone_please_point_me_to_stepbystep/">[comments]</a></span>

View file

@ -0,0 +1 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/q75av5/kde_switched_from_windows_to_manjaro_kde_on_my/"> <img src="https://preview.redd.it/0moffthyw5t71.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=9921df8bfd6e2766d388b007f039e96ba61a5943" alt="[KDE] Switched from Windows to Manjaro KDE on my laptop. It's not much but it's mine." title="[KDE] Switched from Windows to Manjaro KDE on my laptop. It's not much but it's mine." /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/embed__"> /u/embed__ </a> <br/> <span><a href="https://i.redd.it/0moffthyw5t71.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/q75av5/kde_switched_from_windows_to_manjaro_kde_on_my/">[comments]</a></span> </td></tr></table>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Starting &amp; stopping the profiler shows what functions ran &amp; sorts them by cpu/mem.</p> <p>Is it possible to show the elisp code/functions in the sequence that they are run in a separate buffer? And is it possible to do this in real-time?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/realfuckingdd"> /u/realfuckingdd </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ruhy2p/debug_emacs_elisp_code_in_real_time/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/ruhy2p/debug_emacs_elisp_code_in_real_time/">[comments]</a></span>

View file

@ -0,0 +1 @@
<p>God demonstrates his wrath by handing his people over to the natural consequences of their own destructive decisions, which ultimately leads to death. In this episode, Tim, Jon, and Carissa discuss what it means to be saved from Gods wrath by embracing the life of Jesus and a whole new set of natural consequences: lives given over to love and righteousness.</p><p><a href="https://bibleproject.com/podcast/saved-from-gods-wrath/">View full show notes from this episode →</a></p><p>Timestamps </p><ul><li>Part one (0:0013:15)</li><li>Part two (13:1528:30)</li><li>Part three (28:3035:00)</li><li>Part four (35:0045:00)</li><li>Part five (45:00end)</li></ul><p>Show Music </p><ul><li>“Defender Instrumental” by Tents</li><li>“Beneath Your Waves” by Sleepy Fish</li></ul><p>Show produced by Dan Gummel. Show notes by Lindsey Ponder.</p><p>Powered and distributed by Simplecast.</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/YHsSa4GkRRw" width="480" alt="thumbnail" title="Arch User Reacts To Linus Tech Tips Linux Challenge Pt 2" /></p>The second episode of the Linus Tech Tips linux challenge is out and this time we're tackling game streaming under linux, this is something I am incredibly familiar with so I hope the commentary I add gives some extra context for why and how the issues occur<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 />Linus Tech Tips Video Part 2: https://youtu.be/3E8IGy6I9Wo<br />Reaction Part 1: https://youtu.be/5JGm96zq4IY<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 #Linux #LTT #LinuxGamingChallenge #GamingOnLinux<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=YHsSa4GkRRw

View file

@ -0,0 +1 @@
<p>Megyn Kelly is joined by Alan Dershowitz, Professor Emeritus at Harvard University and host of The Dershow podcast, and Shadi Hamid, of the Brookings Institution and co-host of the Wisdom Of Crowds podcast, to talk about all the angles to what's happening in Israel and Gaza, today and throughout history, including the history of Israelis and Palestinians, what led to the violence in Israel and Gaza happening now, what happened with the Palestinians after 1967, how Hamas came into power, how life can be made easier for Palestinians in Gaza, the proportionality of Israel's response to Hamas, 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>

View file

@ -0,0 +1,81 @@
<p>Just created a standalone Git repository for my <code>tmr.el</code> library:
<a href="https://gitlab.com/protesilaos/tmr.el">https://gitlab.com/protesilaos/tmr.el</a>.</p>
<p>This has been part of <a href="https://protesilaos.com/dotemacs">my dotemacs</a>
for several months now and I thought it was right to turn it into its
own package. No ELPA package is planned for the foreseeable future.</p>
<p>Excerpt from its documentation:</p>
<blockquote>
<p>This package provides a single command for setting a timer: <code>tmr</code>.</p>
<p>The command prompts for a unit of time, which is represented as a string
that consists of a number and, optionally, a single character suffix
which specifies the unit of time.</p>
<p>Valid formats:</p>
<table>
<thead>
<tr>
<th>Input</th>
<th>Meaning</th>
</tr>
</thead>
<tbody>
<tr>
<td>5</td>
<td>5 minutes</td>
</tr>
<tr>
<td>5m</td>
<td>5 minutes</td>
</tr>
<tr>
<td>5s</td>
<td>5 seconds</td>
</tr>
<tr>
<td>5h</td>
<td>5 hours</td>
</tr>
</tbody>
</table>
<p>If <code>tmr</code> is called with an optional prefix argument (<code>C-u</code>), it also asks
for a description which accompanies the given timer. Preconfigured
candidates are specified in the user option <code>tmr-descriptions-list</code>,
though any arbitrary input is acceptable at the minibuffer prompt.</p>
<p>When the timer is set, a message is sent to the echo area recording the
current time and the point in the future when the timer elapses. Echo
area messages can be reviewed with the <code>view-echo-area-messages</code> which is
bound to <code>C-h e</code> by default.</p>
<p>Once the timer runs its course, it produces a desktop notification and
plays an alarm sound. The notifications message is practically the
same as that which is sent to the echo area. The sound file for the
alarm is defined in <code>tmr-sound-file</code>, while the urgency of the
notification can be set through the <code>tmr-notification-urgency</code> option.</p>
<p>The <code>tmr-cancel</code> command cancels the last <code>tmr</code>. Note that for the time
being it has no notion of multiple timers—just the last one.</p>
</blockquote>
<hr />
<p>As with every piece of Elisp I produce for my private needs, this is all
done for recreational and/or educational purposes. Though I believe
<code>tmr.el</code> can be used by others as well, provided they are willing to
install it manually.</p>
<p>The initial release notwithstanding, there are a couple of user-facing
improvements to be made:</p>
<ol>
<li>Make the <code>tmr-cancel</code> command prompt with completion for a timer
object when more than one is present.</li>
<li>Create a <code>tmr-list</code> command which lists all <code>tmr</code> objects (yes, I
know about <code>list-timers</code>, but I want something more specific).</li>
</ol>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>The intention of this thread is to aid people that are beginners or new to Arch to get some support. Easy/newbie questions, questions regarding the installation guide, screenshots, &quot;Hey I installed Arch :O!&quot; are all appropriate posts for this thread.</p> <p>Rules:</p> <ul> <li><p>If you have no intentions of helping beginners, hit the hide button. This thread is not for you.</p></li> <li><p>If your question has 2 paragraphs of text and 3 links with sources, then this is probably not the correct thread!</p></li> </ul> <p>The reason for this post is the <a href="https://www.reddit.com/r/archlinux/comments/e988s9/i_installed_arch_posts/">previous discussions</a> along with people suggesting it in the mod mail.</p> <p>Happy hacking!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Foxboron"> /u/Foxboron </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/mzr0vd/got_an_easy_question_or_new_to_arch_use_this/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/mzr0vd/got_an_easy_question_or_new_to_arch_use_this/">[comments]</a></span>

View file

@ -0,0 +1,16 @@
<p>On DLN Xtend Episode 17, Nate tests <a href="https://www.freeoffice.com/en/" rel="nofollow">FreeOffice</a> and Eric spends some time with <a href="https://kdenlive.org/" rel="nofollow">Kdenlive</a>.</p>
<p>We thank DigitalOcean for sponsoring DLN Xtend. DigitalOcean offers the simplest, most developer-friendly cloud platform. Its optimized to make managing and scaling apps easy with an intuitive API, multiple storage options, integrated firewalls, load balancers and so much more. You can get all this plus access to their world-class customer support for as low as $5 per month. DigitalOcean also has 2,000 cloud-agnostic tutorials to help you stay up to date with the latest open source software, languages, and frameworks. Get started on Digital Ocean for 2 Months FREE with a $100 credit by going to <a href="https://do.co/dln" rel="nofollow">do.co/dln</a>. </p>
<p><a href="https://destinationlinux.network/shows/destination-linux/" rel="nofollow">Destination Linux</a> talked about the open source document viewer <a href="http://koreader.rocks/" rel="nofollow">KOReader</a> which peaked Nate&#39;s interest and leads to a discussion on e-readers.</p>
<p>Ask Noah brings up the recent news of an AMD vulnerability discovered as part of a study funded by Intel and also the excellent <a href="https://opensource.builders" rel="nofollow">Opensource.Builders</a> website which showcases open source alternatives to common proprietary software.</p>
<p>Jason Evangelho of <a href="https://destinationlinux.network/shows/linux-for-everyone/" rel="nofollow">Linux for Everyone</a> recently interviewed <a href="https://wiki.ubuntu.com/AlanPope" rel="nofollow">Alan Pope</a> of Canonical and asked some interesting questions. We break down a few of the more interesting aspects of their conversation.</p>
<p>On the <a href="https://www.youtube.com/channel/UCIme1suHyN7cAGrTy8RBdhQ" rel="nofollow">DasGeek</a> YouTube channel, Ryan covered using the <a href="https://youtu.be/6M0hfmbLfmM" rel="nofollow">El Gato Streamdeck Mini</a> with Linux which led Eric to wonder if there was a way to use a general-purpose tablet to do the same thing rather than buying dedicated hardware. Turns out, there is a very easy way to accomplish this with <a href="https://github.com/Palakis/obs-websocket" rel="nofollow">obs-websocket</a> and <a href="http://t2t2.github.io/obs-tablet-remote/" rel="nofollow">OBS Tablet Remote</a>. Thanks to Venn Stone of <a href="https://linuxgamecast.com/" rel="nofollow">LinuxGameCast</a> for the <a href="https://linuxgamecast.com/2018/11/quick-dirty-remote-control-obs-studio/" rel="nofollow">tutorial</a>.</p>
<p>That&#39;s all for this week. Be sure to stop by DLN&#39;s <a href="https://discourse.destinationlinux.network/" rel="nofollow">Discourse</a>, <a href="https://destinationlinux.org/telegram" rel="nofollow">Telegram</a>, <a href="https://destinationlinux.network/mumble/" rel="nofollow">Mumble</a> and <a href="https://destinationlinux.org/discord" rel="nofollow">Discord</a> servers to continue the discussion. More information about this show and other Destination Linux Network <a href="https://destinationlinux.network/shows/" rel="nofollow">shows</a> and <a href="https://destinationlinux.network/creators/" rel="nofollow">creators</a> (like <a href="https://destinationlinux.network/creators/eric-adams/" rel="nofollow">Eric</a> and <a href="https://destinationlinux.network/creators/nathan-wolf/" rel="nofollow">Nate</a> for example) is available at <a href="https://destinationlinux.network" rel="nofollow">destinationlinux.network</a>.</p>
<p>Until next time, see yas!</p>

View file

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

View file

@ -0,0 +1,17 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=7eWAfmABHMs">https://www.youtube.com/watch?v=7eWAfmABHMs</a></p>
<p>In this video I offer an introduction to the built-in bookmarking
framework of Emacs. Bookmarks are compartments that store arbitrary
data about files/contexts that we can retrieve on demand. They can
potentially work with practically every major-mode inside of Emacs and
can interface with other core features such as TRAMP to, e.g., restore
an Eshell buffer over a particular file access protocol.</p>
<p>The video also briefly covers my custom extensions for the bookmarks
list view as well as my handler function for making EWW compliant with
the standard <code>bookmark.el</code> library instead of its own bookmarking
facility.</p>
<p>All configurations and custom code are published on this website as part
of my dotemacs: <a href="https://protesilaos.com/dotemacs">https://protesilaos.com/dotemacs</a>. The link includes
references to the Git sources.</p>

View file

@ -0,0 +1,39 @@
<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 TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Genesis+2%3A7&version=ESV'>Genesis 2:7</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=isaiah+45%3A9&version=ESV'>Isaiah 45:9</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=jeremiah+14%3A11-12&version=ESV'>Jeremiah 14:11-12</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=john+8%3A31-47&version=ESV'>John 8:31-47</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+7%3A21-23&version=ESV'>Matthew 7:21-23</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+7%3A21-23&version=ESV'>John 14:15</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 @@
<!-- SC_OFF --><div class="md"><p>Is there a mode to edit ics files in Emacs? I know I can open them as text files and edit them, but I am looking for a more convenient way that respects the structure and standard of an ics file and make inputting dates and times more human friendly.</p> <p>Perhaps in some form that resembles Google&#39;s event editor.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Tohiko"> /u/Tohiko </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ru8hax/editing_ics_files_in_emacs/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/ru8hax/editing_ics_files_in_emacs/">[comments]</a></span>

View file

@ -0,0 +1,2 @@
<p>This week we take a deep dive into the IOT &amp; the Cloud. Noah isnt quite dead yet as he gives us an earful on the future of MacOS. Plus our thoughts on Signal, Telegram, Wire, IRC &amp; more!</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1,3 @@
<img src="https://media.babylonbee.com/thumbs/article-9984-1-thumb.jpg"> <p>MENLO PARK, CA&mdash;With all his employees out of town to enjoy Thanksgiving with friends and loved ones, Mark Zuckerberg is taking the time to sit down with his virtual metaverse family and eat some virtual turkey.&nbsp;</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/mark-zuckerberg-sits-down-with-virtual-meta-family-for-some-virtual-turkey">Mark Zuckerberg Sits Down With Virtual Meta Family For Some Virtual Turkey</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -0,0 +1,59 @@
<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="Are You Brave Enough For This Browser? | Destination Linux 249" width="800" height="450" src="https://www.youtube.com/embed/eGnH6DbGc14?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>
<p>This weeks episode of Destination Linux, we&#8217;re going to discuss whether you or your organization should be using Brave browser and it&#8217;s new search engine. Then we&#8217;re going to discuss a new data analysis predicting some explosive growth in Linux and what this means for innovation and jobs in the open-source world. Plus we&#8217;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&#8217;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>
<figure class="wp-block-image size-large is-resized"><a href="https://do.co/dln" target="_blank" rel="noopener"><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"/></a><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"><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>
<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><br>Noah Chelliah = <a href="http://asknoahshow.com" target="_blank" rel="noreferrer 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=eGnH6DbGc14&amp;t=00m00s" target="_blank" rel="noopener">00:00</a> = Welcome to DL 249</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=01m08s" target="_blank" rel="noopener">01:08</a> = Community Feedback: Firefox Snap in Ubuntu 21.10</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=09m45s" target="_blank" rel="noopener">09:45</a> = DigitalOcean: App Platform ( <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=eGnH6DbGc14&amp;t=11m23s" target="_blank" rel="noopener">11:23</a> = Browser Discussion Are You Brave Enough?</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=41m05s" target="_blank" rel="noopener">41: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=eGnH6DbGc14&amp;t=44m46s" target="_blank" rel="noopener">44:46</a> = Linux Projected for 19%+ Increase in Marketshare says Fortune Business Insights</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=51m40s" target="_blank" rel="noopener">51:40</a> = Linux Gaming: Dual Souls (Fighting Game)</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=54m08s" target="_blank" rel="noopener">54:08</a> = Software Spotlight: Pebbles (calculator)</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=56m12s" target="_blank" rel="noopener">56:12</a> = Linux Events</li><li><a href="https://www.youtube.com/watch?v=eGnH6DbGc14&amp;t=58m05s" target="_blank" rel="noopener">58:05</a> = Outro</li></ul>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>i.e. what are the things you have done to your Arch installation the sets it apart from any other instance of any operating system?</p> <p>Note: before some one say it, yes I am aware of Gentoo, Slackware, void, lfs... I am asking about Arch since it&#39;s just more popular.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/IWantArchlinux"> /u/IWantArchlinux </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rsaf5h/arch_users_may_be_the_people_with_the_most_unique/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rsaf5h/arch_users_may_be_the_people_with_the_most_unique/">[comments]</a></span>

View file

@ -0,0 +1 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/kaushalmodi"> /u/kaushalmodi </a> <br/> <span><a href="https://ox-hugo.scripter.co/doc/org-special-blocks/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/rgkk3y/support_for_org_special_blocks_in_oxhugo/">[comments]</a></span>

View file

@ -0,0 +1,4 @@
<p>Linux apps are coming to ChromeOS via containers, Fedora is going for better battery life & what is going on with Xfce?</p>
<p>Plus Ubuntu MATEs cool new tick & we take a look at crankshaft: raspberry pi + android auto + free software + love.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1 @@
Trans revolution calls for communist revolution … and more on todays CrossPolitic Daily News Brief. This is Toby Sumpter. Today is Tuesday, December 14, 2021.&#160; Find all our shows at Crosspolitic.com and download the Fight Laugh Feast App at your favorite app store so you dont miss anything. And if youre not yet a Fight [&#8230;]

View file

@ -0,0 +1 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r2x0v2/xfce_this_is_not_a_rice_i_call_it_lastrange/"> <img src="https://preview.redd.it/t66gjxyoa0281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=f18093e1dc612af73f18f44e7d3987ae75edc6cd" alt="[XFCE] This is not a rice. I call it LaStrange" title="[XFCE] This is not a rice. I call it LaStrange" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/zibonbadi"> /u/zibonbadi </a> <br/> <span><a href="https://i.redd.it/t66gjxyoa0281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r2x0v2/xfce_this_is_not_a_rice_i_call_it_lastrange/">[comments]</a></span> </td></tr></table>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>I felt like telling my experiences of using org-mode for school as a new emacs user.</p> <p>So to begin, I am a long-time vim user, but not a power user. I used vim to edit smaller files (like config files, etc.). I primarily used a graphical IDE for my &quot;real&quot; work (JetBrains tools specifically). After watching some videos on emacs (shout-out DistroTube), I decided to give emacs a try. I went for doom emacs since it seemed to be the most popular, and it had vim-like keybindings (evil mode). Once I learned the basics of org-mode, I decided that this would be amazing for taking notes in class. </p> <p>After a few weeks of taking notes in class, I am very happy with org-mode for taking notes. I really like the customizability of emacs (not org-mode specifically). </p> <p>Some of the features I use the most are:</p> <ul> <li>Inserting LaTeX snippets for complex math/comp. sci notes.</li> <li>Folding headers to keep my notes clean</li> <li>Adding TODO tags (with org agenda) to log assignments/exams</li> <li>Exporting org files to other formats (especially HTML) to share with classmates</li> </ul> <p>What other features do you guys like to use for this purpose? And is there any feedback you can give me to make my experience even better?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/tman5400"> /u/tman5400 </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/r581pr/my_first_few_weeks_of_using_orgmode_for_school/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r581pr/my_first_few_weeks_of_using_orgmode_for_school/">[comments]</a></span>

View file

@ -0,0 +1,6 @@
<p>A new show that is your gateway to self hosting all the things. </p>
<p>Discover new software, regain control of cloud services and own your data. Learn how you can take steps to free yourself from the agenda of large corporations and business models designed to sell your information. </p>
<p>Join Alex and Chris on their Self Hosting journey on this new podcast from Jupiter Broadcasting. </p><p><a href="https://jupitersignal.memberful.com/checkout?plan=53744" rel="payment">Support Self-Hosted</a></p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/ptjCJNkjJRg" width="480" alt="thumbnail" title="Which Arch Linux Kernel Should I Use!" /></p>There's a bunch of kernels available in the standard repos and the AUR for arch linux but what do they all do and which one should you use.<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 />Arch Kernels: https://wiki.archlinux.org/title/kernel<br />Linux Kernels: https://www.kernel.org/<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:48 Available ernels<br />1:08 Stable Kernel<br />1:58 LTS Kernel<br />4:15 Linux Hardened<br />5:37 Zen Kernel<br />7:22 Other Kernels Worth Noting<br />9:31 What Kernel Should I Use<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 />#ArchLinux #Linux #Kernel<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=ptjCJNkjJRg

View file

@ -0,0 +1,50 @@
<p><iframe loading="lazy" title="Destination Linux EP44 - Dustin Krysak of Ubuntu Budgie" width="800" height="450" src="https://www.youtube.com/embed/szfs14Pn8dY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><span style="font-weight: 400;">Welcome to Episode 44 of Destination Linux for 11-06-17</span></p>
<p><span style="font-weight: 400;">We have some changes weve implemented this week:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Our producer Zebe is here with us for the first week. He will helping to manage our Patrons who have the opportunity to join the show live while were recording. He may jump in from time to time to add commentary or help ask questions from the Patron group in Zoom. </span></li>
</ul>
<p><span style="font-weight: 400;">Today on the show we have a special guest Dustin from Ubuntu Budgie. Dustin has been a guest in the past but for our new listeners…..</span></p>
<p><span style="font-weight: 400;">Dustin Krysak</span></p>
<p><a href="https://twitter.com/Bashfulrobot"><span style="font-weight: 400;">@Bashfulrobot</span></a></p>
<p><a href="https://github.com/bashfulrobot"><span style="font-weight: 400;">Github</span></a></p>
<p><a href="https://ubuntubudgie.org/"><span style="font-weight: 400;">Ubuntu Budgie</span></a></p>
<p><a href="https://ubuntubudgie.org/downloads"><span style="font-weight: 400;">Download Ubuntu Budgie 17.10</span></a></p>
<p><a href="https://ubuntubudgie.org/blog/2017/10/31/developer-diary-october">More info on the applets</a></p>
<p><span style="font-weight: 400;">New LibreOffice and Chromium snaps are available for testing</span></p>
<ul>
<li style="font-weight: 400;"><a href="https://plus.google.com/+OlivierTilloy/posts/irsoC1hp7q7"><span style="font-weight: 400;">https://plus.google.com/+OlivierTilloy/posts/irsoC1hp7q7</span></a></li>
<li style="font-weight: 400;"><a href="https://plus.google.com/+OlivierTilloy/posts/Mh3Pdgw8KhL"><span style="font-weight: 400;">https://plus.google.com/+OlivierTilloy/posts/Mh3Pdgw8KhL</span></a></li>
</ul>
<p><a href="http://www.omgubuntu.co.uk/2017/11/canonical-joined-gnome-foundation-advisory-board"><span style="font-weight: 400;">Canonical Has Joined the GNOME Foundation Advisory Board</span></a></p>
<p><a href="http://news.softpedia.com/news/you-can-now-install-kde-plasma-5-11-2-desktop-and-latte-dock-on-kubuntu-17-10-518289.shtml"><span style="font-weight: 400;">You Can Now Install KDE Plasma 5.11.2 Desktop and Latte Dock on Kubuntu 17.10</span></a></p>
<p><a href="http://www.omgubuntu.co.uk/2017/10/new-look-skype-for-desktop-released"><span style="font-weight: 400;">Revamped Skype Desktop App Released</span></a></p>
<p><a href="https://hothardware.com/reviews/amd-ryzen-mobile-vega-graphics"><span style="font-weight: 400;">AMD Launches Ryzen Mobile Combining Zen And Vega To Take On Intel In Powerhouse Laptops</span></a></p>
<p><a href="https://www.theverge.com/2017/10/27/16557142/youtube-new-demonetization-algorithm-rollout-false-positive"><span style="font-weight: 400;">YouTube is fighting the adpocalypse with a less trigger-happy flagging system</span></a></p>
<p><a href="https://www.bleepingcomputer.com/news/software/firefox-to-get-a-better-password-manager/"><span style="font-weight: 400;">Firefox to Get a Better Password Manager</span></a></p>
<p><a href="https://www.bleepingcomputer.com/news/software/firefox-implements-another-privacy-preserving-feature-taken-from-the-tor-browser/"><span style="font-weight: 400;">Firefox Implements Another Privacy-Preserving Feature Taken From the Tor Browser</span></a></p>
<p><a href="http://lancasteronline.com/business/technology/kaspersky-we-uploaded-us-documents-but-quickly-deleted-them/article_1459b049-c9ef-5292-a961-6b151bbb3e9e.html"><span style="font-weight: 400;">Kaspersky: We uploaded US documents but quickly deleted them</span></a></p>
<p><a href="https://www.washingtonpost.com/world/europe/kaspersky-we-uploaded-us-documents-but-quickly-deleted-them/2017/10/25/3aa6da46-b95b-11e7-9b93-b97043e57a22_story.html"><span style="font-weight: 400;">Another article</span></a></p>
<p><a href="http://linuxgizmos.com/beaglebone-based-3d-printer-focuses-on-ease-of-use/"><span style="font-weight: 400;">3D printer runs Linux on BeagleBone, focuses on ease of use</span></a></p>
<p><a href="https://youtu.be/7rgFtkMiXms"><span style="font-weight: 400;">South Korea: World&#8217;s first giant manned robot takes its first steps</span></a></p>
<p><a href="http://www.linuxandubuntu.com/home/5-most-beautiful-linux-desktop-environments"><span style="font-weight: 400;">5 Most Beautiful Linux Desktop Environments</span></a></p>
<p><b>Gaming</b></p>
<p><span style="font-weight: 400;">What Have I Been Playing: </span><a href="http://store.steampowered.com/app/541570/Sally_Face/"><span style="font-weight: 400;">Sally Face</span></a></p>
<p><span style="font-weight: 400;">A very unusual but so far amazing psychological horror game made by Steve Gabry. </span></p>
<p><a href="https://www.feralinteractive.com/en/news/820/"><span style="font-weight: 400;">FORMULA ONE<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> returns to Linux with F1<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 2017</span></a></p>
<p><a href="https://www.gamingonlinux.com/articles/f1-2017-is-officially-coming-to-linux-releasing-november-2nd-from-feral-interactive.10624"><span style="font-weight: 400;">F1 2017 is officially coming to Linux, releasing November 2nd from Feral Interactive</span></a></p>
<p><a href="http://www.omgubuntu.co.uk/2017/10/supertuxkart-halloween-update"><span style="font-weight: 400;">SuperTuxKart Update Adds New Tracks, Characters</span></a></p>
<p><a href="http://www.omgubuntu.co.uk/2017/10/supertuxkart-android-release"><span style="font-weight: 400;">You Can Now Play SuperTuxKart on Android!</span></a></p>
<p><a href="https://www.gamingonlinux.com/articles/city-game-studio-a-sandbox-management-game-will-release-next-year-made-on-linux.10612"><span style="font-weight: 400;">City Game Studio, a sandbox management game will release next year, made on Linux</span></a></p>
<p><a href="https://www.gamingonlinux.com/articles/adventure-game-aer-memories-of-old-has-released-with-same-day-linux-support.10614"><span style="font-weight: 400;">Adventure game &#8216;AER Memories of Old&#8217; has released with same-day Linux support</span></a></p>
<p><a href="https://www.maketecheasier.com/best-gaming-mice-linux/"><span style="font-weight: 400;">5 of the Best Gaming Mice For Linux</span></a></p>
<p><b>Admin</b></p>
<p><a href="https://teespring.com/destinationlinuxpodcast?utm_swu=29&amp;utm_source=Seller_mktauto_us&amp;utm_campaign=seller_campaign_launch_2&amp;utm_medium=email#pid=522&amp;cid=101894&amp;sid=front"><span style="font-weight: 400;">Destination Linux Apparel</span></a></p>
<p><b>Where Can You Find Us This Week</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Rocco and Ryan will be playing Rocket League live this week on DasGeek Channel</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Big Dady Linux Live on Saturday night on the BigDaddyLinux Channel</span></li>
</ul>
<p><span style="font-weight: 400;">Twitter @dasgeekchannel @bigdaddylinux</span></p>
<p><span style="font-weight: 400;">A big thank you to each and every one of you for supporting us and Thank you For Watching Destination Linux</span></p>
<p><span style="font-weight: 400;">Have a great week and remember the Journey ITSELF is just as important as the Destination</span></p>

View file

@ -0,0 +1 @@
Two Treatises by John Locke Chapter 2a highlights, Donald Trump&#8217;s statement mocking SCOTUS for not having courage, Matt DePerno&#8217;s Michigan Election Hearing, and Joe Biden&#8217;s withholding $150 billion from Ukraine just like he promised.  Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com For Advertising your business [&#8230;]

View file

@ -0,0 +1,12 @@
<div ( . )='http://www.w3.org/1999/xhtml'>
<a href='https://yewtu.be/watch?v=OOyZseJCN2o'>
<img src='https://yewtu.be/vi/OOyZseJCN2o/mqdefault.jpg'/>
</a>
<p style='word-break:break-word;white-space:pre-wrap'>Omnism, in the sense that we just pretend all religions are true, is a really nice (in the old sense of the word) religion. It has high hopes and seems to help everyone to &quot;get along&quot; but it depends entirely on utter irrationality and dishonest evaluations of the really important issues that religions are disagreeing on. If you have fallen for Omnism then I hope you&apos;ll consider this a kindness and a wake-up call to consider the evidence for Jesus and the importance of the truth about God and us.
This is just one question from a long interview I did for the moderators of the r/Bible subreddit. They asked their subreddit to send me a bunch of questions and I spent a lot of time preparing so that I would be able to offer the best answers I could. I&apos;ll be posting these answers as individual videos so keep an eye out for the rest in the set. Here&apos;s a playlist where I will add them as they come out. https://www.youtube.com/playlist?list=PLZ3iRMLYFlHtc_kN13cgTRV1l3bl3wZiD
My website https://BibleThinker.org</p>
</div>

View file

@ -0,0 +1 @@
<p>It is on all of us to decide how it is that we are working with and using tech in 2021 as even the smallest decision has a cumulative effect. … Which ideology are we supporting through our software use/contributions and why? </p>

View file

@ -0,0 +1,4 @@
<p>Community news & app picks this week before we get into a bizarre story that could rip up parts of the open source community.</p>
<p>Plus Elementary OSs secret weapon to get more native apps, our tips for great High-DPI under Linux & some Enlightenment love.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>

View file

@ -0,0 +1,4 @@
Preamble Christmas day in Canada. Browsed the analytics for Reading World Magazine this morning and was surprised to see more than a few views in the Emacs pages.
Wishing those of you configuring your Emacs configurations on Christmas day a Merry Christmas 🎅 Know that you are not alone.
Emacs Posting In this post I introduced the ivy-rich code that adds additional information and functionality to the counsel package.
In today's post, you can find the ivy configuration, as well as other packages that are still handy to have installed.

View file

@ -0,0 +1 @@
France is preparing for a world war, the UN is responding to Russia&#8217;s build up on the Ukraine border and we&#8217;re going green. Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com For Advertising your business email Matt at matt@howtobuildatent.com GAB: @mattwilliams CloutHub: @themattwilliamsshow Telegram: @realmattwilliams

File diff suppressed because one or more lines are too long