trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
MPs unanimously agree to pass bill banning conversion therapy in Canada – December 1, 2021 Auschwitz Survivor Warning Signs, Fight Canadian Christian Persecution, How US Freedom is Essential Senate moves forward on raising debt ceiling by $2.5T The amount is expected to carry spending until after the 2022 midterms, preventing another standoff over the debt […]
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello everyone,</p> <p>I am looking to solve the following problem. I am using <code>org-agenda</code> to view items marked as TODO. This presents a list. The list is long and it's a bit difficult to scan. Ideally, I would like to have an interface where only the first item would load, I would hit "n" and then the next and the next and so on until there are no items left.</p> <p>Is this possible to do? What are the steps to take to achieve this?</p> <p>Thanks very much!</p> <p>I am running Spacemacs (<a href="mailto:0.200.13@27.2">0.200.13@27.2</a>)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/alexander_tg"> /u/alexander_tg </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/rhgcl2/creating_an_interactive_orgagenda_list/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/rhgcl2/creating_an_interactive_orgagenda_list/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/h9EwmKTmmyM" width="480" alt="thumbnail" title="DL's MegaList of Software Alternatives | Destination Linux 244" /></p>This week’s episode of Destination Linux, we’re going to discuss a community question on replacing all your most used online services from email to social media with more privacy focused solutions. Then we’re going to discuss a new smartwatch option that’s guaranteed to make you pentesters drool. Plus we've also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you're brand new to Linux and open source or a guru of sudo. This is the podcast for you.<br /><br />FrontPageLinux.com ►► https://frontpagelinux.com<br /><br />Full Show Notes (for links and such)<br />https://destinationlinux.org/episode-244<br /><br />--- <br /><br />Sponsored by:<br />Digital Ocean = https://do.co/dln<br />Bitwarden = https://bitwarden.com/dln<br /><br />Hosted by:<br />Michael Tunnell = https://tuxdigital.com<br />Ryan (DasGeek) = https://dasgeekcommunity.com<br />Jill Bryant = https://jilllinuxgirl.com<br /><br />Want to Support the Show?<br />Support us on Patreon = https://destinationlinux.org/patreon<br />Support us on Sponsus = https://destinationlinux.org/sponsus<br />DLN Store = http://dlnstore.com<br /><br />Want to follow the show and hosts on social media?<br />You can find all of our social accounts at https://destinationlinux.org/contact<br /><br />---<br /><br />Full Show Notes (for links and such)<br />https://destinationlinux.org/episode-244<br /><br />00:00 = Welcome to DL 244<br />00:59 = Community Feedback: Raspberry Pi powered Sit Stand Desk<br />04:12 = DigitalOcean: Managed MongoDB ( https://do.co/dln-mongo )<br />06:21 = DL MegaList of Software Alternatives<br />46:34 = Bitwarden Password Manager ( https://bitwarden.com/dln )<br />48:54 = Kali Linux 2021.3 Released with support for a Smartwatch<br />54:23 = Software Spotlight: Veracrypt<br />56:06 = Tip of the Week: remotely control services on a server<br />57:57 = Outro<br /><br />---<br /><br />Join Odysee With Our DLN Invite Link = https://odysee.com/$/invite/@destinationlinux:9<br /><br />#Linux #OpenSource #Podcast<br />...<br />https://www.youtube.com/watch?v=h9EwmKTmmyM
|
|
@ -0,0 +1,3 @@
|
|||
<p>Yuan Fu likes to take notes in which he can embed images. You can do that with Org, of course, but Fu doesn’t like that Org’s solution boils down to a link to a file. That means you have to keep the file paths in sync. He wanted a solution that embedded the image in the file <i>and</i> made it easy to resize the image on the fly.</p>
|
||||
<p>To a first approximation, <a href="https://casouri.github.io/note/2020/embed-images-in-text-files/index.html">his solution</a> is simple: Embed the image as a Base64 string at the bottom of the buffer and put an internal link to it at the point to where it is to appear. Of course, there are complications. First, there’s handling the resizing. That’s not too hard but there are also display issues such as having reasonable scrolling. Fu has some animated screenshots that show this in action. It appears to work well.</p>
|
||||
<p>The <a href="https://github.com/casouri/lunarymacs/blob/master/site-lisp/iimg.el">code</a> does not appear to be in Melpa and Fu doesn’t say whether he plans to submit it but it’s a single file and should be easy to load and try out. If you have a need to permanently embed images in a file and don’t want to have to worry about keeping file paths in sync, this is a good solution.</p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hej fellow 'macsers,</p> <p>TL;DR: Can you tell me which function emacs invokes to ask for auth data?</p> <p>I recently heard of <code>mini-frame-mode</code> and fell in love. While I see the need to have a vertical display for functions and variable descriptions (marginalia ftw!), I have always been irritated by a new buffer appearing "out of nowhere" on the bottom of my screen, moving the modeline etc.</p> <p>So, I have adjusted the looks of <code>mini-frame-mode</code> to my liking. Now, there is one piece missing: whenever I push to my git repository, <code>mini-frame-mode</code> opens to prompt me for my git auth data. I don't want <code>mini-frame-mode</code> to handle this; instead, I want the password prompt to appear in the original mini buffer on the bottom.</p> <p>I know of the <code>mini-frame-ignore-commands</code> variable. However, I don't know which program is evoked by emacs to ask me for the password. I tried skimming the <em>Messages</em> Buffer for it, but adding <code>magit-process-username-prompt</code> and <code>magit-process-password-prompt</code> to the list didn't change anything, and I was unable to find a reference to another function in the packages' code.</p> <p>Thus: can you tell me which function emacs invokes to ask for auth data?</p> <p>Have a good day, folks :)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/olivuser"> /u/olivuser </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rrxeto/which_functions_prompts_for_the_password_in_emacs/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rrxeto/which_functions_prompts_for_the_password_in_emacs/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qyh4k8/dwm_typographic_tomorrow_night/"> <img src="https://preview.redd.it/w5g2brpzzt081.png?width=640&crop=smart&auto=webp&s=1d3b125ec31f015bf8e615de0954cb3b9a3e8a9c" alt="[dwm] Typographic Tomorrow Night" title="[dwm] Typographic Tomorrow Night" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Eingorz"> /u/Eingorz </a> <br/> <span><a href="https://i.redd.it/w5g2brpzzt081.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/qyh4k8/dwm_typographic_tomorrow_night/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
<p>Thanks to our audience for all your incredible questions! In this week’s episode, we tackle questions like: How could God break his covenant with the tribe of Levi? What’s the connection between the forehead markings of priests and followers of the beast? And why did offering his own sacrifice cost Saul his kingship? Listen in to hear the team answer your questions.</p><p><a href="https://bibleproject.com/podcasts/the-bible-project-podcast/">View full show notes from this episode →</a></p><p>Timestamps </p><ul><li>What’s the Connection Between Israel’s Priests and Modern Church Leaders? (1:04)</li><li>Are We Meant to “Shine” as God’s Image? (7:40)</li><li>Mark of the Priest or Mark of the Beast? (14:10)</li><li>Why Was David Allowed to Break the Sabbath? (20:20)</li><li>Did God Break His Promise to the Tribe of Levi? (28:30)</li><li>What Was Wrong With Saul’s Sacrifice? (36:22)</li></ul><p>Referenced Resources</p><ul><li>Interested in more? Check out <a href="https://bibleproject.com/tim-mackie/">Tim’s library here.</a></li></ul><p>Show Music </p><ul><li>“Defender (Instrumental)” by TENTS</li></ul><p>Show produced by Dan Gummel and Cooper Peltz. Show notes by Lindsey Ponder. </p><p>Powered and distributed by Simplecast.</p>
|
|
@ -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> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=luke+5%3A12&version=ESV'>Luke 5:12</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=john+4&version=ESV'>John 4</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=john+6%3A26&version=ESV'>John 6:26</a></p>
|
||||
|
||||
<p>- Map: <a href='https://www.bible-history.com/new-testament/galilee_in_time_of_jesus.png'>Galilee in Time of Jesus</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Mark+2%3A17&version=ESV'>Mark 2:17</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/OWnAFcwQqrQ" width="480" alt="thumbnail" title="Thoughts On The Linus Tech Tips Linux Challenge" /></p>Linus and Luke from Linus Tech Tips announcend they were going to be doing a Linux gaming challenge and I for one think this is a really big chance to show off what gaming on linux is actually like to millions of people who have no idea.<br /><br />==========Support The Channel==========<br />► $100 Linode Credit: https://brodierobertson.xyz/linode<br />► Patreon: https://brodierobertson.xyz/patreon<br />► Paypal: https://brodierobertson.xyz/paypal<br />► Liberapay: https://brodierobertson.xyz/liberapay<br />► Amazon USA: https://brodierobertson.xyz/amazonusa<br /><br />==========Resources==========<br />Wan Show: https://www.youtube.com/watch?v=PvTCc0iXGcQ&t=1834s<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 />#LinuxGaming #GamingOnLinux #LinusTechTips<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=OWnAFcwQqrQ
|
|
@ -0,0 +1,34 @@
|
|||
<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.
|
||||
</p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus perks!</p>
|
||||
|
||||
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
|
||||
|
||||
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST:
|
||||
</p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Habakkuk+1%3A13&version=ESV'>Habakkuk 1:13</a></p>
|
||||
|
||||
<p><a href='https://www.biblegateway.com/passage/?search=Job+1%3A6-12&version=ESV'>- Job 1:6-12</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a></p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/sUbHGCnAZic" width="480" alt="thumbnail" title="Neatroff - Minimalist Documents Done Right" /></p>This tutorial is focused on a Neatroff a Minimalist Typesetting Tool<br /><br />Link to where to install neatroff.<br /> https://github.com/aligrudi/neatroff_make<br /><br />Link to classic Troff documentation<br /> http://doc.cat-v.org/plan_9/4th_edition/papers/troff.pdf<br /><br />Let me know what you think and if there is anything specific you would like to learn about.<br /><br />Formatting without moving:<br /> https://gist.github.com/romainl/d2ad868afd7520519057475bd8e9db0c<br />----------------► Wanna Support Me? ◀︎----------------<br />Github: <br /> https://www.github.com/sponsors/gavinok<br />Patreon: <br /> https://www.patreon.com/creator-home<br /><br />----------------► Wanna Checkout My Dots? ◀︎----------------<br />Vimrc:<br /> https://github.com/Gavinok/dotvim<br />Dotfiles:<br /> Coming Soon<br />----------------► Come Join The Community◀︎----------------<br />LBRY:<br /> https://open.lbry.com/@GavinFreeborn:d?r=FVxxdjxLmbpPS5K4EdMsLjBjkxv9eEGs<br />Discord:<br /> https://discord.gg/JJk5KKU<br /><br />⏱️TIMESTAMPS⏱️<br />00:00 Start Of Video<br />00:38 History<br />02:10 Neateqn<br />03:23 Unicode Support<br />04:05 Font Support<br />04:51 Setting Up Neatroff<br />05:58 Setting Up Fonts<br />09:42 Right to left text<br />10:09 Neatroff is a minimalist's Groff<br />10:34 Easy to learn<br />13:26 Conclusion<br />...<br />https://www.youtube.com/watch?v=sUbHGCnAZic
|
|
@ -0,0 +1,12 @@
|
|||
<p>Recent AWS outages sent Alex on a hunt to find more self-hosted alternatives, and Chris digs into the latest Home Assistant release.</p>
|
||||
|
||||
<p>Plus a frenzy of your excellent feedback and questions.</p><p>Sponsored By:</p><ul><li><a href="https://linode.com/ssh" rel="nofollow">Linode</a>: <a href="https://linode.com/ssh" rel="nofollow">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/ssh</li><li><a href="https://www.backblaze.com/ssh" rel="nofollow">Backblaze Unlimited Backup</a>: <a href="https://www.backblaze.com/ssh" rel="nofollow">Get peace of mind knowing your files are backed up securely in the cloud with Backblaze.</a></li></ul><p><a href="https://jupitersignal.memberful.com/checkout?plan=53744" rel="payment">Support Self-Hosted</a></p><p>Links:</p><ul><li><a href="https://www.cnbc.com/2021/12/10/aws-explains-outage-and-will-make-it-easier-to-track-future-ones.html" title="AWS explains outage" rel="nofollow">AWS explains outage</a> — A major Amazon Web Services outage on Tuesday started after network devices got overloaded, the company said on Friday.</li><li><a href="https://twitter.com/art_garzajr/status/1468370002512384009" title="Arthur on Twitter" rel="nofollow">Arthur on Twitter</a> — The AWS outage trickled down to my automated Christmas lights not turning on tonight </li><li><a href="https://github.com/Aircoookie/WLED" title="WLED" rel="nofollow">WLED</a> — Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!</li><li><a href="https://twitter.com/John4man/status/1468312931452391425" title="John Foreman on Twitter" rel="nofollow">John Foreman on Twitter</a> — AWS had an outage and now I can't vacuum the dog hair in my living room. What a time to be alive</li><li><a href="https://valetudo.cloud/" title="Valetudo" rel="nofollow">Valetudo</a> — Valetudo is a standalone binary, which runs on rooted Vacuums of the Xiaomi ecosystem and aims to enable the user to operate the robot vacuum without any Cloud Connection whatsoever.</li><li><a href="https://old.reddit.com/r/amazonecho/comments/k0xqfk/amazon_web_services_crashed_today/" title="Amazon Web Services crashed today : amazonecho" rel="nofollow">Amazon Web Services crashed today : amazonecho</a> — I spent about an hour restarting routers, checking for updates, unplugging and plugging in devices, and scouring the web for answers and finally saw in the news that an AWS outage took out a huge chunk of the internet. Amazon hasn’t released a statement yet, that I know of, but I assume this is what’s affecting all of the devices, e.g., my smart plug stopped working and my echo dot and show only stream one song before quitting for no apparent reason.</li><li><a href="https://tasmota.github.io/docs/#report-bugs-and-suggest-features" title="Tasmota" rel="nofollow">Tasmota</a> — Total local control with quick setup and updates.
|
||||
Control using MQTT, Web UI, HTTP or serial.
|
||||
Automate using timers, rules or scripts.
|
||||
Integration with home automation solutions.
|
||||
Incredibly expandable and flexible.</li><li><a href="https://info.linuxserver.io/issues/2021-12-13-log4j/" title="log4j Vulnerability | Info :: LinuxServer.io" rel="nofollow">log4j Vulnerability | Info :: LinuxServer.io</a> — Multiple vulnerabilities (CVE-2021-44228 and CVE-2021-45046) have been discovered in log4j which can lead to denial of service and remote code execution. The following Linuxserver containers have been confirmed not to be affected by CVE-2021-44228 or CVE-2021-45046 due to existing mitigations, upstream patches, or workarounds applied to the container images.
|
||||
|
||||
</li><li><a href="https://github.com/dgtlmoon/changedetection.io" title="changedetection.io" rel="nofollow">changedetection.io</a> — The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower etc. Designed for simplicity - the main goal is to simply monitor which websites had a text change. Open source web page change detection - Now also includes JSON API change detection and monitoring support!</li><li><a href="https://www.home-assistant.io/blog/2021/12/11/release-202112/" title="2021.12 - Home Assistant" rel="nofollow">2021.12 - Home Assistant</a> — New configuration menu, the button entity, and gorgeous area cards!</li><li><a href="https://twitter.com/balloob/status/1471559630044098560" title="Paulus Schoutsen on Twitter" rel="nofollow">Paulus Schoutsen on Twitter</a> — With
|
||||
@NabuCasa
|
||||
we’re doing all our meetings in VR. It feels more like being together compared to a grid of webcam feeds. Especially for collaborative sessions this is a big win. </li><li><a href="https://paste.docs.lol/reader/PinningsAdvices" title="How to Approach a company about building an HA integration on their API?" rel="nofollow">How to Approach a company about building an HA integration on their API?</a> — From the web UI I can see that the system is designed with security in mind - each request must contain various tokens generated with a combination of AES256 encryption, MD5 and SHA512 hashing of the rest of the request, along with device-provided keys and various state-tracking. </li><li><a href="https://perfectmediaserver.com/concepts/infraascode.html" title="Infrastructure as Code - Perfect Media Server" rel="nofollow">Infrastructure as Code - Perfect Media Server</a> — This simple philosophy of managing configuration in the same way as we do with source code revolutionized the way I approach building systems. </li><li><a href="https://gettogether.community/events/15653/new-server-christening/" title="Get Together | New Server Christening" rel="nofollow">Get Together | New Server Christening</a> — Lets get together, share some foods, and power up the new Jupiter Broadcasting local server. Then stick around and listen in to a live recording of LINUX Unplugged from the studio.</li></ul>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rsrm5w/kde_i_like_both_apple_and_microsofts_design/"> <img src="https://preview.redd.it/fbp2bbza1v881.png?width=640&crop=smart&auto=webp&s=999552aae422ede99af9eeb252136e15508f5dcb" alt="[KDE] I like both Apple and Microsoft's design philosophies so i made this abomination." title="[KDE] I like both Apple and Microsoft's design philosophies so i made this abomination." /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Temporary-Joke-5147"> /u/Temporary-Joke-5147 </a> <br/> <span><a href="https://i.redd.it/fbp2bbza1v881.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/rsrm5w/kde_i_like_both_apple_and_microsofts_design/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
<p>Raw link: <a href="https://www.youtube.com/watch?v=ikstju_vJP8">https://www.youtube.com/watch?v=ikstju_vJP8</a></p>
|
||||
|
||||
<p>In this screen cast I show how my external rules script informs the
|
||||
window manager about the behaviour of receptacles and preselections.
|
||||
These are some advanced features of BSPWM for controlling the placement
|
||||
of windows. The scripted method is complementary to the operations
|
||||
I demonstrated in my previous video: <a href="https://protesilaos.com/codelog/2019-06-07-bspwm-receptacles/">Advanced manual tiling in
|
||||
BSPWM</a></p>
|
||||
|
||||
<p>As with the rest of the session, the external rules script is part of
|
||||
<a href="https://gitlab.com/protesilaos/dotfiles">my dotfiles</a>.</p>
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/f5a42XuzPLk" width="480" alt="thumbnail" title="Anonymous Hacks Epik and Leaks 10 Years of Customer Data" /></p>In this video I cover Anonymous hacking Epik and releasing 10 years of customer data and info about their servers in a torrent..<br /><br /><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=f5a42XuzPLk
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Normally its 'guix system init /mnt/etc/config.scm /mnt'</p> <p>I used 'guix system init /mnt/etc/config.scm /mnt/rootfs' </p> <p>It's with btrfs and in a Luks container on sda2. So the boot/efi hast to go into sda1. However, it fails. grub-install wants a target. In my config.scm I defined the place for the boot partion via uuid, so it should know where it has to go. Then again, I was using /mnt/rootfs as an option in 'system init' which is on sda2 while boot should be on sda1.</p> <p>Related issues: It claims to copy to my disc, but then when it breaks and I have to try again, just bc of a little error in terms of size of the files which it can't copy, it looses all the files. So it has to copy them again next time. Also, --dry-run gives me no error, probably bc grub-install isn't called, so there seem to be no way to test it, which is a bad design.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/botfiddler"> /u/botfiddler </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/ph0stq/second_option_in_guix_system_init_with_luks/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/ph0stq/second_option_in_guix_system_init_with_luks/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rgdx0b/fvwm3_arcolinux_rice_and_my_first_post/"> <img src="https://preview.redd.it/v9wptbwixj581.jpg?width=640&crop=smart&auto=webp&s=967f2e3733944de62b6bd7797299039f1c90ac27" alt="[fvwm3] Arcolinux rice and my first post" title="[fvwm3] Arcolinux rice and my first post" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/PiyushKrRai"> /u/PiyushKrRai </a> <br/> <span><a href="https://i.redd.it/v9wptbwixj581.jpg">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/rgdx0b/fvwm3_arcolinux_rice_and_my_first_post/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1,88 @@
|
|||
<p>SHOW NOTES:
|
||||
Thanks for listening! We’ve posted some helpful info for you in our show notes below!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>PODCAST BASICS:
|
||||
</p>
|
||||
|
||||
<p>- Subscribe where you listen!</p>
|
||||
|
||||
<p>- Check out the details on our <a href='http://www.thebiblerecap.com'>website
|
||||
</a></p>
|
||||
|
||||
<p>- Get the<a href='https://www.bible.com/app'> Bible app</a> (free)
|
||||
</p>
|
||||
|
||||
<p>- Follow our<a href='https://www.bible.com/reading-plans/5-chronological'> Bible reading plan</a></p>
|
||||
|
||||
<p>- Check out our customized <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>journal</a></p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> community for bonus fun! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>MERCH: Get your<a href='https://www.theconnextion.com/tlcdgroup/index.cfm'> TBR merch</a>! We’ve got t-shirts, coffee mugs, tote bags, phone wallets, and stickers! </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=jeremiah+7&version=ESV'>Jeremiah 7</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=mark+13%3A31&version=ESV'>Mark 13:31</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=matthew+24%3A35&version=ESV'>Matthew 24:35</a></p>
|
||||
|
||||
<p>- <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>The Bible Recap Store</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>SOCIALS:</p>
|
||||
|
||||
<p>The Bible Recap:<a href='https://instagram.com/thebiblerecap'> Instagram</a> |<a href='https://www.facebook.com/thebiblerecap'> Facebook</a> |<a href='https://twitter.com/thebiblerecap'> Twitter</a> | <a href='http://pinterest.com/thebiblerecap'>Pinterest</a> </p>
|
||||
|
||||
<p>D-Group:<a href='https://instagram.com/mydgroup/'> Instagram</a> |<a href='https://www.facebook.com/ilovemydgroup'> Facebook</a> |<a href='https://mobile.twitter.com/mydgroup'> Twitter</a> | <a href='http://pinterest.com/ilovemydgroup'>Pinterest</a></p>
|
||||
|
||||
<p>TLC:<a href='https://instagram.com/taraleighcobble'> Instagram</a> |<a href='https://www.facebook.com/taraleighcobble'> Facebook</a> |<a href='https://twitter.com/taraleighcobble'> Twitter</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>D-GROUP:
|
||||
The Bible Recap is brought to you by<a href='https://www.mydgroup.org/'> D-Group</a> - an international network of discipleship and accountability groups that meet weekly in homes and churches:<a href='https://www.mydgroup.org/map'> Find or start one near you today</a>!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>TBR TEAM:
|
||||
</p>
|
||||
|
||||
<p>Written and Hosted by: <a href='http://taraleighcobble.com'>Tara-Leigh Cobble</a></p>
|
||||
|
||||
<p>Content Manager: <a href='http://mydgroup.org'>Courtney Vaughan
|
||||
</a></p>
|
||||
|
||||
<p>Podcast Operations: <a href='http://mydgroup.org'>Callie Summers
|
||||
</a></p>
|
||||
|
||||
<p>Website Management: <a href='http://mydgroup.org'>Joelle Smith</a></p>
|
||||
|
||||
<p>Sound Engineer: <a href='http://thebiblerecap.com'>Allison Congden</a></p>
|
||||
|
||||
<p>Content Design: <a href='http://misswyolene.com'>Morgan Young
|
||||
</a></p>
|
||||
|
||||
<p>Social Media Management: <a href='http://thebiblerecap.com'>Sarah Yocum</a></p>
|
||||
|
||||
<p>Journal Design: <a href='https://brittneyhmurray.weebly.com/'>Brittney Murray</a></p>
|
||||
|
||||
<p>Logo Design: <a href='mailto:landonhwade@gmail.com'>Landon Wade</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Available on:<a href='https://itunes.apple.com/us/podcast/the-bible-recap/id1440833267'> iTunes</a> |<a href='https://open.spotify.com/show/2lWv2RlsyMSMzerbAb1uOx'> Spotify</a> |<a href='https://www.google.com/podcasts?feed=aHR0cHM6Ly93d3cuaXZvb3guY29tL3RoZS1iaWJsZS1yZWNhcF9mZ19mMTYzNzgzNF9maWx0cm9fMS54bWw'> Google</a> |<a href='https://www.stitcher.com/podcast/dgroup/the-bible-recap?refid=stpr'> Stitcher</a> |<a href='https://thebiblerecap.podbean.com/'> Podbean</a> | <a href='https://play.google.com/music/m/Ivmpjo6234pwcvclpwxzlklglpm?t=The_Bible_Recap'>Google Play</a> | <a href='http://youtube.com/c/TheBibleRecap'>YouTube
|
||||
</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>WEBSITE:
|
||||
<a href='http://www.thebiblerecap.com'>thebiblerecap.com</a></p>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/dxcX9QErfLQ" width="480" alt="thumbnail" title="Escaping the Linux Bubble | DLN Xtend 82" /></p>On this episode of DLN Xtend we discuss whether people who live in Linux can take criticism from people who do not. <br /><br />Welcome to episode 82 of DLN Xtend. DLN Xtend is a community powered podcast. We take conversations from the DLN Community from places like the DLN Discourse Forums, Telegram group, Discord server and more. We also take topics from other shows around the network to give our takes.<br /><br />00:00 Introduction<br />08:34 Topic - LTT's Linux Switch #2<br />42:17 Host Related Interest<br />53:52 Wrap Up<br /><br />Nate<br />- PiHole Update Troubles and Solution<br /> - https://cubiclenate.com/2021/10/31/pi-hole-update-troubles/<br /><br />Matt<br />- Silence<br /> - https://store.steampowered.com/app/314790/Silence/<br />- Charity Event<br /> - https://discourse.destinationlinux.network/t/12-13-21-24-hour-charity-stream-for-st-jude-children-hospital/4416<br /><br />Contact info<br />Matt (Twitter @MattDLN)<br />Wendy (Mastodon @WendyDLN)<br />Nate (Website CubicleNate.com)<br />...<br />https://www.youtube.com/watch?v=dxcX9QErfLQ
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://spee.ch/1/527216754935fdd2.png" width="480" alt="thumbnail" title="Fall 2021 New Phone Technology! Significant Privacy Changes?" /></p>It's Fall and once again we are tantalized by all the new phone technology available for holiday buying. We will talk about iOS 15 and A15 Bionic from Apple, Android 12 and Tensor from Google. We'll compare the two and specifically address the privacy specific changes introduced by Apple in a big way.<br /><br />Are these privacy changes good? Or are they just trickery? Let's find out.<br /><br />Check Out Startpage Search Engine<br />https://www.startpage.com/?segment=startpage.referral&utm_source=rob.braxman<br /><br /><br />-----------------------------------<br /><br />I'm the Internet Privacy Guy. I'm a public interest technologist. I'm here to educate. You are losing your Internet privacy and Internet security every day if you don't fight for it. Your data is collected with endless permanent data mining. Learn about a TOR router, a VPN , antivirus, spyware, firewalls, IP address, wifi triangulation, data privacy regulation, backups and tech tools, and evading mass surveillance from NSA, CIA, FBI. Learn how to be anonymous on the Internet so you are not profiled. Learn to speak freely with pseudo anonymity. Learn more about the dangers of the inernet and the dangers of social media, dangers of email.<br /><br /><br />I like alternative communication technology like Amateur Radio and data communications using Analog. I'm a licensed HAM operator.<br /><br /><br />Support this channel on Patreon! https://www.patreon.com/user?u=17858353<br /><br />Contact Rob on the Brax.Me App (@robbraxman) for encrypted conversations (open source platform)<br /><br />https://brax.me/home/rob Store for BytzVPN, BraxRouter, De-googled Privacy AOSP Phones, Linux phones, and merchandise<br /><br />https://bytzvpn.com Premium VPN with Pi-Hole, Cloud-Based TOR Routing<br /><br />https://whatthezuck.net Cybersecurity Reference<br /><br />https://brax.me Privacy Focused Social Media - Open Source <br /><br />My GPG Public Key https://brax.me/f/rob_braxme_public.asc/T4AZ5ea27dc817c903.67892248<br /><br /><br /><br />Please follow me on Odysee! (Previously LBRY)<br />https://odysee.com/$/invite/@RobBraxmanTech:6
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/q73zu0/bspwm_i_call_it_roshnibsp_my_collection_of/"> <img src="https://preview.redd.it/j2dbrf60g5t71.png?width=640&crop=smart&auto=webp&s=7ae6e06e73a19ca6103fe2612cb16817b0f9e6ff" alt="[bspwm] i call it roshnibsp, my collection of configs to make bspwm look cool" title="[bspwm] i call it roshnibsp, my collection of configs to make bspwm look cool" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/shaeinst"> /u/shaeinst </a> <br/> <span><a href="https://i.redd.it/j2dbrf60g5t71.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/q73zu0/bspwm_i_call_it_roshnibsp_my_collection_of/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I have install guix on Debian. I use bspwm window manager with dmenu. The dmenu is not able to find programs installed from guix package manager.</p> <p>How do I get the guix packages to show up in dmenu?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/MethAddictedMonkey"> /u/MethAddictedMonkey </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/q9912d/guix_on_debian_cant_find_programs_in_dmenu/">[link]</a></span>   <span><a href="https://www.reddit.com/r/GUIX/comments/q9912d/guix_on_debian_cant_find_programs_in_dmenu/">[comments]</a></span>
|
|
@ -0,0 +1,12 @@
|
|||
<div class="date">26 Oct 2014</div>
|
||||
|
||||
<p>
|
||||
Regardless of whether you are into capturing personal data as part of
|
||||
the Quantified Self movement, or simply like to reflect on your day, I
|
||||
thought Emacs and <a href="http://org-mode.org">org-mode</a> would be a good approach to journaling.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="Technical/Emacs/journaling-org.html">Read more...</a>
|
||||
</p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p>Megyn Kelly is joined by Wesley Yang, author and editor of the "Year Zero" Substack, to talk about The Successor Ideology and how the way the left has evolved in our culture, the push to police debate out of existence, the rise of "weaponized fragility" in today's society, what real diversity is like, how we got to this perilous cultural moment and what happens next, political correctness, the state of the Democratic party and the GOP, and more.</p><p><br /></p><p>Follow The Megyn Kelly Show on all social platforms:</p><p><br /></p><p>Twitter: <a href="http://twitter.com/MegynKellyShow">http://Twitter.com/MegynKellyShow</a></p><p>Instagram: <a href="http://instagram.com/MegynKellyShow">http://Instagram.com/MegynKellyShow</a></p><p>Facebook: <a href="http://facebook.com/MegynKellyShow">http://Facebook.com/MegynKellyShow</a></p><p><br /></p><p>Find out more information at:</p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>
|
|
@ -0,0 +1 @@
|
|||
<p>I will be giving a talk at this year’s <a href="https://emacsconf.org/2021/schedule/">EmacsConf2021</a> that was an indirect exercise in considering the new wave of programming that is upon us. </p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I love emacs. It's a gift to us, it's free (as in free beer) and free as in all of the essential freedoms. For all his faults, RMS has given us something very, VERY special and I for one will be forever grateful to him and the community. Yeah, I know this post is a bit of a slap on the back, but hey... we deserve it. Emacs and Emacs users rock! Happy Christmas everone!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/JohnNeedsTherapy"> /u/JohnNeedsTherapy </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r4iv4f/can_i_just_say_the_remacs_community_are_a_great/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r4iv4f/can_i_just_say_the_remacs_community_are_a_great/">[comments]</a></span>
|
430
var/elfeed/db/data/38/38c2696501263fa9995de60e6539ed73abcde19e
Normal file
430
var/elfeed/db/data/38/38c2696501263fa9995de60e6539ed73abcde19e
Normal file
|
@ -0,0 +1,430 @@
|
|||
|
||||
|
||||
<p>Raw link: <a href="https://www.youtube.com/watch?v=OE3mfOp5ZDI">https://www.youtube.com/watch?v=OE3mfOp5ZDI</a></p>
|
||||
|
||||
<p>This is a republication of my presentation at EmacsConf 2021. I am
|
||||
posting it on my own channel for archiving purposes. Original:
|
||||
<a href="https://emacsconf.org/2021/talks/freedom/">https://emacsconf.org/2021/talks/freedom/</a>.</p>
|
||||
|
||||
<p>The video was recorded on November 5, 2021.</p>
|
||||
|
||||
<p>What follows is the text of the presentation in Org notation. Note that
|
||||
I had mistakenly said “consubstantive” instead of “consubstantial” but
|
||||
only realised it after I concluded the recording… This is rectified
|
||||
in the text:</p>
|
||||
|
||||
<pre><code class="language-org">#+TITLE: EmacsConf 2021: How Emacs made me appreciate software freedom
|
||||
#+AUTHOR: Protesilaos Stavrou (https://protesilaos.com)
|
||||
#+DATE: 2021-11-27
|
||||
|
||||
* About me and this talk
|
||||
|
||||
Hello EmacsConf! My name is Protesilaos, also known as "Prot". I am
|
||||
joining you from the mountains of Cyprus. Cyprus is an island in the
|
||||
Eastern Mediterranean Sea.
|
||||
|
||||
My presentation focuses on the intersection between software freedom and
|
||||
what we find in the Emacs milieu. Here "the Emacs milieu" encompasses
|
||||
two magnitudes: (i) the program we use and (ii) the diverse, global
|
||||
community of people that has grown organically around it. I will talk
|
||||
to you about how Emacs made me appreciate software freedom and helped me
|
||||
exercise it to its full potential. Personal anecdotes are not the main
|
||||
focus of this talk. Rather, they serve the ancillary role of making
|
||||
certain insights more relatable.
|
||||
|
||||
The presentation is theoretical in nature and targeted at a general
|
||||
audience. No knowledge of programming is required. It is assumed,
|
||||
however, that you are familiar with some basic concepts, such as the
|
||||
fact that Emacs is extended with the Emacs Lisp programming language, or
|
||||
that Emacs is a GNU project that champions end-user software freedom.
|
||||
|
||||
Let's start with a few words about me before elaborating further:
|
||||
|
||||
+ I was born in Greece in 1988 and was raised there. As a kid I was not
|
||||
into tech-related activities. All I cared about was playing football
|
||||
(soccer) and staying outdoors. My formal education is in the
|
||||
humanities (liberal arts). I had a career in politics. I lived in
|
||||
Brussels, Belgium and worked at the European Parliament, among others.
|
||||
|
||||
+ After some intense soul-searching I realised I did not want to be a
|
||||
political operator any more and made radical changes in my life. I
|
||||
have since come to terms with the fact that I am a philosopher.
|
||||
|
||||
+ I am not a programmer. Neither by trade nor formal education. I code
|
||||
for leisure. I was not tech-savvy until my mid-20s. I have been
|
||||
using GNU/Linux distributions since the summer of 2016. While I
|
||||
switched to Emacs full-time in the summer of 2019. Before that switch
|
||||
I was running a bespoke environment that involved several standalone
|
||||
programs like Vim, Tmux, and a tiling window manager.
|
||||
|
||||
+ I am the creator and maintainer of the =modus-themes= (=modus-operandi=,
|
||||
=modus-vivendi=). These are designed to conform with the highest
|
||||
accessibility standard for legibility and optionally support the needs
|
||||
of users with red-green colour deficiency (deuteranopia). The themes
|
||||
are built into Emacs version 28 or higher. A section of my website is
|
||||
dedicated to my Emacs-related contributions.
|
||||
|
||||
For the remainder of this 40-minute talk, I will explain how Emacs made
|
||||
me appreciate software freedom, how it empowers me in my day-to-day
|
||||
computing, and the lessons I have drawn from that liberating experience.
|
||||
|
||||
* The inherent Emacs qualities for an autodidact
|
||||
|
||||
Emacs has this reputation of being extremely hard to learn and difficult
|
||||
to get started with. So how does someone like me, who was not even
|
||||
tech-literate a few years ago, go on to use Emacs effectively? How do
|
||||
you start from zero, with no knowledge of Lisp and with only a
|
||||
rudimentary grasp of programming, to eventually maintain packages for
|
||||
Emacs and even contribute directly to emacs.git and other sources?
|
||||
|
||||
The answer to these and related questions lies in the very description
|
||||
of Emacs as a "self-documenting" piece of software. It means that Emacs
|
||||
has a robust Help system which informs you about the state of a given
|
||||
construct. Such as what the original and current values of a variable
|
||||
are. Or whether some function is being "advised", else dynamically
|
||||
adjusted, by another function and what that advice amounts to.
|
||||
|
||||
The self-documenting nature of Emacs is combined with the fact that it
|
||||
consists of free software. Not only do we get information about what
|
||||
Emacs knows, but have the underlying code readily available to us. For
|
||||
example, every Help buffer provides a link to the source of the item it
|
||||
references. We can study and edit that as we wish.
|
||||
|
||||
Self-documentation and free software are blended together with a third
|
||||
quality of Emacs: its implementation as a Lisp machine or else its
|
||||
ability to evaluate Lisp code and make use of it directly. The ubiquity
|
||||
and uniformity of the Lisp interpreter together with the immediacy of
|
||||
its results help one learn how to use Emacs and how to write Emacs Lisp
|
||||
expressions. For someone who is self-taught like me and who often
|
||||
learns through a process of trial and error, this is of great value.
|
||||
|
||||
Learning how to use Emacs and how to write in ELisp is the basic
|
||||
skillset you need to also start extending Emacs for your own use, or
|
||||
even for publishing packages and making contributions to emacs.git.
|
||||
That is because the skills you acquire by tinkering with your =init.el= as
|
||||
a beginner will always stay with you throughout your time as an Emacs
|
||||
user. That is empowering in itself. It rewards your investment in time
|
||||
and effort. The more you learn, the more capable you become to enact
|
||||
change, to configure things to your liking and develop the exact
|
||||
workflow that you want without making any compromises.
|
||||
|
||||
Compare that to, say, my tiling window manager. I can configure it with
|
||||
a shell script. So I learn POSIX shell or, let's say, Bash. But my
|
||||
knowledge of the shell does not extend to modifying the behaviour of the
|
||||
window manager as such, because that is not implemented as a shell
|
||||
script but in another language. So for an autodidact like me, it is
|
||||
more difficult to learn yet another paradigm before I can achieve what I
|
||||
want. How do you make that extra step without self-documentation and
|
||||
the immediacy as well as transparency that you get from the Emacs Lisp
|
||||
interpreter? It is more demanding. Which makes Emacs comparatively
|
||||
easier when we account for the longer-term effort involved.
|
||||
|
||||
* The interconnectedness of the Emacs space
|
||||
|
||||
As I already mentioned, Emacs rewards you for the investment in time and
|
||||
effort you put into it. In my experience, this makes it easier to
|
||||
master than a combination of otherwise disparate tools, each with its
|
||||
own paradigm of interaction and particularities of implementation.
|
||||
|
||||
Before switching to Emacs, I was using a combination of standalone
|
||||
programs as part of a bespoke computing environment that I had pieced
|
||||
together. The program called "Mutt" would handle my emails, Newsboat
|
||||
dealt with my RSS feeds, the Music Player Daemon took care of my music
|
||||
collection, while I was doing work inside of a terminal emulator which
|
||||
was running a multiplexer (tmux) and Vim for on-the-fly text editing.
|
||||
Each of these, and others related to them, are fine in their own right.
|
||||
But their gestalt leaves something to be desired. Their lack of
|
||||
homogeneity meant that I could not develop portable skills between them.
|
||||
What holds true in Vim does not apply to the multiplexer. The prevalent
|
||||
methods in the email client cannot be used in the RSS reader, and so on.
|
||||
|
||||
Whereas everything that is implemented in Emacs Lisp partakes in the
|
||||
same environment automatically. If, say, you know how to use keyboard
|
||||
macros to edit code, you already know how to use the exact same skill
|
||||
to, say, create and delete windows in a process that involves text
|
||||
editing and some elaborate file management operations with Dired. If
|
||||
you have a command that scrolls down half a screen, it immediately works
|
||||
in all your buffers regardless of whether their major mode is about
|
||||
reading emails, editing text, enqueuing songs to a playlist, and so on.
|
||||
|
||||
Emacs provides a level of integration that I consider peerless.
|
||||
Everything the user deals with is implemented in ELisp. And all the
|
||||
user edits is ultimately done with ELisp. As such, the environment
|
||||
itself provides the conditions for drawing linkages between different,
|
||||
yet +consubstantive+ consubstantial, modes of interaction. For example, I
|
||||
use =bongo.el= to play back songs from my music collection. My =~/Music=
|
||||
directory is configured to have a special minor mode, so when I access
|
||||
it with =dired= it has commands that allow me to enqueue albums/songs,
|
||||
create playlists, etc. Also, I have an ~org-capture~ template which lets
|
||||
me store the details of the currently playing track and tag it
|
||||
accordingly. Continuing with the example of Bongo, I make it interface
|
||||
with my RSS reader, =elfeed.el=, by having the latter add podcast and
|
||||
video links to the former's playback queue. All this is done by simply
|
||||
re-using the same ELisp skills I learnt while configuring and extending
|
||||
Emacs.
|
||||
|
||||
The interconnectedness of the Emacs space empowers the end-user. It
|
||||
makes such emergent workflows possible. And the best part is that there
|
||||
are no dirty hacks involved: it is an innate feature of the system. You
|
||||
are leveraging the freedom that Emacs gives you in a way that confers
|
||||
agency on you. You assume the initiative. It gives you confidence to
|
||||
continue honing your skills in anticipation of further optimising---and
|
||||
controlling in full---your own integrated computing environment.
|
||||
|
||||
* The documentation culture of the Emacs community
|
||||
|
||||
If what I have mentioned thus far was all there was to the Emacs
|
||||
experience, there would still be something to be desired. Because while
|
||||
self-documentation is great, it is meant to draw from---and be a
|
||||
complement to---some hand-written material. Both new and existing users
|
||||
must be able to read what something is supposed to do, what its main
|
||||
points of entry are, how it relates to other parts, and so on. This is
|
||||
about the human aspect of Emacs, the strong documentation culture of its
|
||||
community, rather than an irreducible feature of the program we use.
|
||||
|
||||
As a matter of packaging etiquette, every non-trivial form in an Elisp
|
||||
library must have a documentation string. What a variable or function
|
||||
does needs to be spelt out in clear terms. Furthermore, the best and
|
||||
most well maintained packages, whether those are built into Emacs or
|
||||
distributed via an Emacs Lisp Package Archive, come with their own Info
|
||||
manual. Unlike a generic README, those manuals are more like fully
|
||||
fledged books, with a table of contents, cross-references, and indices
|
||||
for concepts, functions, variables, key bindings... In short, there is
|
||||
a tradition around programming with Emacs Lisp which values informative,
|
||||
high quality guidelines intended for end-users.
|
||||
|
||||
Apart from what each individual package does, Emacs itself ships with a
|
||||
helpful tutorial for newcomers, a comprehensive manual, a book targeted
|
||||
at non-programmers titled "An Introduction to Programming in Emacs
|
||||
Lisp", as well as a reference manual for Emacs Lisp itself. All this
|
||||
material, all that wealth of knowledge, is readily available to the
|
||||
end-user through the built-in Info reader. The details on how to access
|
||||
the Info reader are already explained in the initial learn-by-doing
|
||||
tutorial. For people like me who are self-taught, the documentation
|
||||
culture of the community ensures that we are not left behind. It gives
|
||||
us the chance to learn from the experts and to become better ourselves.
|
||||
|
||||
Writing concise and clear documentation is also beneficial for those who
|
||||
do it: it helps them clarify their ideas and improve their communication
|
||||
skills. These contribute to fostering a more humane social element. In
|
||||
my experience, the Emacs community has a propensity against becoming
|
||||
elitist. It helps integrate new members by not hiding anything from
|
||||
them, on top of Emacs' inherent emancipatory qualities as described
|
||||
before (self-documentation, Elisp interpreter, free software). At the
|
||||
same time, the community strives for excellence so it expects newcomers
|
||||
to do their part in reading what is generously offered to them. There
|
||||
is a difference between sharing knowledge and spoon-feeding it to users.
|
||||
The latter method keeps users dependent on it and is thus detrimental to
|
||||
them in the long run. The Emacs community disseminates what it knows
|
||||
and wants newcomers to assume agency and be responsible for doing their
|
||||
part in learning how things work. The community's documentation culture
|
||||
and uncompromising standards ensure that even once-unskilled users like
|
||||
me can be productive with Emacs and unleash its full potential. What
|
||||
newcomers need is commitment and an open mind to study what they have.
|
||||
|
||||
* The Promethean Ideal of freeing know-how and expertise
|
||||
|
||||
The documentation culture of the Emacs community springs from a
|
||||
consideration of practicality. When you explain what your program does,
|
||||
it is more likely that others will show interest in it and incorporate
|
||||
it in their workflow. Whereas freed source code that is distributed
|
||||
without any accompanying documentation will most likely only attract a
|
||||
handful of enthusiastic hackers. Still good, but could be better.
|
||||
|
||||
Apart from its practical use though, writing documentation for the
|
||||
end-user shows a spirit of altruism, an ethos of caring for others and
|
||||
wanting to empower them in their endeavours. It essentially is the same
|
||||
as helping someone; helping them escape from the ignorance that
|
||||
contributes to their sense of powerlessness. I experienced this myself:
|
||||
by reading the docs, I was able to go from an unskilled rookie to a
|
||||
competent Emacs user. Part of that competence consists in maintaining
|
||||
Elisp packages and contributing code directly to emacs.git. Writing
|
||||
documentation is about disseminating knowledge and expertise, not
|
||||
keeping it as an exclusive right of some elite.
|
||||
|
||||
Allow me then to liken this to the ancient Greek myth of Prometheas
|
||||
(Prometheus). Prometheas was a titan, or else a deity, who decided to
|
||||
teach the know-how of handling fire to humanity. The art of fire is an
|
||||
allegory about know-how in general, not specifically pyrotechnics. So
|
||||
Prometheas liberated that key knowledge by taking it away from the
|
||||
exclusivity of the gods and bringing it into the domain of humankind as
|
||||
a libre resource. This act of altruism propelled humanity to new
|
||||
heights. Every field of expertise is about handling "fire", in the
|
||||
figurative sense of implementing essential know-how.
|
||||
|
||||
Why would Prometheas, an exalted being, ever bother with the fallible
|
||||
and frail humanity? Why did a god want to empower humans instead of,
|
||||
say, making them dependent on the know-how of "fire"? If we look at the
|
||||
world around us, we witness how its overlords are unscrupulously trying
|
||||
to enclose the commons and take advantage of expertise in order to
|
||||
exploit us. Why would Prometheas not do the same thing and enslave us
|
||||
for the rest of eternity? The answer is that unlike this world's
|
||||
aspiring tyrants, Prometheas represents a higher conscience, one that is
|
||||
not corrupted by egocentrism and the greed of short-term profiteering.
|
||||
This higher conscience makes sense of the bigger picture and can foresee
|
||||
that the distribution of know-how empowers those who access it freely to
|
||||
reach their potential. It is no coincidence that the ancient sages used
|
||||
the name "Prometheas", meaning the "prescient one", the "foreseer".
|
||||
|
||||
This is a lesson on the outlook we ought to maintain, where we aspire to
|
||||
our highest. We want to be the best version of ourselves, by being more
|
||||
like Prometheas. We want our actions to be guided by this Promethean
|
||||
Ideal of liberating know-how, of making expertise readily available, and
|
||||
of providing others with the chance to prosper. When we all do so, we
|
||||
are collectively better-off. Free software is a microcosm of that.
|
||||
|
||||
* The 'killer apps' of Emacs
|
||||
|
||||
Let's be a bit more practical now. Many new users are attracted to
|
||||
Emacs because it has one or a few immensely useful applications they
|
||||
would like to use. This typically covers Org and/or one of its numerous
|
||||
accoutrements. Though there are other excellent packages like Magit.
|
||||
|
||||
The fact that Emacs has such killer apps is good. It shows that its
|
||||
extensibility is not some theoretical upside of the Lisp interpreter.
|
||||
It has tangible utility to a wide user base, including those who do not
|
||||
write Elisp themselves. Furthermore, those killer apps are good as they
|
||||
help bring newcomers and potential future contributors to the fold,
|
||||
while they provide real value to the existing members of the community.
|
||||
The more people we have and the happier they are with Emacs, the higher
|
||||
the chances that we receive some new ideas or code from them.
|
||||
|
||||
The notion of a killer app does, however, come with a latent downside
|
||||
when targeted at outsiders to the Emacs milieu. And that is because
|
||||
packages like Org and Magit do not have a standalone presence. They are
|
||||
always used in Emacs or, rather, together with the rest of Emacs. Which
|
||||
means that the user has to know what to expect from Emacs.
|
||||
|
||||
You may be aware of the type of user who proclaims that they want to
|
||||
boost their productivity but who also expects immediate results. When
|
||||
you bring the "killer app" rhetoric to such a crowd, you run the risk of
|
||||
misleading them into a false sense of self-confidence and concomitant
|
||||
expectations of success. Such users may be tempted to try Org, Magit,
|
||||
and others but are most likely going to endure a frustrating experience
|
||||
overall. The reason is that they are oblivious to what Emacs is and
|
||||
what is required to get started with it on a sustainable basis.
|
||||
|
||||
Org, Magit, and friends are fantastic tools in their own right. But
|
||||
they still are part of Emacs. To use them effectively you have to
|
||||
develop at least a modicum of understanding on what Emacs does. You
|
||||
must be patient and approach this endeavour with an open mind. Go
|
||||
through the tutorial, familiarise yourself with the Help system, make a
|
||||
habit out of reading Info manuals, and take things slowly. No killer
|
||||
app can ever be a substitute for commitment to a cause; no vaunted life
|
||||
hack will ever provide a direct conduit to some fountain of wisdom.
|
||||
|
||||
With regard to software freedom and user empowerment, what I have learnt
|
||||
is that the impulse for the killer app ought to emanate from a position
|
||||
of knowledge. First we need to temper our expectations and prefer
|
||||
propitious growth in learning over instant gratification. With Emacs,
|
||||
we have a strong foundation for our computing freedom: it consists of
|
||||
the inherent qualities of the program together with the documentation
|
||||
culture and creativity of the community. Once we learn how to benefit
|
||||
from those, we have everything we need to become proficient in all the
|
||||
modes of interaction that are available to us. Think of it as choosing
|
||||
Emacs and Org, Emacs and Magit, Emacs and Org and Magit, et cetera.
|
||||
|
||||
* You can't be an Emacs tourist
|
||||
|
||||
What I just talked about implies that you cannot simply switch to Emacs
|
||||
over the weekend or on a whimsy. You can't use it opportunistically to
|
||||
run a quick demo with which to impress your peers and win some inane
|
||||
"nerd cred". Forget about such frivolous superficialities. Emacs is a
|
||||
sophisticated tool intended for some serious work. It has been around
|
||||
for several decades and it incorporates the knowledge of a diverse group
|
||||
of contributors. Even if you want to use Emacs just for Org mode or
|
||||
whatever killer app, you still have to try to learn things in earnest.
|
||||
You still need to read the relevant Info manual, understand how to make
|
||||
changes to the plethora of user options on offer, and generally don't
|
||||
feel lost while working with Emacs. This is more so if you use Emacs to
|
||||
its full potential as an integrated computing environment; as your
|
||||
general purpose interface to the computer, where you handle uniformly
|
||||
coding and writing prose, your email correspondence, your RSS feeds,
|
||||
your music collection, your agenda and to-do lists, and so on.
|
||||
|
||||
The difficulty of Emacs is much higher for those who approach it without
|
||||
understanding what they are getting themselves into. Or for those who
|
||||
are naive enough to believe that they can cheat their way out of
|
||||
learning the fundamentals. The gist is that you cannot be an Emacs
|
||||
tourist. You can't go into Emacsland thinking that you will spend a
|
||||
couple of memorable days there and head back home to regale others with
|
||||
stories about your adventures. It does not work that way. You commit
|
||||
to Emacs for the long-term, for the freedom it offers you. Freedom in
|
||||
the moral sense but also in the very practical ways in which you can
|
||||
mould and extend your personal workflows with precision.
|
||||
|
||||
Now you may wonder why do I mention those things? Shouldn't we make
|
||||
Emacs easier for everyone? Yes, we should make everything as simple as
|
||||
possible. Though that still does not refashion Emacs into something
|
||||
entirely different. We continue to have a potent tool at our disposal
|
||||
that we must treat with the requisite respect. Take, for instance, the
|
||||
various frameworks that set up Emacs in an opinionated way so that
|
||||
newcomers get everything set up for them out-of-the-box. There is
|
||||
nothing wrong with those frameworks. In fact, a large part of the
|
||||
community uses them to great effect. However, the point stands: even
|
||||
after every package has been set up for you, you still have to put in
|
||||
the work in making use of your newfound computing freedom.
|
||||
|
||||
But, you may insist, is that not some sort of gate-keeping? Are you not
|
||||
being an elitist by telling people how they must invest time and effort
|
||||
in making the best out of their Emacs experience? No, I think this is
|
||||
not elitism. There are no secrets here, no artificial barriers to
|
||||
entry, no impediments to making progress, no tricks and gimmicks. It
|
||||
just is a statement of fact. Freedom entails responsibility. It
|
||||
requires people to take the initiative and assert control over the
|
||||
factors that are within their reach. Freedom ultimately means that we
|
||||
no longer remain dependent on being spoon-fed. We assume agency.
|
||||
|
||||
* Emacs as a champion of software freedom
|
||||
|
||||
To my mind, Emacs is the embodiment of the GNU project's ethos.
|
||||
Everything you expect from a program that is underpinned by the values
|
||||
of software freedom is found in Emacs. What you get is not merely an
|
||||
ethical tool, important though that is, but also a gift that will keep
|
||||
on giving; a gift for your further empowerment as a computer user.
|
||||
|
||||
I understood that software freedom is not about liberating the code
|
||||
itself. It is about sharing libre code in order to emancipate the user.
|
||||
The best way to achieve that is by emulating Prometheas: don't just give
|
||||
people the so-called "fire"; offer them the underlying know-how.
|
||||
|
||||
Emacs taught me the virtues of software freedom in a way that nothing
|
||||
else in the GNU/Linux space ever did. Here's an example from a few
|
||||
years ago. I needed a Markdown editor. I wanted it to centre the body
|
||||
of the text on display. It should have configurable font families and
|
||||
point sizes. Spell checking for Greek and English should be included.
|
||||
The colours had to be editable as well, so I could adjust them to a
|
||||
level of legibility I was comfortable with. While there were plenty of
|
||||
libre programs, I did not find one I could control and inspect to the
|
||||
extent I can with Emacs. Which made me feel that I had stagnated: there
|
||||
was an indelible line dividing users from developers.
|
||||
|
||||
Whereas Emacs invites you to blur the distinction between user and
|
||||
developer. It furnishes the means to become proficient in it. While
|
||||
the community complements those with its documentation culture and
|
||||
overall creativity. You start off as a complete ignoramus but soon pick
|
||||
up skills that remain useful for as long as you work with Emacs. And if
|
||||
you really want to take it a step further, you know where to look for
|
||||
inspiration and guidance. Before you realise it, you start writing code
|
||||
in Elisp and can one day share it with others.
|
||||
|
||||
What I have learnt over the past 2.5 years as an Emacs user is that if
|
||||
you go from scratch and are meticulous in your approach, you will need a
|
||||
few days or weeks before everything starts to make sense. After that
|
||||
initial awkward phase during which you familiarise yourself with the
|
||||
basics, everything else will become easier to learn. It is a matter of
|
||||
gaining more experience, one step at a time. As with every field of
|
||||
expertise, Emacs expects you to work for it and to earn it. For me that
|
||||
is worth it. In terms of being malleable in a consistent way and
|
||||
transparent in what it does, Emacs is in a league of its own.
|
||||
|
||||
In conclusion, Emacs allowed me to assert control over a great portion
|
||||
of my quotidian computing. It helped me grow out of the state of
|
||||
ignorance I was in; a state that rendered me powerless to use the
|
||||
computer exactly how I wanted. For that I am grateful. I now consider
|
||||
it my duty to contribute back to this wonderful project and community.
|
||||
|
||||
Thanks for your attention! Special thanks to the EmacsConf volunteers!
|
||||
</code></pre>
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I'm having a bit of a tough time getting my heads to insert a global property. I tried this at the top of my buffer:</p> <p><code>#+PROPERTY: NDisks_ALL 1 2 3 4</code></p> <p>But it doesn't seem to work when I try below on a heading:</p> <p><code>(org-entry-get (point) "NDisks_ALL")</code></p> <p>What's missing?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/trae"> /u/trae </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/rnv1z4/buffer_level_inheritable_properties/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/rnv1z4/buffer_level_inheritable_properties/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/Lkq8GEIcYpw" width="480" alt="thumbnail" title="Full Steam Ahead With Steam Deck & What’s An APU Anyways? | Hardware Addicts 41" /></p>Welcome to Hardware Addicts, a proud member of the Destination Linux Network. Hardware Addicts is the podcast that focuses on the physical components that powers our technology world.<br /><br />In this episode, we’re going to discuss Steam’s new Steam Deck and it’s Ryzen APU’s. We’re also going to discuss what the heck is an APU anyways. There is a lot of confusion out there with CPU’s, GPU’s and now APU’s and in this episode we’re going to help clear it all up. Then we head to the camera corner where Wendy will discuss old turned digital or digital looking old.<br /><br />So Sit back, Relax, and Plug In because Hardware Addicts Starts Now!<br /><br />Products Discussed:<br />- Steam Deck: https://www.steamdeck.com/en/<br />- PineTime: https://www.pine64.org/pinetime/<br />- I'm Back: https://www.indiegogo.com/projects/i-m-back-low-cost-medium-format-digital-back#/<br />- Nikon: https://www.nikonusa.com/en/nikon-products/product/mirrorless-cameras/z-fc.html#tab-ProductDetail-ProductTabs-Overview<br />- FujiFilm: https://fujifilm-x.com/en-us/products/cameras/<br />...<br />https://www.youtube.com/watch?v=Lkq8GEIcYpw
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/Ru0mE1_3lFo" width="480" alt="thumbnail" title="Macbook Pro M1 Laptops Are Here & Everyone Has Gone Bananas | Hardware Addicts 47" /></p>Welcome to Hardware Addicts, a proud member of the Destination Linux Network. Hardware Addicts is the podcast that focuses on the physical components that powers our technology world.<br /><br />In this episode, we’re going to discuss Apple’s Macbook Pro line-up and we have a lot to say. So many rumors, exaggerations and also some really impressive tech. We’re going to uncover it all here on this episode. Then we head to camera corner where Wendy will discuss the Panasonic 20 Year Anniversary and a hyped camera with a big problem.<br /><br />So Sit back, Relax, and Plug In because Hardware Addicts Starts Now!<br /><br />Tech Discussed:<br />- Acer Nitro XZ342CK Pbmiiphx 34" 1500R Curved WQHD<br />https://amzn.to/2ZE4lS2<br />- Magneto’s Endoscope<br /> https://www.amazon.com/gp/product/B07PBF6DX5/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1<br />- Lenovo Tab P11 Pro<br />https://amzn.to/3GPkrJN<br />...<br />https://www.youtube.com/watch?v=Ru0mE1_3lFo
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I use dired with the variable <code>delete-by-moving-to-trash</code> set to <code>t</code>. But sometimes I want to delete a file (or directory) without sending it to trash. Here is how I modified the dired-deletion-commands to toggle their trashing-behavior when called with a prefix.</p> <pre><code>(defun my/dired-do-flagged-delete (&optional arg) (interactive "P") (let ((delete-by-moving-to-trash (xor arg delete-by-moving-to-trash))) (dired-do-flagged-delete))) (defun my/dired-do-delete (&optional arg) (interactive "P") (let ((delete-by-moving-to-trash (xor arg delete-by-moving-to-trash))) (dired-do-delete))) </code></pre> <p>All I have to do now is bind these functions to <code>x</code> and <code>D</code> in <code>dired-mode-map</code></p> <p>Of course after that, the default reaction to prefixes is lost. Personally I don't care, because I never used it. Others might think differently about that.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Gallipo"> /u/Gallipo </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/ra9or2/toggle_trash_with_direddeletioncommands/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/ra9or2/toggle_trash_with_direddeletioncommands/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r4z9so/kdesimple_breeze/"> <img src="https://preview.redd.it/8t7tqv2v7k281.png?width=640&crop=smart&auto=webp&s=5ecb295824ef47eeb438f8e57644293c84a34c0a" alt="[KDE]Simple Breeze" title="[KDE]Simple Breeze" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/dsidxavekko"> /u/dsidxavekko </a> <br/> <span><a href="https://i.redd.it/8t7tqv2v7k281.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/r4z9so/kdesimple_breeze/">[comments]</a></span> </td></tr></table>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi,<br/> In XFCE Im using the Hack font or something which clearly doesnt include Japanese characters or variations of characters. Here are some examples :<br/> <a href="https://imgur.com/t0WmaoD.png">https://imgur.com/t0WmaoD.png</a><a href="https://imgur.com/t0WmaoD.png">https://imgur.com/t0WmaoD.png</a></p> <p><a href="https://imgur.com/t0WmaoD.png">https://imgur.com/t0WmaoD.png</a></p> <p>How can I fix this ?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/JSV007"> /u/JSV007 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r363ym/fixing_up_my_fonts/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r363ym/fixing_up_my_fonts/">[comments]</a></span>
|
|
@ -0,0 +1,33 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>!
|
||||
</p>
|
||||
|
||||
<p>- Join our <a href='https://www.patreon.com/thebiblerecap'>PATREON</a> family for bonus perks!</p>
|
||||
|
||||
<p>- Get your <a href='https://www.theconnextion.com/tlcdgroup/index.cfm'>TBR merch</a></p>
|
||||
|
||||
<p>- <a href='http://thebiblerecap.com/contact'>Show credits</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>FROM TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Let us know how we can serve you better by filling out <a href='https://survey.research.bible/jfe/form/SV_a42PyFet0n6HJPv'>this</a> survey! </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>
|
||||
|
||||
<p> </p>
|
|
@ -0,0 +1 @@
|
|||
<p>What was so <i>bad</i> about the Tower of Babel? In this episode, Tim and Jon examine the cycle of division within the human race in Genesis 1-11, the violence that occurs when humans unite apart from God, and God’s plan to use one family to redeem all families in the end.</p><p><a href="https://bibleproject.com/podcast/whats-so-bad-about-babel/">View full show notes from this episode →</a></p><p>Timestamps </p><ul><li>Part 1 (0:00–16:00)</li><li>Part 2 (16:00–29:30)</li><li>Part 3 (29:30–35:00)</li><li>Part 4 (35:00–46:00)</li><li>Part 5 (46:00–end)</li></ul><p>Show Music </p><ul><li>“Defender Instrumental” by Tents</li><li>“The Size of Grace” by Beautiful Eulogy</li><li>“Acquired in Heaven” by Beautiful Eulogy</li><li>“Dreams” by xander.</li></ul><p>Show produced by Dan Gummel. Show notes by Lindsey Ponder.</p><p>Powered and distributed by Simplecast.</p>
|
Loading…
Add table
Add a link
Reference in a new issue