Advent of Code 2023 – Day 1
I'm trying to solve all the Advent of Code puzzles in this video series.
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…
If you have any questions that could fit for a 10k AMA please leave them in the comment section below.
We solve todays challange at the advent of code 2020. Come join and have some fun.
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 look into the different ways that your Java code can be executed and how this impacts performance.
In this video I look into the Hyperstack platform which is a GaaS (GPU as a Service). On this platform you can easily spin up a new machine an train your AI models, serve a user or any other task that requires a lot of compute.