trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! 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/tbr/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=Luke+13%3A6-9&version=ESV'>Luke 13:6-9</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=Jeremiah+8%3A13&version=ESV'>Jeremiah 8:13</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=micah+7%3A1+&version=ESV'>Micah 7:1</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=galatians+5%3A22-23&version=ESV'>Galatians 5:22-23</a></p>
|
||||
|
||||
<p>- <a href='http://thebiblerecap.com/books'>The Bible Recap Book!</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 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Before I do anything stupid I'd like to ask this here:</p> <p>So I am doing a package, let's call it <code>X</code>, that has a library within <code>trilinos</code> as a dependency.</p> <p>Now <code>trilinos</code> takes hours to compile in my PC. But if I ask CMake to compile only <code>sacado</code> it takes less than 20 seconds.</p> <p>I did a package for myself called <code>trilinos-sacado</code> which only compiles the needed library and nothing else. I can then put <code>trilinos-sacado</code> as a dependency of <code>X</code> and it works.</p> <p>However this would create a mess for any user who already has <code>trilinos</code> installed. I thought that a solution of this would be to ask the maintainer of <code>trilinos</code> to add a <code>provides=('trilinos-sacado')</code> in the <code>PKGBUILD</code>. So if anyone happens to have <code>trilinos</code> installed already, then my <code>X</code> is happy.</p> <p>Is that reasonable or should I just not bother and make <code>X</code> depends on the full <code>trilinos</code>?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Manny__C"> /u/Manny__C </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r4aqd5/is_it_reasonable_to_ask_the_maintainer_to_add_a/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r4aqd5/is_it_reasonable_to_ask_the_maintainer_to_add_a/">[comments]</a></span>
|
|
@ -0,0 +1 @@
|
|||
<p>It's a Sackler family episode of The Megyn Kelly Show's True Crime Christmas Week, focused on the show and the book "Dopesick." Megyn Kelly is joined by Danny Strong, executive producer and creator of the Hulu series "Dopesick," and Beth Macy, journalist and author of "Dopesick," to talk about what drew Strong to create the show, the Sacklers' involvement in the opioid crisis in America, what happened to the Sacklers, the communities most hurt by the Sacklers' actions, and more. Plus, a special Christmas message from Megyn Kelly.</p><p>Follow The Megyn Kelly Show on all social platforms:<br /> </p><p>YouTube: <a href="https://www.youtube.com/MegynKelly">https://www.youtube.com/MegynKelly</a></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><br /> </p><p>Find out more information at:</p><p> </p><p><a href="https://www.devilmaycaremedia.com/megynkellyshow">https://www.devilmaycaremedia.com/megynkellyshow</a></p>
|
|
@ -0,0 +1 @@
|
|||
Disruption is just common sense.
|
|
@ -0,0 +1,13 @@
|
|||
<div class="date">16 Nov 2015</div>
|
||||
|
||||
<p>
|
||||
Sure we should program as if we are writing for our team mates, but
|
||||
writing code for people is far less precise, for what might be
|
||||
readable to one, may be Perl code to another. This essay is simply
|
||||
the start conversations...
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="Technical/Clojure/code-density.html">Read more...</a>
|
||||
</p>
|
||||
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,17 @@
|
|||
<p>Tim and Jon respond to several questions, listed below.</p>
|
||||
<p>Isaiah from Georgia (1:40):<br />
|
||||
Hey Jon and Tim! My name is Isaiah and I am from Lawrenceville, Georgia. I have a question concerning biblical law and God's nature. I've talked to some friends on this issue for some time, and their view is that God's nature was not fully revealed in the Old Testament. So God's will was not fully revealed. They believe this is why the Israelites thought they had to live under the law. They use Paul's writings to back that up. They also believe that the New Testament is the full revelation of God and his nature. And so we can see his full intent was to have a personal relationship instead of a list of rules to follow. What would you say to this worldview and why it should be changed?</p>
|
||||
<p>Rich from New York (13:10):<br />
|
||||
I'm a pastor in upstate New York. Your series on the law is just outstanding. And yet I have a question. As you folks talked about the common law understanding of law that existed until the last few centuries, I found myself wondering about the understanding of law among the Pharisees of the first century, for example. It seems that their understanding wasn't just that the mosaic law was a snapshot in time but that it described how the law needed to be lived out in any age, whatever possible, more like statutory law. Or am I wrong about that?</p>
|
||||
<p>Victoria from Tennessee (21:45):<br />
|
||||
Hey Tim and Jon, this is Victoria in Chattanooga, Tennessee. I've been really inspired by this conversation about the law, particularly the relationships of the New Testament to the Old Testament. I'm sure you're getting here, but I wanted to ask how we’re asked to understand our broad call to obedience when Jesus says something like in Matthew 5, “therefore anyone who sets aside one of the least of these commands and teaches others accordingly will be called least in the kingdom of heaven.” What commands is he referring to, and is the spirit of the law or commands a filter for interpretation, or is there a place where we need to draw a line in the sand? Thanks.</p>
|
||||
<p>Joe from Cleveland (22:15):<br />
|
||||
What I’m still at tension with are Jesus’ words in Matthew 5:18-19 where he states not a dot or iota will pass away from the law, and those who relax the least of these will be least in heaven. It seems we had agreed the Hebrew Torah showed itself to be flexible and not necessarily the final word in judicial cases. I interpret Jesus “dot and iota” statement as a more literal or explicit command to the letter of the law so to speak. Does Jesus’ statement raise that tension for you or is there another way of understanding it?</p>
|
||||
<p>Petra from the Netherlands (39:30):</p>
|
||||
<p>Hi Tim and Jon my name is Petra, I'm from the Netherlands. A lot of people consider the law as a guidance to obey God and to eternal life. As I have listened to your podcast, I get the assumption that you do not agree with that way of seeing the law, which I understand. What are your thoughts about a practical way to obey God through the Holy Spirit, by the Law, what are your thoughts about that? Thank you, bye!</p>
|
||||
<p>Laura from Iowa: (47:20)</p>
|
||||
<p>Is it important to differentiate between passages that are referring to the 611 laws, the Torah, the whole Old Testament, or the entirety of Scripture? And if that's important, how can an average Bible reader go about this?</p>
|
||||
<p>Show Music: Defender Instrumental by Tents</p>
|
||||
<p>Show Produced by: Dan Gummel</p>
|
||||
<p>Check out all our resources at www.thebibleproject.com<br />
|
||||
Our video on how to read biblical law: https://youtu.be/Sew1kBIe-W0</p>
|
|
@ -0,0 +1 @@
|
|||
<!-- SC_OFF --><div class="md"><p>So i have an optimus setup in my laptop and as said in the arch wiki i set up the sddm thing and it proceeds to give me a black screen, but when i type my password it just boots into kde, when i do nvidia-smi all applications use nvidia gpu but why is my login screen get all black?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/dxvlae"> /u/dxvlae </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r7i7gp/sddm_behaving_weirdly/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r7i7gp/sddm_behaving_weirdly/">[comments]</a></span>
|
|
@ -0,0 +1,40 @@
|
|||
<p>A bill has been introduced that may require every message sent to be read by government-approved scanning software. AMD looks to court Linux gamers by making its GPU driver even better!</p>
|
||||
|
||||
<h3><strong>-- The Extra Credit Section --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/172" rel="nofollow">This Episode'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 #AskNoahShow on Freenode!</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 they’re 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><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Lindelltv.com next hour long election special with Dr Frank, AZ audit is great news for this reason, the CCP has assets everywhere, and Biden promises to no raise taxes on people under this limit while proposing to raise taxes on people that make under this limit. Show Marketing Powered By: Better Three Group Click Here […]
|
|
@ -0,0 +1,37 @@
|
|||
<p>SHOW NOTES: </p>
|
||||
|
||||
<p>- All the info you need to START is on our <a href='http://www.thebiblerecap.com'>website</a>! 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 TODAY’S PODCAST: </p>
|
||||
|
||||
<p>- Article: <a href='https://www.gotquestions.org/difference-disciple-apostle.html'>What is the Difference Between a Disciple and an Apostle?</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=romans+8%3A28&version=ESV'>Romans 8:28</a></p>
|
||||
|
||||
<p>- <a href='https://www.biblegateway.com/passage/?search=exodus+25-30&version=ESV'>Exodus 25-30</a></p>
|
||||
|
||||
<p>- Video: <a href='https://www.youtube.com/watch?v=26z_KhwNdD8'>Luke Overview</a></p>
|
||||
|
||||
<p>- Join The Bible Recap <a href='http://patreon.com/thebiblerecap'>Patreon</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,33 @@
|
|||
<div class="date">30 Sep 2015</div>
|
||||
|
||||
<p>
|
||||
Each week, I teach an after school class at my local Middle School.
|
||||
Today, while getting ready to present, I switched over to the
|
||||
browser tab containing my presentation and waited for the kids to
|
||||
take their seats.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
One girl raised her hand and asked about a browser tab that showed
|
||||
<a href="http://www.meetup.com/PDX-Emacs-Hackers/">Emacs Meetup</a>. Clearly she wouldn’t care about some old programming
|
||||
editor, but I quickly summarized so I could get to the lesson. She
|
||||
said she uses it to play snakes. I told her that she probably uses
|
||||
something else, as Emacs is just some old editor. She insisted.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
She quickly fired up Terminal on the Mac, typed <code>emacs</code>, and
|
||||
promptly entered <code>M-x snake</code>... How...how...did you do...know that?
|
||||
While I wrote a version of the snake game on my Apple ][ computer
|
||||
when I was a kid, I didn’t know that any one had written one for
|
||||
Emacs. Huh. Schooled in my editor by a kid.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
She also typed in <code>telnet towel.blinkenlights.nl</code>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
She’s now my favorite.
|
||||
</p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/2CJGIEunAQ0" width="480" alt="thumbnail" title="Defend Your Privacy! How To Create Your Own Tor Relay!" /></p>In this video we setup a Tor Middle Relay to contribute back to the Tor Project that we've spent the last few weeks exploring. Help keep privacy and anonymity on the internet intact. We utilize a Digital Ocean droplet that costs only $5 a month leveraging Fedora. <br /><br />#TOR #Anonymity #Security<br /><br />Links mentioned in the video:<br />https://community.torproject.org/relay/setup/<br />https://www.eff.org/pages/what-tor-relay<br />https://community.torproject.org/relay/<br />https://community.torproject.org/relay/community-resources/eff-tor-legal-faq/<br /><br />DasGeek Channel is a proud member of the Destination Linux Network! Head to https://destinationlinux.network to find more amazing content! <br /><br />Support the Channel: www.dasgeekcommunity.com<br /><br />Support the channel on Patreon<br />https://www.patreon.com/dasgeek<br /><br /><br />Special thanks to my Patrons! : Bradley D, Jackie Moore, Michel V, Mike K, Scott R, Peter K, Jill Bryant, Josh, CubicleNate, Steve L, Bob A, SpazzyC, Michael C, Jeremy G, Gert B, David M, Mattias E, Sean Davis.<br /><br />Head to Digital Ocean do.co/dln for a 60 day $100 credit.<br /><br />Amazon Affiliate: Just purchase any item on Amazon using this link and you support the channel and pay the same price! https://amzn.to/2HiUNyD<br /><br />Get DasGeek Swag<br />https://signaturegraphics.store/collections/das-geek<br /><br /><br />Social:<br />Twitter: @dasgeekchannel<br />dasgeek@mastodon.social<br />Web: http://www.dasgeekcommunity.com<br />Github: https://github.com/dasgeekchannel<br /><br />Podcast: Destination Linux - http://destinationlinux.org/<br />...<br />https://www.youtube.com/watch?v=2CJGIEunAQ0
|
|
@ -0,0 +1 @@
|
|||
Two Treatises by John Locke Chapter 4 on slavery, speaking like freeman is needed, 80 year old women (who I thought was a Christian but isn’t but I still think the point holds true) China made younger to punish her more, Thomas Sowell and Victor Davis Hanson believe a reset is coming, and Jerry Nadler […]
|
|
@ -0,0 +1,69 @@
|
|||
<p>Venkat Venkataraju principal software engineer from Yubico joins us this hour to share the exciting new features and functionality Yubico is bringing to the table!</p>
|
||||
|
||||
<p>Project Links: <br>
|
||||
Website: <a href="https://www.yubico.com" rel="nofollow">https://www.yubico.com</a><br>
|
||||
Facebook: <a href="https://www.facebook.com/Yubikey" rel="nofollow">https://www.facebook.com/Yubikey</a><br>
|
||||
Github: <a href="https://github.com/yubico" rel="nofollow">https://github.com/yubico</a><br>
|
||||
Twitter: <a href="https://twitter.com/yubico" rel="nofollow">https://twitter.com/yubico</a><br>
|
||||
Youtube: <a href="https://www.youtube.com/c/Yubico" rel="nofollow">https://www.youtube.com/c/Yubico</a> </p>
|
||||
|
||||
<p>Project Links:</p>
|
||||
|
||||
<p>Website: <a href="https://www.yubico.com" rel="nofollow">https://www.yubico.com</a><br>
|
||||
Twitter: <a href="https://twitter.com/Yubico" rel="nofollow">https://twitter.com/Yubico</a></p>
|
||||
|
||||
<h3><strong>-- Side Notes --</strong></h3>
|
||||
|
||||
<p>Gimp : <a href="https://www.gimp.org/news/2019/04/07/gimp-2-10-10-released/" rel="nofollow">https://www.gimp.org/news/2019/04/07/gimp-2-10-10-released/</a><br>
|
||||
Gnome : <a href="https://feaneron.com/2019/04/05/rewarding-our-friends-of-gnome/" rel="nofollow">https://feaneron.com/2019/04/05/rewarding-our-friends-of-gnome/</a></p>
|
||||
|
||||
<p>Project Spotlight:<br>
|
||||
The Shell: <a href="https://github.com/vicr123/theshell" rel="nofollow">https://github.com/vicr123/theshell</a><br>
|
||||
"theShell" is a GPL-3.0 licensed Desktop Environment written using the Qt toolkit for those wanting a simple desktop. theShell is only tested on Arch Linux. Your mileage may vary on other distributions.</p>
|
||||
|
||||
<h3><strong>-- Calls --</strong></h3>
|
||||
|
||||
<ul>
|
||||
<li>Chaz - Ubuntu 19.04 NVidia Drivers</li>
|
||||
<li>Nathan - DMX Lighting</li>
|
||||
<li>Carey - Church Wifi Question</li>
|
||||
</ul>
|
||||
|
||||
<h3><strong>-- The Extra Credit Section --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/123" rel="nofollow">This Episode'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 #AskNoahShow on Freenode!</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 they’re 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><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p><p>Links:</p><ul><li><a href="https://www.qlcplus.org/" title="QLC+ by Massimo Callegari" rel="nofollow">QLC+ by Massimo Callegari</a></li><li><a href="http://www.amazon.com/exec/obidos/ASIN/B00T8OKM98/altispeed-20" title="Amazon.com: DMXking UltraDMX Micro – USB DMX Adapter/Dongle: Gateway" rel="nofollow">Amazon.com: DMXking UltraDMX Micro – USB DMX Adapter/Dongle: Gateway</a></li></ul>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<p>A renewed push to kill flash hits the web & we discuss the possible advantages for Linux users. A KDE user trying out Gnome for a week & the real issues he touches on.</p>
|
||||
|
||||
<p>Plus your take on openSUSE’s big changes & follow up to our take on it.</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<p><img src="https://thumbnails.lbry.com/qBTsUVrCDAQ" width="480" alt="thumbnail" title="Don't Use Telegram. Don't Use Telegram. Don't Use Telegram. Don't Use Telegram. Don't Use Telegram." /></p>See title for description.<br />Matrix FAQ: https://matrix.org/faq/<br />Element is the main program/"app" that accesses Matrix: https://element.io/get-started<br />Matrix servers: https://www.anchel.nl/matrix-publiclist/<br /><br />My website: https://lukesmith.xyz<br />Please donate: https://donate.lukesmith.xyz<br />Get all my videos off YouTube: https://videos.lukesmith.xyz<br />or Odysee: https://odysee.com/$/invite/@Luke:7<br /><br />BTC: bc1qw5w6pxsk3aj324tmqrhhpmpfprxcfxe6qhetuv<br />XMR: 48jewbtxe4jU3MnzJFjTs3gVFWh2nRrAMWdUuUd7Ubo375LL4SjLTnMRKBrXburvEh38QSNLrJy3EateykVCypnm6gcT9bh<br /><br />OR affiliate links to things l use:<br />https://www.vultr.com/?ref=8384069-6G Get a VPS and host a website or server for anything else.<br />https://www.epik.com/?affid=we2ro7sa6 Get a cheap and reliable domain name with Epik.<br />https://brave.com/luk005 Get the Brave browser.<br />https://odysee.com/$/invite/@Luke:7 View my videos on Odysee and get a bonus for joining.<br />https://www.coinex.com/register?refer_code=ndf87 Get crypto-rich on Coinex. Get reduced exchange fees for 3 months.<br />https://www.coinbase.com/join/smith_5to1 Get crypto-rich on Coinbase. We both get $10 in Bitcoin when you buy or sell $100 in cryptocurrencies.<br />...<br />https://www.youtube.com/watch?v=qBTsUVrCDAQ
|
|
@ -0,0 +1,4 @@
|
|||
<p>Big improvements are coming to a grub near you, Wes has a batch of really useful new open source projects & we consider the “threat” posed by Windows 10 S.</p>
|
||||
|
||||
<p>Plus the dirty secret about Linux’s battery life, some of our LinuxFest Northwest plans & a lot more!</p><p><a href="https://jupitersignal.memberful.com/checkout?plan=52946" rel="payment">Support LINUX Unplugged</a></p>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Election algorithm strikes again last week in PA and some thoughts for us to go forward with. Show Marketing Powered By: Better Three Group Click Here to find out more or go to betterthreegroup.com For Advertising your business email Matt at matt@howtobuildatent.com GAB: @mattwilliams Locals: https://themattwilliamsshow.locals.com/
|
|
@ -0,0 +1,43 @@
|
|||
<p>Microsoft Joins OIN with Patrick McBride | Ask Noah Show 97</p>
|
||||
|
||||
<p>The Open Invention Network is a shared defensive patent pool with the mission to protect Linux. On October 10th Microsoft joined the OIN so we invited Patrick McBride the Senior Director of Patents to join us and explain the implications both to Red Hat as well as the larger Linux community.</p>
|
||||
|
||||
<h3><strong>-- The Cliff Notes --</strong></h3>
|
||||
|
||||
<p>For links to the articles and material referenced in this week's episode check out this week's page from our podcast dashboard!</p>
|
||||
|
||||
<p><a href="http://podcast.asknoahshow.com/97" rel="nofollow">This Episode'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 #AskNoahShow on Freenode!</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 they’re 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>asknoah [at] jupiterbroadcasting.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>
|
||||
<li><a href="https://twitter.com/jbsignal" rel="nofollow">Jupiter Broadcasting</a></li>
|
||||
</ul><p><a href="https://patreon.com/linuxdelta" rel="payment">Support Ask Noah Show</a></p><p>Links:</p><ul><li><a href="https://www.eff.org/deeplinks/2018/10/open-access-law-california" title="Open Access Is the Law in California | Electronic Frontier Foundation" rel="nofollow">Open Access Is the Law in California | Electronic Frontier Foundation</a></li><li><a href="https://www.zdnet.com/google-amp/article/linux-now-dominates-azure/" title="Linux now dominates Azure" rel="nofollow">Linux now dominates Azure</a> — Three years ago, Mark Russinovich, CTO ofAzure, Microsoft's cloud program, said, "One in four [Azure] instances are Linux." Then, in 2017, it was 40 percent Azure virtual machines (VM) were Linux. Today, Scott Guthrie, Microsoft's executive vice president of the cloud and enterprise group, said in an interview, "it's about half now, but it varies on the day because a lot of these workloads are elastic, but sometimes slightly over half of Azure VMs are Linux." Microsoft later clarified, "about half Azure VMs are Linux."</li><li><a href="https://slexy.org/view/s280BCk9lA" title="Attaboy & Centos/PHP · Slexy.org Pastebin" rel="nofollow">Attaboy & Centos/PHP · Slexy.org Pastebin</a></li><li><a href="https://www.rosehosting.com/blog/how-to-install-php-7-2-on-centos-7/" title="How to Install PHP 7.2 on CentOS 7 | RoseHosting" rel="nofollow">How to Install PHP 7.2 on CentOS 7 | RoseHosting</a></li></ul>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue