-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (152 loc) · 8.18 KB
/
index.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ketzal's $HOME - Spaceship Earth</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<script async defer data-domain="ketzacoatl.github.io" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">\o/</a>
</div>
<div id="navigation">
<a href="./">~</a>
<a href="./about.html">About</a>
<a href="./inspiration.html">Inspiration</a>
<a href="./contact.html">Contact</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>Ketzal's $HOME</h1>
<h2>Musings on writing code and devops</h2>
<img src="./images/000135860692-zz8w7p.png" style="float: right; margin: 2px;" />
<h3>cat posts | head</h3>
<ul>
<li>
<a href="./posts/2020-02-25-ghc-stage-restrictions.html">GHC Stage Restrictions and `stack script`</a> - February 25, 2020
</li>
<li>
<a href="./posts/2019-07-13-maintaining-consul-haskell.html">Maintaining Consul-Haskell</a> - July 13, 2019
</li>
<li>
<a href="./posts/2018-12-31-build-and-install-specific-versions-of-ruby.html">How I build and install specific versions of ruby</a> - December 31, 2018
</li>
<li>
<a href="./posts/2018-09-04-RDS-username-sanitation-with-terraform-locals.html">How to Sanitize the RDS Username with Terraform</a> - September 4, 2018
</li>
<li>
<a href="./posts/2017-06-13-alpine-apk-simulate.html">Simulating package installs with Alpine's `apk`</a> - June 13, 2017
</li>
<li>
<a href="./posts/2017-06-11-tmux-plugin-setup.html">Tmux Plugins You Should Use</a> - June 11, 2017
</li>
<li>
<a href="./posts/2017-06-04-useradd-and-alpine-linux.html">useradd and Alpine Linux</a> - June 4, 2017
</li>
<li>
<a href="./posts/2017-06-02-build-alpine-vagrant-box-with-packer.html">Using Packer to Build Alpine Linux Box for Vagrant</a> - June 2, 2017
</li>
<li>
<a href="./posts/2017-06-01-use-existing-vagrant-box-in-a-packer-build.html">Use Packer to build a custom Vagrant Box, from another Vagrant Box</a> - June 1, 2017
</li>
<li>
<a href="./posts/2017-03-10-lua-and-openresty-part-10-pull-it-all-together.html">Intro to Lua and Openresty, Part 10: Pull it all together!</a> - March 10, 2017
</li>
<li>
<a href="./posts/2017-03-09-lua-and-openresty-part-9-http-clients.html">Intro to Lua and Openresty, Part 9: HTTP clients</a> - March 9, 2017
</li>
<li>
<a href="./posts/2017-03-08-lua-and-openresty-part-8-reading-from-postgres.html">Intro to Lua and Openresty, Part 8: Bulk Retrieval from Postgres</a> - March 8, 2017
</li>
<li>
<a href="./posts/2017-03-07-lua-and-openresty-part-7-limit-HTTP-methods.html">Intro to Lua and Openresty, Part 7: Limit HTTP Methods</a> - March 7, 2017
</li>
<li>
<a href="./posts/2017-03-07-lua-and-openresty-interlude-exploring-luas-package-path.html">Intro to Lua and Openresty, (another) Interlude: Exploring Lua's `package.path`</a> - March 7, 2017
</li>
<li>
<a href="./posts/2017-03-06-lua-and-openresty-part-6-data-processing-sink.html">Intro to Lua and Openresty, Part 6: Data Processing Sink</a> - March 6, 2017
</li>
<li>
<a href="./posts/2017-03-06-lua-and-openresty-interlude-issues-with-luarocks-and-alpine.html">Intro to Lua and Openresty, an Interlude, Issues with luarocks and Alpine</a> - March 6, 2017
</li>
<li>
<a href="./posts/2017-03-05-lua-and-openresty-part-5-redis.html">Intro to Lua and Openresty, Part 5: Redis</a> - March 5, 2017
</li>
<li>
<a href="./posts/2017-03-04-lua-and-openresty-part-4-using-envvars.html">Intro to Lua and Openresty, Part 4: Using Envvars</a> - March 4, 2017
</li>
<li>
<a href="./posts/2017-03-04-lua-and-openresty-part-3-write-to-postgres.html">Intro to Lua and Openresty, Part 3: Writing Data to Postgres</a> - March 4, 2017
</li>
<li>
<a href="./posts/2017-03-03-JSON-POST-processing-in-openresty.html">Intro to Lua and Openresty, Part 2: JSON/POST Processing in Openresty</a> - March 3, 2017
</li>
<li>
<a href="./posts/2017-03-02-lua-and-openresty-hello-world-examples.html">Intro to Lua and Openresty, Part 1: Hello World Examples</a> - March 2, 2017
</li>
<li>
<a href="./posts/2017-03-02-intro-to-webapp-dev-with-lua-and-openresty.html">Introduction to Webapp Development with Lua and Openresty</a> - March 2, 2017
</li>
<li>
<a href="./posts/2017-03-01-HTTPS-in-alpine.html">HTTPS in Alpine linux</a> - March 1, 2017
</li>
<li>
<a href="./posts/2017-01-10-SOCKS-proxy-with-SSH-to-save-the-day.html">Using SSH as a SOCKS Proxy to route HTTP traffic</a> - January 10, 2017
</li>
<li>
<a href="./posts/2017-01-01-it-is-a-new-year.html">2017, here we come!</a> - January 1, 2017
</li>
<li>
<a href="./posts/2016-12-26-minimizing-technical-debt.html">Minimizing Technical Debt in Operations</a> - December 26, 2016
</li>
<li>
<a href="./posts/2016-12-20-the-balance-between-flexibility-and-constraints.html">The Balance between Flexibility and Constraints</a> - December 20, 2016
</li>
<li>
<a href="./posts/2016-12-16-hakyll-with-github-pages.html">Hakyll with Github Pages (a simple approach)</a> - December 16, 2016
</li>
<li>
<a href="./posts/2016-12-12-2016-warp-static-web-server-docker-image.html">New Docker Image for the Warp Web Server</a> - December 12, 2016
</li>
<li>
<a href="./posts/2016-11-26-wrangling-kubectl.html">Wrangling `kubectl`</a> - November 26, 2016
</li>
<li>
<a href="./posts/2016-10-15-til-transform-in-tar.html">TIL: tar has --transform</a> - October 15, 2016
</li>
<li>
<a href="./posts/2016-10-04-getting-started-with-hakyll.html">Getting Started with Hakyll</a> - October 4, 2016
</li>
<li>
<a href="./posts/2016-08-11-building-nomad-from-source.html">Let's Build Nomad from Source!</a> - August 11, 2016
</li>
<li>
<a href="./posts/2016-06-22-verify-release-checksums.html">Verify Release Checksums</a> - June 22, 2016
</li>
<li>
<a href="./posts/2016-05-28-Wrapping-Nomads-Docker-Driver-for-Here-and-Now-Solutions.html">Wrapping Nomad's Docker Driver for Here and Now Solutions</a> - May 28, 2016
</li>
<li>
<a href="./posts/2016-03-07-Adventures-in-Recovering-Consul-from-temporary-Leadership-Collision.html">Adventures in Recovering Consul from Temporary Leadership Collision</a> - March 7, 2016
</li>
<li>
<a href="./posts/2015-09-13-Playing-with-Locks-in-Consul.html">Playing with Locks in Consul</a> - September 13, 2015
</li>
</ul>
<p>More posts are in the <a href="./archive.html">archives</a>.</p>
</div>
<div class="info">
</div>
<div id="footer">
Created with
<a href="https://tmux.github.io/"><img src="./images/tmux-logo.png" /></a>
<a href="http://jaspervdj.be/hakyll"><img src="./images/lambda.png" /></a>
<a href="https://github.com/ketzacoatl/weblog-src"><img src="./images/octocat-icon.png" /></a>
</div>
</body>
</html>