Building a slide deck in mdx-deck
We look into using mdx-deck to create a slide deck with code and react.
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
We build TFRecord file using java and talking about how to easily label your images for object detection.
We look into training your model locally on windows and other platforms.
In this video, we look at installing Neutron to handle networks in the Openstack cluster.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
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…