Status Update: June 2020

Published 2020-06-22 on Cara's Blog - Permalink

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.

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, 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, 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.


Articles from my webring

gccrs: An alternative compiler for Rust

This is a guest post from the gccrs project, at the invitation of the Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration. gccrs is a work-in-progress alternative compiler for Rust being developed as part…

via Rust Blog November 7, 2024

Status update, October 2024

Hi! This month XDC 2024 took place in Montreal. I wasn’t there in-person, but thanks to the organizers I could still ask questions and attend workshops remotely (thanks!). As usual, XDC has been a great reminder of many things I wanted to do but which got bur…

via emersion October 21, 2024

Post-OCSP certificate revocation in the Web PKI

Introduction Today, TLS certificates in the Web public key infrastructure (PKI) have long validity: almost all remain valid for at least three months! An attacker compromising a certificate early enough in its lifetime1 keeps it compromised for months. Cer…

via Posts on Seirdy’s Home September 25, 2024

Generated by openring