trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,104 @@
<p>I no longer use plugins in my <code>.vimrc</code>. I have been running this
experiment for a while now. I had already reduced the list of plugins
to less than five and was actively trying to work without them prior to
disabling them altogether.</p>
<p>I like my new setup and consider it superior to what I had before,
because I adapted my workflow to make better use of other CLI programs.<br />
In general, I think all one needs for a decent Vim experience is a
sensible configuration file. Everything else should be taken care of by
external tools.</p>
<h2>Letting go of the IDE mentality</h2>
<p>My first code editor was Atom on a Mac. It shaped my expectations about
what coding is about and what tools should be incorporated in the
development environment. I knew nothing about GNU/Linux, the UNIX
philosophy, the CLI, etc. so I got this notion that the editor must
include virtually everything that is needed for the task at hand.</p>
<p>I gradually learned about Vim and started using it, slowly leaving Atom
behind. This happened for good after I switched to the libre software
side full-time some 2+ years ago. I still did not know much though, so
I retained this IDE mentality: Vim should be able to replicate all sorts
of functions that the console could otherwise provide unbeknownst to me.</p>
<p>As such, I would have a plugin for browsing the files in my current
working directory and its subdirectories, another for showing me the git
changes, and so on. There is no denying that these make Vim a better
tool overall, <em>if you only rely on Vim</em>, without support from the rest
of the operating system. If, however, you start leveraging what the OS
provides, Vims plugins become largely redundant.</p>
<p>Not only that, but some of Vims built-in features turn out to be
useless, perhaps some edge cases notwithstanding. For example, I find
no need to ever use splits (or however the tiles are called), when
<code>tmux</code> can handle that splendidly. Similarly, I have never encountered
a situation where <code>:terminal</code> would genuinely improve my workflow. If I
need to run some command I can just as easily fire up a new instance of
my terminal or use <code>tmux</code> again to achieve the same result.</p>
<h2>“Do one thing and do it well”</h2>
<p>This means operating in accordance with the UNIX way. Vim becomes
another specialised instrument that helps you get things done. It has a
small footprint, is quick and nimble, plus you get to learn the rest of
your toolkit better.</p>
<p>In my experience, plugins have the unintended yet major downside of
offering disincentives to learning other CLI programs. A plugin is akin
to a black box. It does things in ways that the user does not fully
comprehend, unless they have prior knowledge of similar tools—which they
most likely acquired by not using the plugin equivalent.</p>
<p>Take some of the Git-related offers for example: they are cool and
convenient, but then you learn that plain <code>git</code> can show diffs, status,
and a whole host of information. Just spend some time on <code>man git</code>.
The plugin is just a wrapper that obfuscates the underlying utility.</p>
<p>You may be thinking: why bother with the command line when the plugin
works just as well, if not better in terms of convenience? For me, the
superiority of doing things the UNIX way is about being able to solve
problems through <em>shell scripting</em>. Once you learn the commands for
running common file operations, manipulating streams, and the like, you
begin to see new possibilities that are not immediately apparent in a
Vim-centric setup.</p>
<p>Granted, I am no shell guru myself—I am not even a programmer. Yet I
can already see how such a workflow benefits my computing.</p>
<h2>The right tool for the job</h2>
<p>For me part of using GNU/Linux on a daily basis is learning new things,
which basically comes down to improving your knowledge of the CLI tools
on offer. It is why I also enjoy customising <a href="https://gitlab.com/protesilaos/dotfiles">my working
environment</a>. No, I do not do
it for the sake of ricing, as per Reddit parlance, but to develop a
deeper understanding of what is going on and how things work together.</p>
<p>I am aware that there are people whose needs are profoundly different
than mine and who must maintain a long list of plugins to make Vim meet
their requirements. That is just fine. I did it, it works. The beauty
of free software is that you can make those decisions yourself: pick and
choose what caters to your needs, follow the beaten path or do things
out of the ordinary. Your call.</p>
<h2>Portability and adaptability</h2>
<p>On another note, the upside to removing all plugins from my Vim setup is
that my dotfiles are ever more portable. This is consistent with my
reasoning for switching from <a href="https://protesilaos.com/codelog/2018-11-23-bspwm-lemonbar/">Polybar to Lemonbar for my system
panel</a>.</p>
<p>It also puts me in a better position with regard to being able to
operate in an unknown environment, say, a remote machine where my
dotfiles cannot be deployed or a custom <code>.vimrc</code> is not an option.</p>
<p>Adaptability is a huge asset. I still have to do some work on that
front: simplify my key bindings and the like. The idea is to reach a
state where I can be vimrc-agnostic, or at least know how to do
everything without my configurations in place.</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/x35vgBfZ3e8" width="480" alt="thumbnail" title="OBS Embraces Flatpak As The Official Package" /></p>Until recently the only official way to use OBS on Linux was on Ubuntu but coming soon there will be another option and that option will be a flatpak which I'm very excited for.<br /><br />==========Support The Channel==========<br />► $100 Linode Credit: https://brodierobertson.xyz/linode<br />► Patreon: https://brodierobertson.xyz/patreon<br />► Paypal: https://brodierobertson.xyz/paypal<br />► Liberapay: https://brodierobertson.xyz/liberapay<br />► Amazon USA: https://brodierobertson.xyz/amazonusa<br /><br />=========Video Platforms==========<br />🎥 Odysee: https://brodierobertson.xyz/odysee<br />🎥 Podcast: https://techovertea.xyz/youtube<br />🎮 Gaming: https://brodierobertson.xyz/youtube<br /><br />==========Social Media==========<br />🎤 Discord: https://brodierobertson.xyz/discord<br />🎤 Matrix Space: https://brodierobertson.xyz/matrix<br />🐦 Twitter: https://brodierobertson.xyz/twitter<br />🌐 Mastodon: https://brodierobertson.xyz/mastodon<br />🖥️ GitHub: https://brodierobertson.xyz/github<br /><br />==========Credits==========<br />🎨 Channel Art:<br />All my art has was created by Supercozman<br />https://twitter.com/Supercozman<br />https://www.instagram.com/supercozman_draws/<br /><br />#OBS #Flatpak #Linux<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=x35vgBfZ3e8

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/Fy_V1UjDnRY" width="480" alt="thumbnail" title="Dealing With The Constant Burnout Struggle" /></p>Throughout my time at University I was almost constantly dealing with burnout and today I thought it would be a helpful experience to talk about how I personally dealt with burnout and the strategies I used to try and avoid it in the first place.<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 />► Liberachat: https://brodierobertson.xyz/liberachat<br />► Amazon USA: https://brodierobertson.xyz/amazonusa<br /><br />=========Video Platforms==========<br />🎥 Odysee: https://brodierobertson.xyz/odysee<br />🎥 Podcast: https://techovertea.xyz/youtube<br />🎮 Gaming: https://brodierobertson.xyz/youtube<br /><br />==========Social Media==========<br />🎤 Discord: https://brodierobertson.xyz/discord<br />🎤 Matrix Space: https://brodierobertson.xyz/matrix<br />🐦 Twitter: https://brodierobertson.xyz/twitter<br />🌐 Mastodon: https://brodierobertson.xyz/mastodon<br />🖥️ GitHub: https://brodierobertson.xyz/github<br /><br />==========Credits==========<br />🎨 Channel Art:<br />All my art has was created by Supercozman<br />https://twitter.com/Supercozman<br />https://www.instagram.com/supercozman_draws/<br /><br />#Burnout #University #BrodieRobertson<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=Fy_V1UjDnRY

View file

@ -0,0 +1 @@
<p><a href="https://bibleproject.com/podcast/purpose-parables/">View full show notes and images from this episode → </a></p><p>Resources </p><ul><li>N. T. Wright, <a href="https://amzn.to/38Kphp8"><i>Simply Jesus: A New Vision of Who He Was, What He Did, and Why He Matters</i></a>, 87-88.</li><li>Our video on <a href="https://bibleproject.com/videos/how-to-read-the-bible-the-parables-of-jesus/">How to Read the Parables of Jesus</a></li></ul><p>Show Music: </p><ul><li>Defender Instrumental by Tents</li><li>When I Was A Boy by Tokyo Music Walker</li><li>Oyasumi by Smith the Mister</li><li>Velocities by Sleepy Fish</li></ul><p>Show Produced by Dan Gummel. </p><p>Learn more about BibleProject at bibleproject.com. </p><p>Powered and distributed by Simplecast.</p>

View file

@ -0,0 +1 @@
&#32; submitted by &#32; <a href="https://www.reddit.com/user/GedoRinneRebirth"> /u/GedoRinneRebirth </a> <br/> <span><a href="https://v.redd.it/2egm6i1b6n881">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rrx09j/i_used_arch_earlier_but_had_only_hdd_upgraded_and/">[comments]</a></span>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Hi, </p> <p>Is there any way to use global-prettify-symbols-mode and not have it change all TODO keywords to checkboxes? When marked as DONE, the checkboxes turn into a &#39;ticked&#39; checkbox that I find very ugly. I am wondering if there is some variable I can set in the init which will get rid of this substitution while keeping the global mode on, as I do prettify a lot of other things.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/MrEyff"> /u/MrEyff </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rsz30g/prettifysymbols_org_and_todo/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rsz30g/prettifysymbols_org_and_todo/">[comments]</a></span>

View file

@ -0,0 +1,31 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! Seriously, go there.
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- Map: <a href='http://www.biblestudy.org/maps/division-of-promised-land-to-ancient-israel.jpg'>Land Allotment for Israel</a></p>
<p>- <a href='http://thebiblerecap.com/espanol'>TBR in Spanish</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
<p><img src="https://thumbnails.lbry.com/vXZAV11m2uk" width="480" alt="thumbnail" title="I google which Linux Distro to install to try and understand new users confusions. (A long ramble)" /></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 />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=vXZAV11m2uk

View file

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

View file

@ -0,0 +1,268 @@
<p>I just released version <code>1.7.0</code> of <a href="https://protesilaos.com/emacs/modus-themes">the Modus
themes</a>. The release notes
are reproduced below. For any questions pertaining to this publication,
feel welcome to <a href="https://protesilaos.com/contact/">contact me</a>.</p>
<p>I will now prepare the patch for the <code>master</code> branch on emacs.git
(currently this corresponds to Emacs version 29). The <code>modus-themes</code>
package in GNU ELPA fetches its contents from emacs.git, so expect an
update to trickle down shortly after my patch is merged.</p>
<hr />
<h2>Modus themes version 1.7.0</h2>
<p>By Protesilaos Stavrou <a href="mailto:info@protesilaos.com">info@protesilaos.com</a> on 2021-11-18</p>
<p>The present entry records the changes made to the project since the
release of version 1.6.0 on 2021-09-29. There have been more than 60
commits since then.</p>
<p>Every modification pertaining to colour combinations referenced herein
is implemented in accordance with the primary 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).
Edits also account for colour-coding that is optimised for the needs of
users with red-green colour deficiency (deuteranopia).</p>
<p>To access the URL of the manual visit this web page:
<a href="https://protesilaos.com/emacs/modus-themes">https://protesilaos.com/emacs/modus-themes</a>. Or read it from Emacs by
evaluating this form:</p>
<pre><code>(info "(modus-themes) Top")
</code></pre>
<p>The themes are built into Emacs version 28 (next stable release), and
are available on GNU ELPA as well as other archives. This release is
the first one that is included with Emacs 29, or else the <code>master</code>
branch in emacs.git.</p>
<h3>Customisation options</h3>
<ul>
<li>
<p>The <code>modus-themes-no-mixed-fonts</code> has been deprecated and replaced by
the <code>modus-themes-mixed-fonts</code>. This is a breaking change for users
who want to use “mixed fonts”: they must set the new variable to
non-nil.</p>
<p>As the name implies, the new variable changes the meaning of the
feature to make it opt-in by default. This is consistent with the
principle of least surprise, as users may not know why some fonts look
different than others in certain cases.</p>
<p>Thanks to Christian Tietze for clarifying the doc string of this new
user option in merge request 51:
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/51">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/51</a>.</p>
<p>For context, “mixed fonts” refers to a design where spacing-sensitive
constructs, such as code blocks and Org tables, inherit from the
<code>fixed-pitch</code> face to remain monospaced (and properly aligned) at all
times. Depending on the users configurations, the <code>fixed-pitch</code> face
may not use the typeface that the user expects.</p>
<p>The manual provides information on how to set the desired fonts by
editing the <code>default</code>, <code>fixed-pitch</code>, and <code>variable-pitch</code> faces.</p>
</li>
<li>
<p>The new <code>modus-themes-mode-line-padding</code> can be used to control the
apparent padding of the mode line when the user option
<code>modus-themes-mode-line</code> includes the <code>padded</code> property. The padding
must be a positive integer (otherwise the code would be needlessly
complex to guard against values that make the mode line look awkward,
like anything lower than -3 or maybe even -2).</p>
<p>Thanks to Guilherme Semente and Manuel Uberti for the feedback in
issue 245: <a href="https://gitlab.com/protesilaos/modus-themes/-/issues/245">https://gitlab.com/protesilaos/modus-themes/-/issues/245</a>.</p>
<p>Note that the out-of-the-box style of the themes has a padding of 1
(technically a <code>:line-width</code> of 1 for the <code>:box</code> attribute), whereas
the default style of Emacs has it at -1. This is a design choice to
avoid an overlap between the outer boundaries of a fonts glyphs and
the borders of the mode line, when using certain common typefaces at
various point sizes. Such an overlap can hinder readability.</p>
<p>The manual contains a new Do-It-Yourself (DIY) section with detailed
code samples on how to apply a negative value.</p>
</li>
<li>
<p>The new <code>modus-themes-intense-markup</code> option can be set to non-nil to
make constructs such as inline code and verbatim text more colourful.
This has a general utility, though its consideration was prompted by a
phenomenon reported by Stefan Kangas in issue 238 where the overlay of
the <code>hl-line-face</code> overrides the subtle background these constructs
use and can thus make them virtually indistinguishable from ordinary
text: <a href="https://gitlab.com/protesilaos/modus-themes/-/issues/238">https://gitlab.com/protesilaos/modus-themes/-/issues/238</a>.</p>
<p>Such is the standard behaviour of <code>hl-line-mode</code> and there is nothing
a theme can (or rather “should”) do about it. Thanks to Stefan Kangas
for the feedback.</p>
</li>
<li>
<p>The <code>modus-themes-headings</code> option can now accept and apply an exact
font weight such as <code>semibold</code> or <code>light</code>. (The list of available
weights is the value of the <code>modus-themes--heading-weights</code> internal
variable.) This supersedes the now-deprecated <code>no-bold</code> property:
<code>no-bold</code> is henceforth understood as the presence of a <code>regular</code>
weight.</p>
<p>Recall that this user option is an alist and can be used to target
heading levels individually, which further reinforces the utility of
this new property.</p>
<p>Thanks to Christian Tietze for suggesting this idea in issue 248:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/248">https://gitlab.com/protesilaos/modus-themes/-/issues/248</a>. And
thanks to Daniel Mendler for refining its implementation in commit
54bfd62, which was sent as a patch file (yes, we accept those and I
actually prefer them over a web apps UI).</p>
</li>
<li>
<p>The <code>modus-themes-org-agenda</code> has seen improvements to its <code>event</code> key
(this is an alist that has multiple keys). It now accepts a <code>varied</code>
property which differentiates between (i) plain timestamp entries and
(ii) entries that are generated from either the diary or a symbolic
expression. The <code>varied</code> property combines with the other available
properties to particularise their effects. Consult the doc string or
the manual for the technicalities.</p>
<p>Thanks to Gustavo Barros for the detailed commentary in issue 241:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/241">https://gitlab.com/protesilaos/modus-themes/-/issues/241</a>.</p>
</li>
<li>
<p>The <code>modus-themes-lang-checkers</code> now accepts a <code>faint</code> property. This
has the effect of toning down the colours in use. By default, the
only colour is that of the underline, though more can be added by
combining the properties accepted by this user option. Consult its
doc string or the manual for further details.</p>
<p>Thanks to Morgan Smith for suggesting the idea in issue 239:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/239">https://gitlab.com/protesilaos/modus-themes/-/issues/239</a>.</p>
</li>
</ul>
<h3>Add support for new packages or face groups</h3>
<ul>
<li>
<p><code>company-tooltip-deprecated</code> face. Thanks to Roman Rudakov for the
feedback in issue 247: <a href="https://gitlab.com/protesilaos/modus-themes/-/issues/247">https://gitlab.com/protesilaos/modus-themes/-/issues/247</a>.</p>
</li>
<li>
<p><code>corfu-default</code> face. Thanks to Daniel Mendler (Corfus developer)
for the feedback in issue 254:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/254">https://gitlab.com/protesilaos/modus-themes/-/issues/254</a>.</p>
</li>
<li>
<p><code>image-dired</code> package (Emacs 29). Thanks to Stefan Kangas for making it
happen in emacs.git and for the feedback in issue 250:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/250">https://gitlab.com/protesilaos/modus-themes/-/issues/250</a>.</p>
</li>
<li>
<p><code>nano-modeline</code> package.</p>
</li>
<li>
<p><code>vertico-quick</code> package. Thanks to Nicolas De Jaeghere for the
contribution in merge request 48:
<a href="https://gitlab.com/protesilaos/modus-themes/-/merge_requests/51">https://gitlab.com/protesilaos/modus-themes/-/merge_requests/51</a>.</p>
</li>
</ul>
<h3>Changes to existing faces or face groups</h3>
<ul>
<li>
<p>Added support for the new Org agenda faces that improve the
contextuality of various views. We implemented those upstream for Org
version 9.5 in close cooperation with Gustavo Barros. Thanks to
Gustavo for the detailed feedback in issue 241:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/241">https://gitlab.com/protesilaos/modus-themes/-/issues/241</a>. The
thread about the patch upstream:
<a href="https://list.orgmode.org/87lf7q7gpq.fsf@protesilaos.com/">https://list.orgmode.org/87lf7q7gpq.fsf@protesilaos.com/</a></p>
</li>
<li>
<p>Refined Org agenda date faces in the interest of consistency and in
accordance with the aforementioned change. Thanks again to Gustavo
Barros for the discussion in issue 241.</p>
</li>
<li>
<p>Applied the <code>shadow</code> face more consistently across all contexts where
only a subtle foreground value is expected. This design choice makes
it possible for users to manually edit the foreground colour of
<code>shadow</code> to something even more subtle than the <code>fg-alt</code> palette
variable we use, which maps to a gray colour (e.g. they could use
“gray50”).</p>
</li>
<li>
<p>Implemented a subtle background colour to the <code>widget-inactive</code> face.
This makes it easier to discern inactive buttons, checkboxes, and the
like, in contexts such as the Customize User Interface. Thanks to
Stefan Kangas for the feedback in issue 242:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/242">https://gitlab.com/protesilaos/modus-themes/-/issues/242</a>.</p>
</li>
<li>
<p>Tweaked <code>file-name-shadow</code> to also use italics (inherit from the
<code>italic</code> face) in order to be more easy to distinguish it from
ordinary text in the minibuffer.</p>
<p>Recall that the manual documents the meaning of inheriting from the
<code>bold</code> and <code>italic</code> faces instead of hardcoding a bold weight and an
italic slant, respectively. In short: users can change the weight to
what they want (e.g. semibold) and/or use distinct font families.</p>
</li>
<li>
<p>Amplified the style of Version Control (VC) warnings and errors to let
them draw more attention to themselves (because these indicators need
to be acted upon).</p>
</li>
<li>
<p>Recoloured the <code>custom-group-tag</code> face to make it fit better in its
context and be consistent with the rest of the themes established
patterns.</p>
</li>
<li>
<p>Made marks for selection in Dired, Ibuffer, and related, conform with
the <code>modus-themes-success-deuteranopia</code> option. This means that they
use blue colours when the option is non-nil, instead of their default
shades of green.</p>
</li>
<li>
<p>Adjusted the box width of key bindings for Emacs 28 or higher. They
should no longer cause any alignment issues. This style is now used
throughout the themes, including in transient views (e.g. Magit) which
were the exception before. Thanks to Manuel Uberti and Kevin Fleming
for the feedback in issue 232:
<a href="https://gitlab.com/protesilaos/modus-themes/-/issues/232">https://gitlab.com/protesilaos/modus-themes/-/issues/232</a>.</p>
</li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>
<p>Wrote a brief description of every user option in the manual. Also
covered its type, as in boolean, alist, et cetera.</p>
</li>
<li>
<p>Corrected the mode line border width for one combination of properties
in the <code>modus-themes-mode-line</code> option. This should now have the same
height as all others:</p>
<pre><code>(setq modus-themes-mode-line '(accented borderless))
</code></pre>
</li>
<li>
<p>Ensured that mode line attributes would not be set to nil, but kept at
an <code>unspecified</code> value instead, where relevant. This avoids problems
with [faulty] code that unconditionally depends on something that does
not exist, as in the following while <code>:box</code> is nil:</p>
<pre><code>(face-attribute 'mode-line :box)
</code></pre>
</li>
<li>
<p>Expanded, reworded, or otherwise improved the manual, based on the
aforementioned.</p>
</li>
</ul>
<p>Thanks once again to everyone involved!</p>

View file

@ -0,0 +1,139 @@
<p>In this episode Steve joins us again to discuss networking. Building on the knowledge from our last episode we dig further into ipv6 and other network technology!</p>
<h3><strong>-- During The Show --</strong></h3>
<h5>01:00 - VLAN question - Scott</h5>
<ul>
<li>Management VLan is for admin not printers etc</li>
<li>Set the switch to only allow access on the management VLan</li>
<li>Use firewall rules to allow or deny cross VLan access</li>
</ul>
<h5>08:10 - Replace Unify with TP Link Omada? - Charlie</h5>
<ul>
<li>Checking it out, will get back to you</li>
</ul>
<h5>09:00 - Just FYI problem accessing Wireguard tutorial - Paul</h5>
<ul>
<li><a href="http://ost.altspd.com/kb/faq.php?id=201" rel="nofollow">New Wireguard Tutorial</a></li>
</ul>
<h5>09:30 - What Router Should I buy? - Nik</h5>
<ul>
<li><a href="https://shop.netgate.com/products/1100-pfsense" rel="nofollow">Netgate SG-1100</a></li>
</ul>
<h5>12:15 IPv4</h5>
<ul>
<li>Broadcast traffic - sends a packet to everyone, not forwarded by routers</li>
<li>Broadcast Domain - Any computer that can hear a broadcast packet</li>
<li>ARP Table - Table that matches switch port to mac address</li>
<li>Computers also keep ARP Tables - Including Host Name, MAC Address, IP Address</li>
<li>Rebooting a switch will cause it to rebuild the ARP Table</li>
<li>Private IP Addresses - IPv4 Addresses set aside for internal networks</li>
<li><a href="https://datatracker.ietf.org/doc/html/rfc1918" rel="nofollow">RFC 1918</a></li>
<li>NAT - Network Address Translation - Public IP &lt;-&gt; Private IP</li>
<li>[IP Chicken](ipchicken.com)</li>
<li>Router typically hands out DNS Server+IP Address+Hostname</li>
</ul>
<h5>30:00 IPv6</h5>
<ul>
<li>IPv6 packet types
<ul>
<li>Anycast</li>
<li>Multicast</li>
<li>Link-Local</li>
</ul></li>
<li>IPv6 Anycast - Send out a packet to an IP address, expecting multiple devices to have the same IP Address but only the closest responds</li>
<li>IPv6 Multicast - Tries to only hit intended IP addresses</li>
<li>Link-Local - Automatically assigned, non route-able, Required for IPv6</li>
<li>Unique-Local - Private or Public route-able IP address</li>
<li>Host bit of IPv6 identifies your device across networks</li>
</ul>
<h5>41:50 Reading IPv6</h5>
<ul>
<li>First hextet = IANA Assigned prefix</li>
<li>Second hextet = Your Geographical region</li>
<li>Third hextet = Your ISP</li>
<li><p>Fourth hextet = Your Network</p></li>
<li><p>Leading zeros can be omitted</p>
<p>This IP: </p>
<p>FE80:0ED1:0098:000A:0000:0000:0AED</p>
<p>Can be expressed like this:</p>
<p>FE80:ED1:98:A::AED</p></li>
<li><p>IPv6 Loopback address<br>
::0 </p></li>
</ul>
<h5>48:00 Getting an address</h5>
<ol>
<li>Computer sends an icmpv6 packet called a Router Solicitation</li>
<li>The router responds with its information (with its Link Local address)</li>
<li>Either the router generates an ipv6 based on the requesting computers MAC address OR the computer chooses its own IP address</li>
<li>The computer sends a Neighbor Solicitation packet which is basically the computer attempting to ping a device on the network with its IP address to see if its chosen IP already exists</li>
</ol>
<ul>
<li><p>IPv6 you are on the internet by default unlike IPv4 in most setups</p></li>
<li><p>&quot;Host&quot; bits are based on your MAC address, which can be used for finger printing/tracking</p></li>
</ul>
<h5>Addressing</h5>
<p>Address broken into hextets<br>
<img src="https://i.imgur.com/9dZgNxD.png" alt=""></p>
<h3><strong>-- The Extra Credit Section --</strong></h3>
<p>For links to the articles and material referenced in this week&#39;s episode check out this week&#39;s page from our podcast dashboard!</p>
<p><a href="http://podcast.asknoahshow.com/230" rel="nofollow">This Episode&#39;s Podcast Dashboard</a></p>
<p><a href="http://www.voxtelesys.com/asknoah" rel="nofollow">Phone Systems for Ask Noah provided by Voxtelesys</a></p>
<p>Join us in our dedicated chatroom <a href="https://element.linuxdelta.com/#/room/#geeklab:linuxdelta.com" rel="nofollow">#GeekLab:linuxdelta.com on Matrix</a></p>
<h3><strong>-- Stay In Touch --</strong></h3>
<p><strong>Find all the resources for this show on the Ask Noah Dashboard</strong></p>
<blockquote>
<p><a href="http://www.asknoahshow.com" rel="nofollow">Ask Noah Dashboard</a></p>
</blockquote>
<p><strong>Need more help than a radio show can offer? Altispeed provides commercial IT services and theyre excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!</strong></p>
<blockquote>
<p><a href="http://www.altispeed.com/" rel="nofollow">Altispeed Technologies</a></p>
</blockquote>
<p><strong>Contact Noah</strong></p>
<blockquote>
<p>live [at] asknoahshow.com</p>
</blockquote>
<p><strong>-- Twitter --</strong></p>
<ul>
<li><a href="https://twitter.com/kernellinux" rel="nofollow">Noah - Kernellinux</a></li>
<li><a href="https://twitter.com/asknoahshow" rel="nofollow">Ask Noah Show</a></li>
<li><a href="https://twitter.com/altispeed" rel="nofollow">Altispeed Technologies</a></li>
</ul><p>Special Guest: Steve Ovens.</p><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>Hello. I recently found an error while booting arch. If I just boot it normally it says failed to load ldlinux.c32, press any key to continue.(if i press any key it reboots again to the same screen). And if I insert a bootable iso via pendrive then upon starting the calamares installer it says No partitions to install on. It doesnt detect my hdd. Help PLEASE</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/crankenstein101"> /u/crankenstein101 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r5g3xn/help_not_booting_up/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r5g3xn/help_not_booting_up/">[comments]</a></span>

View file

@ -0,0 +1,18 @@
<p><iframe loading="lazy" title="Destination Linux EP47 - Dolphin Oracle of MX Linux" width="800" height="450" src="https://www.youtube.com/embed/oNnfFy0HBjs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><span style="font-weight: 400;">Welcome to Episode 47 of Destination Linux for 11-27-17</span></p>
<p><span style="font-weight: 400;">Im Rocco (and Im Ryan) and this is Destination Linux</span></p>
<p><span style="font-weight: 400;">Today on the show we have a special guest</span></p>
<p><a href="https://twitter.com/dolphin_oracle"><span style="font-weight: 400;">Dolphin Oracle</span></a><span style="font-weight: 400;"> One of the guys behind </span><a href="https://mxlinux.org/"><span style="font-weight: 400;">MX Linux</span></a></p>
<p><span style="font-weight: 400;">MX Linux is regularly featured in the top 30 distros on Distrowatch and beloved by many Youtube content creators and users alike. </span></p>
<p><a href="https://www.youtube.com/channel/UCFWlej2CSKlXW5uE9opXukQ"><span style="font-weight: 400;">Dolphin</span></a><span style="font-weight: 400;"> has been on the show before and if you have not seen that </span><a href="https://www.youtube.com/watch?v=Pma6qDbZYDE"><span style="font-weight: 400;">episode you can view it here</span></a><span style="font-weight: 400;">.</span></p>
<p><b>Admin</b></p>
<p><a href="https://teespring.com/destinationlinuxpodcast?utm_swu=29&amp;utm_source=Seller_mktauto_us&amp;utm_campaign=seller_campaign_launch_2&amp;utm_medium=email#pid=522&amp;cid=101894&amp;sid=front"><span style="font-weight: 400;">Destination Linux Apparel</span></a></p>
<p><b>Where Can You Find Us This Week</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Rocco and Ryan will be playing Rocket League live this week on DasGeek Channel</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Big Daddy Linux Live! Will be on Saturday night on the BigDaddyLinux Channel</span></li>
</ul>
<p><span style="font-weight: 400;">Twitter @dasgeekchannel @bigdaddylinux</span></p>
<p><span style="font-weight: 400;">A big thank you to each and every one of you for supporting us and Thank you For Watching Destination Linux</span></p>
<p><span style="font-weight: 400;">Have a great week and remember the Journey ITSELF is just as important as the Destination</span></p>
<p>&nbsp;</p>

View file

@ -0,0 +1 @@
John Locke&#8217;s Two Treatises of Government Chapter 9 of the ends of political society and government. We have more shortages than gas stations in the south, the middle east is heating up, and chips. Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com For Advertising your business [&#8230;]

View file

@ -0,0 +1,4 @@
<p>Can the Free Desktop avoid being left behind in the going dark revolution? Cassidy from elementary OS joins us to discuss their proposal.</p>
<p>Plus we complete our Red Hat arc by giving Silverblue the full workstation shakedown, Drew shares his complete review, and we discuss the loss of Antergros.</p><p>Special Guests: Alex Kretzschmar, Cassidy James Blaede, 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://antergos.com/blog/antergos-linux-project-ends/" title="Antergos Linux Project Ends" rel="nofollow">Antergos Linux Project Ends</a> &mdash; Today, we are announcing the end of this project. As many of you probably noticed over the past several months, we no longer have enough free time to properly maintain Antergos.</li><li><a href="https://medium.com/elementaryos/the-need-for-a-freedesktop-dark-style-preference-614f501ae4ca" title="The Need for a FreeDesktop Dark Style Preference" rel="nofollow">The Need for a FreeDesktop Dark Style Preference</a> &mdash; OS-wide dark styles are hard. For ages youve been able to forcibly change out the system style on GTK, KDE, Android and Windows with something thats dark by default instead of light, but this causes issues when apps dont expect it</li><li><a href="https://blogs.gnome.org/thaller/2019/03/15/wireguard-in-networkmanager/" title="WireGuard in NetworkManager" rel="nofollow">WireGuard in NetworkManager</a> &mdash; NetworkManager 1.16 got native support for WireGuard VPN tunnels</li><li><a href="https://www.youtube.com/watch?v=qdz4b5psrhE" title="GDC 2019 Developer Session: First Light - Bringing DOOM to Stadia" rel="nofollow">GDC 2019 Developer Session: First Light - Bringing DOOM to Stadia</a> &mdash; The inside story of how DOOM came to life on Stadia.</li><li><a href="https://pcpartpicker.com/list/7LhYvn" title="System Builder - Ryzen 5 2600X 3.6 GHz 6-Core, Radeon RX 580 8 GB ARMOR OC, P300 ATX Mid Tower" rel="nofollow">System Builder - Ryzen 5 2600X 3.6 GHz 6-Core, Radeon RX 580 8 GB ARMOR OC, P300 ATX Mid Tower</a></li><li><a href="https://error.show/" title="User Error" rel="nofollow">User Error</a></li><li><a href="https://fridaystream.com/4" title="The Friday Stream Episode 4: The Techxorcist" rel="nofollow">The Friday Stream Episode 4: The Techxorcist</a> &mdash; Chris tries to convince Brent to take a buddies trip, we try to get the audience a discount chicken deal, and Ells trying to get out of a locked server room.</li><li><a href="https://2019.texaslinuxfest.org/" title="Texas Linux Fest 2019" rel="nofollow">Texas Linux Fest 2019</a> &mdash; Texas Linux Fest is an annual Linux and open source software event for Texas and the surrounding region.</li><li><a href="https://linuxacademy.com/blog/mobile/mobile-apps-now-open-to-community-edition-students/" title="Mobile Apps Now Open to Community Edition students - Linux Academy Blog" rel="nofollow">Mobile Apps Now Open to Community Edition students - Linux Academy Blog</a> &mdash; Starting with todays release (3.0), Community Edition students will be able to log in and use the our mobile apps </li><li><a href="https://silverblue.fedoraproject.org/" title="Team Silverblue" rel="nofollow">Team Silverblue</a> &mdash; Before we chose the name Team Silverblue, the team was the Fedora Atomic Workstation SIG, and the Atomic Workstation is what we are producing, now under its new name, Silverblue. At its core, it is a variant of the Fedora Workstation which uses rpm-ostree to provide an immutable OS image with reliable updates and easy rollbacks.</li><li><a href="https://minetime.ai/" title="MineTime" rel="nofollow">MineTime</a> &mdash; MineTime is part of a research project to build a modern, multi-platform, AI-powered calendar application.</li><li><a href="https://www.linuxuprising.com/2019/05/new-guake-drop-down-terminal-ppa-ubuntu.html?m=1" title="New Guake Drop-Down Terminal PPA (Ubuntu And Linux Mint Installation) - Linux Uprising Blog" rel="nofollow">New Guake Drop-Down Terminal PPA (Ubuntu And Linux Mint Installation) - Linux Uprising Blog</a> &mdash; Guake is a drop-down terminal for the GNOME desktop which includes split terminal functionality, session save/restore, support for transparency, and many other features.</li></ul>

View file

@ -0,0 +1,35 @@
<p>SHOW NOTES: </p>
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! Seriously, go there.
- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
<p> </p>
<p>FROM TODAYS PODCAST: </p>
<p>- <a href='https://www.biblegateway.com/passage/?search=Isaiah+14%3A12&version=ESV'>Isaiah 14:12</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=luke+21&version=ESV'>Luke 21</a></p>
<p>- <a href='https://www.biblegateway.com/passage/?search=luke+21%3A28&version=ESV'>Luke 21:28</a></p>
<p>- The Bible Recap Book <a href='http://thebiblerecap.com/books'>Deluxe Edition</a></p>
<p> </p>
<p>SOCIALS:</p>
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
<p> </p>
<p>D-GROUP:
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>

View file

@ -0,0 +1 @@
Two Treatises by John Locke paused for New Brief, AZ update with how this new judge is thinking, fascism at it&#8217;s finest with big tech, and other things to make me lose my mind.  Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com For Advertising your business [&#8230;]