-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (209 loc) · 9.86 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
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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>Hackin' and Tinkerin'</title>
<meta name="description" content="A collection of blogs related to some of my work on GitHub and elsewhere">
<meta name="author" content="">
<meta property="og:locale" content="en">
<meta property="og:site_name" content="Hackin' and Tinkerin'">
<meta property="og:title" content="Hackin’ and Tinkerin’">
<link rel="canonical" href="https://mdcramer.github.io/">
<meta property="og:url" content="https://mdcramer.github.io/">
<meta name="twitter:site" content="@markdcramer">
<meta name="twitter:title" content="Hackin’ and Tinkerin’">
<meta name="twitter:description" content="A collection of blogs related to some of my work on GitHub and elsewhere">
<meta name="twitter:url" content="https://mdcramer.github.io/">
<meta name="twitter:card" content="summary">
<!-- end SEO -->
<link href="https://mdcramer.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Hackin' and Tinkerin' Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="https://mdcramer.github.io/assets/css/main.css">
<!--[if lte IE 9]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
</head>
<body class="layout--home">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav"><a class="site-title" href="/">Hackin' and Tinkerin'</a>
<ul class="visible-links">
<li class="masthead__menu-item"><a href="/">Home</a></li>
<li>
<a href="https://github.com/mdcramer/mdcramer.github.io/tree/blog/"><i class="fa fa-fw fa-github" aria-hidden="true"></i>GitHub</a>
</li>
</ul>
<button type="button">
<span class="visually-hidden">Toggle Menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="page__hero--overlay"
style="background-color: #24292e; "
>
<div class="wrapper">
<h1 class="page__title" itemprop="headline">
Hackin’ and Tinkerin’
</h1>
<p class="page__lead">A collection of blogs related to some of my work on GitHub and elsewhere
</p>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__avatar">
<img src="https://mdcramer.github.io/assets/images/profilepic-small.jpg" class="author__avatar" alt="Mark Cramer" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Mark Cramer</h3>
<p class="author__bio" itemprop="description">
Product Management executive who enjoys hacking around with code in his free time, of which there is never, sadly, enough.
</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Profile</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">San Francisco</span>
</li>
<li>
<a href="https://twitter.com/markdcramer" itemprop="sameAs">
<i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
</a>
</li>
<li>
<a href="https://www.facebook.com/markdcramer" itemprop="sameAs">
<i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/mcramer" itemprop="sameAs">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
</a>
</li>
<li>
<a href="https://github.com/mdcramer" itemprop="sameAs">
<i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
</a>
</li>
<li>
<a href="https://www.stackoverflow.com/users/852795/mark-cramer" itemprop="sameAs">
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
</a>
</li>
<li>
<a href="https://youtube.com/c/MarkCramerD" itemprop="sameAs">
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i> YouTube
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=vlo46P8AAAAJ" itemprop="sameAs">
<img src="/assets/images/googlescholar.svg" alt="googlescholar" class="profile_icon"> Google Scholar
</a>
</li>
</ul>
</div>
</div>
</div>
<div class = 'archive'><a class = 'blog_card' href = '/apple-2-blog/'>
<h2 class = 'blog_header'>apple 2 blog</h2>
<p class = 'blog_excerpt'>Machine learning on an Apple ][+.</p>
</a><a class = 'blog_card' href = '/deep-speeling-blog/'>
<h2 class = 'blog_header'>deep speeling blog</h2>
<p class = 'blog_excerpt'>A recurrent neural network (RNN) using Tensorflow designed to correct spelling mistakes.</p>
</a><a class = 'blog_card' href = '/perceptron-magic-blog/'>
<h2 class = 'blog_header'>perceptron magic blog</h2>
<p class = 'blog_excerpt'>An instructional blog aimed at understanding neural networks through the use of a Perceptron class, built from scratch, as opposed to matrix math.</p>
</a><a class = 'blog_card' href = '/rank-dynamics/'>
<h2 class = 'blog_header'>rank dynamics</h2>
<p class = 'blog_excerpt'>A backup of the blog from the company I founded. We improved search by transforming the traditional static list of links into a fluid experience where relevance was improved by dynamically re-ranking results in response to implicit user feedback.</p>
</a><a class = 'blog_card' href = 'http://www.mortalwayfare.com/' target = '_blank' rel = 'noopener'>
<h2 class = 'blog_header'>Mortal Wayfare</h2>
<p class = 'blog_excerpt'>An old-school retro 2D turn-based RPG built for Android.</p>
</a></div>
</div>
<div class="page__footer">
<footer>
<div class="page__footer-follow">
<ul class="social-icons">
<!--
<li><strong>Follow:</strong></li>
-->
<li><a href="https://twitter.com/markdcramer"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li>
<a href="https://www.linkedin.com/in/mcramer" itemprop="sameAs">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
</a>
</li>
<li>
<a href="https://github.com/mdcramer/mdcramer.github.io/tree/blog/"><i class="fa fa-fw fa-github" aria-hidden="true"></i>GitHub</a>
</li>
<li>
<a href="https://www.stackoverflow.com/users/852795/mark-cramer" itemprop="sameAs">
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=vlo46P8AAAAJ" itemprop="sameAs">
<img src="/assets/images/googlescholar.svg" alt="googlescholar" class="profile_icon"> Google Scholar
</a>
</li>
<li><a href="https://mdcramer.github.io/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2023 Mark Cramer. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="https://mdcramer.github.io/assets/js/main.min.js"></script>
<script>
var disqus_config = function () {
this.page.url = "https://mdcramer.github.io/"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = ""; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://githubmdcramer.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?
config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>