Advent of Code 2020 – Day 8
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
I will look into the PineTime watch and the code for the heartrate monitor. PineTime is a “smart” watch that you can be a part of building the software to. The code is pretty small and pretty easy to follow.
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
If you have any questions that could fit for a 10k AMA please leave them in the comment section below.
I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying…
We use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work.