rachel.cafe/cv.html

23 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2023-01-28 14:11:09 +01:00
---
2023-12-08 22:09:59 +01:00
layout: centered
2024-01-14 21:06:58 +01:00
title: "cv"
2023-01-28 14:11:09 +01:00
---
<h2>projects</h2>
<ul>
2023-07-25 12:02:44 +02:00
<li><a href="https://githug.xyz/rachel/rachel.cafe">this website</a> - The project which never ends.</li>
<li><a href="https://githug.xyz/rachel/pi">pi</a> - An implementation of type-in-type MLTT, with pi, sigma, identity, and natural number types.
<li><a href="https://githug.xyz/rachel/hm">hm</a> - An implementation of a Hindley-Milner type system with non-indexed inductive types. Strictly terminating, other than a hole in the positivity checker.</li>
<li><a href="https://githug.xyz/rachel/kino">kino</a> - A TUI client for browsing movies</li>
<li><a href="https://githug.xyz/rachel/mpdart">mpdart</a> - An album art display for the music player mpd</li>
2023-12-15 14:50:59 +01:00
<li><a href="https://github.com/rachelambda/dbg.h">dbg.h</a> - A C header using macros and C11 generics in order to create greatly informative debug messages.</li>
2023-01-28 14:11:09 +01:00
</ul>
<h2>teaching assistant work</h2>
<table>
<tr><th>Role</th><th>Course</th><th>Duration</th></tr>
<tr><td>Teaching Assistant</td><td>TDA555 - Introduction to functional programming</td><td>2022-08-22 - 2022-11-04</td></tr>
2023-12-08 19:22:56 +01:00
<tr><td>Teaching Assistant</td><td>TDA555 - Introduction to functional programming</td><td>2023-08-22 - 2023-11-04</td></tr>
2023-01-28 14:11:09 +01:00
</table>