trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
  submitted by   <a href="https://www.reddit.com/user/jalihal"> /u/jalihal </a> <br/> <span><a href="https://hex.tech/blog/hex-two-point-oh">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/q3w0g1/idea_ascii_graph_of_source_block_dependencies/">[comments]</a></span>
|
|
@ -0,0 +1,8 @@
|
|||
<p>Developers at Netflix are creating the next set of super powers for Linux, we'll get the details straight from the source.</p>
|
||||
|
||||
<p>Plus some good Debian news, our tips for better battery life, and we play a little Hot SUSE Potato. </p><p>Special Guests: Brent Gervais and Ell Marquez.</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://9to5google.com/2019/03/19/google-stadia-announced/" title="Google Stadia announced, a game streaming service for Chrome, Android, and TVs" rel="nofollow">Google Stadia announced, a game streaming service for Chrome, Android, and TVs</a> — Powered by Linux, it supports the Vulkan graphics API and Google partnered with Unreal to fully support the Stadia platform.
|
||||
|
||||
</li><li><a href="https://www.instagram.com/p/BvM7M0nnwDu/" title="Chris on Instagram" rel="nofollow">Chris on Instagram</a> — We found a great spot to work for the day, great signal. Just one problem. We sorta got taken hostage for a few hours. </li><li><a href="https://lists.debian.org/debian-devel-announce/2019/03/msg00004.html" title="Debian Project Leader Elections 2019: Candidates" rel="nofollow">Debian Project Leader Elections 2019: Candidates</a> — We're now into the campaigning period. We have 5 candidates.</li><li><a href="https://www.linuxuprising.com/2019/03/linux-battery-optimization-tool-tlp-12.html" title="Linux Laptop Battery Optimization Tool TLP 1.2 Released" rel="nofollow">Linux Laptop Battery Optimization Tool TLP 1.2 Released</a> — TLP 1.2 was released today after being in development for more than a year, and it brings support for NVMe, and removable drives like USB and IEEE1394 devices, support for multi queue I/O schedulers (blk-mq), and other significant enhancements.</li><li><a href="https://linrunner.de/en/tlp/docs/tlp-configuration.html" title="TLP – Configuration" rel="nofollow">TLP – Configuration</a></li><li><a href="https://techcrunch.com/2019/03/15/suse-is-once-again-an-independent-company/" title="Suse is once again an independent company" rel="nofollow">Suse is once again an independent company</a> — Few companies have changed hands as often as Suse and yet remained strong players in their business. Suse was first acquired by Novell in 2004. Novell was then acquired by Attachmate in 2010, which Micro Focus acquired in 2014. The company then turned Suse into an independent division, only to then announce its sale to EQT in the middle of 2018.</li><li><a href="https://hub.packtpub.com/suse-is-now-an-independent-company-after-being-acquired-by-eqt-for-2-5-billion/" title="SUSE is now an independent company after being acquired by EQT for $2.5 billion | Packt Hub" rel="nofollow">SUSE is now an independent company after being acquired by EQT for $2.5 billion | Packt Hub</a> — As the company has been owned by EQT, so according to few users it’s still not independent. One of the users commented on HackerNews, “Being owned by a Private Equity fund can really not be described as being “independent”. </li><li><a href="https://mate-desktop.org/blog/2019-03-18-mate-1-22-released/" title="MATE 1.22 released" rel="nofollow">MATE 1.22 released</a> — Wanda the Fish now works properly on HiDPI displays</li><li><a href="https://twitter.com/albertvaka/status/1107924633750253568" title="Albert Vaca Cintora on Twitter" rel="nofollow">Albert Vaca Cintora on Twitter</a> — KDE Connect has been removed from @GooglePlay for violating their new policy on apps that access SMS. The policy has an explicit exception for companion apps (like KDE Connect), but it was removed anyway and *there's no way to talk to Google*</li><li><a href="https://support.google.com/googleplay/android-developer/answer/9047303" title="Use of SMS or Call Log permission groups - Play Console Help" rel="nofollow">Use of SMS or Call Log permission groups - Play Console Help</a></li><li><a href="https://www.joyfulbikeshedding.com/blog/2019-01-31-full-system-dynamic-tracing-on-linux-using-ebpf-and-bpftrace.html" title="Full-system dynamic tracing on Linux using eBPF and bpftrace" rel="nofollow">Full-system dynamic tracing on Linux using eBPF and bpftrace</a> — What if you want to trace what happens inside a system call or library call? What if you want to do more than just logging calls, e.g. you want to compile statistics on certain behavior? What if you want to trace multiple processes and correlate data from multiple sources?
|
||||
|
||||
In 2019, there's finally a decent answer to that on Linux: bpftrace, based on eBPF technology.</li><li><a href="http://www.brendangregg.com/blog/2019-01-01/learn-ebpf-tracing.html" title="Learn eBPF Tracing: Tutorial and Examples" rel="nofollow">Learn eBPF Tracing: Tutorial and Examples</a> — eBPF can be used for many things: network performance, firewalls, security, tracing, device drivers, and more!</li><li><a href="https://www.iovisor.org/" title="IO Visor Project" rel="nofollow">IO Visor Project</a> — The IO Visor Project is an open source project and a community of developers to accelerate the innovation, development, and sharing of virtualized in-kernel IO services for tracing, analytics, monitoring, security and networking functions. It builds on the Linux community to bring open, flexible, distributed, secure and easy to operate technologies that enable any stack to run efficiently on any physical infrastructure.</li><li><a href="https://github.com/iovisor" title="IO Visor Project on GitHub" rel="nofollow">IO Visor Project on GitHub</a> — Organization that hosts the repos for bpftrace, bcc, and other tools.</li><li><a href="https://github.com/iovisor/bcc" title="BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more" rel="nofollow">BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more</a> — BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. </li><li><a href="https://github.com/iovisor/bpftrace" title="bpftrace: High-level tracing language for Linux eBPF" rel="nofollow">bpftrace: High-level tracing language for Linux eBPF</a></li><li><a href="https://snapcraft.io/bpftrace" title="Install bpftrace for Linux using the Snap Store" rel="nofollow">Install bpftrace for Linux using the Snap Store</a></li><li><a href="https://raw.githubusercontent.com/iovisor/bcc/master/images/bcc_tracing_tools_2017.png" title="BCC Tool Diagram" rel="nofollow">BCC Tool Diagram</a> — Diagram that breaks down useful tools in BCC</li><li><a href="https://www.slideshare.net/brendangregg/ebpf-perf-tools-2019" title="eBPF Perf Tools 2019: Slides" rel="nofollow">eBPF Perf Tools 2019: Slides</a></li><li><a href="https://www.youtube.com/watch?v=P2hbiWTB2w4" title="eBPF Perf Tools 2019: Video (resynced by Squigly)" rel="nofollow">eBPF Perf Tools 2019: Video (resynced by Squigly)</a></li><li><a href="https://youtu.be/o-dvznZixlo?t=6997" title="eBPF Perf Tools 2019: Video (original)" rel="nofollow">eBPF Perf Tools 2019: Video (original)</a></li></ul>
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
<p>On this weeks episode of DLN Xtend we talk about making the Switch over to Linux</p>
|
||||
|
||||
<p>00:00 Introduction<br>
|
||||
12:15 Topic -Making the Switch<br>
|
||||
40:31 Host Related Interests<br>
|
||||
47:34 Wrap Up</p>
|
||||
|
||||
<p>Topic:</p>
|
||||
|
||||
<p>-Stress Free Linux Experience </p>
|
||||
|
||||
<p><a href="https://discourse.destinationlinux.network/t/what-are-your-general-tips-for-the-most-stress-free-linux-experience/2411" rel="nofollow">https://discourse.destinationlinux.network/t/what-are-your-general-tips-for-the-most-stress-free-linux-experience/2411</a></p>
|
||||
|
||||
<p>-esbeeb-</p>
|
||||
|
||||
<p>"Hello Everybody,</p>
|
||||
|
||||
<p>For those forum members who have been using Linux for a good long while now (at least a few years):</p>
|
||||
|
||||
<p>As you learned the ropes of how the whole Linux Distro ecosystem works, what sorts of guidelines did you make for yourself, to minimize the various sorts of stress of being faced with such a wide range of choices in this ecosystem?</p>
|
||||
|
||||
<p>How did you set your sights on tighter groupings of choices, when you realized that it would be effectively impossible to try every distro, every desktop environment, every piece of software which could possibly meet some need that you had?</p>
|
||||
|
||||
<p>What did you do, to try to simplify things (and manage the complexity, so it didn’t get out of hand)? Did these approaches work, generally speaking, over the longer term?</p>
|
||||
|
||||
<p>What did you decide you wanted to seek out, from a technical perspective, which would keep your Linux journey the most stress-free? (Seeking answers on forums, podcasts, instructional videos, etc. is an obvious answer here, no need to mention it).</p>
|
||||
|
||||
<p>Likewise to 4, what did you decide you wanted to avoid?"</p>
|
||||
|
||||
<p>Host Related Interests</p>
|
||||
|
||||
<p>Matt<br>
|
||||
-Game - Guilty Gear Xrd Revelator <a href="https://store.steampowered.com/app/520440/GUILTY_GEAR_Xrd_REVELATOR/" rel="nofollow">https://store.steampowered.com/app/520440/GUILTY_GEAR_Xrd_REVELATOR/</a><br>
|
||||
-Distro- Nitrux <a href="http://www.nxos.org" rel="nofollow">www.nxos.org</a></p>
|
||||
|
||||
<p>Nate<br>
|
||||
New CPU in primary machine i7-4610M to i7-4900MQ<br>
|
||||
Replacement CPU in Workstation / Server</p>
|
||||
|
||||
<p>Wrap Up</p>
|
||||
|
||||
<p>Join us in the DLN Community:<br>
|
||||
Discourse: <a href="https://discourse.destinationlinux.network/" rel="nofollow">https://discourse.destinationlinux.network/</a><br>
|
||||
Telegram: <a href="https://destinationlinux.org/telegram" rel="nofollow">https://destinationlinux.org/telegram</a><br>
|
||||
Mumble: <a href="https://destinationlinux.network/mumble/" rel="nofollow">https://destinationlinux.network/mumble/</a><br>
|
||||
Discord: <a href="https://destinationlinux.org/discord" rel="nofollow">https://destinationlinux.org/discord</a> servers to continue the discussion!</p>
|
||||
|
||||
<p>Contact info<br>
|
||||
Matt (Twitter @MattDLN)<br>
|
||||
Wendy (<a href="https://dlnxtend.com/wendy" rel="nofollow">https://dlnxtend.com/wendy</a>) (Instagram @Linux_and_Lifts)<br>
|
||||
Nate (cubiclenate.com)</p>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-10182-1-thumb.jpg"> <p>WHOVILLE—Neil deGrasse Tyson shouted from the top of a mountain down at the "ignorant, uninformed" Whos down in Whoville over the weekend that "reindeer can't fly" and that "Santa Claus is too big to go down a chimney, dummies!"</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/neil-degrasse-tyson-shouts-angrily-at-whos-down-in-whoville-that-reindeer-cant-actually-fly">Neil DeGrasse Tyson Shouts Angrily At Whos Down In Whoville That Reindeer Can't Actually Fly</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/MnTjDfVIrWE" width="480" alt="thumbnail" title="Xonotic is a Fun FOSS First Person Shooter." /></p>Download Xonotic the FOSS First Person Shooter for yourself<br />https://xonotic.org/<br /><br />₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿<br /><br />Monero<br />45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436<br /><br />Bitcoin<br />3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV<br /><br />Ethereum<br />0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079<br /><br />Litecoin<br />MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF<br /><br />Dash<br />Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz<br /><br />Zcash<br />t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr<br /><br />Chainlink<br />0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14<br /><br />Bitcoin Cash<br />qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp<br /><br />Etherum Classic<br />0xeA641e59913960f578ad39A6B4d02051A5556BfC<br /><br />USD Coin<br />0x0B045f743A693b225630862a3464B52fefE79FdB<br /><br />Subscribe to my YouTube channel http://goo.gl/9U10Wz<br />and be sure to click that notification bell so you know when new videos are released.<br />...<br />https://www.youtube.com/watch?v=MnTjDfVIrWE
|
|
@ -0,0 +1 @@
|
|||
<p>Megyn Kelly is joined by Glenn Beck, host of The Glenn Beck Program, to discuss where America, and the world, stands in 2021, the future of the Democratic and Republican parties, COVID lockdowns and Dr. Fauci, the media and the decline of the legacy press, secession, Why Beck says he was wrong about Trump and much more.</p><p><br /></p><p>Follow The Megyn Kelly Show on all social platforms:</p><p><br /></p><p>Twitter: <a href="http://twitter.com/MegynKellyShow">http://Twitter.com/MegynKellyShow</a></p><p>Instagram: <a href="http://instagram.com/MegynKellyShow">http://Instagram.com/MegynKellyShow</a></p><p>Facebook: <a href="http://facebook.com/MegynKellyShow">http://Facebook.com/MegynKellyShow</a></p><p><br /></p><p>Find out more information at:</p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>
|
|
@ -0,0 +1,86 @@
|
|||
|
||||
|
||||
<p>I just published version <code>0.3.0</code> of the Modus themes. These are my
|
||||
highly-accessible themes for GNU Emacs. They conform with the WCAG AAA
|
||||
standard for colour contrast accessibility (a minimum contrast ratio of
|
||||
7:1 between the foreground and background values). You can find the
|
||||
packages on MELPA:</p>
|
||||
|
||||
<ul>
|
||||
<li><code>modus-operandi-theme</code> (light)</li>
|
||||
<li><code>modus-vivendi-theme</code> (dark)</li>
|
||||
</ul>
|
||||
|
||||
<p>Below is the complete log of all the relevant changes since <code>0.2.0</code>
|
||||
(2019-12-18).</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<ul>
|
||||
<li>Add support for the following packages:
|
||||
<ul>
|
||||
<li><code>apt-sources-list</code></li>
|
||||
<li><code>calfw</code></li>
|
||||
<li><code>counsel-css</code></li>
|
||||
<li><code>counsel-notmuch</code></li>
|
||||
<li><code>counsel-org-capture-string</code></li>
|
||||
<li><code>cov</code></li>
|
||||
<li><code>disk-usage</code></li>
|
||||
<li><code>evil-visual-mark-mode</code></li>
|
||||
<li><code>geiser</code></li>
|
||||
<li><code>keycast</code></li>
|
||||
<li><code>org-journal</code></li>
|
||||
<li><code>org-noter</code></li>
|
||||
<li><code>paren-face</code></li>
|
||||
<li><code>powerline</code></li>
|
||||
<li><code>vc</code></li>
|
||||
<li><code>xah-elisp-mode</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Explicitly style the following packages (these were already covered,
|
||||
in terms of the colours they used, but are now targeted directly):
|
||||
<ul>
|
||||
<li><code>calendar</code></li>
|
||||
<li><code>counsel</code></li>
|
||||
<li><code>cursor</code></li>
|
||||
<li>package (<code>M-x list-packages</code>)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Minor tweaks to face groups:
|
||||
<ul>
|
||||
<li><code>dired</code></li>
|
||||
<li><code>compile</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Fixes and refinements:
|
||||
<ul>
|
||||
<li>Documentation strings will now inherit the option for slanted
|
||||
constructs (off by default – see the README about all the user
|
||||
options).</li>
|
||||
<li>Comment delimiters have the same styles as the body of the comment
|
||||
to avoid inconsistencies when the option for slanted constructs is
|
||||
enabled.</li>
|
||||
<li>The line number that is displayed in the compile log is now
|
||||
correctly styled.</li>
|
||||
<li>Removed duplicate entries for <code>ivy-remote</code> and added
|
||||
<code>ivy-separator</code>.</li>
|
||||
<li>Ensure that the minibuffer prompt is always above the minimum
|
||||
contrast ratio of 7:1, by using a more appropriate shade of cyan.</li>
|
||||
<li>Properly reference a couple of variables in Modus Vivendi.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Internal adjustments:
|
||||
<ul>
|
||||
<li>Decouple the core <code>dired</code> faces from those of external packages.</li>
|
||||
<li>Same for org and <code>org-recur</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Minor documentation updates.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>For more information, check the <a href="https://gitlab.com/protesilaos/modus-themes">git repository of the
|
||||
modus-themes</a>.</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://www.biblegateway.com/passage/?search=1+Corinthians+2%3A14&version=NIV'>1 Corinthians 2:14</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=hosea+7%3A5&version=NIV'>Hosea 7:5</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
</p>
|
||||
|
||||
<p>The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
|
||||
|
||||
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
|
||||
</a></p>
|
||||
|
||||
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
|
||||
</a></p>
|
||||
|
||||
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
|
||||
|
||||
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
|
||||
|
||||
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
|
||||
</a></p>
|
||||
|
||||
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
|
||||
|
||||
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
|
||||
</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>WEBSITE:
|
||||
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1,13 @@
|
|||
<p class="text">This article first appeared on CBE International’s blog, Mutuality, on 10/28/2021 <a href="https://www.cbeinternational.org/resource/article/mutuality-blog-magazine/7-ways-you-can-dress-biblical-womanhood-your-churchs" target="_blank" class="">https://www.cbeinternational.org/resource/article/mutuality-blog-magazine/7-ways-you-can-dress-biblical-womanhood-your-churchs</a></p>
|
||||
<p class="text">By Katie McEachern.</p>
|
||||
<p class="text"><em>Katie works for CBE International as publications and educational manager as well as executive assistant to the president. She holds an MA in theology from Fuller Seminary and a desire to help people bridge the gap between theology/biblical studies and real life. A Michigander originally, Katie currently resides in Minneapolis, Minnesota, with her cat, Mazel.</em></p>
|
||||
<p class="text"><strong>7 Ways You Can Dress Up As “Biblical Womanhood” For Your Church’s Harvest Festival</strong></p>
|
||||
<p class="text">For those of us who live in the United States, Halloween is quickly approaching. Before I get into the snark you knew was coming when you saw the title, I first want to acknowledge that this is kind of a big deal. At this time last year, any kind of gathering was strongly discouraged due to the pandemic (and lack of a vaccine). But as the CDC has <a href="https://www.usatoday.com/story/news/health/2021/10/02/trick-treating-safe-halloween-amid-covid/5932385001/" class="">given us a tentative OK to celebrate Halloween this year</a>, it’s quite likely that at this very moment your church is prepping for its annual harvest festival or trunk-or-treat extravaganza.</p>
|
||||
<p class="text">All of this also probably means, if you’re a procrastinator like me, that you still have to come up with a costume to wear. Well you’re in luck, because I’d like to propose that this is the year we are free to have some subversive fun. Let me explain.</p>
|
||||
<p class="text">Earlier this year, The Making of Biblical Womanhood by Beth Allison Barr took the evangelical world by storm, opening countless readers’ eyes to the harmful constructs that modern, complementarian “biblical womanhood” and its ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/october/biblical-womanhood-and-harvest-festival.html">Continue reading</a>...</p>
|
||||
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190413&c=77323983" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190413&c=77323983" border="0" alt="" /></a></p>
|
||||
|
||||
10
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<p>We load up Windows 10 with WSL2, the new Terminal, and give it a go to see what it does better than Linux. Then we dive into the deep end and attend the first-ever WSLConf.</p>
|
||||
|
||||
<p>Plus the big new feature coming to Ubuntu, why Chris is going to Denver, and more.</p><p>Special Guests: Alan Pope, Brent Gervais, and Martin Wimpress.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p><p>Links:</p><ul><li><a href="https://www.opensilver.net/" title="OpenSilver: a modern, plugin-free, open-source reimplementation of Silverlight, that runs on current browsers via WebAssembly. " rel="nofollow">OpenSilver: a modern, plugin-free, open-source reimplementation of Silverlight, that runs on current browsers via WebAssembly. </a>
|
||||
</li><li><a href="https://arstechnica.com/gadgets/2020/03/ubuntu-20-04s-zsys-adds-zfs-snapshots-to-package-management/" title="Ubuntu 20.04’s zsys adds ZFS snapshots to package management" rel="nofollow">Ubuntu 20.04’s zsys adds ZFS snapshots to package management</a>
|
||||
</li><li><a href="https://twitter.com/didrocks/status/1237294654367895553" title="Didier Roche on Twitter: “@jrssnet Thanks for your great article on zsys. Just one little precision: you can actually revert system state (with/without user states) in grub, which is the main UI for now. Hope you will love the feature and how we present them :)”" rel="nofollow">Didier Roche on Twitter: “@jrssnet Thanks for your great article on zsys. Just one little precision: you can actually revert system state (with/without user states) in grub, which is the main UI for now. Hope you will love the feature and how we present them :)”</a>
|
||||
</li><li><a href="https://chrislas.com/9" title="Chris is going to Denver" rel="nofollow">Chris is going to Denver</a>
|
||||
</li><li><a href="https://twitter.com/hashtag/AppCenterForEveryone?src=hash&ref_src=twsrc%5Etfw" title="#AppCenterForEveryone" rel="nofollow">#AppCenterForEveryone</a>
|
||||
</li><li><a href="https://www.indiegogo.com/projects/appcenter-for-everyone/x/14857426" title="AppCenter for Everyone | Indiegogo" rel="nofollow">AppCenter for Everyone | Indiegogo</a></li><li><a href="https://twitter.com/elementary/status/1237043053006696448" title="Some AppCenter for Everyone stats!" rel="nofollow">Some AppCenter for Everyone stats!</a>
|
||||
</li><li><a href="https://twitter.com/ChrisLAS/status/1236985164678471682" title="Chris Fisher on Twitter: “We’ll never beat the Mac if developers can’t eat. @elementary’s #appcenterforeveryone is our best shot in years. Why I’m driving to Denver to cover it, and my @lfnw backup plans”" rel="nofollow">Chris Fisher on Twitter: “We’ll never beat the Mac if developers can’t eat. @elementary’s #appcenterforeveryone is our best shot in years. Why I’m driving to Denver to cover it, and my @lfnw backup plans”</a>
|
||||
</li><li><a href="https://github.com/lainsce/quilter" title="Chz’s markdown pick: quilter - Focus on your writing." rel="nofollow">Chz’s markdown pick: quilter - Focus on your writing.</a>
|
||||
</li><li><a href="https://www.jupiterbroadcasting.com/release-calendar/" title="Don’t forget about DST!" rel="nofollow">Don’t forget about DST!</a>
|
||||
</li><li><a href="https://fosstalk.com/foss-talk-live-2020" title="FOSS Talk Live - June 20th at The Harrison near King’s Cross in London" rel="nofollow">FOSS Talk Live - June 20th at The Harrison near King’s Cross in London</a>
|
||||
</li><li><a href="https://jupiterbroadcasting.com/telegram" title="Keep the conversation going join us on Telegram" rel="nofollow">Keep the conversation going join us on Telegram</a>
|
||||
</li><li><a href="https://www.dedoimedo.com/computers/windows-10-usb-media-linux.html" title="How to make Windows 10 USB install media in Linux" rel="nofollow">How to make Windows 10 USB install media in Linux</a>
|
||||
</li><li><a href="https://win10.guru/usb-install-media-with-larger-than-4gb-wim-file/" title="USB install media with WIM file larger than 4GB – Win10.Guru" rel="nofollow">USB install media with WIM file larger than 4GB – Win10.Guru</a>
|
||||
</li><li><a href="https://github.com/pbatard/uefi-ntfs" title="pbatard/uefi-ntfs: UEFI:NTFS - Boot NTFS partitions from UEFI" rel="nofollow">pbatard/uefi-ntfs: UEFI:NTFS - Boot NTFS partitions from UEFI</a>
|
||||
</li><li><a href="https://github.com/slacka/WoeUSB" title="slacka/WoeUSB: WoeUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. It is a fork of Congelli501’s WinUSB." rel="nofollow">slacka/WoeUSB: WoeUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. It is a fork of Congelli501’s WinUSB.</a>
|
||||
</li><li><a href="https://chocolatey.org/" title="Chocolatey - The package manager for Windows" rel="nofollow">Chocolatey - The package manager for Windows</a>
|
||||
</li><li><a href="https://github.com/microsoft/terminal" title="microsoft/terminal: The new Windows Terminal and the original Windows console host, all in the same place!" rel="nofollow">microsoft/terminal: The new Windows Terminal and the original Windows console host, all in the same place!</a>
|
||||
</li><li><a href="https://www.wslconf.dev/" title="WSLconf" rel="nofollow">WSLconf</a>
|
||||
</li><li><a href="https://www.docker.com/blog/new-docker-desktop-wsl2-backend/" title="Introducing the Docker Desktop WSL 2 Backend - Docker Blog" rel="nofollow">Introducing the Docker Desktop WSL 2 Backend - Docker Blog</a>
|
||||
</li><li><a href="https://twitter.com/sinclairinat0r/status/1237415484733231112" title="Running k8s on WSL" rel="nofollow">Running k8s on WSL</a>
|
||||
</li><li><a href="https://ubuntu.com/blog/safely-backup-google-photos" title="Safely Backup Google Photos | Ubuntu" rel="nofollow">Safely Backup Google Photos | Ubuntu</a>
|
||||
</li><li><a href="https://old.reddit.com/r/kde/comments/fen7lj/plasmoid_for_managing_docker_containers/" title="Plasmoid for managing Docker Containers : kde" rel="nofollow">Plasmoid for managing Docker Containers : kde</a>
|
||||
</li></ul>
|
||||
|
389
var/elfeed/db/data/3b/3b97a191f55d7b19c6ec3bea6e71b037ec754fb6
Normal file
389
var/elfeed/db/data/3b/3b97a191f55d7b19c6ec3bea6e71b037ec754fb6
Normal file
|
@ -0,0 +1,389 @@
|
|||
|
||||
|
||||
<p>Published version <code>1.4.0</code> of <a href="https://protesilaos.com/emacs/modus-themes">the Modus
|
||||
themes</a>. The detailed release
|
||||
notes are provided below. For a general overview of the project watch
|
||||
<a href="https://protesilaos.com/codelog/2021-05-19-modus-themes-status-update/">the status update of
|
||||
2021-05-19</a>.
|
||||
For any questions pertaining to this publication feel welcome to
|
||||
<a href="https://protesilaos.com/contact/">contact me</a>.</p>
|
||||
|
||||
<p>A patch to update the version of the themes that are shipped with Emacs
|
||||
will be prepared right after this announcement is published. GNU ELPA
|
||||
syncs from emacs.git, so expect an update shortly thereafter.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>Modus themes version 1.4.0</h2>
|
||||
|
||||
<p>By Protesilaos Stavrou <a href="mailto:info@protesilaos.com">info@protesilaos.com</a> on 2021-05-25</p>
|
||||
|
||||
<p>This entry records the changes made to the project since the release of
|
||||
version 1.3.0 on 2021-04-17. There have been around 100 commits in the
|
||||
meantime, as is the norm.</p>
|
||||
|
||||
<p>If you are coming from older versions, please consult the change log
|
||||
entry for version 1.0.0 with regard to the breaking changes that were
|
||||
introduced.</p>
|
||||
|
||||
<p>Every colour-related modification is always done in accordance with the
|
||||
overarching accessibility objective of the themes for a minimum contrast
|
||||
ratio of 7:1 between background and foreground values in their given
|
||||
combination (the WCAG AAA standard).</p>
|
||||
|
||||
<p>URL of the official manual: <a href="https://protesilaos.com/emacs/modus-themes">https://protesilaos.com/emacs/modus-themes</a>. Or
|
||||
read it with Emacs’ Info reader by evaluating this form:</p>
|
||||
|
||||
<pre><code>(info "(modus-themes) Top")
|
||||
</code></pre>
|
||||
|
||||
<p>Remember that the themes are built into Emacs version 28 (current
|
||||
development target), and are available on GNU ELPA, as well as other
|
||||
archives.</p>
|
||||
|
||||
<h2>Customisations variables</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Redefined the style of <code>fg-only</code> that <code>modus-themes-diffs</code> accepts, so
|
||||
that it no longer uses a red-green colour coding, but applies a
|
||||
red-blue distinction instead. The symbol <code>fg-only</code> is a deprecated
|
||||
alias for the more descriptive <code>fg-only-deuteranopia</code>.</p>
|
||||
|
||||
<p>This is done because green text on a light background is one of the
|
||||
worst combinations for the purposes of legibility, as it does not
|
||||
stand out in its context and thus forces undesirable compromises.
|
||||
Whereas red and blue work well in this case, while making the style
|
||||
accessible to users with red-green colour deficiency (deuteranopia).
|
||||
To avoid inconsistencies between Modus Operandi and Modus Vivendi, we
|
||||
replace green with blue in both themes. A full report is available in
|
||||
issue 183 which was created on April 21, 2021:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/183">https://gitlab.com/protesilaos/modus-themes/-/issues/183</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Introduced the boolean <code>modus-themes-success-deuteranopia</code> which
|
||||
replaces all instances of green with blue in contexts where a
|
||||
red-green colour coding is in effect (e.g. Org TODO vs DONE keywords,
|
||||
isearch current match…).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Implemented <code>modus-themes-mail-citations</code> to control the colouration
|
||||
of cited text in email-related buffers, such as Gnus or message.el.
|
||||
It accepts values nil, <code>faint</code>, and <code>monochrome</code>. By default (the nil
|
||||
value) the text of citations cycles through blue, green, red, yellow
|
||||
depending on the level of depth.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Expanded the set of options for <code>modus-themes-mode-line</code> to encompass
|
||||
the values <code>borderless-accented</code>, <code>borderless-accented-3d</code>, and
|
||||
<code>borderless-accented-moody</code>. Those are variations of existing styles.
|
||||
The complete list:</p>
|
||||
|
||||
<ul>
|
||||
<li>nil (default)</li>
|
||||
<li>3d</li>
|
||||
<li>moody</li>
|
||||
<li>borderless</li>
|
||||
<li>borderless-3d</li>
|
||||
<li>borderless-moody</li>
|
||||
<li>accented</li>
|
||||
<li>accented-3d</li>
|
||||
<li>accented-moody</li>
|
||||
<li>borderless-accented</li>
|
||||
<li>borderless-accented-3d</li>
|
||||
<li>borderless-accented-moody</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Renamed the non-nil values that <code>modus-themes-org-blocks</code> accepts from
|
||||
<code>grayscale</code>, <code>rainbow</code> to <code>gray-background</code> and <code>tinted-background</code>,
|
||||
respectively. The new symbols better describe their effect on Org
|
||||
source blocks, namely, that they affect the background of the block
|
||||
rather than the foreground. The old symbols will still work but are
|
||||
considered deprecated aliases of the newer ones.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Altered the intensity of the <code>modus-themes-hl-line</code> option
|
||||
<code>accented-background</code> to a more noticeable shade of cyan/teal. The
|
||||
old style was too subtle to have the desired effect. The value
|
||||
<code>underline-accented</code> is not affected by this change, as it still uses
|
||||
the same subtle background it did before in combination with a more
|
||||
pronounced underline colour.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Deleted all deprecation warnings that concerned the transition from
|
||||
version 0.13.0 of the themes to 1.0.0. Those had been in effect for
|
||||
several months, spanning four tagged releases.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Faces or face groups</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Reconsidered the use of colour in all email-related citation faces to
|
||||
avoid exaggerations and reduce complexity. Colour values have been
|
||||
tweaked to tone down their overall intensity, while the number of
|
||||
colours has been reduced to four. Gnus and Mu4e have faces for more
|
||||
levels of citation depth, though those will simply repeat the
|
||||
four-colour cycle.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Made the <code>message-mml</code> face look consistent with the rest of the
|
||||
buffer while composing an email by changing its foreground colour from
|
||||
a yellow to a cyan variant.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Refined several faces in the Notmuch group in the interest of harmony:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Individual message headers in <code>notmuch-show-mode</code> use bold text in
|
||||
addition to their existing subtle background to better stand out in
|
||||
their context. The face is <code>notmuch-message-summary-face</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Tags are no longer set unconditionally to a bold typographic weight.
|
||||
They become such for unread threads in <code>notmuch-search-mode</code>
|
||||
buffers, as well as for headers of <code>notmuch-show-mode</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Removal and addition of tags is now denoted by a strike-through and
|
||||
an underline effect, respectively, whereas before they both used
|
||||
underlines with the only difference being their colour.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>The subject line in <code>notmuch-search-mode</code> buffers uses the main
|
||||
foreground instead of a dimmed one. The field of matching authors
|
||||
has a tweaked foreground to keep the tabular view easy to read.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>All cryptography-related faces are simplified to not show a coloured
|
||||
background but only use a foreground colour instead.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Removed direct support for <code>counsel-notmuch</code> as it already inherits
|
||||
from the relevant notmuch faces. The package is thus considered
|
||||
indirectly supported.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Refrained from setting a background to the <code>csv-separator-face</code> as it
|
||||
would inevitably colourise the negative space in the tabular view
|
||||
created by <code>csv-align-mode</code>. A red text colour is used instead, even
|
||||
though this is not common practice: it is easier to spot for small,
|
||||
single characters, such as a comma or a semicolon that is meant to
|
||||
have a special meaning. Thanks to Kevin Fleming for reporting the
|
||||
problem and for offering feedback on the choice of colour in issue
|
||||
194: <a href="https://gitlab.com/protesilaos/modus-themes/-/issues/194">https://gitlab.com/protesilaos/modus-themes/-/issues/194</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Distinguished between ordinary links and widget buttons by removing
|
||||
the underline from the latter (the <code>widget-button</code> face) and altering
|
||||
the shade of its foreground colour. Such widgets are used in Emacs’
|
||||
Custom interfaces and can also be found in the default Notmuch “hello”
|
||||
buffer that runs <code>notmuch-hello-mode</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Tweaked the Ediff current faces to be consistent with <code>diff-mode</code> and
|
||||
related. In practice, this only applies when <code>modus-themes-diffs</code> is
|
||||
set to a value of <code>fg-only-deuteranopia</code>, as it adds a dim background
|
||||
to the current diff hunk. All other styles of <code>modus-themes-diffs</code>
|
||||
look the same as before while using Ediff.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Simplified the faces of <code>corfu</code> to match the current state of the
|
||||
upstream project. Thanks to Daniel Mendler (its developer) for
|
||||
reporting this in issue 184:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/184">https://gitlab.com/protesilaos/modus-themes/-/issues/184</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Refined all Eshell faces so that the output of <code>ls</code> is consistent with
|
||||
the overall aesthetic of the themes. Also made <code>eshell-prompt</code>
|
||||
inherit from <code>comint-highlight-prompt</code> to look the same as other such
|
||||
prompts (all are configurable by <code>modus-themes-prompts</code>).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Revised <code>eshell-prompt-extras</code> and <code>eshell-git-prompt</code> to use colours
|
||||
and typographic weight that better match the style of the various
|
||||
configurations they offer.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Simplified <code>eshell-syntax-highlighting</code> to inherit from the standard
|
||||
Eshell faces, where appropriate.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Adjusted the colour of <code>centaur-tabs-active-bar-face</code> and removed the
|
||||
bespoke <code>fg-tab-accent</code> colour from <code>modus-themes-operandi-colors</code> and
|
||||
<code>modus-themes-vivendi-colors</code> that was only used by it (and which
|
||||
should have never been introduced to begin with).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Updated the <code>tab-bar-groups</code> faces to match changes upstream. Thanks
|
||||
to Fritz Grabo (its developer) for the patch in merge request 35:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/35">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/35</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Changed the Ibuffer title and group faces to better differentiate
|
||||
between group titles and special or non-file-visiting buffers. Thanks
|
||||
to Nicolas De Jaeghere for the patch in merge request 37:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/37">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/37</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Ensured that all faces that denote a “success” state, or which are
|
||||
expected to be coloured in green in a red-green binary, can use an
|
||||
appropriate blue colour (or colour combination that involves blue)
|
||||
instead when <code>modus-themes-success-deuteranopia</code> is set to a non-nil
|
||||
value.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Added support for the new <code>bookmark-face</code> in Emacs version 28. This
|
||||
means that the built-in bookmark.el library is directly supported by
|
||||
the themes. This face can be disabled by setting <code>bookmark-fontify</code>
|
||||
to nil. Thanks to Mark Barton for reporting the presence of this new
|
||||
face and for providing feedback on its style in issue 189:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/189">https://gitlab.com/protesilaos/modus-themes/-/issues/189</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Aligned <code>hes-mode</code> (<code>highlight-escape-sequences</code>) with the standard
|
||||
font-lock faces for regexp grouping. This means that it conforms with
|
||||
changes to the <code>modus-themes-syntax</code> variable.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Reconfigured the <code>org-quote</code> face to adapt its style depending on the
|
||||
value of <code>modus-themes-org-blocks</code>. The default is a subtle blue/cold
|
||||
foreground colour against the main background. When a value of
|
||||
<code>gray-background</code> is assigned to <code>modus-themes-org-blocks</code>, the text’s
|
||||
colour becomes that of the main foreground in order to maintain a good
|
||||
level of legibility. Thanks to Rudolf Adamkovič for the feedback in
|
||||
issue 190: <a href="https://gitlab.com/protesilaos/modus-themes/-/issues/190">https://gitlab.com/protesilaos/modus-themes/-/issues/190</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Refashioned the <code>show-paren-match-expression</code> face to make it apply a
|
||||
bespoke background colour and not override the expression’s foreground
|
||||
colours. This face is used by <code>show-paren-mode</code> when the
|
||||
customisation variable <code>show-paren-style</code> is set to the <code>expression</code>
|
||||
value. Thanks to Rudolf Adamkovič for the feedback in issue 191:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/191">https://gitlab.com/protesilaos/modus-themes/-/issues/191</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Made headings level 8 use a fine shade of magenta by default instead
|
||||
of gray (notwithstanding user changes to <code>modus-themes-headings</code>).
|
||||
This should have a negligible difference in Org or Outline buffers,
|
||||
but is more noticeable when editing Elisp in Emacs28 while also using
|
||||
<code>outline-minor-mode</code> and with <code>outline-minor-mode-highlight</code> set to
|
||||
<code>override</code>. That is because several top-level forms use that heading
|
||||
level with those configurations.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Documentation (the manual)</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Incorporated a sample configuration block with all customisation
|
||||
variables and with comment annotations of their available options, in
|
||||
an attempt to make it easier for users to discover what the themes
|
||||
provide.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Replaced all instances of “modeline” with “mode line” for consistency
|
||||
with the Emacs style. Thanks to Rudolf Adamkovič for the patch that
|
||||
started this process in merge request 33:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/33">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/33</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Wrote note on setting mode line faces that indicate the state of
|
||||
<code>god-mode</code>. Thanks to Rudolf Adamkovič for the feedback in issue 187:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/187">https://gitlab.com/protesilaos/modus-themes/-/issues/187</a>. Also
|
||||
thanks to Rudolf for updating the applicable hook in merge request 34:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/34">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/34</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Listed <code>org-mode</code> variables that affect fontification in blocks:
|
||||
<code>org-src-fontify-natively</code>, <code>org-fontify-whole-block-delimiter-line</code>,
|
||||
and <code>org-fontify-quote-and-verse-blocks</code>. This complements the
|
||||
already documented variables <code>org-fontify-whole-heading-line</code> and
|
||||
<code>org-fontify-done-headline</code> that pertain to headings.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Included note on fontifying inline Latex expressions in Org buffers.
|
||||
Thanks to Rudolf Adamkovič for the feedback in issue 190:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/190">https://gitlab.com/protesilaos/modus-themes/-/issues/190</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Elaborated on the use of <code>face-remap-add-relative</code> by means of sample
|
||||
code that cycles through arbitrary colours for the <code>region</code> face.
|
||||
This is filed under the “Do It Yourself” (DIY) section.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Provided a DIY method for adapting the fontification of Org source
|
||||
block delimiter lines to the value of <code>modus-themes-org-blocks</code>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Expanded the DIY entry on overriding the saturation of the active
|
||||
theme’s colours with a method that combines the programmatic approach
|
||||
with manual overrides. The user can thus specify the colour values
|
||||
they want to override and let the rest be handled by Elisp.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Introduced a section with answers to Frequently Asked Questions (FAQ)
|
||||
about the design of the themes as well as recommendations on how to
|
||||
ensure optimal reading conditions or start thinking about them. The
|
||||
questions are:</p>
|
||||
|
||||
<ul>
|
||||
<li>Is the contrast ratio about adjacent colors?</li>
|
||||
<li>What does it mean to avoid exaggerations?</li>
|
||||
<li>Why are colors mostly variants of blue, magenta, cyan?</li>
|
||||
<li>What is the best setup for legibility?</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Miscellaneous</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Removed superfluous code from internal functions and adapted their
|
||||
indentation to make them easier to read.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Recalibrated some values in <code>modus-themes-vivendi-colors</code> to ensure
|
||||
consistency in luminance with other colours that are used in their
|
||||
context. Those are subtle changes that can only be discerned in
|
||||
side-by-side comparisons of the before and after states. Thanks to
|
||||
André Alexandre Gomes for the feedback in issue 193:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/193">https://gitlab.com/protesilaos/modus-themes/-/issues/193</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Changed the saturation and hueness of the bespoke <code>fg-comment-yellow</code>
|
||||
in <code>modus-themes-operandi-colors</code> and <code>modus-themes-vivendi-colors</code> to
|
||||
better contrast with its context, while still keeping its luminance
|
||||
consistent with its role as a colour for comments in code. This is
|
||||
used when <code>modus-themes-syntax</code> is configured appropriately (read its
|
||||
doc string or consult the manual).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Attempted to add explicit support for the faces of the built-in
|
||||
pulse.el library, but ultimately opted against them as the doc string
|
||||
of <code>pulse-highlight-face</code> advises against customising it, even though
|
||||
it is not clear from the source code in emacs.git what the problem
|
||||
could be. We shall reconsider this case for the next release cycle.
|
||||
Thanks to Gustavo Barros for the feedback on several aspects of this
|
||||
topic in issues 185 and 200:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://gitlab.com/protesilaos/modus-themes/-/issues/185">https://gitlab.com/protesilaos/modus-themes/-/issues/185</a></li>
|
||||
<li><a href="https://gitlab.com/protesilaos/modus-themes/-/issues/200">https://gitlab.com/protesilaos/modus-themes/-/issues/200</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Took the feedback of John Haman in issue 199 as a reminder to complete
|
||||
the set of possible values for the <code>modus-themes-mode-line</code> variable:
|
||||
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/199">https://gitlab.com/protesilaos/modus-themes/-/issues/199</a>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<p>How does the process of script creation typically go? You create a file (e.g. <code class="language-plaintext highlighter-rouge">script.py</code>),
|
||||
you write some code in it, and finally you make the file executable, so you can
|
||||
run it directly (e.g. by typing <code class="language-plaintext highlighter-rouge">./script.py</code>). Turns out that Emacs has one very
|
||||
specific helper for making a script executable, namely the function
|
||||
<code class="language-plaintext highlighter-rouge">executable-make-buffer-file-executable-if-script-p</code>.</p>
|
||||
|
||||
<p>What the function does is to check if the buffer file has a shebang (e.g. <code class="language-plaintext highlighter-rouge">#!/bin/ruby</code>) in it and then it modifies its permissions, if necessary. The function is meant to be used
|
||||
in a hook, most typically <code class="language-plaintext highlighter-rouge">after-save-hook</code>:</p>
|
||||
|
||||
<div class="language-emacs-lisp highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">(</span><span class="nv">add-hook</span> <span class="ss">'after-save-hook</span>
|
||||
<span class="ss">'executable-make-buffer-file-executable-if-script-p</span><span class="p">)</span>
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>I’ve been using this little trick for ages, and I was reminded of it today
|
||||
when I came across <a href="https://github.com/bbatsov/prelude/issues/1343">this Prelude issue</a>. I guess in some cases making a file executable automatically might be
|
||||
undesirable, but I’ve never ran into any issues myself.</p>
|
||||
|
||||
<p>That’s all I have for you today. Feel free to share other tips for working with
|
||||
scripts in Emacs in the comments. Keep hacking!</p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>When using imwheel, after clicking or scrolling middle button several times, that window (in the title) popped up, it's quite annoying, even when I'm using <code>imwheel -b 0</code>, it's still can't prevent it. Does anyone have any idea?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Mars_kritiqual"> /u/Mars_kritiqual </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q76tvn/how_to_prevent_imwheel_configuration_helper_to/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/q76tvn/how_to_prevent_imwheel_configuration_helper_to/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r0yby3/kde_first_time_not_great_but_good_enough/"> <img src="https://preview.redd.it/k3ravxyikh181.png?width=640&crop=smart&auto=webp&s=f24ad4670bff1971ebc86d8ca5a455d0de92a9c3" alt="[KDE] First time. Not great but good enough." title="[KDE] First time. Not great but good enough." /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/_defunct_"> /u/_defunct_ </a> <br/> <span><a href="https://i.redd.it/k3ravxyikh181.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r0yby3/kde_first_time_not_great_but_good_enough/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
Good friend and filmmaker David Shannon stopped by The Container to hang for a bit. Be a fly on the wall for a great conversation about the filmmaking industry, producing daily content, and music videos stories from Doane himself.
|
|
@ -0,0 +1,54 @@
|
|||
|
||||
|
||||
<p>The scenario: you are on Debian (or derivatives) and are using the
|
||||
Simple Terminal by the upstream suckless source or community repos such
|
||||
as my <a href="https://gitlab.com/protesilaos/st">soft fork of ST</a>.</p>
|
||||
|
||||
<p>The problem: when ST tries to draw symbolic Unicode points—emoji—it
|
||||
throws an error and quits. This can happen quite often when using TUIs
|
||||
such as <code>neomutt</code> and <code>newsboat</code>: you might get updates that include
|
||||
such symbols in their title string. I have also seen Git repos where
|
||||
people use emoji in their commit messages…</p>
|
||||
|
||||
<p>The solution:</p>
|
||||
|
||||
<pre><code>sudo apt install fonts-symbola
|
||||
</code></pre>
|
||||
|
||||
<p>Everything will then work as intended. Just confirmed as much on
|
||||
a machine running Debian Buster/Sid.</p>
|
||||
|
||||
<h2>Not needed for graphical applications</h2>
|
||||
|
||||
<p>To get emoji support on GUIs, I rely on another typeface altogether:</p>
|
||||
|
||||
<pre><code>sudo apt install fonts-noto-color-emoji
|
||||
</code></pre>
|
||||
|
||||
<p>Then I use the appropriate rules in my fontconfig. The following is
|
||||
just a sample <code>fonts.conf</code>. For the fully fledged implementation, refer
|
||||
to <a href="https://gitlab.com/protesilaos/dotfiles">my dotfiles</a>:</p>
|
||||
|
||||
<pre><code><fontconfig>
|
||||
<!-- If the requested font is sans-serif -->
|
||||
<!-- Display sans-serif and then emoji fallbacks -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend_first">
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<alias>
|
||||
<family>emoji</family>
|
||||
<default><family>Noto Color Emoji</family></default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
</code></pre>
|
||||
|
||||
<p>All of the above granted, I wish I could do without emoji in my
|
||||
terminal…</p>
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm using Emacs 27, and I'm using packages to load packages and customize to configure. How do I set up init.el so that Emacs will load a theme that is needed first, but then configure properly afterward?</p> <p>My example: Starting from scratch, I want to load monokai-theme from melpa and set it:</p> <pre><code>(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (custom-set-variables '(custom-enabled-themes '(monokai)) '(custom-safe-themes '("d9646b131c4aa37f01f909fbdd5a9099389518eb68f25277ed19ba99adeb7279" default)) '(package-selected-packages '(monokai-theme))) (custom-set-faces ) </code></pre> <p>If monokai-theme is already downloaded, this works fine. But I want to have emacs download the package automatically if not already present. I use the following block:</p> <pre><code>(when (not package-archive-contents) (package-refresh-contents) (package-install-selected-packages) ) </code></pre> <p>If I add this below the customize variables, it installs monokai-theme but doesn't load it. I need to restart emacs. If I add this above the customize variables, it doesn't work because <code>package-selected-packages</code> is not loaded yet.</p> <p>There's a catch-22 here since each piece needs the other to run first.</p> <p>I want to see if I can configure most things in customize, but maybe customize is not right for this job? Should I be using customize at all?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Ill_Report9350"> /u/Ill_Report9350 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rubx6z/how_to_use_packages_and_customize_together/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rubx6z/how_to_use_packages_and_customize_together/">[comments]</a></span>
|
Loading…
Add table
Add a link
Reference in a new issue