-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (131 loc) · 4.96 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Daniel Chipping - Exploring bits 💻 + atoms ⚛️&nbsp; (one seldom post at a time!) </title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://dchipping.github.io/index.xml" title="Daniel Chipping" />
<meta itemprop="name" content="Daniel Chipping">
<meta itemprop="description" content=""><meta property="og:title" content="Daniel Chipping" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dchipping.github.io/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Daniel Chipping"/>
<meta name="twitter:description" content=""/>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="https://dchipping.github.io/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://dchipping.github.io/css/main.css" />
<link id="dark-scheme" rel="stylesheet" type="text/css" href="https://dchipping.github.io/css/dark.css" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://dchipping.github.io/js/main.js"></script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<div class="avatar">
<a href="https://dchipping.github.io/">
<img src="https://avatars.githubusercontent.com/u/57810107" alt="Daniel Chipping" />
</a>
</div>
<h1 class="site-title"><a href="https://dchipping.github.io/">Daniel Chipping</a></h1>
<div class="site-description"><p>Exploring bits 💻 + atoms ⚛️ (one seldom post at a time!)</p><nav class="nav social">
<ul class="flat-icons"><li><a href="https://twitter.com/daniel_chipping" title="Twitter"><i data-feather="twitter"></i></a></li><li><a href="https://www.linkedin.com/in/danielchipping/" title="LinkedIn"><i data-feather="linkedin"></i></a></li><li><a href="https://github.com/dchipping" title="Github"><i data-feather="github"></i></a></li><li><a href="#" class="scheme-toggle" id="scheme-toggle"></a></li></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/topics">Topics</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<div class="posts">
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">30</span>
<span class="rest">Jan 2021</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/features/">Computer Vision 101: Features</a>
</h4>
<span class="description">
Understanding the primitives used in most computer vision algorithms.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">05</span>
<span class="rest">Sep 2020</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/physics-engines/">Rendering real-time physics: video game physics engines</a>
</h4>
<span class="description">
Exploring how 'real-time' physics engines used in video games work.
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">25</span>
<span class="rest">Mar 2020</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/rockets/">The Basics of Rocket Engine Plumbing</a>
</h4>
<span class="description">
An overview of common 'patterns' used in rocket engine design.
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div>
Last updated: Dec 2024 |
View the source on my <a href="https://github.com/dchipping/dchipping.github.io">GitHub</a>
</div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>