index.html (8005B)
1 <!DOCTYPE HTML> 2 <html lang="en"> 3 <head> 4 <title>Luke Smith's Homepage</title> 5 <link rel='stylesheet' type='text/css' href='style.css'> 6 <link rel='alternate' type='application/rss+xml' href='rss.xml' title='Latest from Luke'> 7 <meta charset="utf-8"/> 8 </head> 9 10 <body> 11 12 <h1><big>Luke Smith</big> <small>(https://lukesmith.xyz)</small></h1> 13 <ul> 14 15 <ul> 16 <!-- (<a target="_blank" href="https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA">RSS</a>) --> 17 <!-- (<a href="https://lbry.tv/$/invite/@Luke">Join</a>) --> 18 19 20 <div id="links"> 21 22 videos: 23 <a target="_blank" href="https://youtube.com/c/lukesmithxyz"><img src="pix/icons/youtube.svg" alt="YouTube"></a> 24 <a target="_blank" href="https://www.bitchute.com/channel/lukesmith/"><img src="pix/icons/bitchute.svg" alt="BitChute"></a> 25 <a href="https://lbry.tv/@Luke:7"><img src="pix/icons/lbry.png"></a> 26 27 28 code: 29 <a target="_blank" href="https://github.com/lukesmithxyz"><img src="pix/icons/github.svg" alt="Github"></a> 30 <a target="_blank" href="https://gitlab.com/lukesmithxyz"><img src="pix/icons/gitlab.svg" alt="Gitlab"></a> 31 <a href="https://git.lukesmith.xyz"><img src="pix/icons/git.svg" alt="Git Server"></a> 32 33 34 other: 35 <a href="https://larbs.xyz"><img src="pix/larbs.png" alt="LARBS"></a> 36 <a href="https://notrelated.xyz"><img src="pix/notrelated.png" alt="Not Related!"></a> 37 38 <!-- (<a target="_blank" href="https://notrelated.xyz/rss">RSS</a>) --> 39 40 <a href="donate.html">donate:</a> 41 <a href="donate.html#zelle"><img src="pix/icons/zelle.svg" alt="Zelle"></a> 42 <a target="_blank" href="https://paypal.me/lukemsmith"><img src="pix/icons/paypal.svg" alt="Paypal"></a> 43 <a target="_blank" href="https://patreon.com/lukesmith"><img src="pix/icons/patreon.svg" alt="Patreon"></a> 44 <a href="donate.html#crypto"><img src="pix/icons/bitcoin.svg" alt="Bitcoin"></a> 45 46 </br> 47 48 personal: 49 <a href="emailme.html">email</a> 50 <a href="blogindex.html">blog</a> 51 <a href="library.html">library</a> 52 <a href="rss.xml">rss</a> 53 <a href="files/">files</a> 54 55 <!-- <li><a rel="me" href="https://gab.com/lukesmith"><img src="pix/icons/gab.svg" alt="Gab"> Gab</a></li> --> 56 <!-- <li><a href="faq.html"><img src="pix/icons/question.svg" alt="FAQs"> FAQs</a></li> --> 57 58 </div> 59 60 <!-- <div class="mainpanel" > --> 61 <h2 style="margin:0px">Welcome!</h2> 62 <img style="float:right;margin:10px" src="pix/lukenew.gif" alt="Luke"> 63 64 <p>My name is Luke Smith, I'm known for being:</p> 65 66 <ul> 67 <li>Someone who puts up videos on <a target="_blank" href="https://youtube.com/c/lukesmithxyz">my YouTube channel</a>. 68 </li> 69 <li>The Luke of <a href="https://larbs.xyz">Luke's Auto-Rice Bootstrapping Scripts (LARBS)</a>. 70 <li>I have done a podcast: <a href="https://notrelated.xyz"><em>Not Related!</em></a> on Big-Braned topics. I'm only just now starting to put up episodes for it again, but it's still literally the best podcast.</li> 71 <li>A Ph.D. candidate in linguistics at the University of Arizona.</li> 72 </ul> 73 74 <h2><img src="pix/icons/blog.svg" alt="Blog"> Recent blog posts</h2> 75 <p><a href="blog.html">Rolling Blog Page</a> – <a href="blogindex.html">Full browsable blog index</a></p> 76 <ul> 77 <!--BLOG--><li>2020 Feb 01 – <a href="blog/big-fix-for-the-stsuckless-crashonemoji-error.html">Big fix for the st/suckless 'Crash-On-Emoji' error</a></li><li>2020 Jan 20 – <a href="blog/newold-episode-of-not-related-out-every-scientific-paper-youve-read-is-wrong.html">New/old episode of Not Related! out: Every scientific paper you've read is wrong</a></li><li>2020 Jan 03 – <a href="blog/new-video-on-new-books.html">New video on new books</a></li><li>2019 Dec 24 – <a href="blog/merry-christmas-to-all-and-a-vid-from-the-archives.html">Merry Christmas to all and a vid from the archives</a></li><li>2019 Dec 08 – <a href="blog/im-thinking-about-using-bspwm.html">I'm thinking about using bspwm</a></li> 78 </ul> 79 80 <h2>Misc</h2> 81 <ul> 82 <!-- <li><a href="wishlist.html">"A Hacking Wishlist"</a></li> --> 83 <li>The <a href="programs.html">Programs and Equipment</a> I use.</li> 84 <li>Automatically configured and setup email on the terminal with <a target="_blank" href="https://github.com/lukesmithxyz/mutt-wizard">mutt-wizard</a>.</li> 85 <li>So you want to learn <a href="latex.html">LaTeX</a>?</li> 86 <li>My <a href="https://github.com/lukesmithxyz/voidrice">dotfiles/config files</a>, which many people use and like.</li> 87 </ul> 88 89 <h2>Updates/RSS urls</h2> 90 91 <p>Copy and paste these urls into your RSS reader (e.g. <a target="_blank" href="https://www.youtube.com/watch?v=dUFCRqs822w">newsboat</a>) for all my RSS feeds. The first is my main feed and blog, second is YouTube, the third is my podcast:</p> 92 93 <pre><code>https://lukesmith.xyz/rss.xml 94 https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA 95 https://notrelated.xyz/rss 96 </code></pre> 97 <!-- </div> --> 98 99 100 <!-- <div class="sidepanel"> --> 101 102 <!-- <h2 style="margin:0px">Links:</h2> --> 103 104 <!-- <ul> --> 105 106 <!-- <li>Content: --> 107 <!-- <ul> --> 108 <!-- <1!-- <li><a href="videos.html"><img src="pix/icons/videos.svg" alt="Video Gallery"> Video Gallery</a></li> --1> --> 109 <!-- <li><a target="_blank" href="https://youtube.com/c/lukesmithxyz"><img src="pix/icons/youtube.svg" alt="YouTube"> YouTube</a> (<a target="_blank" href="https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA">RSS</a>)</li> --> 110 <!-- <li><a target="_blank" href="https://www.bitchute.com/channel/lukesmith/"><img src="pix/icons/bitchute.svg" alt="BitChute"> BitChute</a></li> --> 111 <!-- <li><a href="https://lbry.tv/@Luke:7"><img src="pix/icons/lbry.png"> LBRY</a> (<a href="https://lbry.tv/$/invite/@Luke">Join</a>)</li> --> 112 <!-- <li> --> 113 <!-- <a target="_blank" href="https://github.com/lukesmithxyz"><img src="pix/icons/github.svg" alt="Github"> Github</a> --> 114 <!-- (<a target="_blank" href="https://gitlab.com/lukesmithxyz"><img src="pix/icons/gitlab.svg" alt="Gitlab"></a>/ --> 115 <!-- <a href="https://git.lukesmith.xyz"><img src="pix/icons/git.svg" alt="Git"></a>) --> 116 <!-- </li> --> 117 <!-- <li><a href="https://larbs.xyz"><img src="pix/larbs.png" alt="LARBS"> LARBS</a></li> --> 118 <!-- <li><a href="https://notrelated.xyz"><img src="pix/notrelated.png" alt="Not Related!"> <em>Not Related!</em></a> (<a target="_blank" href="https://notrelated.xyz/rss">RSS</a>)</li> --> 119 <!-- </ul></li> --> 120 121 <!-- <li>Personal: --> 122 <!-- <ul> --> 123 <!-- <li><a href="emailme.html"><img src="pix/icons/email.svg" alt="Contact me"> Contact me</a></li> --> 124 <!-- <li><a href="blogindex.html"><img src="pix/icons/blog.svg" alt="Blog"> Blog</a></li> --> 125 <!-- <li><a href="library.html"><img src="pix/icons/books.svg" alt="Books"> Library</a></li> --> 126 <!-- <li><a href="rss.xml"><img src="pix/icons/rss.svg" alt="RSS feed"> RSS feed</a></li> --> 127 <!-- <1!-- <li><a rel="me" href="https://gab.com/lukesmith"><img src="pix/icons/gab.svg" alt="Gab"> Gab</a></li> --1> --> 128 <!-- <1!-- <li><a href="faq.html"><img src="pix/icons/question.svg" alt="FAQs"> FAQs</a></li> --1> --> 129 <!-- </ul></li> --> 130 131 <!-- <li><a href="donate.html"><img src="pix/money.png"> Donate/Support</a> --> 132 <!-- <ul> --> 133 <!-- <li><a href="donate.html#zelle"><img src="pix/icons/zelle.svg" alt="Zelle"> Zelle (🇺🇸 US only)</a></li> --> 134 <!-- <li><a target="_blank" href="https://paypal.me/lukemsmith"><img src="pix/icons/paypal.svg" alt="Paypal"> Paypal</a></li> --> 135 <!-- <li><a target="_blank" href="https://patreon.com/lukesmith"><img src="pix/icons/patreon.svg" alt="Patreon"> Patreon</a></li> --> 136 <!-- <li><a href="donate.html#crypto"><img src="pix/icons/bitcoin.svg" alt="Bitcoin"> Crypto</a></li> --> 137 <!-- </ul> --> 138 <!-- </li> --> 139 140 <!-- <li><a href="files/"><img src="pix/icons/folder.svg" alt="Downloadable files"> Downloadable Files</a></li> --> 141 <!-- </ul> --> 142 <!-- </div> --> 143 144 <div style="clear: both;"> </div> 145 146 <center> 147 <a href="donate.html"> 148 <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> 149 </a> 150 </center> 151 152 </body> 153 154 </html>