-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (195 loc) · 6.61 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
---
layout: base
stylesheets:
- '<link rel="stylesheet" href="global.css">'
- '<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">'
- '<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One" rel="stylesheet">'
- '<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700&display=swap" rel="stylesheet">'
- '<link rel="stylesheet" href="palette.css">'
- '<link rel="stylesheet" href="index.css">'
title: "Kristofer Rye"
---
<header>
<div class="name">kris<span class="aux">tofer</span> rye</div>
<div class="tagline">
<span class="item" data-separator="•">Pilot</span>
<span class="item bigger" data-separator="•">Programmer</span>
<span class="item" data-separator="•">Cellist</span>
</div>
</header>
<section id="about">
<h1>About Me</h1>
<p>
Hi! I'm a <b>Software Developer</b> based in Verona, Wisconsin, formerly a
student majoring in <b>Computer Science</b> and <b>Mathematics</b> at
St. Olaf <wbr />College.
</p>
<p>
I like to
<b>code</b>, play <b>music</b>, and <b>fly airplanes</b>.
</p>
<p>
I am currently not available for hire, but have lots of experience with
<b>backend</b>
and
<b>frontend</b>
development in a variety of languages and environments.
</p>
<p>
I am especially interested in API design, control theory and automation, and
DevOps.
</p>
<p class="contact-me">
Interested in connecting? I'd love to get in touch.
<a href="resume">Check out my résumé</a> or
<a href="mailto:[email protected]">shoot me an email</a>!
</p>
</section>
{% if site.posts.size > 0 %}
<section>
<h1>Blog Posts</h1>
<p>
I write things sometimes, apparently—here are some of the most recent
of these things:
</p>
<ul>
{% for post in site.posts limit: 5 %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</section>
{% endif %}
<section id="activity">
<h1>Activity</h1>
<p>What am I up to? Check out my latest activity on GitHub:</p>
<div id="gh-activity">
Shucks, looks like you don't have JS enabled, or my code is bad. Oh well!
</div>
</section>
<section id="projects">
<h1>Projects</h1>
<p>
My favorite languages/frameworks to work in are
<b>Rust</b>, <b>Ruby</b> (standalone and on Rails), <b>C/C++</b>,
<b>Node.js</b>, and of course <b>HTML5</b>, <b>CSS3</b>, and <b>JS/JSX</b>.
</p>
<p>
I am also familiar with
<b>Docker</b>, <b>Kubernetes</b>, <b>React</b>, <b>React-Native</b>,
<b>Go</b>, <b>Java</b>, <b>Python</b>, <b>Ansible</b>, <b>Chef</b>,
<b>Linux</b>, etc.
</p>
<p>I'm working on a bunch of projects. Here are some of them:</p>
<div id="aao" class="project example e31">
<h1 class="title">
<a href="https://github.com/StoDevX/AAO-React-Native">All About Olaf</a
><span class="links"
><a href="https://itunes.apple.com/us/app/all-about-olaf/id938588319"
><i class="fab fa-app-store-ios"></i></a
><a
href="https://play.google.com/store/apps/details?id=com.allaboutolaf"
><i class="fab fa-google-play"></i></a
></span>
</h1>
<div class="text left">
<p class="description">
A (unofficial) mobile app for St. Olaf students.
</p>
<p>
Written in <b class="technology">React Native</b>, this app is used by
over <b class="slight">600 daily active users</b>, and provides valuable
information to students. I work on some of the data fetching and
business-logic bits as well as release and dependency management.
</p>
<p>
I also worked on separating the data fetching out into a separate
service, deployed via <b class="technology">Docker</b> on
<b>DigitalOcean</b> and capable of handling over 2000 requests per
second.
</p>
</div>
<div class="image right">
<img id="aao-screenshot" src="images/aao.jpeg" />
</div>
</div>
<div id="netaddr2" class="project example e4">
<h1 class="title">
<a href="https://github.com/rye/rust-netaddr2">netaddr2</a
><span class="links"
><a href="https://crates.io/crates/netaddr2"
><img
style="width: 1.5em; height: 1.5em"
src="images/rust-logo-blk.svg" /></a
></span>
</h1>
<div class="text full">
<p class="description">
A network address parsing and arithmetic library.
</p>
<p class="info">
One of my first production-class
<b class="technology">Rust</b> libraries, this project explores writing
idiomatic and powerful Rust that can represent networks. This project
allows users to parse CIDR notation, merge and iterate through networks,
and rapidly check containment.
</p>
</div>
</div>
</section>
<script>
let ghActivityContainer = document.querySelector("div#gh-activity");
function renderGhActivityContainer(container, data) {
if (container) {
container.innerHTML = "";
}
let dataInScope = data.filter((event) => {
let eventDateRaw = event["created_at"];
let eventDate = Date.parse(eventDateRaw);
let difference = eventDate && new Date() - eventDate;
return difference < 7 * 24 * 60 * 60 * 1000;
});
let dataToRender = data.filter((event) => {
let isCorrectType =
event["type"] == "PushEvent" ||
event["type"] == "PullRequestEvent" ||
event["type"] == "IssueCommentEvent";
let isCorrectActor = event["actor"] && event["actor"]["login"] == "rye";
return isCorrectActor && isCorrectType;
});
dataToRender.forEach((event) => {
let eventContainer = document.createElement("div");
eventContainer.setAttribute("data-id", event["id"]);
eventContainer.setAttribute("data-type", event["type"]);
switch (event["type"]) {
case "PushEvent":
console.debug(event["payload"]["commits"]);
let commits = event["payload"] && event["payload"]["commits"];
let lastCommit = commits[commits.length - 1];
let otherCommits = commits.length - 1;
eventContainer.innerHTML =
`Pushed \"${lastCommit["message"].split("\n")[0]}\"` +
(otherCommits > 0
? " and " +
otherCommits +
` other commit${otherCommits > 1 ? "s" : ""}`
: "");
break;
case "PullRequestEvent":
console.debug(event["payload"]);
break;
default:
console.warn("unimplemented event type", event["type"]);
}
container.appendChild(eventContainer);
});
}
if (ghActivityContainer) {
fetch("https://api.github.com/users/rye/events?per_page=100")
.then((response) => response.json())
.then((data) => renderGhActivityContainer(ghActivityContainer, data));
} else {
console.warn("div#gh-activity not found on page, doing nothing");
}
</script>