-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
325 lines (320 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/favicon.ico">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/iconify-icon.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&family=Red+Hat+Display:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<title>Cary Keesler - MP351 Page</title>
</head>
<body>
<div id="container">
<header>
<h1>Cary Keesler</h1>
<h2>MP 351 - 3 Credits</h2>
</header>
<hr>
<div id="main-container">
<main>
<section id="teaching">
<h2>Teaching</h2>
<ul>
<li>
<div id="lightning-talks">
<h3>Lightning Talks</h3>
<div id="quartz">
<h4>Quartz (not the nether kind)</h4>
<ul>
<li>
Free and open source Obsidian Publish alternative
</li>
<li>
Plan to try it out for hosting new Mirror documentation
</li>
</ul>
</div>
<div id="good-first-issues">
<h4>Good First Issues</h4>
<ul>
<li>
Website that looks through github and finds issues marked as a good first
issue and compiles them all into one place
</li>
<li>
Good place to look if you are interested in getting involved with open
source projects but don't know where to start
</li>
</ul>
</div>
<div id="circle">
<h4>Circle: Non-standard C++</h4>
<ul>
<li>
Compiler that allows for C++20 code to be written and compiled but also
inlcudes additional optional syntax on top of the language
</li>
</ul>
</div>
<div id="cpponsea">
<h4>cpponsea</h4>
<ul>
<li>
Annual C++ conference that posts videos of the talks given on YouTube
</li>
<li>
Helped me to learn about some C++ features that I wasn't aware of
</li>
</ul>
</div>
<div id="bat">
<h4>Bat</h4>
<ul>
<li>
Cat command line alternative
</li>
<li>
Formats output in a nice to read manner including line numbers, the file
name
</li>
</ul>
</div>
<div id="asdf">
<h4>asdf: version manger</h4>
<ul>
<li>
Version manager for a variety of languages and runtimes
</li>
<li>
Especially helpful with things such as Node.js and Java for when you need to
quickly switch the runtime that you are using without removing one and
installing another
</li>
</ul>
</div>
<div id="aoc">
<h4>Advent of Code</h4>
<ul>
<li>
Annual programming competition themed around Santa's elves trying to fix a
variety of issues before Christmas rolls around
</li>
<li>
A COSI alum hosts a discord server and leaderboard to allow for friendly
competition amongst both current and ex COSI members
</li>
</ul>
</div>
<div id="constexpr">
<h4><code>constexpr</code></h4>
<ul>
<li>
C++ keyword that allows you to run portions of your code at compile time
</li>
<li>
Especially useful for calculations that rely on constants embedded in your
program
</li>
</ul>
</div>
<div id="compiler-explorer">
<h4>Compiler Explorer</h4>
<ul>
<li>
Web application that allows you to see the assembly output of chunks of code
without having to compile it and run it through a debugger yourself
</li>
<li>
Also allows for running code in the cloud which allows for easy testing
</li>
</ul>
</div>
</div>
</li>
</ul>
</section>
<section id="lab-maintenance">
<h2>Learning <br> & <br> Lab Maintenance</h2>
<ul>
<li>
<div id="colo">
<h3>Colo</h3>
<ul>
<li>
Finally got the connection to COLO working
</li>
<li>
Next semester we can start moving things down to COLO and putting out network
topology plan into action
</li>
</ul>
</div>
</li>
<li>
<div id="inventory">
<h3>Inventory</h3>
<ul>
<li>
Compiled a list of things that we would like to sell and shared it with the
members of the lab
</li>
<li>
Plan to share the list with alumni next semester and to try selling online a
little after that
</li>
</ul>
</div>
</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li>
<div id="project-mirror">
<h3>Mirror</h3>
<div id="test-server">
<h4>Test Server - Erised</h4>
<ul>
<li>
Installed Ubuntu 22.04
<ul>
<li>
We realized that Debian 11 was a bit too outdated for what we would
like to be doing. Also with Debian 11 EOL coming around the corner,
we are going to need to replace actual Mirror's OS with something
new.
</li>
<li>
We decided that Ubuntu was probably going to be a better option
than Debian 12 since it has a longer support cycle and offers newer
packages than Debian 12.
</li>
</ul>
</li>
<li>
Installed and set up ZFS with the following configuration (again)
<pre>
<code>
pool: erised-pool
state: ONLINE
scan: scrub repaired 0B in 00:28:48 with 0 errors on Sun Dec 10 00:52:51 2023
config:
NAME STATE READ WRITE CKSUM
erised-pool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
scsi-35000cca0732f0720 ONLINE 0 0 0
scsi-35000cca2443167dc ONLINE 0 0 0
scsi-35000cca24431ceb8 ONLINE 0 0 0
scsi-35000cca24431d318 ONLINE 0 0 0
scsi-35000cca24431dd60 ONLINE 0 0 0
scsi-35000cca24432f3ec ONLINE 0 0 0
scsi-35000cca24432f6fc ONLINE 0 0 0
raidz1-1 ONLINE 0 0 0
scsi-35000cca244331604 ONLINE 0 0 0
scsi-35000cca244331670 ONLINE 0 0 0
scsi-35000cca244340228 ONLINE 0 0 0
scsi-35000cca244340268 ONLINE 0 0 0
scsi-35000cca24434028c ONLINE 0 0 0
scsi-35000cca24434029c ONLINE 0 0 0
scsi-35000cca2443402d0 ONLINE 0 0 0
cache
scsi-SATA_Samsung_SSD_850_S24ZNSAG337632X ONLINE 0 0 0
</code>
</pre>
</li>
</ul>
</div>
<div id="structure">
<h4>Finalized Project Structure</h4>
<ul>
<li>
Some of the components have been written, others I plan to work on over
winter break and when I get back for the Spring semester
</li>
</ul>
</div>
<div id="new-projects">
<h4>Added Two New Projects</h4>
<ul>
<li>
Debian Archive
</li>
<li>
TailsOS
</li>
</ul>
</div>
<div id="logger-class">
<h4>Logger Class</h4>
<ul>
<li>
Created an easy to use C++ class that can interact with Juno's Log Server
over TCP to allow for logging a variety of message types such as: Info,
Warnings, Errors, and Fatal Errors
</li>
</ul>
</div>
</div>
</li>
</ul>
</section>
</main>
<div></div>
<nav>
<h3>On This Page</h3>
<h4><a href="#teaching">Teaching</a></h4>
<ul>
<li><a href="#teaching-mirror">Mirror</a></li>
<li>
<a href="#lightning-talks">Lightning Talks</a>
<ul>
<li><a href="#quartz">Quartz (not the nether kind)</a></li>
<li><a href="#good-first-issues">Good First Issues</a></li>
<li><a href="#circle">Circle: Non-standard C++</a></li>
<li><a href="#cpponsea">cpponsea</a></li>
<li><a href="#bat">Bat</a></li>
<li><a href="#asdf">asdf: version manager</a></li>
<li><a href="#aoc">Advent of Code</a></li>
<li><a href="#constexpr"><code>constexpr</code></a></li>
<li><a href="#compiler-explorer">Compiler Explorer</a></li>
</ul>
</li>
</ul>
<h4><a href="#lab-maintenance">Learning & Lab Maintenance</a></h4>
<ul>
<li>
<a href="#colo">COLO</a>
</li>
<li>
<a href="#inventory">Inventory</a>
</li>
</ul>
<h4><a href="#projects">Projects</a></h4>
<ul>
<li>
<a href="#project-mirror">Mirror</a>
<ul>
<li><a href="#test-server">Test Server - Erised</a></li>
<li><a href="#structure">Finalized Project Structure</a></li>
<li><a href="#new-projects">Added Two New Projects</a></li>
<li><a href="#logger-class">Logger Class</a></li>
</ul>
</li>
</ul>
<h3>
<a href="archive/old-pages/fall23-firsthalf.html">Midterm Presentation</a>
</h3>
</nav>
</div>
<hr>
<footer> Created by Cary Keesler | <a href="https://github.com/carykees98/mp-website">Git Repository
<iconify-icon icon="bi:box-arrow-up-right"></iconify-icon></a> </footer>
</div>
</body>
</html>