index.html (3660B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <link rel="stylesheet" href="/style.css" type="text/css"> 5 <meta charset="utf-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 <link rel="stylesheet" type="text/css" href="/style.css"> 9 <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cstyle%3E %23m %7B opacity:0; %7D%0A@media (prefers-color-scheme: dark) %7B %23m %7B opacity:1; %7D %23e %7B opacity:0 %7D%0A%7D %3C/style%3E%3Ctext id='m' y='.9em' font-size='90'%3E🏕️%3C/text%3E%3Ctext id='e' y='.9em' font-size='90'%3E🌞%3C/text%3E%3C/svg%3E"> 10 <title></title> 11 </head> 12 <body> 13 <div id="page-wrapper"> 14 <div id="header" role="banner"> 15 <header class="banner"> 16 <div id="banner-text"> 17 <span class="banner-title"><a href="/">beauhilton</a></span> 18 </div> 19 </header> 20 <nav> 21 <a href="/about">about</a> 22 <a href="/now">now</a> 23 <a class="nav-active" href="/posts">posts</a> 24 <a href="https://notes.beauhilton.com">notes</a> 25 <a href="https://talks.beauhilton.com">talks</a> 26 <a href="https://git.beauhilton.com">git</a> 27 <a href="/contact">contact</a> 28 <a href="/feed.xml">rss</a> 29 </nav> 30 </div> 31 <main> 32 <h1 id="title"> 33 Posts 34 </h1> 35 <p> 36 You can subscribe to the <a href="/atom.xml">Atom feed</a> to receive updates. 37 </p> 38 <div id="posts-index"> 39 <h2> 40 <a href="/posts/mime">fix MIME Types to unbreak RSS feeds served by OpenBSD’s 41 httpd(8)</a> 42 </h2> 43 <p> 44 <strong>Last update:</strong> 2022-11-13. 45 </p> 46 <p> 47 I've been getting back into RSS lately. 48 Turns out, my own RSS feed was broken. 49 </p> 50 <a href="/posts/mime">Read more</a> 51 <h2> 52 <a href="/posts/ugbsd">Upgrading out-of-date OpenBSD installs</a> 53 </h2> 54 <p> 55 <strong>Last update:</strong> 2022-11-11. 56 </p> 57 <p> 58 First of all, don't do how I do. 59 Upgrade your installs regularly. 60 OpenBSD makes it very easy. 61 </p> 62 <a href="/posts/ugbsd">Read more</a> 63 <h2> 64 <a href="/posts/geocheatcode">geocheatcode</a> 65 </h2> 66 <p> 67 <strong>Last update:</strong> 2022-04-22. 68 </p> 69 <p> 70 Here is background and code 71 for a trick I use to get 72 Google to give me best-in-class guesses 73 for latitude and longitude, 74 despite goofy and/or downright bad location searches. 75 </p> 76 <a href="/posts/geocheatcode">Read more</a> 77 <h2> 78 <a href="/posts/intake-2022-03-25">intake</a> 79 </h2> 80 <p> 81 <strong>Last update:</strong> 2022-03-25. 82 </p> 83 <p> 84 candidal esophagitis, achalasia, H Pylori PUD 85 </p> 86 <a href="/posts/intake-2022-03-25">Read more</a> 87 <h2> 88 <a href="/posts/employee-wifi">Set Up Enterprise Wifi on Arch Linux</a> 89 </h2> 90 <p> 91 <strong>Last update:</strong> 2021-09-17. 92 </p> 93 <p> 94 Most big institutions have guest and employee wifi networks. 95 Guest wifi is usually fine, fast enough for the basics, 96 but far inferior to employee wifi. 97 On a custom-built OS, such as a fairly minimalist Linux distribution, 98 getting the employee wifi to work 99 can be a beast. 100 </p> 101 <a href="/posts/employee-wifi">Read more</a> 102 <h2> 103 <a href="/posts/mr-2021">Morning Report 08/23/2021</a> 104 </h2> 105 <p> 106 <strong>Last update:</strong> 2021-08-23. 107 </p> 108 <p> 109 Diagnosis is... MDS/MPN/MF NOS. 110 i.e., who knows. 111 </p> 112 <a href="/posts/mr-2021">Read more</a> 113 </div> 114 </main> 115 <div id="footnotes"></div> 116 <footer></footer> 117 </div> 118 </body> 119 </html>