blog/public/posts/index.html

195 lines
8.5 KiB
HTML

<!DOCTYPE html>
<html class="no-js" lang="en-us" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<base href="https://beckmeyer.us/">
<meta name="viewport" content="width=device-width">
<title>Posts &ndash; Joel Beckmeyer&#39;s Blog</title>
<link rel="stylesheet" href="/css/styles.css">
<link id="theme_css" rel="stylesheet" href="/css/themes/light.css">
<link rel="alternate" type="application/rss+xml" href="https://beckmeyer.us/posts/index.xml" title="Joel Beckmeyer's Blog" />
</head>
<body>
<input class="show-hide-menu-input" style="display:none;" autocomplete="off" type="checkbox" id="toggle-1">
<div class="main">
<div class="header">
<div class="header-content">
<div class="title">
<a href="https://beckmeyer.us/">Joel Beckmeyer&#39;s Blog</a>
</div>
<div>
<div class="header-right">
<label id="show-hide-menu-label" class="clickable-header-label" for="toggle-1">
<img class="color-adapting-image" width="30" src="/images/hamburger.svg" alt="menu button">
</label>
</div>
<label class="overlay" for="toggle-1"></label>
<div class="dont-show">
Links:
</div>
<ul class="links">
<li><a href="/">Home</a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/posts/">Posts</a></li>
</ul>
</div>
</div>
</div>
<div class="body">
<div class="body-content">
<div class="title-header">
<h1>Posts</h1>
</div>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/consistency/">Consistency</a></h3>
<div class="title-list-date">
<time>Sunday, April 4, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
I&rsquo;ve seen a lot of talk about this stuff:
&ldquo;Check out my FOSS project (hosted on Github)&rdquo; &ldquo;Wayland is a great innovation and boon to the community! Also, there are very few tools/alternatives available yet for your favorite X11 tool!&rdquo; &ldquo;We love open source! Also, we develop the most popular proprietary operating system!&rdquo; &ldquo;Do as I say, not as I do.&rdquo; We love to poke fun at and expose this kind of stuff, which is all fine and dandy.
</p>
<a href="/posts/consistency/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/better/">Better?</a></h3>
<div class="title-list-date">
<time>Saturday, April 3, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
There are many that say
(and I tend to agree)
that free software is the best there could be.
But please don&rsquo;t mistake
using software that&rsquo;s free
as a right to superiority.
There are many that go
from day to day living
and don&rsquo;t give a thought to what they are using.
Are they worse for this?
Are you better for caring?
Sometimes the truth can be quite baring.
That not every human
</p>
<a href="/posts/better/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/moving_back_to_openssl/">Moving Back To OpenSSL</a></h3>
<div class="title-list-date">
<time>Monday, March 22, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
Void Linux recently announced that they were going to move back to OpenSSL after originally switching to LibreSSL in 2014. It seems that there are a lot of things at play here.
It seems that the main focus of the recent announcement is on the maintainability and other difficulties of not using the one true SSL/TLS library. To me, this pragmatically makes sense. However, every time something like this happens I get this lingering feeling of worry&hellip;
</p>
<a href="/posts/moving_back_to_openssl/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/the_generation_ship_problem/">The Generation Ship Problem</a></h3>
<div class="title-list-date">
<time>Friday, March 19, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
After talking about the hardware and software problems of digital permanence, I&rsquo;m struck by a classical Sci-Fi motif with a conundrum: the Generation Ship; a ship outfitted with all of the technology, infrastructure, and storage to support lightyear-scale human travel.
But what about that technology on the ship? If we build one of these ships, we need to accomplish one of several things in regards to information storage:
1. Innovate to the point where the lifetime of the storage devices is able to support lightyear scale travel.
</p>
<a href="/posts/the_generation_ship_problem/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/volatile_formats/">Volatile Formats</a></h3>
<div class="title-list-date">
<time>Thursday, March 18, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
Note: This is a continuation of the thoughts I started thinking about in my Volatile Mediums blog post.
The next level up from physical mediums for data storage is the way that the data is stored. In the digital age, we have a plethora of formats for storing information. For me, one of the most interesting areas of information storage is the analog-digital space.
The fundamental problem of storing audio, video, and other replications of the physical world is that there is so much information that we can collect with sensors (think microphones, video cameras, etc.
</p>
<a href="/posts/volatile_formats/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/openwrt_plus_unbound/">OpenWRT &#43; Unbound &#43; adblock</a></h3>
<div class="title-list-date">
<time>Friday, February 5, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
I decided to do some work on my Linksys WRT32X running OpenWRT to make it a little more useful.
Unbound is a DNS resolver which I like because it&rsquo;s recursive, meaning it directly queries the root servers instead of relying on existing DNS servers run by Google, Cloudflare, your ISP, or the like. I already have it running on several of my servers and computers, but I figured it would be great if everything on my network can use Unbound and be, well, unbound from all of those intermediary DNS servers.
</p>
<a href="/posts/openwrt_plus_unbound/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/hello_doas/">Hello doas</a></h3>
<div class="title-list-date">
<time>Saturday, January 30, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
Today, I switched my workstation from sudo to doas. I&rsquo;m running Void Linux, and the process was fairly easy.
First, I needed to figure out how to remove sudo (yes, I realize I could have installed doas first, then removed sudo, but I decided to do it the hard way.) As it turns out, the advanced usage section of the XBPS manual details how to use the ignorepkg entry in xbps.
</p>
<a href="/posts/hello_doas/">Read More…</a>
</div>
</article>
<article class="all-list">
<div class="title-list">
<h3><a href="/posts/volatile_mediums/">Volatile Mediums</a></h3>
<div class="title-list-date">
<time>Friday, January 29, 2021</time>
</div>
</div>
<div class="body-list">
<p></p>
<p>
I&rsquo;ve recently been thinking a lot about storage mediums [1] &ndash; especially in the long-term.
Technology has made a lot of progress. Digital storage mediums started out only being able to store 224KB on a tape drive for an average lifetime of up to 30 years. Now, we can store terrabytes of data on hard drives and solid-state drives. However, no one ever really answered the question about long-term storage.
</p>
<a href="/posts/volatile_mediums/">Read More…</a>
</div>
</article>
</div>
</div>
</div>
<hr class="dont-show">
<div class="footer">
<p>Have any questions? Let me know on <a href="https://matrix.to/#/@joel:thebeckmeyers.xyz">Matrix</a>, or start a discussion on <a href="https://social.beckmeyer.us/TinfoilSubmarine">Fediverse</a>!</p>
</div>
</body>
</html>