summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 9fa4930b6b43b9c942238198d892a2a062751128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Web log entries — Luke T. Shumaker</title>
  <link rel="stylesheet" href="assets/style.css">
  <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
<body>
<header><a href="/">Luke T. Shumaker</a> » blog</header>
<article>
<h1 id="web-log-entries">Web log entries</h1>
<style>
li {
    list-style-type: none;
}
time {
    color: #AAAAAA;
    font-family: monospace;
}
</style>
<ul>
<li><time>2023-07-10</time> - <a href="./btrfs-rec.html">Announcing:
btrfs-rec: Recover (data from) a broken btrfs filesystem</a></li>
<li><time>2018-02-09</time> - <a href="./posix-pricing.html">POSIX
pricing and availability; or: Do you really need the PDF?</a></li>
<li><time>2018-02-09</time> - <a href="./kbd-xmodmap.html">GNU/Linux
Keyboard Maps: xmodmap</a></li>
<li><time>2018-02-09</time> - <a href="./crt-sh-architecture.html">The
interesting architecture of crt.sh</a></li>
<li><time>2016-09-30</time> - <a href="./http-notes.html">Notes on
subtleties of HTTP implementation</a></li>
<li><time>2016-02-28</time> - <a href="./x11-systemd.html">My X11 setup
with systemd</a></li>
<li><time>2016-02-28</time> - <a href="./java-segfault-redux.html">My
favorite bug: segfaults in Java (redux)</a></li>
<li><time>2015-05-19</time> - <a href="./nginx-mediawiki.html">An Nginx
configuration for MediaWiki</a></li>
<li><time>2015-03-22</time> - <a href="./lp2015-videos.html">I took some
videos at LibrePlanet</a></li>
<li><time>2015-03-18</time> - <a href="./build-bash-1.html">Building
Bash 1.14.7 on a modern system</a></li>
<li><time>2015-02-06</time> - <a
href="./purdue-cs-login.html">Customizing your login on Purdue CS
computers (WIP, but updated)</a></li>
<li><time>2014-11-20</time> - <a href="./make-memoize.html">A
memoization routine for GNU Make functions</a></li>
<li><time>2014-09-12</time> - <a href="./ryf-routers.html">I’m excited
about the new RYF-certified routers from ThinkPenguin</a></li>
<li><time>2014-09-11</time> - <a
href="./what-im-working-on-fall-2014.html">What I’m working on (Fall
2014)</a></li>
<li><time>2014-05-08</time> - <a
href="./rails-improvements.html">Miscellaneous ways to improve your
Rails experience</a></li>
<li><time>2014-02-13</time> - <a href="./bash-redirection.html">Bash
redirection</a></li>
<li><time>2014-01-13</time> - <a href="./java-segfault.html">My favorite
bug: segfaults in Java</a></li>
<li><time>2013-10-13</time> - <a href="./bash-arrays.html">Bash
arrays</a></li>
<li><time>2013-10-12</time> - <a href="./git-go-pre-commit.html">A git
pre-commit hook for automatically formatting Go code</a></li>
<li><time>2013-10-12</time> - <a
href="./fd_printf.html"><code>dprintf</code>: print formatted text
directly to a file descriptor</a></li>
<li><time>2013-08-29</time> - <a href="./emacs-as-an-os.html">Emacs as
an operating system</a></li>
<li><time>2013-04-09</time> - <a href="./emacs-shells.html">A summary of
Emacs’ bundled shell and terminal modes</a></li>
<li><time>2013-03-21</time> - <a href="./term-colors.html">An
explanation of common terminal emulator color codes</a></li>
<li><time>2013-02-21</time> - <a
href="./fs-licensing-explanation.html">An explanation of how “copyleft”
licensing works</a></li>
<li><time>2013-01-23</time> - <a href="./pacman-overview.html">A quick
overview of usage of the Pacman package manager</a></li>
<li><time>2012-09-12</time> - <a
href="./poor-system-documentation.html">Why documentation on GNU/Linux
sucks</a></li>
<li><time>2012-09-11</time> - <a href="./arch-systemd.html">What Arch
Linux’s switch to systemd means for users</a></li>
</ul>

</article>
<footer>
  <aside class="sponsor"><p>I'd love it if you <a class="em"
      href="/sponsor/">sponsored me</a>.  It will allow me to continue
      my work on the GNU/Linux ecosystem.  Thanks!</p></aside>

<p>The content of this page is Copyright ©  <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p>
<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
</footer>
</body>
</html>