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

crates.io: development update

Since crates.io does not have releases in the classical sense, there are no release notes either. However, the crates.io team still wants to keep you all updated about the ongoing development of crates.io. This blog post is a summary of the most significa…

via Rust Blog July 29, 2024

So you want to compete with or replace open source

We are living through an interesting moment in source-available software.1 The open source movement has always had, and continues to have, a solid grounding in grassroots programmers building tools for themselves and forming communities around them. Some loo…

via Drew DeVault's blog July 16, 2024

Status update, July 2024

Hi! This month wlroots 0.18.0 has been released! This new version includes a fair share of niceties: ICC profiles, GPU reset recovery, less black screens when plugging in a monitor on Intel, a whole bunch of new protocol implementations, and much more. Thanks…

via emersion July 16, 2024

Generated by openring