-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (118 loc) · 5.52 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andrew Newnham - index</title>
<link rel="stylesheet" type="text/css" href="./css/fonts.css" />
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75336631-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="site-header" role="banner">
<hgroup>
<h1 class="site-name">
<a href="./" rel="home">Andrew Newnham</a>
</h1>
<h2 class="site-description">
Not very good at taglines
</h2>
</hgroup>
<nav id="navigation" class="main-navigation">
<ul id="nav" class="nav-list">
<li class="nav-item">
<a href="./about.html">About</a>
</li>
<li class="nav-item">
<a href="./archive.html">Archive</a>
</li>
<li class="nav-item">
<a href="./other.html">Other</a>
</li>
</ul>
</nav>
</header>
<div id="main-content">
<div id="content">
<article class="teaser">
<header class="header">
<h1 class="title">
<a href="./posts/2016/05/03/first-kite-may-2016.html">First kite of May 2016</a>
</h1>
</header>
<footer class="footer">
May 3, 2016
</footer>
<div class="content">
<p>We’ve had a few stonking days of wind around Melbourne this week. The chart below shows readings for St Kilda RMYS, with Sunday (highlighted) being the first chance I had to fly my new kite, a Dice 10m.</p>
<p><a href="./images/wind-april-may-2016.png"><img src="./images/wind-april-may-2016.png" alt="St Kilda RMYS wind-speed observations" /></a></p>
<p>I know everyone says body-mounted cameras produce terrible footage, but I tried the GoPro with a chest mount just to see what it was like. I did indeed produce reams of terrible footage (being slightly overpowered didn’t help), but one clip that I like – included below.</p>
</div>
<div class="read-more">
<a href="./posts/2016/05/03/first-kite-may-2016.html">Read more →</a>
</div>
</article>
<article class="teaser">
<header class="header">
<h1 class="title">
<a href="./posts/2016/04/21/ann-visualisation.html">ANN training visualisation with d3</a>
</h1>
</header>
<footer class="footer">
April 21, 2016
</footer>
<div class="content">
<p>One weekend last year I decided an artificial neural network (ANN) training visualisation would be a fun thing to do with d3. It took a little longer than I thought, and <a href="https://github.com/andrewhn/andrewhn.github.io/tree/src/js/ann-viz.es6">the code</a> could do with a clean-up, but it does what I was hoping it would.</p>
</div>
<div class="read-more">
<a href="./posts/2016/04/21/ann-visualisation.html">Read more →</a>
</div>
</article>
<article class="teaser">
<header class="header">
<h1 class="title">
<a href="./posts/2012/08/11/olympics-dataset.html">Olympics dataset</a>
</h1>
</header>
<footer class="footer">
August 11, 2012
</footer>
<div class="content">
<p>Reading Stephen King’s blog post on comments about Australia’s Olympic performance inspired me to have a look at some Olympics data. Surprisingly, I couldn’t find an easily accessible database of medals by event, country, and year. I did find a website that contains all this information, so I grabbed it from there with a scraper in Python (downloadable below).</p>
</div>
<div class="read-more">
<a href="./posts/2012/08/11/olympics-dataset.html">Read more →</a>
</div>
</article>
<article class="teaser">
<header class="header">
<h1 class="title">
<a href="./posts/2012/07/20/dvorak-typing-efficiency.html">Dvorak and typing efficiency</a>
</h1>
</header>
<footer class="footer">
July 20, 2012
</footer>
<div class="content">
<p>After reading some criticisms of the Dvorak keyboard layout, I decided to try and calculate the relative finger distance travelled when using both layouts. The suggestion that using the Sholes (QWERTY) keyboard layout will, in general use cases, require more finger travel doesn't seem to be disputed, but the Wiki article makes it sound so:</p>
<blockquote>
<p>Dvorak proponents claim the Dvorak layout uses less finger motion, increases typing rate, and reduces errors compared to the standard QWERTY keyboard.</p>
</blockquote>
</div>
<div class="read-more">
<a href="./posts/2012/07/20/dvorak-typing-efficiency.html">Read more →</a>
</div>
</article>
</div>
<div id="footer"><a href="http://github.com/andrewhn/andrewhn">view source</a></div>
</div>
</body>
</html>