-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
284 lines (115 loc) · 5 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.68.3" />
<title>Bit By Bit</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/grids-responsive-min.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="/css/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="/css/side-menu.css">
<!--<![endif]-->
<link rel="stylesheet" href="/css/blackburn.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="alternate" type="application/rss+xml" title="Bit By Bit"
href='/index.xml' />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/androidstudio.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="icon" href="/img/favicon.png" type="image/png" />
</head>
<body>
<div id="layout">
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<div id="menu">
<a class="pure-menu-heading brand" href="/">
<img src="/img/ak-400x400-transparent.png" width="80px">
</a>
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href="/"><i class='fa fa-home fa-fw'></i>Home</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/post/"><i class='fa fa-list fa-fw'></i>Blog</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/projects/"><i class='fa fa-wrench fa-fw'></i>Projects</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/contact/"><i class='fa fa-pencil fa-fw'></i>Contact</a>
</li>
</ul>
</div>
<div class="pure-menu social">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href='/index.xml'><i
class="fas fa-rss"></i>RSS</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://twitter.com/AdamQKelly" rel="me" target="_blank"><i class="fab fa-twitter-square fa-fw"></i>Twitter</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://github.com/aqk" rel="me" target="_blank"><i class="fab fa-github-square fa-fw"></i>GitHub</a>
</li>
</ul>
</div>
<div>
<div class="small-print">
<small></small>
</div>
<div class="small-print">
<small>Built with <a href="https://gohugo.io/" target="_blank">Hugo</a></small>
<small>Theme <a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small>
</div>
</div>
</div>
<div id="main">
<div class="header">
<h1>Bit By Bit</h1>
<h2></h2>
</div>
<div class="content">
<article>
<header>
<h2><a href="https://aqk.im/posts/we-are-your-package-maintainers-and-we-are-here-to-help/">We are your package maintainers, and we are here to help</a></h2>
<div class="post-meta">
<div>
<i class="fa fa-calendar fa-fw"></i>
<time>2020 May 14, 00:00</time>
</div>
</div>
</header>
<p>
So, I was on my computer, doing normal computer stuff.
Suddenly, a new window reared its head. Whew! It was the Ubuntu Software Updater, here to bring vetted, cryptographically signed updates to my computer, security patches among them. Yay!
I had nothing to fear. Or so it would seem.
Being curious, I started poking around. Not long after, I was confronted with this:
Sorry, security people, I should have tagged this post Not Safe Or Secure.
</p>
<footer>
<a href="/posts/we-are-your-package-maintainers-and-we-are-here-to-help/">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
</div>
</div>
</div>
<script src="https://aqk.im/js/ui.js"></script>
<script src="https://aqk.im/js/menus.js"></script>
</body>
</html>