Advent of Code 2023 – Day 13
I'm trying to solve all the Advent of Code puzzles in this video series.
We will look at JBang which is a tool that could simplify your workflow with java applications. For instance you could run java programs directly from maven or github, you can create new programs in java with JBang.
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
NVidia has created a turnkey solution, ChatRTX, for Windows users. With this simple installation, you can query your documents …
I had a problem with some webservices connections timing out in our environments and I thought that the timeouts where a bit long. Most of our webservices run inline with a user request and some of the default timeouts didn’t make the cut. com.ibm.websphere.webservices.http.connectionTimeout=300 com.ibm.websphere.webservices.http.maxConnection=50 com.ibm.websphere.webservices.http.SocketTimeout=300 The settings above is the onces set in Websphere…
I look into the Ceph Rook orchestrator that is the pre-cursor to the Ceph admin tooling. This installtion uses an Kubernetes installation in order to deploy a cluster and scale it up and down. Sadly the Ceph GUI don’t have much control so all changes are done with Kubernetes manifests from the command line.
We solve the day 8 challenges for the Advent of Code.