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

Clippy: Deprecating `feature = "cargo-clippy"`

Since Clippy v0.0.97 and before it was shipped with rustup, Clippy implicitly added a feature = "cargo-clippy" config1 when linting your code with cargo clippy. Back in the day (2016) this was necessary to allow, warn or deny Clippy lints using attrib…

via Rust Blog February 28, 2024

Status update, February 2024

Hi! February is FOSDEM month, and as usual I’ve come to Brussels to meet with a lot of other FOSS developers and exchange ideas. I like to navigate between the buildings and along the hallways to find nice people to discuss with. This edition I’ve been invol…

via emersion February 20, 2024

Why Prusa is floundering, and how you can avoid their fate

Prusa is a 3D printer manufacturer which has a long history of being admired by the 3D printing community for high quality, open source printers. They have been struggling as of late, and came under criticism for making the firmware of their Mk4 printer non-…

via Drew DeVault's blog December 26, 2023

Generated by openring