Jerry of the Week

p0c

Today I learned how to build and install a simple C project on Nix(OS).

After some reading on the Internet 📚, I finally understood the basics of building and installing a package from C sources using a Nix expression file (the .nix file in the following examples).

#packaging #coding #nix #diary #c

Read more...

MyHeats v0.4

I was hacking on a new version of the “live-updating leaderboard” with some bug fixes and a fresh new design (CHANGELOG.md).

#coding #sports #myheats

Read more...

MyHeats Update: Manage Heats

Extended my newest coding pet project in React with the ability to delete heats.

🚀 Demo instance: https://myheats.in0rdr.ch 🧬 Code: https://code.in0rdr.ch/myheats

Plan to work on some features the next few days:

  • Add/remove athletes (bulk)
  • Improve UI

manage-heats-myheats

#coding #sports #myheats

Read more...

Live heats, Scoring and Leaderboard for Sport Events

After last weeks Bündner Championship I found start list generation and ranking process to be error prone, especially for the disciplines that are judged by several experts, such as slopestyle (Ski or Snowboard) or the formation skiing teams. We were editing Excel sheets (stored on OneDrive) and printing the new start lists for the next runs. Just imagine the printer 🖨️ on the mountain 🏔️🤣. The grades of the experts/judges needed to be transferred from paper into Excel after every completed run or heat.

#coding #sports #myheats

Read more...