July Status Update
This month is less heavy on the development side and goes more into what I’ve done to my servers. I didn’t get the chance to do as much software as I would’ve liked, though the coding I did do was fun and a learning experience.
Hackagotchi
First things first, I’ve joined the dev team for Hackagotchi, which is a multiplayer farming game that’s currently played over Slack. Part of my job includes fixing up their practices including eliminating code from the production server in favor of automated binary deployment. I’m also working on writing a common backend for the game so we can release a standalone client.
Server Stuff
This month I’ve also added monitoring via Collectd, InfluxDB, and Grafana with automated alerts going to a private discord channel. This has let me see that my servers are just a little bit overloaded, which I shouldn’t be too surprised by. After all, they’re all running multiple things and several CPU-intensive services.
Today, I set up a hosted static status page at https://status.devosmium.xyz. I plan on using this to announce maintenance or outages on all of my services, so I can have a log of what went down when and how I fixed it.
Articles from my webring
gccrs: An alternative compiler for Rust
This is a guest post from the gccrs project, at the invitation of the Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration. gccrs is a work-in-progress alternative compiler for Rust being developed as part…
via Rust Blog November 7, 2024Status update, October 2024
Hi! This month XDC 2024 took place in Montreal. I wasn’t there in-person, but thanks to the organizers I could still ask questions and attend workshops remotely (thanks!). As usual, XDC has been a great reminder of many things I wanted to do but which got bur…
via emersion October 21, 2024Post-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, 2024Generated by openring