🎙️ GitHub Actions
Another community talk at work, this time for the Software Delivery Community. We are starting a series to run through a few of the providers like GitHub and GitLab. I did a very beginner one, looking to expand in the future and hopefully show one of the GitHub Actions I've built.
Poker - App
Aside to the API the ultimate goal would be to have a website that I can use to track the game information and visualise it, alongside the OBS scene. I've made a start on replicating the scene but as a webpage.
Green Software for Practitioners (LFC131)
Today I passed the Linux Foundation Green Software for Practitioners (LFC131) exam 🎉!
🐪 OCaml on GitHub
In this article I'll show you how to setup and configure GitHub Actions to work with an OCaml Library.
🎷 Saxophone - Mouthpiece
As the mouthpiece that came with the saxophone is just a bog standard one I was advised to upgrade. Back to the shops I go!
Poker - Stats
Whilst working on the tracking of the cards I thought it might be also useful to see certain stats, luckily I don't have to do the calculations myself and have found 2 projects written in C# I can repurpose. The first is PokerOddsPro from @dyh1213 and the other is Poker-Hand-Evaluator from @danielpaz6.
Poker - API
The main idea behind the API is to have an RFID sticker on a playing card, that gets scanned by an RC522 RFID Reader that then calls an endpoint via an ESP8266 (This could also have been an ESP32). A simple first solution is to pass the id and the player number. This then finds the corresponding playing card and copies it to given location. The reason for this is OBS is configured to show these cards in a scene. In the future I might be saving all this information to a local db to track everything to be able to replay the scenarios, but for now this will do.