Windows 11 VirtualBox Installation: Everything You Need to Know
What can you learn from examining code in multiple languages?
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’ve added the JSP performance enhancements I’ve discussed in an earlier post. Then I talked about a flag that disabled JSP compilation. In order to run without compilation enabled you need to precompile your JSP files. This could be done with the JspBatchCompiler command found inĀ {WAS_ROOT}/bin This command has multiple parameters but only a…
In this video, we talk about angry letters and how to handle when you need to send one of those.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into how to create speech from text using Tacotron.
In this video we go though how to setup SSL on the API connection for object storage. We look at creating some self-signed certificate and then add them to the S3 object storage endpoint for your ceph cluster.