Advent of Code 2018 – Day 1
Going though the process of solving the advent of code challenges for this year.
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
We use JCuda to run some workloads on the GPU and see the difference in speed.
Looki Looki No Hands, Automatic install of Ubuntu server. Extracting all the files from the original ISO mkdir source-files xorriso -osirrox on -indev ubuntu-22.04.2-live-server-amd64.iso –extract_boot_images source-files/bootpart -extract / source-files Edit the boot menu menuentry "Autoinstall Ubuntu Server" { set gfxpayload=keep linux /casper/vmlinuz quiet autoinstall ds=nocloud\;s=/cdrom/nocloud/ — initrd /casper/initrd } Repack the ISO from the files…
We talk about logging in general and the different levels used in java and then we talk about the log4j logging API and how to set it up for writing files, logging to console, or doing a custom setup. We also talk about different frameworks and best practices.
Unlock the full potential of Ceph debug flags in this insightful video! Join us as we explore two crucial debug flags: file writing and memory persistence. Learn how to set and leverage these flags to enhance your Ceph system’s performance and ensure data resilience in case of a crash.
We are looking into the new version of Java 21. Go through all the features that are finished in this release and some of the features that are still in the works.