January Status Update

Published 2021-01-27 on Cara's Blog - Permalink

Hello! I’ve sort of fallen off the bandwagon with these status updates, I think mainly because of a lot of other work including college applications and schoolwork. I’d like to get back to doing them as a regular thing, sort of documenting what I’m working on from month-to-month.

Given that I’ve skipped three months, this status update will be a little longer than usual.

College

Kicking things off with probably the biggest development, I’ve been accepted to and have committed to attend Worcester Polytechnic Institute as part of the Class of 2025! This is big, since WPI was my first choice. I’m super excited to go there this fall.

Constantine Rewrite

This has been progressing slowly. I’m running into issues regarding Postgres connections blocking the main event loop. I think it’s an issue with not closing connections at the end of commands that use the ORM connection. I need to write a function that runs at the end of every SQL command to close the connection.

FLL-Scoring

This has morphed from its’ original design. I’m working on sketches for a hardware component to make it easier for referees to enter the scores. I’m basing it off of the scoring pedestals that come with the FRC fields that the referees use to enter fouls, penalties, and the endgame scores.

I’m thinking of a network of Raspberry Pi 3 or 4s, with keyboards and touchscreens, in a custom box that can be clamped on to each table. They’d be powered with power over ethernet, which will also be used to connect them to a private network that also hosts the server.

This has led to a redesign of the software side of the project. Instead of being a microservice architecture that’s designed to be served over the internet, it’s going to be similar to the current standard software, in that it runs on the local network.

login page

The CSS isn’t the prettiest but it’s a start (and it’s better than anything I’ve done previously!). I’m really excited because this project has already taught me more about CSS and web apps.

scoring page

Like I said, not the best design, but it’s a prototype. I’d like to get some help with making it look nice before I mark it as ready for production, but that can come once the functionality is down.

This Site

I’m thinking of redesigning this site a little bit. I’d like to put my own spin on the design instead of using someone else’s. We’ll see how that goes though!

That about does it for what I’ve been working on over the past three months. I’ll see you (hopefully) next month for another status update!


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