-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
390 lines (305 loc) · 14.8 KB
/
index3.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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>stevenmaude.co.uk</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://www.stevenmaude.co.uk">
<meta name="author" content="Steven Maude" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="stevenmaude.co.uk" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="stevenmaude.co.uk"/>
<meta property="og:url" content="https://www.stevenmaude.co.uk"/>
<meta property="og:description" content="stevenmaude.co.uk"/>
<meta property="og:image"
content="https://www.stevenmaude.co.uk/images/extra/site_open_graph.png"/>
<meta name="twitter:dnt" content="on">
<meta name="twitter:card" content="summary">
<meta name="twitter:domain" content="https://www.stevenmaude.co.uk">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://www.stevenmaude.co.uk/theme/css/bootstrap.cosmo-custom.min.css" type="text/css"/>
<link href="https://www.stevenmaude.co.uk/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://www.stevenmaude.co.uk/theme/css/pygments/monokai.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.stevenmaude.co.uk/theme/css/style.css" type="text/css"/>
<link href="https://www.stevenmaude.co.uk/theme/css/custom.css" rel="stylesheet">
<link href="https://www.stevenmaude.co.uk/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="stevenmaude.co.uk ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://www.stevenmaude.co.uk/" class="navbar-brand">
stevenmaude.co.uk </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.stevenmaude.co.uk/pages/contact-me">
About
</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.stevenmaude.co.uk/archives"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<style>
#banner{
background-image:url("https://www.stevenmaude.co.uk/images/extra/banner.jpg");
}
</style>
<div id="banner">
<div class="container">
<div class="copy">
<h1>Steven Maude's blog</h1>
<p class="intro">Words and stuff.</p>
</div>
</div>
</div><!-- End Banner -->
<!-- Content Container -->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/upgrading-raspbian-and-rclocal-failures">Upgrading Raspbian and <code>rc.local</code> failures</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-12-10T20:13:00+00:00"> 2017-12-10</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/raspberry-pi">Raspberry Pi</a>
/
<a href="https://www.stevenmaude.co.uk/tag/raspbian">Raspbian</a>
/
<a href="https://www.stevenmaude.co.uk/tag/linux">Linux</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Using a Raspberry Pi as a wireless bridge, in-place upgrading Raspbian
and dealing with <code>rc.local</code> not running tasks as planned.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/a-digital-piano-buyers-guide-for-learners">A digital piano buyers' guide for learners</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-10-22T17:10:00+01:00"> 2017-10-22</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/music">music</a>
/
<a href="https://www.stevenmaude.co.uk/tag/piano">piano</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Why I chose a digital piano over an acoustic, what to look out
for when buying a digital piano, and the advantages of buying used.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/full-of-heart-an-undertale-review">Full of heart: an Undertale review</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-08-20T15:47:00+01:00"> 2017-08-20</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/game">game</a>
/
<a href="https://www.stevenmaude.co.uk/tag/review">review</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>The world doesn't need another review of Undertale.
Regardless, here's why I think you should play it.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/flipping-out-over-swimming-turns">Flipping out over swimming turns</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-07-29T12:18:00+01:00"> 2017-07-29</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/swimming">swimming</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Some tips on how to learn to tumble (or flip) turn.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/rinse-fms-soundcloud-account-takedown">Rinse FM's SoundCloud account takedown</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-07-15T23:11:00+01:00"> 2017-07-15</time>
</span>
<span class="label label-default">Modified</span>
<span class="modified">
<time datetime="2017-07-18T21:56:00+01:00"> 2017-07-18</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/music">music</a>
/
<a href="https://www.stevenmaude.co.uk/tag/radio">radio</a>
/
<a href="https://www.stevenmaude.co.uk/tag/rinse-fm">Rinse FM</a>
/
<a href="https://www.stevenmaude.co.uk/tag/soundcloud">SoundCloud</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>What the deletion of Rinse FM's SoundCloud account for
copyright infringement tells us both about music industry
short-sightedness and hosting creative projects online.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/do-you-even-liszt-five-months-of-learning-piano">Do you even Liszt? Five months of learning piano</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-06-11T14:06:00+01:00"> 2017-06-11</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/learning">learning</a>
/
<a href="https://www.stevenmaude.co.uk/tag/music">music</a>
/
<a href="https://www.stevenmaude.co.uk/tag/piano">piano</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Taking piano lessons as a late learner.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/looking-at-abletons-learning-music">Looking at Ableton's Learning Music</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-05-21T20:09:00+01:00"> 2017-05-21</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/ableton">Ableton</a>
/
<a href="https://www.stevenmaude.co.uk/tag/music">music</a>
/
<a href="https://www.stevenmaude.co.uk/tag/music-theory">music theory</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>A look at Ableton's tutorial site to get you started making music.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/trying-to-trim-down-static-gtfs-feeds">Trying to trim down static GTFS feeds</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-05-05T11:15:00+01:00"> 2017-05-05</time>
</span>
<span class="label label-default">Modified</span>
<span class="modified">
<time datetime="2017-12-29T22:24:00+00:00"> 2017-12-29</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/gtfs">GTFS</a>
/
<a href="https://www.stevenmaude.co.uk/tag/open-data">open data</a>
/
<a href="https://www.stevenmaude.co.uk/tag/transit">transit</a>
/
<a href="https://www.stevenmaude.co.uk/tag/public-transport">public transport</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Some tools to perhaps pare down ponderous static GTFS feeds.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/learning-latex-why-and-how">Learning LaTeX: why and how</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-05-01T15:02:00+01:00"> 2017-05-01</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/latex">LaTeX</a>
/
<a href="https://www.stevenmaude.co.uk/tag/document-preparation">document preparation</a>
/
<a href="https://www.stevenmaude.co.uk/tag/word-processor">word processor</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>The pros and cons of LaTeX and Word; why you might want to learn
LaTeX, and how you might do that.</p>
</div>
</article>
<hr/>
<article>
<h2 class="article-link"><a class="article-link" href="https://www.stevenmaude.co.uk/posts/building-a-music-collection-on-a-budget">Building a music collection on a budget</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Published</span>
<span class="published">
<time datetime="2017-04-04T13:55:00+01:00"> 2017-04-04</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.stevenmaude.co.uk/tag/dj">DJ</a>
/
<a href="https://www.stevenmaude.co.uk/tag/mp3">MP3</a>
/
<a href="https://www.stevenmaude.co.uk/tag/music">music</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Some more tips on building a music collection on a
budget, particularly for digital DJs.</p>
</div>
</article>
<hr/>
<ul class="pager">
<li class="previous"><a href="https://www.stevenmaude.co.uk/index2.html">← Newer</a></li>
<li class="next"><a
href="https://www.stevenmaude.co.uk/index4.html">Older →</a></li>
</ul>
</div>
</div>
</div>
<!-- End Content Container -->
<footer>
<div class="container">
<hr class="content-author-separator">
<div class="row">
<div class="col-xs-10">© 2023 Steven Maude
<a href="https://github.com/StevenMaude"><i class="fa fa-github"></i></a></li>
· Built with
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a> and custom
<a href="https://github.com/StevenMaude/pelican-bootstrap3-sm" target="_blank">pelican-bootstrap3</a>. </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Top</a></p></div>
</div>
</div>
</footer>
<script src="https://www.stevenmaude.co.uk/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://www.stevenmaude.co.uk/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://www.stevenmaude.co.uk/theme/js/respond.min.js"></script>
<script src ="https://www.stevenmaude.co.uk/theme/js/disable_transitions.js"></script>
</body>
</html>