trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Two Treatises by John Locke Chapter 3 and what the Army is preparing for, why Jerome Powell is the worst FED chair maybe ever, and their packing the SCOTUS. 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: […]
|
|
@ -0,0 +1,5 @@
|
|||
<p>We are very happy to announce that accessibility features have been added to our installation medium with <a href="https://gitlab.archlinux.org/archlinux/archiso/-/tags/v49">archiso v49</a>.
|
||||
From release 2020.11.01 onward these are available via the 2nd boot loader
|
||||
menu item. A <a href="https://wiki.archlinux.org/index.php/Install_Arch_Linux_with_accessibility_options">specific installation guide</a> can be found on the wiki.</p>
|
||||
<p>Many thanks go to Alexander Epaneshnikov who integrated the features from the <a href="https://wiki.archlinux.org/index.php/TalkingArch">TalkingArch</a> project into archiso's releng profile, which is used for creating the installation medium.</p>
|
||||
<p>Note: The boot loader timeouts have been set to 15s to allow blind users to select the menu item as the boot loaders themselves do not offer accessibility features.</p>
|
|
@ -0,0 +1,80 @@
|
|||
|
||||
|
||||
<p>I just extended the <code>modus-themes-diffs</code> customisation option with the
|
||||
ability to read a <code>deuteranopia</code> value.</p>
|
||||
|
||||
<p><em>Deuteranopia</em> describes insensitivity to the green channel of light.
|
||||
This includes the possibility of not distinguishing between red and
|
||||
green; the two colours that are typically codified in diff buffers as
|
||||
denoting “removed” and “added” states respectively.</p>
|
||||
|
||||
<p>Evaluating <code>(setq modus-themes-diffs 'deuteranopia)</code> and then re-loading
|
||||
the theme of choice will replace all instances of green in diff buffers
|
||||
with variants of blue. This affects the standard <code>diff-mode</code>, Ediff,
|
||||
Smerge, Magit, Vdiff, and any other library that inherits from those.</p>
|
||||
|
||||
<p>Below are illustrations of the phenomenon while using Magit diffs as an
|
||||
example with word-wise differences enabled (“refined” diffs). We try to
|
||||
simulate how deuteranopia is experienced. Those with it see red and
|
||||
green as variants of brown/yellow and interpret shades of magenta
|
||||
without its red channel’s intensity (magenta consists primarily of red
|
||||
and blue, so it looks closer to a desaturated blue).</p>
|
||||
|
||||
<h2>Red VS Green (default)</h2>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-default.png"><img alt="Modus Operandi default" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-default.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-default-simulated.png"><img alt="Modus Operandi default simulated" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-default-simulated.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-default.png"><img alt="Modus Vivendi default" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-default.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-default-simulated.png"><img alt="Modus Vivendi default simulated" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-default-simulated.png" /></a></p>
|
||||
|
||||
<h2>Red VS Blue (‘deuteranopia’ option)</h2>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-deuteranopia.png"><img alt="Modus Operandi deuteranopia" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-deuteranopia.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-deuteranopia-simulated.png"><img alt="Modus Operandi deuteranopia simulated" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-operandi-diff-deuteranopia-simulated.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-deuteranopia.png"><img alt="Modus Vivendi deuteranopia" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-deuteranopia.png" /></a></p>
|
||||
|
||||
<p><a href="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-deuteranopia-simulated.png"><img alt="Modus Vivendi deuteranopia simulated" src="https://protesilaos.com/assets/images/attachments/2021-02-25-modus-vivendi-diff-deuteranopia-simulated.png" /></a></p>
|
||||
|
||||
<h2>Accessibility broadly understood</h2>
|
||||
|
||||
<p>While <a href="https://protesilaos.com/emacs/modus-themes/">the Modus themes</a> are not
|
||||
designed with the express goal of optimising for deuteranopia across all
|
||||
of Emacs’ interfaces, we can always make steps towards improving that
|
||||
experience. The fact that we already conform with the highest standard
|
||||
for colour contrast (WCAG AAA) puts us in a good position to expand our
|
||||
commitment to accessibility so that it accounts for variations in colour
|
||||
perception.</p>
|
||||
|
||||
<p>Designing for such cases is no mean feat. I had to take screenshots of
|
||||
all relevant configurations, display them in the GNU Image Manipulation
|
||||
Program, and set a filter that simulates deuteranopia vision: from GNU
|
||||
IMP’s “View” menu, search for “Display Filters” and then apply “Color
|
||||
Deficient Vision”. That had to be done tens of times during the testing
|
||||
process.</p>
|
||||
|
||||
<p>What inspired me to add support for <code>(setq modus-themes-diffs
|
||||
'deuteranopia)</code> is the blog post of Sam Kleinman (aka “tycho garen”) on
|
||||
<a href="https://tychoish.com/post/editor-themes/">Editor Themes</a> (2021-02-24),
|
||||
which echoes the relevant wishlist item on my project’s issue tracker
|
||||
(<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/118">issue 118</a>)
|
||||
where I got feedback from Hörmetjan Yiltiz.</p>
|
||||
|
||||
<p>Apart from its immediate utility, consider this new feature a statement
|
||||
of intent: I want to make the themes as accessible as possible and am
|
||||
willing to act on user feedback to that end.</p>
|
||||
|
||||
<p>If you believe something does not work properly while using either
|
||||
<code>modus-operandi</code> or <code>modus-vivendi</code>, please do not hesitate to bring the
|
||||
issue to my attention. Colour is a complex phenomenon: even when we
|
||||
formally conform with the lofty target of a minimum 7:1 contrast in
|
||||
relative luminance, we may still encounter cases where things do not
|
||||
“feel right”. We can always fix those outright or, where necessary,
|
||||
benefit from the power of Elisp to provide the relevant customisation
|
||||
options.</p>
|
||||
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<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='http://www.thebiblerecap.com/start'>The Bible Recap Start Page</a></p>
|
||||
|
||||
<p>- <a href='https://www.theconnextion.com/tlcdgroup/index.cfm?CatID=933&prodlist=1'>Buy The Bible Recap Discussion Guide</a></p>
|
||||
|
||||
<p>- <a href='http://thebiblerecap.com/books'>Pre-order the Bible Recap Journal and Study Guide</a></p>
|
||||
|
||||
<p>- Christianbook.com Bundles (Three options: <a href='https://www.christianbook.com/the-bible-recap-bundle/tara-leigh-cobble/pd/226877?event=ESRCG'>here</a>, <a href='https://www.christianbook.com/bible-recap-book-study-guide-bundle/pd/226879?event=ESRCG'>here</a>, and <a href='https://www.christianbook.com/the-bible-recap-book-and-journal/pd/226893?event=ESRCG'>here</a>)</p>
|
||||
|
||||
<p>- <a href='http://www.thebiblerecap.com/links'>The Bible Recap Show Notes links</a></p>
|
||||
|
||||
<p>- <a href='https://thebiblerecap.podbean.com/e/september-reflections-and-corrections-1598643597/'>September Reflections & Corrections Episode</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>PREP EPISODES (in case you haven’t listened yet):</p>
|
||||
|
||||
<ol><li><a href='https://thebiblerecap.podbean.com/e/prep-1-lets-read-the-bible-in-a-year-chronological-plan/?token=676d196e5781216fa0d0db185d401f23'> Let's Read the Bible in a Year (Chronological Plan)!</a></li>
|
||||
|
||||
<li><a href='https://thebiblerecap.podbean.com/e/prep-2-how-i-learned-to-love-reading-the-bible/'> How I Learned to Love (Reading) the Bible</a></li>
|
||||
|
||||
<li><a href='https://thebiblerecap.podbean.com/e/prep-3-why-reading-the-whole-bible-is-important-interview-with-lee-mcderment/'> Why Reading the Whole Bible is Important (interview with Lee McDerment)</a></li>
|
||||
|
||||
<li><a href='https://thebiblerecap.podbean.com/e/prep-4-preparing-to-read-the-bible/'> Preparing to Read the Bible</a></li>
|
||||
|
||||
<li><a href='https://thebiblerecap.podbean.com/e/prep-5-avoiding-common-mistakes-what-to-look-for-when-you-read-the-bible/'> Avoiding Common Mistakes: What to Look for When You Read the Bible</a></li>
|
||||
|
||||
<li><a href='https://thebiblerecap.podbean.com/e/prep-6-reading-the-bible-in-community/'> Reading the Bible in Community</a></li>
|
||||
|
||||
</ol><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>is arch as well supported as an Ubuntu/debian based distro? let's say someone only supplies a .deb file, and you want to run it on arch, is it possible to run it with minimal problems? another example, if I want to use my 8bitdo controller that works in pop os, could I make it work on arch? is hardware supported equally between these distros?</p> <p>I want to switch to arch to make Linux less resource intensive and more customisable. However, i hope that there is the same level of support on arch, as there is from pop os.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/geffpants"> /u/geffpants </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rh1vh8/stupid_question_but/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rh1vh8/stupid_question_but/">[comments]</a></span>
|
|
@ -0,0 +1,2 @@
|
|||
<p>Ell sits down with Danny Akacki to talk about infosec, his experience on the Blue Team, how PancakesCon got started, and more.</p><p>Special Guest: Danny Akacki.</p><p>Links:</p><ul><li><a href="https://www.twitch.tv/SecondOrderChaos" title="SecondOrderChaos on Twitch" rel="nofollow">SecondOrderChaos on Twitch</a></li><li><a href="https://tisiphone.net/2020/03/15/pancakescon-2020-quarantine-edition/" title="PancakesCon 2020" rel="nofollow">PancakesCon 2020</a></li><li><a href="https://www.twitch.tv/videos/572752282" title="PancakesCon Track One Recording" rel="nofollow">PancakesCon Track One Recording</a></li><li><a href="https://twitter.com/DAkacki" title="@DAkacki on Twitter" rel="nofollow">@DAkacki on Twitter</a></li><li><a href="https://www.twitch.tv/hackwithbourbon" title="hackwithbourbon on Twitch" rel="nofollow">hackwithbourbon on Twitch</a></li><li><a href="https://www.randoh.net/" title="randoh.net" rel="nofollow">randoh.net</a></li><li><a href="https://extras.show/30" title="Jupiter Extras 30: Threat Hunting 101" rel="nofollow">Jupiter Extras 30: Threat Hunting 101</a></li><li><a href="https://www.amazon.com/Building-Virtual-Machine-Labs-Hands/dp/1546932631" title="Building Virtual Machine Labs: A Hands-On Guide" rel="nofollow">Building Virtual Machine Labs: A Hands-On Guide</a></li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi everyone!</p> <p>I want to use some python packages that are not in <code>guix</code> main channel. </p> <p>I tried creating a definition with <code>guix import pypi ohio --recursive</code> and put that on my private channel. (<code>ohio</code> is one of the packages that I want to use, as an example)</p> <p>I use it on my personal channel and <code>guix pull</code> works perfectly, I am able to search it afterwards (<code>guix search python-ohio</code>)</p> <p>My plan is use it in a project (with <code>direnv</code>) inside a manifest:</p> <p><code> (specifications->manifest '("python" "python-flake8" "python-pylint" "python-mypy" "python-jedi" "python-black" "python-pyls-black" "python-language-server" "python-yapf" "python-autopep8" "python-pandas" "python-psycopg2" "python-numpy" "python-seaborn" "postgresql" "jupyter" "python-ohio" )) </code></p> <p>but the building fails...</p> <p>How can I debug a package in a personal channel (I am aware about how to test in the <code>guix</code> repo, Is it the same?) What is the workflow? Is there another way? Maybe I can define it in a manifest? How? And in that case, how to test it?</p> <p>Any help will be appreciated</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/nanounanue"> /u/nanounanue </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qp6xnq/testing_python_packages/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/qp6xnq/testing_python_packages/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/2QmJftL1TyA" width="480" alt="thumbnail" title="She Will Punish Them - Its exactly what I expected." /></p>Patreon: https://www.patreon.com/hexdsl<br />Amazon Wish list: https://www.amazon.co.uk/hz/wishlist/ls/OQECP17P4Q3B?ref_=wl_share<br /><br />https://store.steampowered.com/app/1213740/She_Will_Punish_Them/<br /><br />My content is aimed at adults and I/we often swear in videos where we talk, please keep that in mind. This is channel for a mature audience.<br /><br />Thank you for watching. <br /><br />look at my words on https://hexdsl.co.uk<br />Join me on Discord: https://discord.gg/37GYAhj<br /><br />System Specs:<br />OS: Debian (testing) <br />DE: BSPWM<br />PC PARTS: https://uk.pcpartpicker.com/user/hexdsl/saved/wG6F8d<br /><br />Get me on... <br />web: https://hexdsl.co.uk<br />Stream: https://tv.hexdsl.co.uk<br />E-mail: HexDSL@posteo.net<br />...yes I am interested in collaborations.<br />...<br />https://www.youtube.com/watch?v=2QmJftL1TyA
|
|
@ -0,0 +1,84 @@
|
|||
<p>SHOW NOTES:
|
||||
Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>PODCAST BASICS:
|
||||
</p>
|
||||
|
||||
<p>- Subscribe where you listen!</p>
|
||||
|
||||
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
|
||||
</a></p>
|
||||
|
||||
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
|
||||
</p>
|
||||
|
||||
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
|
||||
|
||||
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Article: <a href='https://www.patheos.com/blogs/kermitzarleyblog/2017/03/enoch-elijah-escape-death-go-heaven/'>Did Enoch and Elijah Escape Death and Go to Heaven?</a></p>
|
||||
|
||||
<p>- Want Tara-Leigh to speak at your event? <a href='https://www.taraleighcobble.com/speaking'>Click here</a> for more info!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
|
||||
|
||||
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
|
||||
</a></p>
|
||||
|
||||
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
|
||||
</a></p>
|
||||
|
||||
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
|
||||
|
||||
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
|
||||
|
||||
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
|
||||
</a></p>
|
||||
|
||||
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
|
||||
|
||||
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
|
||||
</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>WEBSITE:
|
||||
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1,87 @@
|
|||
|
||||
|
||||
<p>I submitted the following to the Debian bug tracker
|
||||
<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931305">#931305</a>.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>While using proportional fonts, the Greek letter pi (π) is treated as
|
||||
a box-drawing character or, more likely, as missing from the
|
||||
proportional font altogether. This happens <em>only at certain point
|
||||
sizes</em> AND/OR <em>only with specific fonts</em>.</p>
|
||||
|
||||
<h2>Scenario 1: Greek pi works, but box-drawing does not</h2>
|
||||
|
||||
<p>With these settings:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceName: DejaVu Sans Mono
|
||||
xterm.vt100.faceSize: 10
|
||||
XTerm.vt100.forceBoxChars: false
|
||||
</code></pre>
|
||||
|
||||
<p>The greek letter pi is displayed correctly, but the second vertical line
|
||||
(drawn with U+2502) is almost the same as the first one (drawn with
|
||||
U+007C).</p>
|
||||
|
||||
<p><img alt="image scenario 1" src="https://protesilaos.com/assets/images/attachments/xterm_grpi_boxchars_scenario1.png" /></p>
|
||||
|
||||
<h2>Scenario 2: Greek pi does not work, but box-drawing does</h2>
|
||||
|
||||
<p>With these settings:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceName: DejaVu Sans Mono
|
||||
xterm.vt100.faceSize: 10
|
||||
XTerm.vt100.forceBoxChars: true
|
||||
</code></pre>
|
||||
|
||||
<p>The Greek letter pi is drawn using a fixed-size (bitmap) font. The
|
||||
second vertical line is properly displayed using box-drawing characters.</p>
|
||||
|
||||
<p><img alt="image scenario 2" src="https://protesilaos.com/assets/images/attachments/xterm_grpi_boxchars_scenario2.png" /></p>
|
||||
|
||||
<h2>Scenario 3: faceSize: 9.5 forceBoxChars: false works for both</h2>
|
||||
|
||||
<p>With these settings:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceName: DejaVu Sans Mono
|
||||
xterm.vt100.faceSize: 9.5
|
||||
XTerm.vt100.forceBoxChars: false
|
||||
</code></pre>
|
||||
|
||||
<p>Everything appears to work as intended.</p>
|
||||
|
||||
<p><img alt="image scenario 3" src="https://protesilaos.com/assets/images/attachments/xterm_grpi_boxchars_scenario3.png" /></p>
|
||||
|
||||
<h2>Scenario 4: Fira Code works using settings from scenarios 1 and 3</h2>
|
||||
|
||||
<p>With these:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceName: Fira Code
|
||||
xterm.vt100.faceSize: 10
|
||||
XTerm.vt100.forceBoxChars: false
|
||||
</code></pre>
|
||||
|
||||
<p>Or this changed:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceSize: 9.5
|
||||
</code></pre>
|
||||
|
||||
<p>Everything seems to work as intended.</p>
|
||||
|
||||
<p><img alt="image scenario 4" src="https://protesilaos.com/assets/images/attachments/xterm_grpi_boxchars_scenario4.png" /></p>
|
||||
|
||||
<h2>Scenario 5: forceBoxChars always breaks Greek letter pi (π)</h2>
|
||||
|
||||
<p>With these settings:</p>
|
||||
|
||||
<pre><code>xterm.vt100.faceName: Fira Code
|
||||
xterm.vt100.faceSize: 10
|
||||
XTerm.vt100.forceBoxChars: true
|
||||
</code></pre>
|
||||
|
||||
<p>Regardless of typeface, enabling forceBoxChars will always draw the
|
||||
letter pi in a bitmap font.</p>
|
||||
|
||||
<p><img alt="image scenario 5" src="https://protesilaos.com/assets/images/attachments/xterm_grpi_boxchars_scenario5.png" /></p>
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
<p>SHOW NOTES:
|
||||
Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>PODCAST BASICS:
|
||||
</p>
|
||||
|
||||
<p>- Subscribe where you listen!</p>
|
||||
|
||||
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
|
||||
</a></p>
|
||||
|
||||
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
|
||||
</p>
|
||||
|
||||
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
|
||||
|
||||
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://thebiblerecap.podbean.com/e/246-ezekiel-23-24/?token=0fb84b10adc08e8197b4fb970e49479f'>The Bible Recap - Episode 246</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Ezekiel+21%3A21-29&version=ESV'>Ezekiel 21:21-29</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Ezekiel+29%3A18&version=ESV'>Ezekiel 29:18</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
|
||||
|
||||
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
|
||||
</a></p>
|
||||
|
||||
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
|
||||
</a></p>
|
||||
|
||||
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
|
||||
|
||||
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
|
||||
|
||||
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
|
||||
</a></p>
|
||||
|
||||
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
|
||||
|
||||
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
|
||||
</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>WEBSITE:
|
||||
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Updated and reloaded my daemon and it doesn't load. Here is my --debug-init: <code> Debugger entered--Lisp error: (wrong-type-argument stringp nil) call-process(nil nil t nil "dump" "master") spell-fu--aspell-word-list-ensure("/home/xircon/.emacs.d/spell-fu/words_spell-fu-ispe..." "default") spell-fu--aspell-update(spell-fu-ispell-words-default "default") #f(compiled-function () #<bytecode 0x2eaf96e4d20f>)() spell-fu-mode-enable() spell-fu-mode(1) spell-fu--mode-turn-on() global-spell-fu-mode() load-with-code-conversion("/home/xircon/dotfiles/emacs.d/config.el" "/home/xircon/dotfiles/emacs.d/config.el" nil nil) load-file("~/dotfiles/emacs.d/config.el") org-babel-load-file("~/dotfiles/emacs.d/config.org") load-with-code-conversion("/home/xircon/.emacs.d/init.el" "/home/xircon/.emacs.d/init.el" nil nil) load("/home/xircon/.emacs.d/init.el") (let* ((emacs-directory (file-name-as-directory (chemacs-emacs-profile-key 'user-emacs-directory))) (init-file (expand-file-name "init.el" emacs-directory)) (custom-file- (chemacs-emacs-profile-key 'custom-file init-file)) (server-name- (chemacs-emacs-profile-key 'server-name))) (setq user-emacs-directory emacs-directory) (if server-name- (progn (setq server-name server-name-))) (mapcar #'(lambda (env) (setenv (car env) (cdr env))) (chemacs-emacs-profile-key 'env)) (load init-file) (if (not custom-file) (progn (setq custom-file custom-file-) (load custom-file)))) chemacs-load-profile("default") (if args (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda ...))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (chemacs-load-profile (chemacs-detect-default-profile))) chemacs-check-command-line-args(nil) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda (_)))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args)))) (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda (_)))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (if args (let ((s (split-string (car args) "="))) (cond ((equal (car args) "--with-profile") (add-to-list 'command-switch-alist '("--with-profile" lambda (_) (pop command-line-args-left))) (chemacs-load-profile (car (cdr args)))) ((equal (car s) "--with-profile") (add-to-list 'command-switch-alist (cons (car args) '(lambda ...))) (chemacs-load-profile (mapconcat 'identity (cdr s) "="))) (t (chemacs-check-command-line-args (cdr args))))) (chemacs-load-profile (chemacs-detect-default-profile))) chemacs-check-command-line-args(("emacs")) load-with-code-conversion("/home/xircon/.emacs" "/home/xircon/.emacs" t t) load("~/.emacs" noerror nomessage) startup--load-user-init-file(#f(compiled-function () #<bytecode 0xd31ffd1b299fc46>) #f(compiled-function () #<bytecode -0x1f3c6eaddc0ae935>) t) command-line() normal-top-level() </code> If I <code>:tangle no</code> the spell checking section of my config it loads fine. Any ideas?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/xircon"> /u/xircon </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ru843z/spellfu_is_crashing_my_config/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/ru843z/spellfu_is_crashing_my_config/">[comments]</a></span>
|
|
@ -0,0 +1,65 @@
|
|||
<!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 Pedro Delfino and John Mercouris" />
|
||||
<title>Why isn't Nyxt just an Emacs extension?</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">Why isn't Nyxt just an Emacs extension?</h1>
|
||||
<p class="author">By Pedro Delfino and John Mercouris</p>
|
||||
</header>
|
||||
<h1 id="the-pointer">The pointer</h1>
|
||||
<p>Emacs and Nyxt share multiple similarities. This is such an interesting topic that a whole article was written about it! <a href="https://nyxt.atlas.engineer/article/article-how-can-i-make-emacs-my-web-browser.org">How can I make Emacs my web browser?</a></p>
|
||||
<p>Speaking of which, it ended with the following question:</p>
|
||||
<blockquote>
|
||||
<p>After all this notorious synergy, a question arises: If Nyxt has so many similarities to Emacs and if Emacs has a vibrant ecosystem of extensions and packages, why not build Nyxt as an Emacs package instead of a solo application?</p>
|
||||
</blockquote>
|
||||
<p>Today, we will attempt to answer just that! :)</p>
|
||||
<blockquote>
|
||||
<p><img src="../static/image/article/article-nyxt-is-not-an-emacs-package-thoughtfull-archimedes.jpg" /></p>
|
||||
<p>Domenico Fetti, Thoughtfull Archimedes - 1620.</p>
|
||||
</blockquote>
|
||||
<h2 id="emacs-is-a-survivor-but-with-scars">Emacs is a survivor, but with scars</h2>
|
||||
<p>Emacs history is beautiful. More relevant than its 36 years of age however, is the fact that Emacs is still being used and developed. To this day, newly minted engineers still pick it up as their editor of choice- not just geezers. It is an editor that has transcended the generations.</p>
|
||||
<p>Emacs also has an important role in the history of software, according to the book <em>Mastering Emacs</em>, the fork of XEmacs marks the first famous fork in history. A dubious achievement, but one nonetheless.</p>
|
||||
<p>Even with all these merits, there is a lot of technical debt that saddles Emacs. Thus, it was better to start from a fresh slate. Some of Emacs' critical limitations worth mentioning are the single-threaded nature, Elisp (the language itself), and the difficulty to make use of WebKitGTK within Emacs.</p>
|
||||
<h2 id="a-dispensable-barrier">A dispensable barrier</h2>
|
||||
<p>In Statistics, there is a theorem called <em>The Infinite Monkey Theorem</em>. It states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare. Linus Torvalds has a comic adaption for Emacs:</p>
|
||||
<blockquote>
|
||||
<p>An infinite number of monkeys typing into GNU Emacs would never make a good program</p>
|
||||
</blockquote>
|
||||
<p>Well… although we love Emacs, we must admit it is hard for newcomers. Even the basics of Emacs are hard to grasp. From my personal experience, Emacs is the hardest and most complex software I have ever used. I learn something new almost every day. For sure, every week. And I've been using it on a daily basis since May, 2021.</p>
|
||||
<p>Thus, if Nyxt was an Emacs package, by definition, it would be a subset of Emacs. As a consequence, people would need to know and use Emacs to use Nyxt. Instead of having this unnecessary barrier, we chose to build a separate application.</p>
|
||||
<h2 id="learning-from-history">Learning from history</h2>
|
||||
<p>This article discusses the technical trade-off of having the Nyxt browser as an Emacs package instead of a solo application. This is so feasible that Emacs already has a package called EWW, or <em>Emacs Web Wowser</em>.</p>
|
||||
<p>As most Emacs hackers will admit, despite the cool name, EWW is not great. The main drawbacks hindering the user experience are the lack of JavaScript and the absence of proper CSS rendering.</p>
|
||||
<blockquote>
|
||||
<p><img src="../static/image/article/article-nyxt-is-not-an-emacs-package-rembrant.jpg" /></p>
|
||||
<p>The Artist in his studio, Rembrandt - 1628</p>
|
||||
</blockquote>
|
||||
<h2 id="the-big-dream">The big dream</h2>
|
||||
<p>The main reason why Nyxt is not built as an Emacs package is the big dream behind Nyxt. As a fully computable environment, Nyxt can be whatever people want it to be, including a full alternative to Emacs. We have a dream… that one day hackers will have an experience better than Emacs :)</p>
|
||||
<blockquote>
|
||||
<p><img src="../static/image/article/article-nyxt-is-not-an-emacs-package-david.jpg" /></p>
|
||||
<p>Léonidas aux Thermopyles, Jacques-Louis David, 1814</p>
|
||||
</blockquote>
|
||||
<p>One day, we will bask in the glory of the lispland, without worrying about a single global thread lock. One day, we will have beautiful full color varied width fonts! One day, we will have built-in icons, and sound, and all of the cool things! One day, we will stand tall and look VS code in the eye! :-D</p>
|
||||
<blockquote>
|
||||
<p>King Leonidas: The world will know that free men stood against a tyrant, that few stood against many, and before this battle was over, even a god-king can bleed.</p>
|
||||
</blockquote>
|
||||
<p>Nyxt can be more modern, use better looks, have more sane default keybindings, and be easier to approach for newcomers. Stay tuned and may the power of Nyxt be with you!</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<p><img class="alignright size-full" height="263" src="https://macadie.info/wp-content/uploads/2021/12/btv1b55007799h.53.png" width="199" />It is time for another update on Austin Emacs, along with some observations.</p>
|
||||
<p>There was a meeting of the Austin Emacs Meetup early in the month. As always, there was no set topic.</p>
|
||||
<p>There was some discussion of the <a href="https://www.emacsdocs.org/">Emacs Docs website</a>. Generally the feedback was positive.</p>
|
||||
<p>One guy started demonstrating <a href="https://www.orgroam.com/">Org Roam</a>. It looks pretty interesting, but for now I am still getting the hang of plain Org. He also showed us a couple of packages: <a href="https://github.com/anticomputer/gh-notify">gh-notify</a> for managing GitHub notifications (I have no idea if it works with git outside of GitHub) and <a href="https://github.com/wandersoncferreira/code-review">code-review</a>.</p>
|
||||
<p>There was also a lot of discussion around zettelkasten. Here is the <a href="https://en.wikipedia.org/wiki/Zettelkasten">Wikipedia page</a>. <a href="https://zettelkasten.de/posts/overview/">Here is a site</a> telling you how to do it; it’s hosted in Germany, so I guess it’s the official zettlekasten site. Zettlekasten.org is a site by a group that tried to put a knowledge management system on the blockchain. It does not look like there has been any activity for a while. Perhaps you can use your coins to buy a <a href="https://news.ycombinator.com/item?id=29643257">non-fungible Olive Garden</a>.</p>
|
||||
<p>I mentioned again I plan on going through the <a href="https://emacsconf.org/2021/">EmacsConf videos</a> from prior years, as well as for 2021. None of us had started looking at the 2021 videos. Some of them look interesting. I mentioned that there were two that I thought I would not find interesting: <a href="https://emacsconf.org/2021/talks/org-outside/">The use of Org mode syntax outside of GNU/Emacs</a> by Karl Voit, who has a few good pages/posts about <a href="https://karl-voit.at/tags/emacs/">Emacs and Org</a> on his site, and <a href="https://emacsconf.org/2021/talks/model/">Extending the “model” of Emacs to other applications</a>. An Emacs conference discouraging the use of Emacs seems a bit odd. I will give them all a chance, but on the surface I don’t think I will like those two.</p>
|
||||
<p>Every time there is a thread about Org mode on Hacker News, there is always some jackass complaining that Org does not work on mobile. Frankly, I have <a href="https://www.macadie.net/2018/12/10/thoughts-on-apps-and-devices/">little interest in mobile</a>. I like the bigger keyboard and bigger screen on my laptop. I hate typing on a phone, and I do not want to clutter my phone with a lot of apps. I do use the clock/stopwatch app a lot, but that is it. I don’t need to use it for banking, credit cards, paying utility bills, paying for gas, or getting an app for every store I walk into. And while I am interested in technology, I have no desire to ever do any job on my phone.</p>
|
||||
<p>I think doing Org on a phone is stupid. Yes, you have to learn Emacs, but that also yields benefits. There was a <a href="https://news.ycombinator.com/item?id=25036036">thread on Hacker News</a> asking why so many coders still use Vim and Emacs. A few comments pointed out that in the past decade, we have seen a few editors come and go: Sublime, Atom, Light Table. Now it’s VS Code, but who knows how long it will last? (And frankly I do not trust Microsoft one bit.) Meanwhile, while everybody else was changing their workflow every couple of years, the Vim and Emacs people kept doing what they were doing. On a phone, you will always be limited by the small screen, and whatever limitations Apple, Google or Microsoft put on you. With Emacs, the sky is the limit.</p>
|
||||
<p>I think people should stop trying to get Org working on mobile, and just use it where it does work. Sort of like everybody should learn how to read S-expressions and stop trying to make Lisp into Python (see <a href="http://metamodular.com/Essays/wrong.html">here</a> and <a href="https://beautifulracket.com/appendix/thoughts-on-rhombus.html">here</a>). A lot of people want the capabilities that S-expressions give you without using S-expressions, so they create wrappers and languages around it. It just seems like it would be easier to use S-expressions.</p>
|
||||
<p>Like Lisp, Emacs is different than everything else, takes a lot of effort at first to get comfortable with, but after a point continues to yield dividends. As opposed to a lot of GUI and mobile apps, which seem easy at first, but eventually you hit a wall. Maybe I am trying to live life on hard mode, but I think this is the way to go. Although I am not doing accounting in plain text (see Hacker News posts about plain text <a href="https://news.ycombinator.com/item?id=27679050">here</a>, <a href="https://news.ycombinator.com/item?id=28102128">here</a>, <a href="https://news.ycombinator.com/item?id=28420797">here</a>, <a href="https://news.ycombinator.com/item?id=21685660">here</a>, and here is a link to the <a href="https://plaintextproject.online/">Plain Text Project</a>).</p>
|
||||
<p>At the Emacs meetup I mentioned a thread I saw on the website for Obsidian, which is another knowledge management system using Markdown. The thread starting with someone asking <a href="https://forum.obsidian.md/t/why-did-you-choose-obsidian-instead-of-emacs/17030/8">why they chose obsidian over Emacs</a>. One person said that they couldn’t use Emacs on mobile. They needed seven apps to replace Emacs. That is the point of learning Emacs, and why I am not interested in mobile.</p>
|
||||
<p>I am still converting all my text files into org files, and choosing where to put headings and how to group them. This is taking longer than I thought. I have a lot of deep thoughts. But I am in org mode every day. Ideally I would like a job where I am in Emacs all day. I am getting really tired of using MS Office, or MS anything.</p>
|
||||
<p><em>Image from “Evangelia quattuor [Les quatre Évangiles, en latin]”, a 10th century manuscript housed at the Bibliothèque nationale de France. Source <a href="https://gallica.bnf.fr/ark:/12148/btv1b55007799h/f1.planchecontact">gallica.bnf.fr</a> / BnF; image assumed allowed under <a href="https://en.wikipedia.org/wiki/Public_domain">Public Domain</a>.</em></p>
|
|
@ -0,0 +1,88 @@
|
|||
<p>SHOW NOTES:
|
||||
Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>PODCAST BASICS:
|
||||
</p>
|
||||
|
||||
<p>- Subscribe where you listen!</p>
|
||||
|
||||
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
|
||||
</a></p>
|
||||
|
||||
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
|
||||
</p>
|
||||
|
||||
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
|
||||
|
||||
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Ezekiel+10%3A3-22&version=ESV'>Ezekiel 10:3-22</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=psalm+18%3A10&version=ESV'>Psalm 18:10</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=revelation+4%3A6-8&version=ESV'>Revelation 4:6-8</a></p>
|
||||
|
||||
<p>- Want more info on our Israel trips? <a href='https://www.mydgroup.org/israel'>Fill out the interest form!</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
|
||||
|
||||
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
|
||||
</a></p>
|
||||
|
||||
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
|
||||
</a></p>
|
||||
|
||||
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
|
||||
|
||||
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
|
||||
|
||||
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
|
||||
</a></p>
|
||||
|
||||
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
|
||||
|
||||
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
|
||||
</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>WEBSITE:
|
||||
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r0abq7/xmonad_suspicious_it_classroom_rice/"> <img src="https://preview.redd.it/q2xfwowvnb181.jpg?width=640&crop=smart&auto=webp&s=d7d5c57399966d0b0528cf08b342695c793b57c1" alt="[xmonad] Suspicious😳 IT classroom rice🍚" title="[xmonad] Suspicious😳 IT classroom rice🍚" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/TheGameWizard12"> /u/TheGameWizard12 </a> <br/> <span><a href="https://i.redd.it/q2xfwowvnb181.jpg">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r0abq7/xmonad_suspicious_it_classroom_rice/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1,17 @@
|
|||
<p class="text">Good morning! Good weekend! It’s officially cold here in Chicagoland.</p>
|
||||
<p class="text"><strong><a href="https://www.newsnationnow.com/us-news/wheres-the-eggnog-supply-chain-issue-impacts-holiday-drink/" class="">What happens when we have a shortage of eggnog?</a></strong></p>
|
||||
<blockquote class="text">
|
||||
<p class="text">(NEXSTAR) – With Christmas just a few days away, many are stocking up on holiday favorites, including eggnog. Unfortunately for some, the ‘nog shelf may be empty.</p>
|
||||
<p class="text">A supply issue with butterfat, the fatty portion of milk and a key ingredient to eggnog, is keeping Organic Valley from putting its eggnog on store shelves this holiday season, a spokesperson told Nexstar.</p>
|
||||
<p class="text">The Wisconsin-based company works with 1,800 farmers to supply dairy products – like milk, cream and butter – nationwide. Usually they also produce eggnog seasonally – but not this year.</p>
|
||||
<p class="text">Organic Valley says it is making plans for the holiday drink to return in the future.</p>
|
||||
<p class="text">Eggnog is more than just a holiday delicacy and <a href="https://www.youtube.com/watch?v=fKncYRJQRC8" class="">Cousin Eddie’s favorite drink</a>. It’s been around for centuries, with most culinary historians agreeing the spiced egg yolk and milk mixture dates back to medieval Britain, according to <a href="https://time.com/3957265/history-of-eggnog/" class="">Time Magazine</a>.’</p>
|
||||
</blockquote>
|
||||
<p class="text"><strong><a href="https://stephenmcalpine.com/we-are-all-cyborgs-now/" class="">Are we all cyborgs now?</a></strong></p>
|
||||
<blockquote class="text">The ever quotable Elon Musk has suggested “we are all cyborgs now.” I think he’s right and it’s not necessarily a bad thing. We rely on digital media for almost everything – to check the weather, buy food, track fitness, find a partner, make money. Most of us even check our phones on the loo. We are not just human. We are cybernetically modified beings.There are plus sides to being a cyborg – half man, half machine. We can work from home, crunch complex data, and automate otherwise mundane activities. We can talk with family overseas, design cities remotely, and create funny meme’s that go viral. But like all good things there ...</blockquote><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/december/weekly-meanderings-18-december-2021.html">Continue reading</a>...</p>
|
||||
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=191500&c=86841106" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=191500&c=86841106" border="0" alt="" /></a></p>
|
||||
|
||||
4
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<p>Big things are coming to Microsoft's WSL so we get the inside scoop on what's just around the corner.</p>
|
||||
|
||||
<p>Plus a few new GNOME features, some Arch server follow up, and more!</p><p>Special Guests: Alex Kretzschmar, Brent Gervais, and Hayden Barnes.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://blogs.gnome.org/shell-dev/2019/11/22/a-review-of-gnome-shell-mutter-3-34/" title="New Gnome Extensions Tool" rel="nofollow">New Gnome Extensions Tool</a>
|
||||
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=GNOME-3.36-Better-Dual-GPU" title="GNOME 3.36 Bringing Better Multi-GPU Handling With Switcheroo-Control, NVIDIA Support" rel="nofollow">GNOME 3.36 Bringing Better Multi-GPU Handling With Switcheroo-Control, NVIDIA Support</a>
|
||||
</li><li><a href="https://launchpad.net/~jonathonf" title="Jonathon F in Launchpad" rel="nofollow">Jonathon F in Launchpad</a>
|
||||
</li><li><a href="https://pocket.popcorncomputer.com/" title="Pocket Popcorn Computer" rel="nofollow">Pocket Popcorn Computer</a>
|
||||
</li><li><a href="https://shop.pocketchip.co/collections/frontpage/products/pocket-c-h-i-p-new" title="Old Pocket C.H.I.P." rel="nofollow">Old Pocket C.H.I.P.</a>
|
||||
</li><li><a href="https://linuxacademy.com/news/press-release/acloudguru/" title="Better Together: A Cloud Guru and Linux Academy Join Forces – Linux Academy" rel="nofollow">Better Together: A Cloud Guru and Linux Academy Join Forces – Linux Academy</a>
|
||||
</li><li><a href="https://extras.show/40" title="Brunch w/Jason PT1" rel="nofollow">Brunch w/Jason PT1</a>
|
||||
</li><li><a href="https://linuxheadlines.show/" title="Linux Headlines" rel="nofollow">Linux Headlines</a>
|
||||
</li><li><a href="https://www.youtube.com/channel/UCkZKIGkCwEVupUDmVs3cRXA/videos" title="Jupiter Extras - NOW ON YouTube" rel="nofollow">Jupiter Extras - NOW ON YouTube</a>
|
||||
</li><li><a href="https://www.whitewaterfoundry.com/blog/2019/10/6/transition-at-whitewater-foundry" title="Leadership Transition at Whitewater Foundry" rel="nofollow">Leadership Transition at Whitewater Foundry</a>
|
||||
</li><li><a href="https://www.zdnet.com/article/canonical-co-sponsors-windows-subsystem-for-linux-conference/" title="Canonical co-sponsors Windows Subsystem for Linux conference" rel="nofollow">Canonical co-sponsors Windows Subsystem for Linux conference</a>
|
||||
</li><li><a href="https://github.com/sirredbeard/unofficial-webapp-office#how-this-works" title="https://github.com/sirredbeard/unofficial-webapp-office#how-this-works" rel="nofollow">https://github.com/sirredbeard/unofficial-webapp-office#how-this-works</a>
|
||||
</li><li><a href="https://twitter.com/unixterminal/status/1204522751974891526" title="Hayden Barnes on Twitter: “Fixes inbound in a few days for @nim_lang snaps (stable, LTS & nightly) that will allow access to system libraries and non-gcc compilers. Also added bash completion for nim & nimble. Made w/ #UbuntuWSL & @ubuntu Hyper-V & @code, built on @github Actions & pushed to @snapcraftio.”" rel="nofollow">Hayden Barnes on Twitter: “Fixes inbound in a few days for @nim_lang snaps (stable, LTS & nightly) that will allow access to system libraries and non-gcc compilers. Also added bash completion for nim & nimble. Made w/ #UbuntuWSL & @ubuntu Hyper-V & @code, built on @github Actions & pushed to @snapcraftio.”</a>
|
||||
</li><li><a href="https://www.zdnet.com/article/canonical-makes-ubuntu-for-windows-subsystem-for-linux-a-priority/" title="Canonical makes Ubuntu for Windows SubSystem for Linux a priority" rel="nofollow">Canonical makes Ubuntu for Windows SubSystem for Linux a priority</a>
|
||||
</li><li><a href="https://www.wslconf.dev/" title="WSLconf 1 - a community-initiated event on all things Windows Subsystem for Linux and WSL-related." rel="nofollow">WSLconf 1 - a community-initiated event on all things Windows Subsystem for Linux and WSL-related.</a>
|
||||
</li><li><a href="https://slexy.org/view/s21Q5YBFKj" title="grub-btrfs advice" rel="nofollow">grub-btrfs advice</a>
|
||||
</li><li><a href="https://www.reddit.com/r/linuxunplugged/comments/e98g0t/apt_install_archlinux_linux_unplugged/" title="Bad Idea!" rel="nofollow">Bad Idea!</a>
|
||||
</li><li><a href="https://github.com/KorySchneider/wikit" title="Wikit - A command line tool for searching wikipedia" rel="nofollow">Wikit - A command line tool for searching wikipedia</a>
|
||||
</li><li><a href="https://www.youtube.com/watch?v=0eWfV8ZRnBw" title="Linux Spotlight w/Chris" rel="nofollow">Linux Spotlight w/Chris</a></li><li><a href="https://linuxspotlight.fireside.fm/" title="Linux Spotlight w/Chris audio version" rel="nofollow">Linux Spotlight w/Chris audio version</a></li></ul>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<p>John D. Cook who, among other things, publishes the <a href="https://twitter.com/TeXtip">TeX Tips</a> Twitter feed, is an Emacs user and has a useful tip for <a href="https://www.johndcook.com/blog/2021/12/12/deleting-files-in-dired/">cleaning up “garbage files”</a>. Garbage files are intermediate files that can easily be regenerated. Examples are the <code>.log</code> and <code>.aux</code> files generated by TeX and LaTeX.</p>
|
||||
<p>The secret is to type <kbd>%</kbd> <kbd>&</kbd> in Dired. It will mark the garbage files for deletion that can subsequently be deleted by typing <kbd>x</kbd>. This being Emacs, what constitutes a “garbage file” is, of course, configurable. The <kbd>%</kbd> <kbd>&</kbd> invokes <code>dired-flag-garbage-files</code> which flags files that match the regular expression in <code>dired-garbage-files-regexp</code>.</p>
|
||||
<p>I vaguely remember this and I think I even wrote about it some time in the past. The problem is that if you don’t use it a lot, it’s hard to rediscover. It is, in fact, on the <a href="https://www.gnu.org/software/emacs/refcards/pdf/dired-ref.pdf">Dired Reference Card</a> but the explanation is “flag various intermediate files”, which is technically correct but doesn’t suggest what it’s really used for.</p>
|
||||
<p>In any event, it’s good to be reminded of it especially if you use LaTeX or some other application that generates intermediate files that you don’t want to save. It’s also another reason to learn and use Dired if you aren’t already.</p>
|
|
@ -0,0 +1,26 @@
|
|||
<p>From the low-end to the high-end we try out both ends of the Linux hardware spectrum. Wes reviews the latest XPS 13, and Chris shares his thoughts on the Pinebook Pro.</p>
|
||||
|
||||
<p>Plus a really cool new feature in Linux 5.7, and we get some answers to the recent GNOME patent settlement from the source.</p><p>Special Guests: Dan Johansen and Drew DeVore.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://github.com/joshiemoore/snakeware" title="snakeware: A free Linux distro with a fully Python userspace" rel="nofollow">snakeware: A free Linux distro with a fully Python userspace</a>
|
||||
</li><li><a href="https://www.zdnet.com/article/gnome-gets-big-open-source-patent-win/" title="GNOME gets big open-source patent win" rel="nofollow">GNOME gets big open-source patent win</a>
|
||||
</li><li><a href="https://slexy.org/view/s2mQpYSDwQ" title="GNOME Patent Suite Update
|
||||
" rel="nofollow">GNOME Patent Suite Update
|
||||
</a>
|
||||
</li><li><a href="https://www.gnome.org/news/2020/05/patent-case-against-gnome-resolved/" title="GNOME Foundation post about patent suit resolution" rel="nofollow">GNOME Foundation post about patent suit resolution</a>
|
||||
</li><li><a href="https://kernelnewbies.org/Linux_5.7#Thermal_Pressure_in_the_task_scheduler" title="Thermal Pressure in the task scheduler" rel="nofollow">Thermal Pressure in the task scheduler</a>
|
||||
</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-Syscall-Isolate-Memory" title="A New Kernel Patch Is Being Discussed That’s Needed For Newer Windows Games On Wine" rel="nofollow">A New Kernel Patch Is Being Discussed That’s Needed For Newer Windows Games On Wine</a>
|
||||
</li><li><a href="https://twitter.com/thepine64/status/1265991330351779840" title="PINE64 on Twitter: “Everyone receiving their #PinebookPro laptops. Appears that the factory has left the WiFi privacy switches turned ON. To enable WiFi you’ll need to disengage the privacy switch"" rel="nofollow">PINE64 on Twitter: “Everyone receiving their #PinebookPro laptops. Appears that the factory has left the WiFi privacy switches turned ON. To enable WiFi you’ll need to disengage the privacy switch"</a>
|
||||
</li><li><a href="https://www.jupiterbroadcasting.com/release-calendar/" title="Know when we’re going to be live. Check out the calendar!" rel="nofollow">Know when we’re going to be live. Check out the calendar!</a>
|
||||
</li><li><a href="https://info.acloud.guru/resources/pay-it-forward" title="Pay it forward: Help us give away 1,000 ACG subscriptions
|
||||
" rel="nofollow">Pay it forward: Help us give away 1,000 ACG subscriptions
|
||||
</a>
|
||||
</li><li><a href="https://bartongeorge.io/2020/01/01/introducing-the-2020-xps-13-developer-edition-this-one-goes-to-32/" title="Introducing the 2020 XPS 13 Developer Edition — (this one goes to 32!)" rel="nofollow">Introducing the 2020 XPS 13 Developer Edition — (this one goes to 32!)</a>
|
||||
</li><li><a href="https://www.dell.com/en-us/work/shop/dell-laptops-and-notebooks/sr/laptops/xps-laptops/10th-gen-intel-core?appliedRefinements=18402,10673" title="XPS 13 in the Dell Store
|
||||
" rel="nofollow">XPS 13 in the Dell Store
|
||||
</a>
|
||||
</li><li><a href="https://imgur.com/a/m8eoso3" title="Wes' XPS 13 Image Gallery" rel="nofollow">Wes' XPS 13 Image Gallery</a>
|
||||
</li><li><a href="https://openbenchmarking.org/result/2006023-NI-2005019NI59" title="Performance comparison to Lemur Pro" rel="nofollow">Performance comparison to Lemur Pro</a>
|
||||
</li><li><a href="https://arstechnica.com/gadgets/2020/06/dell-xps-13-and-xps-13-developer-edition-side-by-side-review/" title="Jim’s take on the new XPS 13" rel="nofollow">Jim’s take on the new XPS 13</a>
|
||||
</li><li><a href="https://github.com/boltgolt/howdy" title="Howdy: Windows Hello style facial authentication for Linux" rel="nofollow">Howdy: Windows Hello style facial authentication for Linux</a>
|
||||
</li><li><a href="https://slexy.org/view/s20JqiH53J" title="Feedback: Why not LVM/XFS?" rel="nofollow">Feedback: Why not LVM/XFS?</a>
|
||||
</li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/VRs4UibVccw" width="480" alt="thumbnail" title="bundle - A Hassle Free Alternative to tar" /></p>This tutorial is focused on bundle a simple alternative to tar focused on use with plain text files.<br /><br />bundle can be found here: https://github.com/9fans/plan9port/blob/master/bin/bundle<br /><br />Let me know what you think and if there is anything specific you would like to learn about.<br /><br />#plan9 #commandline #tar #Unix #Linux #Bash #Zsh<br /><br />Github: https://www.github.com/gavinok<br />vimrc: https://github.com/Gavinok/dotvim<br />Resume: https://github.com/Gavinok/Groff-resume<br />Discord: https://discord.gg/JJk5KKU<br /><br />Timecodes<br />00:00 - Intro<br />01:24 - What is paste bin<br />01:38 - The issue with multiple files<br />02:05 - Why not tar<br />02:40 - Lets talk about bundle<br />03:11 - Headphone warning<br />03:13 - End of headphone warning<br />03:34 - How to get bundle<br />04:04 - Taking a look at bundle<br />04:37 - Example usage<br />08:38 - Conclusion<br />08:52 - Outro<br />...<br />https://www.youtube.com/watch?v=VRs4UibVccw
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Under the installation process i used <code>iwctl</code> to connect to the wifi, and it worked fine!</p> <p>but after setting up the system and enabling NetworkManager i can't get it to work, the journal displays this:</p> <pre><code>$ journalctl -k | grep -i wilwifi Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: enabling devide (0000 -> 0002) Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: Direct firmware load for iwlwifi-cc-a0-66.ucode failed with error -2 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: Direct firmware load for iwlwifi-cc-a0-65.ucode failed with error -2 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: api flags index 2 larger than supported driver Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: Detected RF HR B3, rfid=0x20a100 Nov 30 23:36:00 Sussybox kernel: iwlwifi 0000:05:00.0: base HW address: b0:a4:60:5f:6f:3b </code></pre> <p>I've seen other people having issues the last week with this adapter, also when using <code>ip addr</code> it shows up as a physical adapter with link/ether. Anyone know a solution to fixing this problem?</p> <p>kernel_version: 5.15.5-arch1-1</p> <p>Edit: also i have disabled fast boot and im not dual booting windows.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/NewMycologist9358"> /u/NewMycologist9358 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5zs1y/intel_ax200_wifi_6_not_working_after_restart/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r5zs1y/intel_ax200_wifi_6_not_working_after_restart/">[comments]</a></span>
|
|
@ -0,0 +1,32 @@
|
|||
<p><div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/1KDbQYniCY8?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></p>
|
||||
<p></p>
|
||||
<p><span id="more-1293"></span></p>
|
||||
<p>Sponsored by: <a href="https://do.co/dl" target="_blank" rel="noopener noreferrer">do.co/dl</a><br />
|
||||
<a href="https://do.co/dl" target="_blank" rel="noopener noreferrer"><img loading="lazy" class="alignnone size-full wp-image-1499" src="https://destinationlinux.org/wp-content/uploads/2019/01/digital-ocean-banner.png" alt="" width="468" height="60" /></a></p>
|
||||
<p>Special Guest Host:<br />
|
||||
<strong>Wendy</strong> of Wendy Hill Photography = <a href="http://wendyhillphoto.com" target="_blank" rel="noopener noreferrer">http://wendyhillphoto.com</a></p>
|
||||
<p>Hosts of Destination Linux:<br />
|
||||
<strong>Ryan</strong>, aka DasGeek = <a href="https://dasgeekcommunity.com" target="_blank" rel="noopener noreferrer">https://dasgeekcommunity.com</a><br />
|
||||
<strong>Noah</strong> of Ask Noah Show = <a href="http://asknoahshow.com" target="_blank" rel="noopener noreferrer">http://asknoahshow.com</a><br />
|
||||
<strong>Michael</strong> of TuxDigital = <a href="https://tuxdigital.com" target="_blank" rel="noopener noreferrer">https://tuxdigital.com</a><br />
|
||||
<strong>Zeb</strong>, aka Zebedeeboss = <a href="https://youtube.com/zebedeeboss" target="_blank" rel="noopener noreferrer">https://youtube.com/zebedeeboss</a></p>
|
||||
<p>Want to Support the Show?<br />
|
||||
Support on <a href="https://destinationlinux.org/patreon" target="_blank" rel="noopener noreferrer">Patreon</a> or on <a href="https://destinationlinux.org/kofi" target="_blank" rel="noopener noreferrer">Ko-Fi</a><br />
|
||||
Order Destination Linux <a href="https://teespring.com/destinationlinuxpodcast" target="_blank" rel="noopener noreferrer">Apparel</a></p>
|
||||
<p>Want to follow the show and hosts on social media?<br />
|
||||
You can find all of our social accounts at <a href="https://destinationlinux.org/contact" target="_blank" rel="noopener noreferrer">destinationlinux.org/contact</a></p>
|
||||
<p>—</p>
|
||||
<p>Topics covered in this episode:<br />
|
||||
<a href="https://www.zdnet.com/article/suse-names-melissa-di-donato-new-ceo/" target="_blank" rel="noopener noreferrer">SUSE Names New CEO</a><br />
|
||||
<a href="https://www.indidea.org/gael/blog/an-e-summer-update-smartphones-for-sale-applications-pwas-next-steps/" target="_blank" rel="noopener noreferrer">/e/ Mobile OS Update</a><br />
|
||||
<a href="https://download.gnome.org/core/3.33/3.33.4/NEWS" target="_blank" rel="noopener noreferrer">Gnome 3.33.4 Snapshot Released</a><br />
|
||||
<a href="https://www.dropboxforum.com/t5/Desktop-client-builds/Beta-Build-77-3-127/td-p/354660" target="_blank" rel="noopener noreferrer">Dropbox Adds Back Linux Support</a><br />
|
||||
<a href="https://digitalcontentnext.org/blog/2018/08/21/google-data-collection-research/" target="_blank" rel="noopener noreferrer">Case For DeGooglify</a><br />
|
||||
<a href="https://futurism.com/the-byte/ibm-cancer-ai-open-source" target="_blank" rel="noopener noreferrer">IBM Develops Three Cancer Fighting Tools And Then Open Sources Them</a><br />
|
||||
<a href="https://www.linux.com/news/ubisoft-joins-blender-development-fund" target="_blank" rel="noopener noreferrer">Ubisoft Becomes Gold Supporter of Blender</a><br />
|
||||
<a href="https://www.gamingonlinux.com/articles/good-news-for-vr-fans-in-the-us-the-full-valve-index-bundle-is-back-in-stock.14647" target="_blank" rel="noopener noreferrer">Valve Sells Out Of New VR Headset</a></p>
|
||||
<p>—</p>
|
||||
<p>Software Spotlight:<br />
|
||||
<a href="http://www.projectlibre.com/product/projectlibre-open-source" target="_blank" rel="noopener noreferrer">ProjectLibre</a></p>
|
||||
<p>Tips & Tricks:<br />
|
||||
<a href="https://github.com/FeralInteractive/gamemode" target="_blank" rel="noopener noreferrer">Feral Interactive Game Mode</a></p>
|
|
@ -0,0 +1,4 @@
|
|||
<p>Sometimes things go wrong; this week, we admit we've got a problem.</p>
|
||||
|
||||
<p>Plus new details about the Steam Deck everyone has missed, and an old friend stops by the show with an update.</p><p>Special Guest: Danielle Foré.</p><p>Sponsored By:</p><ul><li><a href="https://linode.com/unplugged" rel="nofollow">Linode Cloud Hosting</a>: <a href="https://linode.com/unplugged" rel="nofollow">A special offer for all Linux Unplugged Podcast listeners and new Linode customers, visit linode.com/unplugged, and receive $100 towards your new account. </a></li><li><a href="https://linuxacademy.com/cp/modules/view/id/262/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">A Cloud Guru</a>: <a href="https://linuxacademy.com/cp/modules/view/id/262/?utm_source=jupiter&utm_medium=cpc" rel="nofollow">By the end of this course, you will feel comfortable working with a large variety of networking tools and configurations to manage complex Linux networking implementations.</a></li></ul><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://www.theverge.com/2021/9/28/22697244/amazon-astro-home-robot-hands-on-features-price?scrolla=5eb6d68b7fedc32c19ef33b4" title="Amazon’s Astro home robot is like having Alexa on wheels" rel="nofollow">Amazon’s Astro home robot is like having Alexa on wheels</a> — Amazon claims the Astro can do a wide variety of things you might want from a home robot. It can map out your floor plan and obey commands to go to a specific room. It can recognize faces and deliver items to a specific person.</li><li><a href="https://www.phoronix.com/scan.php?page=news_item&px=Intel-Software-Defined-Silicon" title="“Intel Software Defined Silicon” Coming To Linux For Activating Extra Licensed Hardware Features" rel="nofollow">“Intel Software Defined Silicon” Coming To Linux For Activating Extra Licensed Hardware Features</a> — The Intel Software Defined Silicon (SDSi) driver is for supporting the "post-manufacturing mechanism for activating additional silicon features."</li><li><a href="https://www.theverge.com/2021/9/23/22690670/epic-eac-anti-cheat-linux-valve-steam-deck-support-games" title="One of the Steam Deck’s biggest hurdles just disappeared: EAC has come to Linux and BattlEye is inbound" rel="nofollow">One of the Steam Deck’s biggest hurdles just disappeared: EAC has come to Linux and BattlEye is inbound</a> — While developers would still need to patch their games, this immediately means some of the most popular games on Steam are now theoretically within reach, including Apex Legends, Dead by Daylight, and War Thunder, which are all among the top 25 games on Steam.</li><li><a href="https://www.kernel.org/doc/html/latest/admin-guide/syscall-user-dispatch.html" title="Syscall User Dispatch — The Linux Kernel documentation" rel="nofollow">Syscall User Dispatch — The Linux Kernel documentation</a> — Compatibility layers like Wine need a way to efficiently emulate system calls of only a part of their process - the part that has the incompatible code - while being able to execute native syscalls without a high performance penalty on the native part of the process. Syscall User Dispatch brings the filtering of the syscall dispatcher address back to userspace.</li><li><a href="https://www.steamdeck.com/en/faq" title="Steam Deck :: FAQ" rel="nofollow">Steam Deck :: FAQ</a></li><li><a href="https://strawpoll.com/xukz9f6ps" title="Poll: Which “server” distro should we go with next?" rel="nofollow">Poll: Which “server” distro should we go with next?</a> — So it's time to replace our garage server... We've been running Arch, and so far it's worked mostly great. Should we keep pushing our luck, or try something new?</li><li><a href="https://www.dell.com/us/dfb/p/poweredge-r820/pd" title="PowerEdge R820 Rack Server Details" rel="nofollow">PowerEdge R820 Rack Server Details</a></li><li><a href="https://apps.nextcloud.com/apps/phonetrack" title="PhoneTrack - Nextcloud Apps" rel="nofollow">PhoneTrack - Nextcloud Apps</a> — PhoneTrack is a Nextcloud application to track and store mobile device's locations.</li><li><a href="https://github.com/bbilly1/tubearchivist/" title="Pick: tubearchivist" rel="nofollow">Pick: tubearchivist</a> — Your self-hosted YouTube media server.</li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I have already found the solution for this, but, I just felt like I had to leave it here.</p> <p><code>sudo pacman -S --needed man-db man-pages texinfo</code></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/inkriptedd"> /u/inkriptedd </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r37qoq/man_strftime_not_working/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r37qoq/man_strftime_not_working/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/7cO4SEsoZxg" width="480" alt="thumbnail" title="DD Is Useless: Just Use CAT Instead" /></p>DD is an incredibly powerful program and the way a lot of people copy ISOs onto their thumbdrives but not only is it not the only way there is also a better way and that is by using cat.<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 />Cult of DD: https://eklitzke.org/the-cult-of-dd<br />Useless Use Of DD: https://www.vidarholen.net/contents/blog/?p=479<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 />1:22 Better Alternatives<br />3:27 Advantages Of This Method<br />6:21 Status Bar<br />7:15 Use For DD<br />9:19 Outro<br />8:35 Useless Use Of DD<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 #DD #LinuxTutorial<br /><br />🎵 Ending music<br />Music from https://filmmusic.io<br />"Basic Implosion" by Kevin MacLeod (https://incompetech.com)<br />License: CC BY (http://creativecommons.org/licenses/by/4.0/)<br /><br />DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase I may receive a small commission or other compensation.<br />...<br />https://www.youtube.com/watch?v=7cO4SEsoZxg
|
|
@ -0,0 +1,7 @@
|
|||
<p class="text">I knew things were changing several years ago when our church began the second phase of our construction and were ready to build a gym. Everything was going according to plan until the student ministers asked us not to build a gym. A gymnasium, they told us, wouldn't support the kind of ministry our student leaders envisioned for this current generation of students. (Have you ever tried to balance sound levels for a band in a gym?)</p>
|
||||
<p class="text">Of course, when we made the announcement, we had a firestorm of blowback -- not from the students, but from their parents. Why wouldn't we build a gym? All of them had grown up playing basketball at the church. Their children should have the same opportunity.</p>
|
||||
<p class="text">There was just one problem. Their children didn't play basketball after school. They all went to Starbucks and texted each other with the latest gossip and homework assignments. If we wanted to reach students in this generation, we needed to build a facility that supported the way students did life. We needed a facility that supported multiple worship experiences, workshops, conferences, and a cafe that served really good coffee.</p>
|
||||
<p class="text">I'm a boomer. My generation moved through the system like the last meal swallowed by a python. I was always in the largest class of every school I attended. Every city I lived in was growing. My tribe went to big high schools and shopped at malls as large as small cities. The malls had everything. Every kind of store, every kind of restaurant -- and some even had amusement parks in them. As a teenager, you went to the mall just to walk around in circles to see who else had come to the mall. You could shop, eat, see a movie, and have a late-night snack before you went home. And you could do it all under ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/august/one-size-doesnt-fit-all.html">Continue reading</a>...</p>
|
||||
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=189262&c=53109250" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=189262&c=53109250" border="0" alt="" /></a></p>
|
||||
|
||||
7<img src="http://feeds.feedburner.com/~r/christianitytoday/jesuscreed/~4/4f8X3Dhw9EI" height="1" width="1" alt=""/>
|
|
@ -0,0 +1,29 @@
|
|||
<div class="date">26 Aug 2014</div>
|
||||
|
||||
<div class="HTML" id="org5554763">
|
||||
<p>
|
||||
<a href="<a href="http://opensourcebridge.org/proposals/964">http://opensourcebridge.org/proposals/964</a>" style="float:right">
|
||||
<img src="<img src="http://opensourcebridge.org/badges/2013/speak125.png" alt="speak125.png" />" alt="I'm speaking at Open Source Bridge 2013" border="0">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<p>
|
||||
After all the fun I had this summer at the Open Source Bridge giving
|
||||
my talks on both Lisp/Clojure and Emacs, I figured that I would
|
||||
upload them to YouTube:
|
||||
</p>
|
||||
|
||||
<ul class="org-ul">
|
||||
<li><a href="http://youtu.be/3T00X_sNg4Q">Learn you Some Lisp</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v%3DB6jfrrwR10k">Introduction to Emacs</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v%3Dkt-wLpz-9PA">Emacs transpose-words and defadvice</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Just noticed that the audio to my talk, <a href="http://opensourcebridge.org/sessions/964">Literate Programming</a> now has
|
||||
the <a href="https://s3-us-west-2.amazonaws.com/osbridge/audio/2013/June%2B18/B202-203/06_Literate%2BProgramming%2Bfor%2Bthe%2B21st%2BCentury_Howard%2BAbrams.mp3">audio online</a>, however, without the Emacs demonstration of
|
||||
<a href="http://orgmode.org">org-mode</a>, I wonder how helpful it would be.
|
||||
</p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/L2Etu5NaKB0" width="480" alt="thumbnail" title="Books vs Movies, the ultimate showdown, also Linux.- A Trendy Talk" /></p>Patreon: https://www.patreon.com/hexdsl<br />Amazon Wish list: https://www.amazon.co.uk/hz/wishlist/ls/OQECP17P4Q3B?ref_=wl_share<br /><br />My content is aimed at adults and I/we often swear in videos where we talk, please keep that in mind. This is channel for a mature audience.<br /><br />I no longer read or engage with comments. i do read and reply to all emails. hexdsl@posteo.net<br /><br />Thank you for watching. <br /><br />look at my words on https://hexdsl.co.uk<br />Join me on Discord: https://discord.gg/37GYAhj<br /><br />System Specs:<br />OS: Debian (testing) <br />DE: BSPWM<br />PC PARTS: https://uk.pcpartpicker.com/user/hexdsl/saved/wG6F8d<br /><br />Get me on... <br />web: https://hexdsl.co.uk<br />Stream: https://tv.hexdsl.co.uk<br />E-mail: HexDSL@posteo.net<br />...yes I am interested in collaborations.<br />...<br />https://www.youtube.com/watch?v=L2Etu5NaKB0
|
|
@ -0,0 +1,2 @@
|
|||
<p>Wes and Ell sit down with James Smith to have an honest conversation about what skills are needed to start a career and be successful in Tech and Information Security.</p><p>Special Guest: James Smith.</p><p>Links:</p><ul><li><a href="https://overthewire.org/wargames/" title="OverTheWire Wargames" rel="nofollow">OverTheWire Wargames</a> — The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games.</li><li><a href="https://github.com/ED-209-MK7/5pillars/blob/master/5-Pillars.md" title="The Five Pillars of an Information/Cyber Security Professional" rel="nofollow">The Five Pillars of an Information/Cyber Security Professional</a> — "Mastering the basics will make you exceptional."</li><li><a href="https://www.reddit.com/r/cybersecurity/comments/e23ffz/security_certification_progression_chart_2020/" title="Security Certification Progression Chart 2020" rel="nofollow">Security Certification Progression Chart 2020</a></li><li><a href="https://www.sans.org/cyber-security-skills-roadmap/" title="Cyber Security Skills Roadmap" rel="nofollow">Cyber Security Skills Roadmap</a> — Explore this interactive training roadmap to find the right courses for your immediate cyber security skill development and for your long-term career goals.</li></ul>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue