February Status Update

Published 2021-02-26 on Cara's Blog - Permalink

Welcome back to another status update! As I write this, temperatures in Massachusetts are rising for the first time in a while, and it’s just beginning to feel like spring. Given that Februrary is a shorter month, and that I’ve had less time to myself between school and work, I haven’t had much time for my projects this month. However, I’ve still been working on some things!

FLL-Scoring

This month, not many new things happened. I did some pen-and-paper reworking of my design for the leaderboard, but I’m still running into issues with the scores not displaying. I also still need to figure out how best to score the matches. Right now, I’ve got a utility function that takes in a MatchScore object and runs through it to determine the score. I think this might be the best option, but I want to explore others before I commit.

Hakkard

Hakkard made its return this month, as I explored new ways of structuring the code. You can see my current working thoughts here. I’m working with a friend on potentially implementing state machines to manage the login and game flow, as opposed to nested loops.

That’s it for this month, hopefully March lends itself to giving me more time for side projects.


Articles from my webring

Using Podman, Compose and BuildKit

For my day job, I need to build and run a Docker Compose project. However, because Docker doesn’t play well with nftables and I prefer a rootless + daemonless approach, I’m using Podman. Podman supports Docker Compose projects with two possible solutions: ei…

via emersion February 23, 2025

Announcing Rust 1.85.0 and Rust 2024

The Rust team is happy to announce a new version of Rust, 1.85.0. This stabilizes the 2024 edition as well. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rus…

via Rust Blog February 20, 2025

A holistic perspective on intellectual property, part 1

I’d like to write about intellectual property in depth, in this first of a series of blog posts on the subject. I’m not a philosopher, but philosophy is the basis of reasonable politics so buckle up for a healthy Friday afternoon serving of it. To understand …

via Drew DeVault's blog February 13, 2025

Generated by openring