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

Announcing Rust 1.84.0

The Rust team is happy to announce a new version of Rust, 1.84.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.84.0 with: $ rustup upd…

via Rust Blog January 9, 2025

Status update, December 2024

Hi! For once let’s open things up with the NPotM. I’ve started working on sajin, an Android app which synchronizes camera pictures in the background. I’ve grown tired of manually copying files around, and I don’t want to use proprietary services to backup my …

via emersion December 15, 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