Wolfenstein 3D in Minecraft? I generated the maps.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps ...
We talk about lit-html and different functions available in the library.
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…
We look into Ceph encryption in a cluster where each OSD can be encrypted and the keys store externally in order to ensure data integrity and safety.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
We solve the day 11 challenges for the Advent of Code.