summaryrefslogtreecommitdiff
path: root/blog/june-status-update.md
blob: 157b96da9ed789bca8f2bddcb09a67a80610bda9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Status Update: June 2020"
date: 2020-06-22
series:
    - status
draft: false
---

In the second month of status updates I'm going to announce my project for the summertime, and give an update on how I've been dealing with COVID.
<!--more-->

## Summer Project
In both the 2018 and 2019 season, I was a volunteer at events as part of the FIRST Lego League, where I served as scorekeeper. The "official" software for scorekeeping is provided by [FLL-Tools][fll-tools], and is implemented in Electron and Node.JS. It only runs on Windows, it's slow, and it's full of bloat. My project for this summer is to implement an FLL tournament management system that follows the UNIX philosophy, in that it's composed of multiple microservice that each does one thing well. My language of choice for this project is Rust, with a MongoDB backend. I'm taking my inspiration for the design and architecture of this from [Sourcehut][srht], in that my goal is to do this with as little JavaScript as possible.

You can find the hub for this project at https://sr.ht/~muirrum/FLL-Scoring

## Coronavirus
Now that school is officially out for the summer, I have significantly more time to work and relax. I've been getting into new shows, notably Netflix's Disenchantment, and British shows like Friday Night Dinner. I've also been playing around in the Elder Scrolls Online's new chapter, Greymoor. In short, I've been coping well and have still been enjoying myself. I hope all of you are doing well and are staying safe.

## docs.devosmium.xyz
I've set up documentation for my non-crates.io crates at https://docs.devosmium.xyz/\<crate_name\>. This gets automatically deployed to when I push a new commit of one of these crates to Sourcehut. I plan on adding more than just Crate documentation though, my hope is that this will one day serve as a wiki domain for my projects.

[fll-tools]: https://fll-tools.com
[srht]: https://sourcehut.org